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

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.hel/
integral_constant.pass.cpp 19 typedef std::integral_constant<int, 5> _5; typedef
20 static_assert(_5::value == 5, "");
21 static_assert((std::is_same<_5::value_type, int>::value), "");
22 static_assert((std::is_same<_5::type, _5>::value), "");
24 static_assert((_5() == 5), "");
26 assert(_5() == 5);
30 static_assert ( _5{}() == 5, "" );
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
placeholders.hpp 81 typedef arg<5> _5; typedef
86 BOOST_MPL_AUX_ARG_ADL_BARRIER_DECL(_5)
89 using BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::_5;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
bind.cpp 21 __ph<5> _5; member in namespace:placeholders
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
placeholders.hpp 34 static inline boost::arg<5> _5() { return boost::arg<5>(); } function in namespace:__anon35116
47 static boost::arg<5> _5;
59 boost::arg<5> _5;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.place/
placeholders.pass.cpp 30 test(std::placeholders::_5);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.isbind/
is_placeholder.pass.cpp 31 test<5>(std::placeholders::_5);
  /frameworks/base/cmds/interrupter/
interrupter.h 76 #define INTERCEPT_ARG_N(_1, _2, _3, _4, _5, _6, _7, _8, N, ...) N
  /external/stlport/stlport/
functional 89 using ::_5;
  /ndk/sources/cxx-stl/stlport/stlport/
functional 89 using ::_5;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
functional 89 using ::_5;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
functional 89 using ::_5;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
functional 89 using ::_5;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
functional 89 using ::_5;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
functional 89 using ::_5;
  /external/valgrind/main/coregrind/m_syswrap/
syscall-amd64-darwin.S 180 L_$0_5: /* now safe from signals */
syscall-x86-darwin.S 176 L_$0_5: /* now safe from signals */
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.properties 209 8859_5 ISO-8859-5 0x00A0
  /external/qemu/android/
hw-events.h 281 KEY_CODE(0_5 ,234) \
282 KEY_CODE(2_5 ,235) \
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_prvt.h 118 #define _5 OpcodeByteKind_SlashNum|5 macro
enc_tabl.cpp 408 DEFINE_ALU_OPCODES(_5, 0x28, 0x28, DU_U )
749 {OpcodeInfo::all, {0xD9, _5}, {m16}, U },
799 {OpcodeInfo::all, {0xDF, _5}, {FP0D, m64}, D_U },
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast_tri.c 475 #define TAG(x) x##_5
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_tri.c 475 #define TAG(x) x##_5
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]

Completed in 2010 milliseconds

1 2