Searched refs:data (Results 1 - 25 of 275) sorted by relevance

1234567891011

/ndk/sources/android/crazy_linker/src/
H A Dcrazy_linker_thread_unittest.cpp12 ThreadData* data = GetThreadData(); local
14 EXPECT_TRUE(data);
15 EXPECT_EQ(data, GetThreadData());
16 EXPECT_EQ(data, GetThreadDataFast());
20 ThreadData* data = GetThreadData(); local
21 const char* error = data->GetError();
27 ThreadData* data = GetThreadData(); local
28 data->SetError("Hello");
29 data->SetError("World");
30 EXPECT_STREQ("World", data
34 ThreadData* data = GetThreadData(); local
41 ThreadData* data = GetThreadData(); local
52 ThreadData* data = GetThreadData(); local
67 ThreadData* data = GetThreadData(); local
78 ThreadData* data = GetThreadData(); local
97 ThreadData* data = GetThreadData(); local
105 ThreadData* data = GetThreadData(); local
115 ThreadData* data = GetThreadData(); local
[all...]
/ndk/tests/device/test-stlport_shared-exception/jni/
H A Deh37.cpp8 int data; member in class:B
9 B(int i) : data(i) {
17 if (b->data == 42)
H A Deh38.cpp8 int data; member in class:B
9 B(int i) : data(i) {
17 if (bptr->data == 42)
22 if (((B*)bptr)->data == 42)
H A Ddelayslot1.cpp14 char data[100]; member in struct:S
15 S () : c (data) {};
17 c = data;
18 data[0] = s.c[0];
H A Deh36.cpp11 int data; member in class:B
12 B(int i) : data(i) {
25 if (b->data == 42)
H A Dnew23.cpp13 unsigned *data = new unsigned[2 * num]; local
14 unsigned *ptr = data;
17 if (ptr - data != num)
/ndk/tests/device/test-stlport_static-exception/jni/
H A Deh37.cpp8 int data; member in class:B
9 B(int i) : data(i) {
17 if (b->data == 42)
H A Deh38.cpp8 int data; member in class:B
9 B(int i) : data(i) {
17 if (bptr->data == 42)
22 if (((B*)bptr)->data == 42)
H A Ddelayslot1.cpp14 char data[100]; member in struct:S
15 S () : c (data) {};
17 c = data;
18 data[0] = s.c[0];
H A Deh36.cpp11 int data; member in class:B
12 B(int i) : data(i) {
25 if (b->data == 42)
H A Dnew23.cpp13 unsigned *data = new unsigned[2 * num]; local
14 unsigned *ptr = data;
17 if (ptr - data != num)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
H A Dscan_is.pass.cpp31 assert(f.scan_is(F::space, in.data(), in.data() + in.size()) - in.data() == 0);
32 assert(f.scan_is(F::print, in.data(), in.data() + in.size()) - in.data() == 0);
33 assert(f.scan_is(F::cntrl, in.data(), in.data() + in.size()) - in.data() == 2);
34 assert(f.scan_is(F::upper, in.data(), i
[all...]
H A Dscan_not.pass.cpp31 assert(f.scan_not(F::space, in.data(), in.data() + in.size()) - in.data() == 1);
32 assert(f.scan_not(F::print, in.data(), in.data() + in.size()) - in.data() == 2);
33 assert(f.scan_not(F::cntrl, in.data(), in.data() + in.size()) - in.data() == 0);
34 assert(f.scan_not(F::upper, in.data(), i
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
H A Dscan_is.pass.cpp31 assert(f.scan_is(F::space, in.data(), in.data() + in.size()) - in.data() == 0);
32 assert(f.scan_is(F::print, in.data(), in.data() + in.size()) - in.data() == 0);
33 assert(f.scan_is(F::cntrl, in.data(), in.data() + in.size()) - in.data() == 2);
34 assert(f.scan_is(F::upper, in.data(), i
[all...]
H A Dscan_not.pass.cpp31 assert(f.scan_not(F::space, in.data(), in.data() + in.size()) - in.data() == 1);
32 assert(f.scan_not(F::print, in.data(), in.data() + in.size()) - in.data() == 2);
33 assert(f.scan_not(F::cntrl, in.data(), in.data() + in.size()) - in.data() == 0);
34 assert(f.scan_not(F::upper, in.data(), i
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
H A Dscan_is.pass.cpp34 assert(f.scan_is(F::space, in.data(), in.data() + in.size()) - in.data() == 1);
35 assert(f.scan_is(F::print, in.data(), in.data() + in.size()) - in.data() == 0);
36 assert(f.scan_is(F::cntrl, in.data(), in.data() + in.size()) - in.data() == 3);
37 assert(f.scan_is(F::upper, in.data(), i
[all...]
H A Dscan_not.pass.cpp34 assert(f.scan_not(F::space, in.data(), in.data() + in.size()) - in.data() == 0);
35 assert(f.scan_not(F::print, in.data(), in.data() + in.size()) - in.data() == 3);
36 assert(f.scan_not(F::cntrl, in.data(), in.data() + in.size()) - in.data() == 0);
37 assert(f.scan_not(F::upper, in.data(), i
[all...]
/ndk/sources/cxx-stl/gabi++/src/
H A Ddwarf_helper.cc56 uintptr_t readULEB128(const uint8_t** data) { argument
60 const uint8_t *p = *data;
66 *data = p;
70 intptr_t readSLEB128(const uint8_t** data) { argument
74 const uint8_t *p = *data;
80 *data = p;
87 static inline uint16_t readUData2(const uint8_t* data) { argument
89 return ((static_cast<uint16_t>(data[0])) |
90 (static_cast<uint16_t>(data[1]) << 8));
92 return ((static_cast<uint16_t>(data[
97 readUData4(const uint8_t* data) argument
111 readUData8(const uint8_t* data) argument
133 readAbsPtr(const uint8_t* data) argument
143 readEncodedPointer(const uint8_t** data, uint8_t encoding) argument
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/
H A Dcompare.pass.cpp37 assert(f.compare(s2.data(), s2.data() + s2.size(),
38 s3.data(), s3.data() + s3.size()) == 1);
44 assert(f.compare(s2.data(), s2.data() + s2.size(),
45 s3.data(), s3.data() + s3.size()) == 1);
54 assert(f.compare(s2.data(), s2.data()
[all...]
H A Dhash.pass.cpp31 assert(f.hash(x1.data(), x1.data() + x1.size())
32 != f.hash(x2.data(), x2.data() + x2.size()));
38 assert(f.hash(x1.data(), x1.data() + x1.size())
39 != f.hash(x2.data(), x2.data() + x2.size()));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.overview/
H A Dfront_back.pass.cpp33 const T *data = dyn.data (); local
34 assert ( *data == dyn.front ());
35 assert ( *(data + dyn.size() - 1 ) == dyn.back ());
40 T *data = dyn.data (); local
41 assert ( *data == dyn.front ());
42 assert ( *(data + dyn.size() - 1 ) == dyn.back ());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
H A Dhash.pass.cpp29 assert(f.hash(x1.data(), x1.data() + x1.size())
30 != f.hash(x2.data(), x2.data() + x2.size()));
36 assert(f.hash(x1.data(), x1.data() + x1.size())
37 != f.hash(x2.data(), x2.data() + x2.size()));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A Dwchar_t_out.pass.cpp35 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next,
36 to.data(), to.data() + to.size(), to_next);
38 assert(from_next - from.data() == from.size());
39 assert(to_next - to.data() == from.size());
40 assert(to.data() == std::string("some text"));
49 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next,
50 to.data(), t
[all...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/
H A Dtransform.hpp25 # define BOOST_PP_LIST_TRANSFORM(op, data, list) BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_LIST_FOLD_RIGHT(BOOST_PP_LIST_TRANSFORM_O, (op, data, BOOST_PP_NIL), list))
27 # define BOOST_PP_LIST_TRANSFORM(op, data, list) BOOST_PP_LIST_TRANSFORM_I(op, data, list)
28 # define BOOST_PP_LIST_TRANSFORM_I(op, data, list) BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_LIST_FOLD_RIGHT(BOOST_PP_LIST_TRANSFORM_O, (op, data, BOOST_PP_NIL), list))
38 # define BOOST_PP_LIST_TRANSFORM_O_D(d, op, data, res, elem) (op, data, (op(d, data, elem), res))
43 # define BOOST_PP_LIST_TRANSFORM_D(d, op, data, lis
[all...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/
H A Dtransform.hpp24 # define BOOST_PP_SEQ_TRANSFORM(op, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_TRANSFORM_O, (op, data, (nil)), seq)))
26 # define BOOST_PP_SEQ_TRANSFORM(op, data, seq) BOOST_PP_SEQ_TRANSFORM_I(op, data, seq)
27 # define BOOST_PP_SEQ_TRANSFORM_I(op, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_TRANSFORM_O, (op, data, (nil)), seq)))
37 # define BOOST_PP_SEQ_TRANSFORM_O_I(s, op, data, res, elem) (op, data, res (op(s, data, elem)))
42 # define BOOST_PP_SEQ_TRANSFORM_S(s, op, data, se
[all...]

Completed in 4771 milliseconds

1234567891011