Home
last modified time | relevance | path

Searched refs:SetPath (Results 1 – 20 of 20) sorted by relevance

/external/libbrillo/install_attributes/tests/
Dlibinstallattributes_unittest.cc15 void SetPath(const std::string& filename) { in SetPath() function in MockInstallAttributesReader
23 reader.SetPath("non-existing.pb"); in TEST()
31 reader.SetPath("install_attributes/tests/corrupt.pb"); in TEST()
39 reader.SetPath("install_attributes/tests/consumer.pb"); in TEST()
48 reader.SetPath("install_attributes/tests/managed.pb"); in TEST()
58 reader.SetPath("non-existing.pb"); in TEST()
62 reader.SetPath("install_attributes/tests/managed.pb"); in TEST()
71 reader.SetPath("install_attributes/tests/consumer.pb"); in TEST()
75 reader.SetPath("install_attributes/tests/managed.pb"); in TEST()
/external/pdfium/core/fxge/android/
Dcfpf_skiapathfont.h23 void SetPath(const char* pPath);
Dcfpf_skiapathfont.cpp21 void CFPF_SkiaPathFont::SetPath(const char* pPath) { in SetPath() function in CFPF_SkiaPathFont
Dcfpf_skiafontmgr.cpp457 pFontDesc->SetPath(file.c_str()); in ScanFile()
/external/deqp/external/openglcts/modules/gl/
Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp7389 virtual void SetPath() = 0;
7491 SetPath(); in Run()
7686 virtual void SetPath() in SetPath() function in gl4cts::es31compatibility::__anon8e100b6e0111::AdvancedUnsizedArrayLength_cs_std430_vec_indexing
7695 virtual void SetPath() in SetPath() function in gl4cts::es31compatibility::__anon8e100b6e0111::AdvancedUnsizedArrayLength_cs_std430_vec_after
7704 virtual void SetPath() in SetPath() function in gl4cts::es31compatibility::__anon8e100b6e0111::AdvancedUnsizedArrayLength_cs_std430_vec_offset
7713 virtual void SetPath() in SetPath() function in gl4cts::es31compatibility::__anon8e100b6e0111::AdvancedUnsizedArrayLength_cs_std430_vec_size
7722 virtual void SetPath() in SetPath() function in gl4cts::es31compatibility::__anon8e100b6e0111::AdvancedUnsizedArrayLength_cs_std430_vec
7731 virtual void SetPath() in SetPath() function in gl4cts::es31compatibility::__anon8e100b6e0111::AdvancedUnsizedArrayLength_cs_std430_matC
7740 virtual void SetPath() in SetPath() function in gl4cts::es31compatibility::__anon8e100b6e0111::AdvancedUnsizedArrayLength_cs_std430_matR
7749 virtual void SetPath() in SetPath() function in gl4cts::es31compatibility::__anon8e100b6e0111::AdvancedUnsizedArrayLength_cs_std430_struct
[all …]
Dgl4cShaderStorageBufferObjectTests.cpp7911 virtual void SetPath() = 0;
8016 SetPath(); in Run()
8216 virtual void SetPath() in SetPath() function in gl4cts::__anonb27e50980111::AdvancedUnsizedArrayLength_cs_std430_vec_indexing
8225 virtual void SetPath() in SetPath() function in gl4cts::__anonb27e50980111::AdvancedUnsizedArrayLength_cs_std430_vec_after
8234 virtual void SetPath() in SetPath() function in gl4cts::__anonb27e50980111::AdvancedUnsizedArrayLength_cs_std430_vec_offset
8243 virtual void SetPath() in SetPath() function in gl4cts::__anonb27e50980111::AdvancedUnsizedArrayLength_cs_std430_vec_size
8252 virtual void SetPath() in SetPath() function in gl4cts::__anonb27e50980111::AdvancedUnsizedArrayLength_cs_std430_vec
8261 virtual void SetPath() in SetPath() function in gl4cts::__anonb27e50980111::AdvancedUnsizedArrayLength_cs_std430_matC
8270 virtual void SetPath() in SetPath() function in gl4cts::__anonb27e50980111::AdvancedUnsizedArrayLength_cs_std430_matR
8279 virtual void SetPath() in SetPath() function in gl4cts::__anonb27e50980111::AdvancedUnsizedArrayLength_cs_std430_struct
[all …]
/external/deqp/external/openglcts/modules/gles31/
Des31cShaderStorageBufferObjectTests.cpp7543 virtual void SetPath() = 0;
7645 SetPath(); in Run()
7847 virtual void SetPath() in SetPath() function in glcts::__anon5b1925490111::AdvancedUnsizedArrayLength_cs_std430_vec_indexing
7856 virtual void SetPath() in SetPath() function in glcts::__anon5b1925490111::AdvancedUnsizedArrayLength_cs_std430_vec_after
7865 virtual void SetPath() in SetPath() function in glcts::__anon5b1925490111::AdvancedUnsizedArrayLength_cs_std430_vec_offset
7874 virtual void SetPath() in SetPath() function in glcts::__anon5b1925490111::AdvancedUnsizedArrayLength_cs_std430_vec_size
7883 virtual void SetPath() in SetPath() function in glcts::__anon5b1925490111::AdvancedUnsizedArrayLength_cs_std430_vec
7892 virtual void SetPath() in SetPath() function in glcts::__anon5b1925490111::AdvancedUnsizedArrayLength_cs_std430_matC
7901 virtual void SetPath() in SetPath() function in glcts::__anon5b1925490111::AdvancedUnsizedArrayLength_cs_std430_matR
7910 virtual void SetPath() in SetPath() function in glcts::__anon5b1925490111::AdvancedUnsizedArrayLength_cs_std430_struct
[all …]
/external/libchrome/base/
Dvalues.h268 Value* SetPath(std::initializer_list<StringPiece> path, Value value);
269 Value* SetPath(span<const StringPiece> path, Value value);
Dvalues_unittest.cc624 TEST(ValuesTest, SetPath) { in TEST() argument
627 Value* inserted = root.SetPath({"one", "two"}, Value(123)); in TEST()
633 inserted = root.SetPath(std::vector<StringPiece>{"foo", "bar"}, Value(123)); in TEST()
640 root.SetPath({"foo", "bar"}, Value("hello")); in TEST()
648 root.SetPath(std::vector<StringPiece>{"foo", "bar", "baz"}, Value(123)); in TEST()
668 root.SetPath({"one", "two", "three"}, Value(123)); in TEST()
682 root.SetPath({"one", "two", "three"}, Value(123)); in TEST()
683 root.SetPath({"one", "two", "four"}, Value(124)); in TEST()
Dvalues.cc366 Value* Value::SetPath(std::initializer_list<StringPiece> path, Value value) { in SetPath() function in base::Value
368 return SetPath(make_span(path.begin(), path.size()), std::move(value)); in SetPath()
371 Value* Value::SetPath(span<const StringPiece> path, Value value) { in SetPath() function in base::Value
/external/autotest/client/cros/cellular/pseudomodem/
Ddbus_std_ifaces.py108 def SetPath(self, path): member in DBusProperties
Dsim.py163 self.SetPath(path)
Dmodem.py187 self.SetPath(path)
/external/libchrome/dbus/
Dobject_proxy.cc141 !method_call->SetPath(object_path_)) in CallMethodAndBlockWithErrorDetails()
202 !method_call->SetPath(object_path_)) { in CallMethodWithErrorResponse()
Dexported_object.cc89 CHECK(signal->SetPath(object_path_)); in SendSignal()
Dmessage.h99 bool SetPath(const ObjectPath& path);
Dmessage.cc269 bool Message::SetPath(const ObjectPath& path) { in SetPath() function in dbus::Message
Dbus.cc828 !get_name_owner_call.SetPath(obj_path)) { in GetServiceOwnerAndBlock()
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c554 hr = ps1->lpVtbl->SetPath(ps1, path); in CreateShortcut()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c526 hr = ps1->lpVtbl->SetPath(ps1, path); in CreateShortcut()