Searched defs:Set (Results 1 - 4 of 4) sorted by relevance

/ndk/sources/third_party/googletest/googletest/samples/
H A Dsample2.cc51 void MyString::Set(const char* a_c_string) { function in class:MyString
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h51 // Except for Set methods, all methods are const or static, which provides an
69 Set(rhs);
73 void Set(const FilePath& rhs) { function in class:testing::internal::FilePath
/ndk/tests/device/b8708181-Vector4/jni/
H A DVector4.cpp34 inline float32x4_t Set(float a, float b, float c, float d);
41 m_floatVector = Set(a, b, c, d);
44 inline float32x4_t Vector4::Set(float a, float b, float c, float d) function in class:Vector4
58 v->Set(a, b, c, d);
/ndk/sources/host-tools/ndk-depends/
H A Dndk-depends.cc1008 void Set(Type type_p, const String& value_p) { function in struct:__anon247::LibNode
1035 node.Set(LibNode::NODE_ERROR, error);
1047 node.Set(LibNode::NODE_PATH, libpath);
1100 node.Set(LibNode::NODE_SYSTEM, libname);
1109 node.Set(LibNode::NODE_ERROR, _T("Could not find library"));

Completed in 133 milliseconds