HomeSort by relevance Sort by last modified time
    Searched refs:STD (Results 1 - 25 of 48) sorted by null

1 2

  /ndk/tests/device/test-gnustl-full/unit/
locale_test.h 12 # define STD std::
14 # define STD
77 void _loc_has_facet( const STD locale& );
78 void _num_put_get( const STD locale&, const ref_locale* );
79 void _time_put_get( const STD locale& );
80 void _ctype_facet( const STD locale& );
81 void _ctype_facet_w( const STD locale& );
82 void _locale_init_problem( const STD locale& );
87 void _money_put_get( const STD locale&, const ref_monetary* )
    [all...]
  /ndk/tests/device/test-stlport/unit/
locale_test.h 12 # define STD std::
14 # define STD
77 void _loc_has_facet( const STD locale& );
78 void _num_put_get( const STD locale&, const ref_locale* );
79 void _time_put_get( const STD locale& );
80 void _ctype_facet( const STD locale& );
81 void _ctype_facet_w( const STD locale& );
82 void _locale_init_problem( const STD locale& );
87 void _money_put_get( const STD locale&, const ref_monetary* )
    [all...]
  /external/google-benchmark/
.travis-setup.sh 6 if [ "$STD" = "c++11" ]; then
17 if [ "$STD" = "c++11" ] && [ "$CXX" = "g++" ]; then
  /prebuilts/go/darwin-x86/src/syscall/
mksysnum_dragonfly.pl 23 if(/^([0-9]+)\s+STD\s+({ \S+\s+(\w+).*)$/){
mksysnum_freebsd.pl 23 if(/^([0-9]+)\s+\S+\s+STD\s+({ \S+\s+(\w+).*)$/){
mksysnum_openbsd.pl 23 if(/^([0-9]+)\s+STD\s+(NOLOCK\s+)?({ \S+\s+\*?(\w+).*)$/){
mksysnum_netbsd.pl 34 if($line =~ /^([0-9]+)\s+((STD)|(NOERR))\s+(RUMP\s+)?({\s+\S+\s*\*?\s*\|(\S+)\|(\S*)\|(\w+).*\s+})(\s+(\S+))?$/) {
  /prebuilts/go/linux-x86/src/syscall/
mksysnum_dragonfly.pl 23 if(/^([0-9]+)\s+STD\s+({ \S+\s+(\w+).*)$/){
mksysnum_freebsd.pl 23 if(/^([0-9]+)\s+\S+\s+STD\s+({ \S+\s+(\w+).*)$/){
mksysnum_openbsd.pl 23 if(/^([0-9]+)\s+STD\s+(NOLOCK\s+)?({ \S+\s+\*?(\w+).*)$/){
mksysnum_netbsd.pl 34 if($line =~ /^([0-9]+)\s+((STD)|(NOERR))\s+(RUMP\s+)?({\s+\S+\s*\*?\s*\|(\S+)\|(\S*)\|(\w+).*\s+})(\s+(\S+))?$/) {
  /toolchain/binutils/binutils-2.25/include/opcode/
m88k.h 287 #define STD LDHU+4
296 #define JSR STD+1
297 #define BSR STD+2
298 #define BR STD+3
299 #define JMP STD+4
300 #define BB1 STD+5
301 #define BB0 STD+6
302 #define RTN STD+7
303 #define BCND STD+8
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
ldd_std.d 3 #name: sparc LDD/STD
12 8: d0 38 c0 00 std %o0, \[ %g3 \]
  /prebuilts/go/darwin-x86/src/runtime/
memmove_nacl_amd64p32.s 32 STD
memmove_plan9_amd64.s 82 STD
memmove_plan9_386.s 79 STD
memmove_386.s 93 STD
memmove_amd64.s 100 STD
  /prebuilts/go/linux-x86/src/runtime/
memmove_nacl_amd64p32.s 32 STD
memmove_plan9_amd64.s 82 STD
memmove_plan9_386.s 79 STD
memmove_386.s 93 STD
  /external/llvm/lib/Target/BPF/
BPFInstrInfo.cpp 55 BuildMI(MBB, I, DL, get(BPF::STD))
109 while (std::next(I) != MBB.end())
110 std::next(I)->eraseFromParent();
  /external/llvm/lib/Target/SystemZ/
SystemZShortenInst.cpp 256 Changed |= shortenOn0(MI, SystemZ::STD);
  /external/v8/src/ppc/
constants-ppc.h 148 STD = 62 << 26, // Store Double Word (optionally with Update)

Completed in 381 milliseconds

1 2