Home
last modified time | relevance | path

Searched refs:Set (Results 1 – 25 of 58) sorted by relevance

123

/ndk/sources/third_party/googletest/googletest/samples/
Dsample2_unittest.cc95 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()
Dsample2.h59 Set(a_c_string); in MyString()
64 Set(string.c_string_); in MyString()
81 void Set(const char* c_string);
Dsample2.cc51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_error.h25 Error(const char* message) { Set(message); } in Error()
27 Error(const Error& other) { Set(other.buff_); } in Error()
31 void Set(const char* message);
Dcrazy_linker_error_unittest.cpp28 TEST(Error, Set) { in TEST() argument
30 error.Set("BarFoo"); in TEST()
32 error.Set("FooBar"); in TEST()
Dcrazy_linker_util_unittest.cpp196 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()
Dcrazy_linker_util.h258 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()
Dcrazy_linker_elf_loader.cpp110 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()
Dcrazy_linker_error.cpp15 void Error::Set(const char* message) { in Set() function in crazy::Error
/ndk/tests/device/b8708181-Vector4/jni/
DVector4.cpp23 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/
Dsparc_atomic64.s14 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
Dsparc_atomic.s16 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/
Dgtest-filepath.h69 Set(rhs);
73 void Set(const FilePath& rhs) { in Set() function
/ndk/sources/host-tools/make-3.81/po/
DLINGUAS1 # Set of available languages: 23 languages
DMakevars31 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_filter_unittest.py246 self.assertEqual(sets.Set(set_var), sets.Set(full_partition))
253 return list(sets.Set(tests_to_run) - sets.Set(PARAM_TESTS))
Dgtest-filepath_test.cc494 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/
Dorigin18 # Set an environment variable
Dforeach16 # Set an environment variable that we can test in the makefile.
/ndk/sources/host-tools/sed-4.2.1/m4/
Dmalloc.m426 # Set gl_cv_func_malloc_posix to yes or no accordingly.
Derrno_h.m464 # Set the variables EOVERFLOW_HIDDEN and EOVERFLOW_VALUE.
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Dsymlinks18 # Set up a symlink sym -> dep
/ndk/sources/host-tools/sed-4.2.1/po/
DMakevars27 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc1008 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/
Dgtest-filepath.cc287 full_pathname.Set(MakeFileName(directory, base_name, number++, extension)); in GenerateUniqueFileName()

123