/external/libbrillo/install_attributes/tests/ |
D | libinstallattributes_unittest.cc | 15 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/ |
D | cfpf_skiapathfont.h | 23 void SetPath(const char* pPath);
|
D | cfpf_skiapathfont.cpp | 21 void CFPF_SkiaPathFont::SetPath(const char* pPath) { in SetPath() function in CFPF_SkiaPathFont
|
D | cfpf_skiafontmgr.cpp | 457 pFontDesc->SetPath(file.c_str()); in ScanFile()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp | 7389 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 …]
|
D | gl4cShaderStorageBufferObjectTests.cpp | 7911 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/ |
D | es31cShaderStorageBufferObjectTests.cpp | 7543 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/ |
D | values.h | 268 Value* SetPath(std::initializer_list<StringPiece> path, Value value); 269 Value* SetPath(span<const StringPiece> path, Value value);
|
D | values_unittest.cc | 624 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()
|
D | values.cc | 366 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/ |
D | dbus_std_ifaces.py | 108 def SetPath(self, path): member in DBusProperties
|
D | sim.py | 163 self.SetPath(path)
|
D | modem.py | 187 self.SetPath(path)
|
/external/libchrome/dbus/ |
D | object_proxy.cc | 141 !method_call->SetPath(object_path_)) in CallMethodAndBlockWithErrorDetails() 202 !method_call->SetPath(object_path_)) { in CallMethodWithErrorResponse()
|
D | exported_object.cc | 89 CHECK(signal->SetPath(object_path_)); in SendSignal()
|
D | message.h | 99 bool SetPath(const ObjectPath& path);
|
D | message.cc | 269 bool Message::SetPath(const ObjectPath& path) { in SetPath() function in dbus::Message
|
D | bus.cc | 828 !get_name_owner_call.SetPath(obj_path)) { in GetServiceOwnerAndBlock()
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 554 hr = ps1->lpVtbl->SetPath(ps1, path); in CreateShortcut()
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 526 hr = ps1->lpVtbl->SetPath(ps1, path); in CreateShortcut()
|