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

1 2 3 4

  /external/dbus/dbus/
dbus-valgrind-internal.h 35 # define VALGRIND_CREATE_MEMPOOL(_1, _2, _3) /* nothing */
36 # define VALGRIND_DESTROY_MEMPOOL(_1) /* nothing */
37 # define VALGRIND_MEMPOOL_ALLOC(_1, _2, _3) /* nothing */
38 # define VALGRIND_MEMPOOL_FREE(_1, _2) /* nothing */
  /build/kati/testcase/
semi_in_var.mk 7 foo: ; $(ECHO)_1
13 baz: $(SEMI) @echo $@_1
  /external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_lvalue.pass.cpp 52 std::bind(f_void_1, _1)(i);
66 std::bind(fp, _1)(i);
81 std::bind(a0, _1)(i);
96 std::bind(fp, _1)(a);
100 std::bind(fp, _1)(ap);
119 std::bind(fp, _1)(a);
123 std::bind(fp, _1)(ap);
167 assert(std::bind(f_int_1, _1)(i) == 3);
174 assert(std::bind(fp, _1)(i) == 4);
180 assert(std::bind(A_int_1(), _1)(i) == 3)
    [all...]
invoke_rvalue.pass.cpp 51 std::bind(f_void_1, _1)(2);
63 std::bind(fp, _1)(3);
76 std::bind(a0, _1)(4);
89 std::bind(fp, _1)(A_void_1());
93 std::bind(fp, _1)(&a);
110 std::bind(fp, _1)(A_void_1());
114 std::bind(fp, _1)(&a);
156 assert(std::bind(f_int_1, _1)(2) == 3);
162 assert(std::bind(fp, _1)(3) == 4);
167 assert(std::bind(A_int_1(), _1)(4) == 3)
    [all...]
nested.pass.cpp 48 using std::placeholders::_1;
50 auto g = std::bind(power(), 2, _1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_lvalue.pass.cpp 50 std::bind(f_void_1, _1)(i);
64 std::bind(fp, _1)(i);
79 std::bind(a0, _1)(i);
94 std::bind(fp, _1)(a);
98 std::bind(fp, _1)(ap);
117 std::bind(fp, _1)(a);
121 std::bind(fp, _1)(ap);
165 assert(std::bind(f_int_1, _1)(i) == 3);
172 assert(std::bind(fp, _1)(i) == 4);
178 assert(std::bind(A_int_1(), _1)(i) == 3)
    [all...]
invoke_rvalue.pass.cpp 49 std::bind(f_void_1, _1)(2);
61 std::bind(fp, _1)(3);
74 std::bind(a0, _1)(4);
87 std::bind(fp, _1)(A_void_1());
91 std::bind(fp, _1)(&a);
108 std::bind(fp, _1)(A_void_1());
112 std::bind(fp, _1)(&a);
154 assert(std::bind(f_int_1, _1)(2) == 3);
160 assert(std::bind(fp, _1)(3) == 4);
165 assert(std::bind(A_int_1(), _1)(4) == 3)
    [all...]
nested.pass.cpp 46 using std::placeholders::_1;
48 auto g = std::bind(power(), 2, _1);
  /external/compiler-rt/test/profile/
instrprof-value-prof.c 30 #define DEF_2_FUNCS(x) DEF_FUNC(x##_1) DEF_FUNC(x##_2)
31 #define DEF_4_FUNCS(x) DEF_2_FUNCS(x##_1) DEF_2_FUNCS(x##_2)
32 #define DEF_8_FUNCS(x) DEF_4_FUNCS(x##_1) DEF_4_FUNCS(x##_2)
33 #define DEF_16_FUNCS(x) DEF_8_FUNCS(x##_1) DEF_8_FUNCS(x##_2)
34 #define DEF_32_FUNCS(x) DEF_16_FUNCS(x##_1) DEF_16_FUNCS(x##_2)
35 #define DEF_64_FUNCS(x) DEF_32_FUNCS(x##_1) DEF_32_FUNCS(x##_2)
36 #define DEF_128_FUNCS(x) DEF_64_FUNCS(x##_1) DEF_64_FUNCS(x##_2)
39 #define FUNC_2_ADDRS(x) FUNC_ADDR(x##_1) FUNC_ADDR(x##_2)
40 #define FUNC_4_ADDRS(x) FUNC_2_ADDRS(x##_1) FUNC_2_ADDRS(x##_2)
41 #define FUNC_8_ADDRS(x) FUNC_4_ADDRS(x##_1) FUNC_4_ADDRS(x##_2
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
placeholders.hpp 29 typedef arg<1> _1; typedef
34 BOOST_MPL_AUX_ARG_ADL_BARRIER_DECL(_1)
37 using BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::_1;
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtorQ.c 35 #undef _1 macro
41 #define _1 1 macro
47 #define _1 2 macro
69 L[_1] = bits[2];
76 L[_1] = bits[2];
85 L[_1] = L[_2] = L[_3] = 0;
strtord.c 48 L[_1] = bits[0];
54 L[_1] = bits[0];
63 L[_1] = 0;
  /external/libcxx/src/
bind.cpp 17 __ph<1> _1; member in namespace:placeholders
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
bind.cpp 17 __ph<1> _1; member in namespace:placeholders
  /external/clang/test/Modules/
normal-module-map.cpp 39 @import nested_umbrella._1;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
placeholders.hpp 30 static inline boost::arg<1> _1() { return boost::arg<1>(); } function in namespace:__anon36255
43 static boost::arg<1> _1;
55 boost::arg<1> _1;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.h 81 // |_1...| are arguments for printf.
82 #define BWE_TEST_LOGGING_LOG1(name, format, _1)
83 #define BWE_TEST_LOGGING_LOG2(name, format, _1, _2)
84 #define BWE_TEST_LOGGING_LOG3(name, format, _1, _2, _3)
85 #define BWE_TEST_LOGGING_LOG4(name, format, _1, _2, _3, _4)
86 #define BWE_TEST_LOGGING_LOG5(name, format, _1, _2, _3, _4, _5)
154 #define BWE_TEST_LOGGING_LOG1(name, format, _1) \
157 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1); \
159 #define BWE_TEST_LOGGING_LOG2(name, format, _1, _2) \
162 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2);
    [all...]
  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_horz.s 176 vmlsl.u8 q15,d6,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
229 vmlsl.u8 q11,d14,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
241 vmlsl.u8 q10,d15,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
259 vmlsl.u8 q15,d6,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
301 vmlsl.u8 q11,d14,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
312 vmlsl.u8 q10,d15,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
322 vmlsl.u8 q15,d6,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
347 vmlsl.u8 q11,d14,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
353 vmlsl.u8 q10,d15,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
405 vmlsl.u8 q4,d3,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)
    [all...]
  /system/extras/simpleperf/
environment_test.cpp 62 tempfile.path, std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol)));
69 tempfile.path, std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol)));
73 tempfile.path, std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol)));
read_elf_test.cpp 54 std::bind(ParseSymbol, std::placeholders::_1, &symbols)));
61 std::bind(ParseSymbol, std::placeholders::_1, &symbols)));
69 std::bind(ParseSymbol, std::placeholders::_1, &symbols)));
76 std::bind(ParseSymbol, std::placeholders::_1, &symbols)));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.place/
placeholders.pass.cpp 26 test(std::placeholders::_1);
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p1.cpp 44 test<2> _1 = (foo)(a); local
70 a _1 = A::a();
  /external/skia/experimental/DrawingBoard/
SkColorPalette.cpp 150 float _1, _2, _3; local
155 _1 = v * (1 - s);
162 b = _1;
167 b = _1;
170 r = _1;
175 r = _1;
181 g = _1;
186 g = _1;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_categories.hpp 158 template <class Iterator = mpl::_1>
172 struct iterator_traversal<mpl::_1>
180 : iterator_traversal<mpl::_1>
  /external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/
is_placeholder.pass.cpp 27 test<1>(std::placeholders::_1);

Completed in 8355 milliseconds

1 2 3 4