Home
last modified time | relevance | path

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

12

/external/libbrillo/install_attributes/tests/
Dlibinstallattributes_test.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/cronet/tot/url/
Durl_canon_stdstring.h104 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;
Durl_canon_unittest.cc1961 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/
Durl_canon_stdstring.h104 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;
Durl_canon_unittest.cc1961 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/
Dparsed_cookie_unittest.cc528 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 …]
Dparse_cookie_line_fuzzer.cc53 parsed_cookie.SetPath( in LLVMFuzzerTestOneInput()
Dparsed_cookie.h104 bool SetPath(const std::string& path);
Dcookie_base_unittest.cc46 Builder& SetPath(const std::string& path) { in SetPath() function in net::__anon144a23000111::TestCookie::Builder
/external/cronet/stable/net/cookies/
Dparsed_cookie_unittest.cc528 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 …]
Dparse_cookie_line_fuzzer.cc53 parsed_cookie.SetPath( in LLVMFuzzerTestOneInput()
Dparsed_cookie.h104 bool SetPath(const std::string& path);
Dcookie_base_unittest.cc46 Builder& SetPath(const std::string& path) { in SetPath() function in net::__anone5363fe40111::TestCookie::Builder
/external/pdfium/xfa/fwl/
Dcfwl_themebackground.h30 void SetPath(const CFGAS_GEPath* pPath) { m_pPath = pPath; } in SetPath() function
/external/libchrome/components/policy/core/common/
Dconfiguration_policy_provider_test.cc384 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/
Dmessage_unittest.cc551 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()
Dexported_object.cc89 CHECK(signal->SetPath(object_path_)); in SendSignal()
/external/deqp/external/openglcts/modules/gles31/
Des31cShaderStorageBufferObjectTests.cpp7539 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/
Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp7381 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 …]
Dgl4cShaderStorageBufferObjectTests.cpp7904 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/
Dsyscalls.rs184 super::types::FsConfigCmd::SetPath, in fsconfig_set_path()
Dtypes.rs133 SetPath = linux_raw_sys::general::fsconfig_command::FSCONFIG_SET_PATH as u32, enumerator
/external/rust/android-crates-io/crates/rustix/src/backend/libc/mount/
Dtypes.rs135 SetPath = 3, enumerator
/external/libchrome/base/
Dvalues.h268 Value* SetPath(std::initializer_list<StringPiece> path, Value value);
269 Value* SetPath(span<const StringPiece> path, Value value);
/external/autotest/client/cros/cellular/pseudomodem/
Ddbus_std_ifaces.py108 def SetPath(self, path): member in DBusProperties

12