Home
last modified time | relevance | path

Searched refs:path (Results 4701 - 4725 of 8510) sorted by relevance

1...<<181182183184185186187188189190>>...341

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DAltFormatsSchema.java71 /** Loads the alternate formats from a given file path. */
72 public static ImmutableList<AltFormatSpec> loadAltFormats(Path path) { in loadAltFormats() argument
73 if (!Files.exists(path)) { in loadAltFormats()
76 try (Reader csv = Files.newBufferedReader(path)) { in loadAltFormats()
H A DCommentsSchema.java65 /** Loads the comments from a given file path. */
66 public static ImmutableList<Comment> loadComments(Path path) { in loadComments() argument
67 if (!Files.exists(path)) { in loadComments()
70 try (Reader csv = Files.newBufferedReader(path)) { in loadComments()
/third_party/rust/crates/autocfg/src/
H A Dtests.rs3 use std::path::Path;
6 fn core_std(&self, path: &str) -> String { in core_std()
8 format!("{}::{}", krate, path) in core_std()
/third_party/rust/crates/clap/src/builder/
H A Dos_str.rs141 impl From<OsStr> for std::path::PathBuf {
170 impl AsRef<std::path::Path> for OsStr {
172 fn as_ref(&self) -> &std::path::Path { in as_ref()
173 std::path::Path::new(self) in as_ref()
/third_party/python/Lib/test/
H A D_test_embed_set_config.py237 self.assertEqual(sys.path, ['a', 'b', 'c'])
239 # sys.path is reset if module_search_paths_set=0
242 self.assertNotEqual(sys.path, ['a', 'b', 'c'])
243 self.assertNotEqual(sys.path, ['new_path'])
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cTestPackage.cpp66 void init(tcu::TestCase* testCase, const std::string& path);
84 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init() argument
86 if (m_waiverMechanism->isOnWaiverList(path)) in init()
/third_party/vk-gl-cts/external/openglcts/modules/gles32/
H A Des32cTestPackage.cpp71 void init(tcu::TestCase* testCase, const std::string& path);
90 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init() argument
92 if (m_waiverMechanism->isOnWaiverList(path)) in init()
/third_party/skia/src/core/
H A DSkData.cpp144 sk_sp<SkData> SkData::MakeFromFileName(const char path[]) {
145 FILE* f = path ? sk_fopen(path, kRead_SkFILE_Flag) : nullptr;
H A DSkFontMgr.cpp138 sk_sp<SkTypeface> SkFontMgr::makeFromFile(const char path[], int ttcIndex) const { in makeFromFile() argument
139 if (nullptr == path) { in makeFromFile()
142 return this->onMakeFromFile(path, ttcIndex); in makeFromFile()
H A DSkWriter32.h137 void writePath(const SkPath& path) { in writePath() argument
138 size_t size = path.writeToMemory(nullptr); in writePath()
140 path.writeToMemory(this->reserve(size)); in writePath()
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/
H A Dpkgtypes.c202 char * convertToNativePathSeparators(char *path) { in convertToNativePathSeparators() argument
205 while ((itr = uprv_strchr(path, U_FILE_ALT_SEP_CHAR))) { in convertToNativePathSeparators()
209 return path; in convertToNativePathSeparators()
227 return l; /* no dir path */ in pkg_appendUniqueDirToList()
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_request_response_with_callback.c110 const char *path, in standard_request_handler()
130 printf("received request for '%s %s %s'\n", method, path, version); in standard_request_handler()
154 void *clspath = strdup(path); in standard_request_handler()
106 standard_request_handler(void *cls, struct SPDY_Request * request, uint8_t priority, const char *method, const char *path, const char *version, const char *host, const char *scheme, struct SPDY_NameValue * headers, bool more) standard_request_handler() argument
/third_party/skia/src/xps/
H A DSkXPSDevice.h90 void drawPath(const SkPath& path,
226 BOOL stroke, BOOL fill, const SkPath& path);
231 IXpsOMPath** path);
/third_party/python/Doc/tools/extensions/
H A Dsuspicious.py90 self.log_file_name = os.path.join(self.outdir, 'suspicious.csv')
93 self.load_rules(os.path.join(os.path.dirname(__file__), '..',
H A Dc_annotations.py14 * Set the `refcount_file` config value to the path to the reference
16 * Set the `stable_abi_file` config value to the path to stable ABI list.
22 from os import path namespace
177 path.join(app.srcdir, app.config.refcount_file),
178 path.join(app.srcdir, app.config.stable_abi_file),
/third_party/skia/tools/calmbench/
H A Dcalmbench.py37 CURRENT_DIR = os.path.dirname(os.path.abspath(__file__))
52 default_skiadir = os.path.normpath(CURRENT_DIR + "/../../")
/third_party/typescript/tests/baselines/reference/
H A DAPISample_watcher.js19 existsSync(path: string): boolean;
20 readdirSync(path: string): string[];
25 declare var path: any;
/third_party/python/Lib/test/test_tools/
H A Dtest_pindent.py18 script = os.path.join(scriptsdir, 'pindent.py')
39 data_path = os.path.join(directory, '_test.py')
49 self.assertTrue(os.path.exists(backup))
/third_party/protobuf/src/google/protobuf/util/internal/
H A Ddefault_value_objectwriter.h68 // The 'path' parameter is a vector of path to the field from root. For
75 const std::vector<std::string>& /*path of the field*/,
152 const std::vector<std::string>& path, bool suppress_empty_list,
180 const std::vector<std::string>& path() const { return path_; } in path() function in google::protobuf::util::converter::DefaultValueObjectWriter::Node
250 const std::vector<std::string>& path,
304 // The stack to hold the path of Nodes from current_ to root_;
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_canvas/
H A Dperf_puppeteer_canvas_test.go11 "path/filepath"
26 const fakeNodeBinPath = "/fake/path/to/node/bin"
38 assert.Equal(t, "/fake/path/to/node/bin/npm", cmd.Name)
51 const fakeNodeBinPath = "/fake/path/to/node/bin"
52 const fakeCanvasKitPath = "/fake/path/to/canvaskit"
53 const fakeBenchmarkPath = "/fake/path/to/perf-puppeteer"
71 assert.Equal(t, "/fake/path/to/node/bin/node", cmd.Name)
74 "--canvaskit_js", "/fake/path/to/canvaskit/canvaskit.js",
75 "--canvaskit_wasm", "/fake/path/to/canvaskit/canvaskit.wasm",
77 "--output", "/fake/path/t
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deployer.cpp59 for (const auto &path: realFilePaths) { in DeployQuickFix()
60 std::string tempPath = path.substr(0, path.rfind(ServiceConstants::PATH_SEPARATOR)); in DeployQuickFix()
62 LOG_E(BMS_TAG_DEFAULT, "RemovePatchFile failed path: %{private}s", tempPath.c_str()); in DeployQuickFix()
183 // check multiple cpuAbi and native library path in ProcessPatchDeployStart()
235 // create patch path in ToDeployEndStatus()
257 // if so files exist, library path add patch_versionCode; in ToDeployEndStatus()
258 // if so files not exist, modify library path to empty. in ToDeployEndStatus()
261 // move hqf files to new patch path in ToDeployEndStatus()
352 LOG_E(BMS_TAG_DEFAULT, "error: creat patch path faile in ProcessPatchDeployEnd()
592 std::string path = targetPath; MoveHqfFiles() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_utils_test.cpp53 Drawing::Path path; in HWTEST_F() local
54 path.AddRect({0, 0, 10, 10}); in HWTEST_F()
55 std::shared_ptr<RSPath> rsPath = RSPath::CreateRSPath(path); in HWTEST_F()
399 Drawing::Path path; in HWTEST_F() local
401 rsPropertyDrawableUtilsTest1->DrawShadow(&canvasTest1, path, 1.0f, 1.0f, 1.0f, true, spotColor); in HWTEST_F()
494 Drawing::Path path; in HWTEST_F() local
498 rsPropertyDrawableUtilsTest->GetColorForShadowSyn(&paintFilterCanvas, path, color, false); in HWTEST_F()
499 path.AddRect({0, 0, 5, 5}); in HWTEST_F()
502 rsPropertyDrawableUtilsTest->GetColorForShadowSyn(&paintFilterCanvas, path, color, false); in HWTEST_F()
549 Drawing::Path path; in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp235 void RSPaintFilterCanvasBase::DrawPath(const Path& path) in DrawPath() argument
240 (*iter)->DrawPath(path); in DrawPath()
245 canvas_->DrawPath(path); in DrawPath()
266 void RSPaintFilterCanvasBase::DrawShadow(const Path& path, const Point3& planeParams, const Point3& devLightPos, in DrawShadow() argument
272 (*iter)->DrawShadow(path, planeParams, devLightPos, lightRadius, ambientColor, spotColor, flag); in DrawShadow()
277 canvas_->DrawShadow(path, planeParams, devLightPos, lightRadius, ambientColor, spotColor, flag); in DrawShadow()
282 void RSPaintFilterCanvasBase::DrawShadowStyle(const Path& path, const Point3& planeParams, const Point3& devLightPos, in DrawShadowStyle() argument
289 path, planeParams, devLightPos, lightRadius, ambientColor, spotColor, flag, isLimitElevation); in DrawShadowStyle()
295 path, planeParams, devLightPos, lightRadius, ambientColor, spotColor, flag, isLimitElevation); in DrawShadowStyle()
592 void RSPaintFilterCanvasBase::ClipPath(const Path& path, ClipO argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render/render_base/unittest/draw/
H A Drs_property_drawable_utils_test.cpp53 Drawing::Path path; in HWTEST_F() local
54 path.AddRect({0, 0, 10, 10}); in HWTEST_F()
55 std::shared_ptr<RSPath> rsPath = RSPath::CreateRSPath(path); in HWTEST_F()
399 Drawing::Path path; in HWTEST_F() local
401 rsPropertyDrawableUtilsTest1->DrawShadow(&canvasTest1, path, 1.0f, 1.0f, 1.0f, true, spotColor); in HWTEST_F()
494 Drawing::Path path; in HWTEST_F() local
498 rsPropertyDrawableUtilsTest->GetColorForShadowSyn(&paintFilterCanvas, path, color, false); in HWTEST_F()
499 path.AddRect({0, 0, 5, 5}); in HWTEST_F()
502 rsPropertyDrawableUtilsTest->GetColorForShadowSyn(&paintFilterCanvas, path, color, false); in HWTEST_F()
549 Drawing::Path path; in HWTEST_F() local
[all...]
/third_party/libabigail/tools/
H A Dfedabipkgdiff67 HOME_DIR = os.path.join(xdg.BaseDirectory.xdg_cache_home,
68 os.path.splitext(os.path.basename(__file__))[0])
88 # --d1 /path/to/package1-debuginfo.rpm \
89 # --d2 /path/to/package2-debuginfo.rpm \
90 # /path/to/package1.rpm \
91 # /path/to/package2.rpm
110 # (/path/to/package1.rpm, [/paths/to/package1-debuginfo.rpm ..] /path/to/package1-devel.rpm)
111 # (/path/t
[all...]

Completed in 17 milliseconds

1...<<181182183184185186187188189190>>...341