Home
last modified time | relevance | path

Searched refs:x1 (Results 1 – 13 of 13) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
Dhash.pass.cpp26 std::string x1("1234"); in main() local
29 assert(f.hash(x1.data(), x1.data() + x1.size()) in main()
33 std::wstring x1(L"1234"); in main() local
36 assert(f.hash(x1.data(), x1.data() + x1.size()) in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/
Dhash.pass.cpp28 std::string x1("1234"); in main() local
31 assert(f.hash(x1.data(), x1.data() + x1.size()) in main()
35 std::wstring x1(L"1234"); in main() local
38 assert(f.hash(x1.data(), x1.data() + x1.size()) in main()
/ndk/tests/device/test-stlport_static-exception/jni/
Deh2.cpp15 void x1 () in x1() function
24 x1 (); in x2()
/ndk/tests/device/test-stlport_shared-exception/jni/
Deh2.cpp15 void x1 () in x1() function
24 x1 (); in x2()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
Dlv_value.pass.cpp26 typename C::value_type x1, typename C::value_type x2, in test() argument
30 q = x1; in test()
39 typename C::value_type x1, typename C::value_type x2, in insert3at() argument
42 i = c.insert(i, x1); in insert3at()
Drv_value.pass.cpp28 typename C::value_type x1, typename C::value_type x2, in test() argument
32 q = std::move(x1); in test()
41 typename C::value_type x1, typename C::value_type x2, in insert3at() argument
44 i = c.insert(i, std::move(x1)); in insert3at()
/ndk/sources/cxx-stl/stlport/stlport/
Dalgorithm29 # define _STLP_OUTERMOST_HEADER_ID 0x1
34 #if (_STLP_OUTERMOST_HEADER_ID == 0x1)
45 #if (_STLP_OUTERMOST_HEADER_ID != 0x1) || defined (_STLP_IMPORT_VENDOR_STD)
53 #if (_STLP_OUTERMOST_HEADER_ID == 0x1 )
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindRegistersRestore.S271 ; skip restore of x0,x1 for now
287 ldr x1, [x0, #0x0F8]
288 mov sp,x1 ; restore sp
308 ldp x0, x1, [x0, #0x000] ; restore x0,x1
DUnwindRegistersSave.S243 stp x0, x1, [x0, #0x000]
259 mov x1,sp
260 str x1, [x0, #0x0F8]
/ndk/sources/android/support/src/stdio/
Dstrtod.c502 ULong *x, *x0, x1, x2; in any_on() local
510 x1 = x2 = x[n]; in any_on()
511 x1 >>= k; in any_on()
512 x1 <<= k; in any_on()
513 if (x1 != x2) in any_on()
527 ULong *x, *x1, *xe, y; in rshift() local
530 x = x1 = b->x; in rshift()
539 *x1++ = (y | (*x << n)) & ALL_ON; in rshift()
542 if ((*x1 = y) !=0) in rshift()
543 x1++; in rshift()
[all …]
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc2360 bool GreaterThan(T1 x1, T2 x2) { in GreaterThan() argument
2361 return x1 > x2; in GreaterThan()
2403 const T1& x1, const T2& x2) { in EqualsFormat() argument
2404 return x1 == x2 ? AssertionSuccess() : in EqualsFormat()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dios258 static const iostate badbit = 0x1;
Dtype_traits1137 _CREATE_ALIGNED_STORAGE_SPECIALIZATION(0x1);