/ndk/sources/third_party/googletest/googletest/samples/ |
D | sample2_unittest.cc | 95 TEST(MyString, Set) { in TEST() argument 98 s.Set(kHelloString); in TEST() 103 s.Set(s.c_string()); in TEST() 107 s.Set(NULL); in TEST()
|
D | sample2.h | 59 Set(a_c_string); in MyString() 64 Set(string.c_string_); in MyString() 81 void Set(const char* c_string);
|
D | sample2.cc | 51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
|
/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_error.h | 25 Error(const char* message) { Set(message); } in Error() 27 Error(const Error& other) { Set(other.buff_); } in Error() 31 void Set(const char* message);
|
D | crazy_linker_error_unittest.cpp | 28 TEST(Error, Set) { in TEST() argument 30 error.Set("BarFoo"); in TEST() 32 error.Set("FooBar"); in TEST()
|
D | crazy_linker_util_unittest.cpp | 196 TEST(Set, Empty) { in TEST() argument 197 Set<int> s; in TEST() 202 TEST(Set, OneItem) { in TEST() argument 203 Set<int> s; in TEST() 213 TEST(Set, ThreeItems) { in TEST() argument 214 Set<int> s; in TEST()
|
D | crazy_linker_util.h | 258 class Set { 260 Set() : items_() {} in Set() function 261 ~Set() {} in ~Set() 282 bool Set<T>::Add(T item) { in Add() 292 bool Set<T>::Del(T item) { in Del()
|
D | crazy_linker_elf_loader.cpp | 110 error->Set("File too small to be ELF"); in ReadElfHeader() 115 error->Set("Bad ELF magic"); in ReadElfHeader() 190 error->Set("No loadable segments"); in ReserveAddressSpace() 243 error->Set("Can't find loaded program header"); in FindPhdr()
|
D | crazy_linker_error.cpp | 15 void Error::Set(const char* message) { in Set() function in crazy::Error
|
/ndk/tests/device/b8708181-Vector4/jni/ |
D | Vector4.cpp | 23 inline float32x4_t Set(float a, float b, float c, float d); 30 m_floatVector = Set(a, b, c, d); in Vector4() 33 inline float32x4_t Vector4::Set(float a, float b, float c, float d) in Set() function in Vector4 47 v->Set(a, b, c, d); in initVector4()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | sparc_atomic64.s | 14 ldx [%o0], %o2 ! Set the current value 15 mov %o1, %o3 ! Set the new value 22 mov %o2, %o0 ! Set the new value 41 mov %o1, %o0 ! Set the return value
|
D | sparc_atomic.s | 16 ld [%o0], %o2 ! Set the current value 17 mov %o1, %o3 ! Set the new value 23 mov %o2, %o0 ! Set the new value
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 69 Set(rhs); 73 void Set(const FilePath& rhs) { in Set() function
|
/ndk/sources/host-tools/make-3.81/po/ |
D | LINGUAS | 1 # Set of available languages: 23 languages
|
D | Makevars | 31 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_filter_unittest.py | 246 self.assertEqual(sets.Set(set_var), sets.Set(full_partition)) 253 return list(sets.Set(tests_to_run) - sets.Set(PARAM_TESTS))
|
D | gtest-filepath_test.cc | 494 testdata_path_.Set(FilePath( in SetUp() 497 testdata_file_.Set(testdata_path_.RemoveTrailingPathSeparator()); in SetUp() 499 unique_file0_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"), in SetUp() 501 unique_file1_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"), in SetUp() 613 TEST(FilePathTest, Set) { in TEST() argument 616 mac.Set(apple); // Implement Set() since overloading operator= is forbidden. in TEST()
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | origin | 18 # Set an environment variable
|
D | foreach | 16 # Set an environment variable that we can test in the makefile.
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | malloc.m4 | 26 # Set gl_cv_func_malloc_posix to yes or no accordingly.
|
D | errno_h.m4 | 64 # Set the variables EOVERFLOW_HIDDEN and EOVERFLOW_VALUE.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | symlinks | 18 # Set up a symlink sym -> dep
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | Makevars | 27 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
|
/ndk/sources/host-tools/ndk-depends/ |
D | ndk-depends.cc | 1008 void Set(Type type_p, const String& value_p) { in Set() function 1035 node.Set(LibNode::NODE_ERROR, error); in UpdateDependencies() 1047 node.Set(LibNode::NODE_PATH, libpath); in UpdateDependencies() 1100 node.Set(LibNode::NODE_SYSTEM, libname); in BuildDependencyGraph() 1109 node.Set(LibNode::NODE_ERROR, _T("Could not find library")); in BuildDependencyGraph()
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-filepath.cc | 287 full_pathname.Set(MakeFileName(directory, base_name, number++, extension)); in GenerateUniqueFileName()
|