/external/libbrillo/install_attributes/tests/ |
D | libinstallattributes_test.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/cronet/tot/url/ |
D | url_canon_stdstring.h | 104 void SetPathStr(const CharT* str) { SetImpl(&ParentT::SetPath, str); } in SetPathStr() 105 void SetPathStr(StringViewT str) { SetImpl(&ParentT::SetPath, str); } in SetPathStr() 122 using ParentT::SetPath;
|
D | url_canon_unittest.cc | 1961 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); in TEST_F() 1984 r.SetPath(reinterpret_cast<char*>(0x00000001), Component(0, 0)); in TEST_F() 1995 r.SetPath(reinterpret_cast<char*>(0x00000001), Component()); in TEST_F() 2054 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); in TEST_F() 2120 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); in TEST_F() 2161 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); in TEST_F() 2221 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); in TEST_F() 3027 repl.SetPath(new_path.c_str(), Component(0, 4)); in TEST_F()
|
/external/cronet/stable/url/ |
D | url_canon_stdstring.h | 104 void SetPathStr(const CharT* str) { SetImpl(&ParentT::SetPath, str); } in SetPathStr() 105 void SetPathStr(StringViewT str) { SetImpl(&ParentT::SetPath, str); } in SetPathStr() 122 using ParentT::SetPath;
|
D | url_canon_unittest.cc | 1961 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); in TEST_F() 1984 r.SetPath(reinterpret_cast<char*>(0x00000001), Component(0, 0)); in TEST_F() 1995 r.SetPath(reinterpret_cast<char*>(0x00000001), Component()); in TEST_F() 2054 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); in TEST_F() 2120 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); in TEST_F() 2161 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); in TEST_F() 2221 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); in TEST_F() 3027 repl.SetPath(new_path.c_str(), Component(0, 4)); in TEST_F()
|
/external/cronet/tot/net/cookies/ |
D | parsed_cookie_unittest.cc | 528 EXPECT_TRUE(pc50.SetPath(max_path)); in TEST() 534 EXPECT_FALSE(pc50.SetPath(too_long_path)); in TEST() 542 EXPECT_TRUE(pc50.SetPath(padded_test_path)); in TEST() 737 EXPECT_TRUE(pc.SetPath("/")); in TEST() 761 EXPECT_TRUE(pc.SetPath("/foo")); in TEST() 794 EXPECT_TRUE(pc.SetPath(std::string())); in TEST() 944 EXPECT_TRUE(pc.SetPath("baz")); in TEST() 947 EXPECT_TRUE(pc.SetPath(" baz ")); in TEST() 950 EXPECT_TRUE(pc.SetPath(" ")); in TEST() 957 EXPECT_FALSE(pc.SetPath(" baz\n ")); in TEST() [all …]
|
D | parse_cookie_line_fuzzer.cc | 53 parsed_cookie.SetPath( in LLVMFuzzerTestOneInput()
|
D | parsed_cookie.h | 104 bool SetPath(const std::string& path);
|
D | cookie_base_unittest.cc | 46 Builder& SetPath(const std::string& path) { in SetPath() function in net::__anon144a23000111::TestCookie::Builder
|
/external/cronet/stable/net/cookies/ |
D | parsed_cookie_unittest.cc | 528 EXPECT_TRUE(pc50.SetPath(max_path)); in TEST() 534 EXPECT_FALSE(pc50.SetPath(too_long_path)); in TEST() 542 EXPECT_TRUE(pc50.SetPath(padded_test_path)); in TEST() 737 EXPECT_TRUE(pc.SetPath("/")); in TEST() 761 EXPECT_TRUE(pc.SetPath("/foo")); in TEST() 794 EXPECT_TRUE(pc.SetPath(std::string())); in TEST() 944 EXPECT_TRUE(pc.SetPath("baz")); in TEST() 947 EXPECT_TRUE(pc.SetPath(" baz ")); in TEST() 950 EXPECT_TRUE(pc.SetPath(" ")); in TEST() 957 EXPECT_FALSE(pc.SetPath(" baz\n ")); in TEST() [all …]
|
D | parse_cookie_line_fuzzer.cc | 53 parsed_cookie.SetPath( in LLVMFuzzerTestOneInput()
|
D | parsed_cookie.h | 104 bool SetPath(const std::string& path);
|
D | cookie_base_unittest.cc | 46 Builder& SetPath(const std::string& path) { in SetPath() function in net::__anone5363fe40111::TestCookie::Builder
|
/external/pdfium/xfa/fwl/ |
D | cfwl_themebackground.h | 30 void SetPath(const CFGAS_GEPath* pPath) { m_pPath = pPath; } in SetPath() function
|
/external/libchrome/components/policy/core/common/ |
D | configuration_policy_provider_test.cc | 384 policy_3rdparty.SetPath({"extensions", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}, in TEST_P() 386 policy_3rdparty.SetPath({"extensions", "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"}, in TEST_P() 390 policy_3rdparty.SetPath({"invalid-domain", "component"}, policy_dict.Clone()); in TEST_P()
|
/external/libchrome/dbus/ |
D | message_unittest.cc | 551 method_call.SetPath(ObjectPath("/com/example/Object")); in TEST() 584 signal.SetPath(ObjectPath("/com/example/Object")); in TEST() 663 EXPECT_TRUE(message->SetPath(ObjectPath("/org/chromium/path"))); in TEST() 693 EXPECT_FALSE(message->SetPath(ObjectPath("/org/chromium/"))); in TEST()
|
D | exported_object.cc | 89 CHECK(signal->SetPath(object_path_)); in SendSignal()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cShaderStorageBufferObjectTests.cpp | 7539 virtual void SetPath() = 0; 7642 SetPath(); in Run() 7844 virtual void SetPath() in SetPath() function in glcts::__anon4cffc9160111::AdvancedUnsizedArrayLength_cs_std430_vec_indexing 7853 virtual void SetPath() in SetPath() function in glcts::__anon4cffc9160111::AdvancedUnsizedArrayLength_cs_std430_vec_after 7862 virtual void SetPath() in SetPath() function in glcts::__anon4cffc9160111::AdvancedUnsizedArrayLength_cs_std430_vec_offset 7871 virtual void SetPath() in SetPath() function in glcts::__anon4cffc9160111::AdvancedUnsizedArrayLength_cs_std430_vec_size 7880 virtual void SetPath() in SetPath() function in glcts::__anon4cffc9160111::AdvancedUnsizedArrayLength_cs_std430_vec 7889 virtual void SetPath() in SetPath() function in glcts::__anon4cffc9160111::AdvancedUnsizedArrayLength_cs_std430_matC 7898 virtual void SetPath() in SetPath() function in glcts::__anon4cffc9160111::AdvancedUnsizedArrayLength_cs_std430_matR 7907 virtual void SetPath() in SetPath() function in glcts::__anon4cffc9160111::AdvancedUnsizedArrayLength_cs_std430_struct [all …]
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp | 7381 virtual void SetPath() = 0; 7484 SetPath(); in Run() 7685 virtual void SetPath() in SetPath() function in gl4cts::es31compatibility::__anon9b1dcabb0111::AdvancedUnsizedArrayLength_cs_std430_vec_indexing 7694 virtual void SetPath() in SetPath() function in gl4cts::es31compatibility::__anon9b1dcabb0111::AdvancedUnsizedArrayLength_cs_std430_vec_after 7703 virtual void SetPath() in SetPath() function in gl4cts::es31compatibility::__anon9b1dcabb0111::AdvancedUnsizedArrayLength_cs_std430_vec_offset 7712 virtual void SetPath() in SetPath() function in gl4cts::es31compatibility::__anon9b1dcabb0111::AdvancedUnsizedArrayLength_cs_std430_vec_size 7721 virtual void SetPath() in SetPath() function in gl4cts::es31compatibility::__anon9b1dcabb0111::AdvancedUnsizedArrayLength_cs_std430_vec 7730 virtual void SetPath() in SetPath() function in gl4cts::es31compatibility::__anon9b1dcabb0111::AdvancedUnsizedArrayLength_cs_std430_matC 7739 virtual void SetPath() in SetPath() function in gl4cts::es31compatibility::__anon9b1dcabb0111::AdvancedUnsizedArrayLength_cs_std430_matR 7748 virtual void SetPath() in SetPath() function in gl4cts::es31compatibility::__anon9b1dcabb0111::AdvancedUnsizedArrayLength_cs_std430_struct [all …]
|
D | gl4cShaderStorageBufferObjectTests.cpp | 7904 virtual void SetPath() = 0; 8009 SetPath(); in Run() 8209 virtual void SetPath() in SetPath() function in gl4cts::__anona4ff20450111::AdvancedUnsizedArrayLength_cs_std430_vec_indexing 8218 virtual void SetPath() in SetPath() function in gl4cts::__anona4ff20450111::AdvancedUnsizedArrayLength_cs_std430_vec_after 8227 virtual void SetPath() in SetPath() function in gl4cts::__anona4ff20450111::AdvancedUnsizedArrayLength_cs_std430_vec_offset 8236 virtual void SetPath() in SetPath() function in gl4cts::__anona4ff20450111::AdvancedUnsizedArrayLength_cs_std430_vec_size 8245 virtual void SetPath() in SetPath() function in gl4cts::__anona4ff20450111::AdvancedUnsizedArrayLength_cs_std430_vec 8254 virtual void SetPath() in SetPath() function in gl4cts::__anona4ff20450111::AdvancedUnsizedArrayLength_cs_std430_matC 8263 virtual void SetPath() in SetPath() function in gl4cts::__anona4ff20450111::AdvancedUnsizedArrayLength_cs_std430_matR 8272 virtual void SetPath() in SetPath() function in gl4cts::__anona4ff20450111::AdvancedUnsizedArrayLength_cs_std430_struct [all …]
|
/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/mount/ |
D | syscalls.rs | 184 super::types::FsConfigCmd::SetPath, in fsconfig_set_path()
|
D | types.rs | 133 SetPath = linux_raw_sys::general::fsconfig_command::FSCONFIG_SET_PATH as u32, enumerator
|
/external/rust/android-crates-io/crates/rustix/src/backend/libc/mount/ |
D | types.rs | 135 SetPath = 3, enumerator
|
/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);
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | dbus_std_ifaces.py | 108 def SetPath(self, path): member in DBusProperties
|