Searched defs:std (Results 1 - 13 of 13) sorted by relevance

/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dalloc.h39 namespace std { namespace
[all...]
/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h[all...]
H A Dgtest-tuple.h104 namespace std { namespace
251 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {} argument
260 tuple& operator=(const ::std::pair<U0, U1>& p) { argument
[all...]
H A Dgtest-port.h553 namespace std { namespace
[all...]
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dassembler_ppc.cpp216 void Assembler::std(Register d, RegisterOrConstant roc, Register s1, Register tmp) { function in class:Assembler
H A Dassembler_ppc.inline.hpp350 inline void Assembler::std( Register d, int si16, Register s1) { emit_int32(STD_OPCODE | rs(d) | ds(si16) | ra0mem(s1));} function in class:Assembler
/openjdk10/test/fmw/gtest/include/gtest/
H A Dgtest-printers.h199 operator <<( ::std::basic_ostream<Char, CharTraits>& os, const T& x) argument
507 PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) argument
512 PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) argument
517 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) argument
522 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, ::std::ostream* os) argument
529 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, ::std::ostream* os) argument
536 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, ::std::ostream* os) argument
543 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, ::std::ostream* os) argument
550 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, ::std::ostream* os) argument
557 PrintTo( const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& t, ::std::ostream* os) argument
566 PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) argument
[all...]
/openjdk10/jdk/test/jdk/lambda/separate/
H A DSourceModel.java510 public static AbstractMethod std() { method in class:SourceModel.AbstractMethod
530 public static ConcreteMethod std(String value) { method in class:SourceModel.ConcreteMethod
555 public static DefaultMethod std(String value) { method in class:SourceModel.DefaultMethod
/openjdk10/langtools/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/
H A DSourceModel.java513 public static AbstractMethod std() { method in class:SourceModel.AbstractMethod
533 public static ConcreteMethod std(String value) { method in class:SourceModel.ConcreteMethod
558 public static DefaultMethod std(String value) { method in class:SourceModel.DefaultMethod
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DmacroAssembler_sparc.inline.hpp689 inline void MacroAssembler::std(Register d, const Address& a, int offset) { function in class:MacroAssembler
702 inline void MacroAssembler::std(Register d, Register s1, RegisterOrConstant s2) { std(d, Address(s1, s2)); } function in class:MacroAssembler
H A Dassembler_sparc.inline.hpp851 inline void Assembler::std(Register d, Register s1, Register s2) { function in class:Assembler
856 inline void Assembler::std(Register d, Register s1, int simm13a) { function in class:Assembler
/openjdk10/jdk/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java1022 private final Object std; field in class:OldMBeanServerTest.OldMBeanServer.StandardWrapper
1024 StandardWrapper(Object std) throws NotCompliantMBeanException { argument
1269 standardToDynamic(Object std) argument
[all...]
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp4417 void Assembler::std() { function in class:Assembler

Completed in 145 milliseconds