Home
last modified time | relevance | path

Searched refs:override_path (Results 1 – 10 of 10) sorted by relevance

/external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/
Dcommon.py131 override_path = samples_dict[sample_idx].get("override_path")
133 if override_path is not None:
137 sample_project_dir, override_path, sample.get("file")
141 cur_override_sample = override_paths_to_samples.get(override_path)
144 override_paths_to_samples[override_path] = [sample]
149 override_paths_to_samples[override_path] = cur_override_sample
163 for override_path in override_paths_to_samples:
168 override_path=override_path,
169 override_samples=override_paths_to_samples[override_path],
189 self, root, override_path, override_samples, **overridden_samples_kwargs argument
[all …]
/external/cronet/tot/base/test/
Dtest_reg_util_win.cc119 std::wstring* override_path) { in OverrideRegistry() argument
133 if (override_path) in OverrideRegistry()
134 override_path->assign(key_path); in OverrideRegistry()
Dtest_reg_util_win.h55 void OverrideRegistry(HKEY override, std::wstring* override_path);
/external/cronet/stable/base/test/
Dtest_reg_util_win.cc119 std::wstring* override_path) { in OverrideRegistry() argument
133 if (override_path) in OverrideRegistry()
134 override_path->assign(key_path); in OverrideRegistry()
Dtest_reg_util_win.h55 void OverrideRegistry(HKEY override, std::wstring* override_path);
/external/chromium-crossbench/tests/crossbench/plt/
Dtest_android_adb.py352 override_path = self.platform.path("/root/sbin/ls")
354 self.expect_adb("shell", "which", override_path, result=str(override_path))
355 self.expect_adb("shell", "[", "-e", override_path, "]", result="")
356 with self.platform.override_binary(ls_path, override_path):
358 self.assertEqual(path, override_path)
/external/angle/src/libANGLE/renderer/
Dangle_format.py56 def load_with_override(override_path): argument
58 overrides = load_json(override_path)
/external/google-cloud-java/owl-bot-postprocessor/synthtool/py_templating_instructions/
DREADME.md28 - `override_path` (Optional): If you would like to have a seperate README generate for this file in…
/external/cronet/stable/base/win/
Dregistry_unittest.cc69 const std::wstring& override_path() const { return override_path_; } in override_path() function in base::win::__anon05bde4fe0111::RegistryTest
555 base::StrCat({L"\\Registry\\User\\", user_sid, L"\\", override_path(), in TEST_P()
/external/cronet/tot/base/win/
Dregistry_unittest.cc69 const std::wstring& override_path() const { return override_path_; } in override_path() function in base::win::__anonf1dca31a0111::RegistryTest
555 base::StrCat({L"\\Registry\\User\\", user_sid, L"\\", override_path(), in TEST_P()