HomeSort by relevance Sort by last modified time
    Searched defs:_1 (Results 1 - 13 of 13) sorted by null

  /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:__anon35401
43 static boost::arg<1> _1;
55 boost::arg<1> _1;
  /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;
gdtoaimp.h 637 #define _1 1 macro
646 #define _1 0 macro
  /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/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;
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-bind.cpp 346 placeholder<1> _1; variable
352 bind(plus<int>(), x, _1)(y);
  /external/clang/test/SemaTemplate/
deduction.cpp 33 struct _1 {}; struct
36 // Replaces all occurrences of _1 with Arg1 and _2 with Arg2 in T.
44 struct Replace<_1, Arg1, Arg2> {
79 int array0[is_same<Replace<_1, int, float>::type, int>::value? 1 : -1];
80 int array1[is_same<Replace<const _1, int, float>::type, const int>::value? 1 : -1];
81 int array2[is_same<Replace<vector<_1>, int, float>::type, vector<int> >::value? 1 : -1];
82 int array3[is_same<Replace<vector<const _1>, int, float>::type, vector<const int> >::value? 1 : -1];
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
BaseConstructor.java 152 entry._1().put(key_value._1(), key_value._2());
158 value._1().add(value._2());
430 private final T _1; field in class:BaseConstructor.RecursiveTuple
433 public RecursiveTuple(T _1, K _2) {
434 this._1 = _1;
442 public T _1() { method in class:BaseConstructor.RecursiveTuple
443 return _1;
  /ndk/sources/android/support/src/stdio/
strtod.c 559 # define _1 0 macro
568 L[_1] = bits[0];
574 L[_1] = bits[0];
580 L[_1] = 0;
    [all...]
  /external/opencv3/samples/java/sbt/sbt/
sbt-launch.jar 

Completed in 218 milliseconds