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

1 2 3 4 5

  /build/kati/testcase/
semi_in_var.mk 8 $(ECHO)_2
11 $(ECHO)_2
14 @echo $@_2
  /external/compiler-rt/test/profile/Inputs/
instrprof-value-prof-real.c 3 #define DEF_2_FUNCS(x) DEF_FUNC(x##_1) DEF_FUNC(x##_2)
4 #define DEF_4_FUNCS(x) DEF_2_FUNCS(x##_1) DEF_2_FUNCS(x##_2)
5 #define DEF_8_FUNCS(x) DEF_4_FUNCS(x##_1) DEF_4_FUNCS(x##_2)
6 #define DEF_16_FUNCS(x) DEF_8_FUNCS(x##_1) DEF_8_FUNCS(x##_2)
7 #define DEF_32_FUNCS(x) DEF_16_FUNCS(x##_1) DEF_16_FUNCS(x##_2)
8 #define DEF_64_FUNCS(x) DEF_32_FUNCS(x##_1) DEF_32_FUNCS(x##_2)
9 #define DEF_128_FUNCS(x) DEF_64_FUNCS(x##_1) DEF_64_FUNCS(x##_2)
10 #define DEF_256_FUNCS(x) DEF_128_FUNCS(x##_1) DEF_128_FUNCS(x##_2)
11 #define DEF_512_FUNCS(x) DEF_256_FUNCS(x##_1) DEF_256_FUNCS(x##_2)
14 #define FUNC_2_ADDRS(x) FUNC_ADDR(x##_1) FUNC_ADDR(x##_2)
    [all...]
  /external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/
is_bind_expression.pass.cpp 34 test<true>(std::bind(C(), std::placeholders::_2)); member in class:std::placeholders
37 test<false>(std::placeholders::_2);
is_bind_expression_03.pass.cpp 38 test<decltype(std::placeholders::_2)>();
is_placeholder.pass.cpp 32 test<2>(std::placeholders::_2);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.isbind/
is_bind_expression.pass.cpp 28 test<true>(std::bind(C(), std::placeholders::_2)); member in class:std::placeholders
31 test<false>(std::placeholders::_2);
is_placeholder.pass.cpp 28 test<2>(std::placeholders::_2);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/
is_bind_expression.pass.cpp 30 test<true>(std::bind(C(), std::placeholders::_2)); member in class:std::placeholders
33 test<false>(std::placeholders::_2);
is_bind_expression_03.pass.cpp 38 test<decltype(std::placeholders::_2)>();
is_placeholder.pass.cpp 28 test<2>(std::placeholders::_2);
  /external/compiler-rt/test/profile/
instrprof-value-prof.c 44 #define DEF_2_FUNCS(x) DEF_FUNC(x##_1) DEF_FUNC(x##_2)
45 #define DEF_4_FUNCS(x) DEF_2_FUNCS(x##_1) DEF_2_FUNCS(x##_2)
46 #define DEF_8_FUNCS(x) DEF_4_FUNCS(x##_1) DEF_4_FUNCS(x##_2)
47 #define DEF_16_FUNCS(x) DEF_8_FUNCS(x##_1) DEF_8_FUNCS(x##_2)
48 #define DEF_32_FUNCS(x) DEF_16_FUNCS(x##_1) DEF_16_FUNCS(x##_2)
49 #define DEF_64_FUNCS(x) DEF_32_FUNCS(x##_1) DEF_32_FUNCS(x##_2)
50 #define DEF_128_FUNCS(x) DEF_64_FUNCS(x##_1) DEF_64_FUNCS(x##_2)
53 #define FUNC_2_ADDRS(x) FUNC_ADDR(x##_1) FUNC_ADDR(x##_2)
54 #define FUNC_4_ADDRS(x) FUNC_2_ADDRS(x##_1) FUNC_2_ADDRS(x##_2)
55 #define FUNC_8_ADDRS(x) FUNC_4_ADDRS(x##_1) FUNC_4_ADDRS(x##_2)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
strtopx.c 45 #define _2 2 macro
52 #define _2 2 macro
89 L[_2] = (UShort)bits[1];
95 L[_1] = L[_2] = L[_3] = L[_4] = 0;
  /external/libcxx/src/
bind.cpp 19 const __ph<2> _2{};
  /external/lzma/CPP/7zip/UI/FileManager/
DialogSize.h 10 #define SIZED_DIALOG(big) (isBig ? big : big ## _2)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
bind.cpp 18 __ph<2> _2; member in namespace:placeholders
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
bind.cpp 18 __ph<2> _2; member in namespace:placeholders
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtorQ.c 42 #define _2 2 macro
48 #define _2 1 macro
68 L[_2] = bits[1];
75 L[_2] = bits[1];
85 L[_1] = L[_2] = L[_3] = 0;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.h 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)
159 #define BWE_TEST_LOGGING_LOG2(name, format, _1, _2) \
162 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2); \
164 #define BWE_TEST_LOGGING_LOG3(name, format, _1, _2, _3) \
167 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3); \
169 #define BWE_TEST_LOGGING_LOG4(name, format, _1, _2, _3, _4) \
172 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3,
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.place/
placeholders.pass.cpp 27 test(std::placeholders::_2);
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p1.cpp 47 test<2> _2 = (foo)(b); // expected-error {{no viable conversion from 'class Test0::foo' to 'class ::foo'}} local
71 b _2 = B::b(); member in namespace:Test1::D
  /external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.place/
placeholders.pass.cpp 37 constexpr decltype(std::placeholders::_2) default2{};
48 constexpr decltype(std::placeholders::_2) cp2 = std::placeholders::_2;
88 test(std::placeholders::_2);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/bind/func.bind/func.bind.place/
placeholders.pass.cpp 34 test(std::placeholders::_2);
  /external/Microsoft-GSL/tests/
utils_tests.cpp 46 auto _2 = std::move(_1); local
51 auto _2 = std::move(_1); local
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
BaseConstructor.java 151 RecursiveTuple<Object, Object> key_value = entry._2();
152 entry._1().put(key_value._1(), key_value._2());
158 value._1().add(value._2());
431 private final K _2; field in class:BaseConstructor.RecursiveTuple
433 public RecursiveTuple(T _1, K _2) {
435 this._2 = _2;
438 public K _2() { method in class:BaseConstructor.RecursiveTuple
439 return _2;
  /external/skia/experimental/DrawingBoard/
SkColorPalette.cpp 150 float _1, _2, _3; local
156 _2 = v * (1 - s * (_h - _i));
165 r = _2;
176 g = _2;
187 b = _2;

Completed in 341 milliseconds

1 2 3 4 5