Home
last modified time | relevance | path

Searched refs:path (Results 7601 - 7625 of 10795) sorted by relevance

1...<<301302303304305306307308309310>>...432

/third_party/python/Lib/test/test_importlib/source/
H A Dtest_finder.py102 pkg_dir = os.path.dirname(mapping['pkg.__init__'])
110 pkg_dir = os.path.dirname(mapping['pkg.__init__'])
126 # The empty string from sys.path means to search in the cwd.
/third_party/python/Modules/_decimal/tests/
H A Dformathelper.py136 if os.path.isfile("/var/lib/locales/supported.d/local"):
158 if os.path.isfile("/etc/locale.alias"):
/third_party/skia/tools/debugger/
H A DJsonWriteBuffer.cpp176 void JsonWriteBuffer::writePath(const SkPath& path) { in writePath() argument
177 this->append("path"); in writePath()
178 DrawCommand::MakeJsonPath(*fWriter, path); in writePath()
/third_party/skia/tools/fonts/
H A DTestTypeface.cpp179 void generateImage(const SkGlyph&) override { SK_ABORT("Should have generated from path."); }
181 bool generatePath(SkGlyphID glyph, SkPath* path) override {
182 *path = this->getTestTypeface()->getPath(glyph).makeTransform(fMatrix);
/third_party/skia/tools/skdiff/
H A Dskdiff_utils.cpp93 bool write_bitmap(const SkString& path, const SkBitmap& bitmap) { in write_bitmap() argument
97 return ToolUtils::EncodeImageToFile(path.c_str(), copy, SkEncodedImageFormat::kPNG, 100); in write_bitmap()
/third_party/skia/tools/skpbench/
H A Dsheet.py155 if os.path.splitext(basename)[1] != '.csv':
157 pathname = os.path.join(dirname, basename)
/third_party/skia/tools/viewer/
H A DMSKPSlide.cpp16 MSKPSlide::MSKPSlide(const SkString& name, const SkString& path) in MSKPSlide() argument
17 : MSKPSlide(name, SkStream::MakeFromFile(path.c_str())) {} in MSKPSlide()
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocutil.cpp208 // are path strings ('bundleID') passed to in getAvailableLocaleNames()
232 const char* path = cbundleID.isEmpty() ? NULL : cbundleID.data(); in getAvailableLocaleNames() local
233 icu::LocalUEnumerationPointer uenum(ures_openAvailableLocales(path, &status)); in getAvailableLocaleNames()
H A Dresbund.cpp123 * fallback path is LCV -> LC -> L -> dLCV -> dLC -> dL -> default.
126 * once a ResourceBundle object is constructed, the inheritance path
127 * no longer includes the default locale. The path is LCV -> LC -> L
209 ResourceBundle::ResourceBundle(const char* path, const Locale& locale, UErrorCode& err) in ResourceBundle() argument
212 fResource = ures_open(path, locale.getName(), &err); in ResourceBundle()
H A Duresdata.h318 * another resource bundle's item according to the path in the string.
416 const char *path, const char *name, UErrorCode *errorCode);
465 * Iterates over the path and stops when a scalar resource is found.
467 * Modifies the contents of *path (replacing separators with NULs),
468 * and also moves *path forward while it finds items.
470 * @param path input: "CollationElements/Sequence" or "zoneStrings/3/2" etc.;
474 char** path, const char** key);
/third_party/vixl/tools/test_generator/
H A Dparser.py402 stripped_basename = os.path.splitext(os.path.basename(filename))[0]
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
H A Dmakeindex.py133 (entrypoint,ext) = os.path.splitext(file)
138 if (os.path.exists(parent)):
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dmethod_dump.sh123 iphone_simulator_sdk=$(xcrun --sdk iphonesimulator --show-sdk-path)
126 macos_sdk=$(xcrun --sdk macosx --show-sdk-path)
/third_party/python/PCbuild/
H A Dfind_msbuild.bat13 @rem One argument may be the full path. Use a goto so we don't try to
18 @rem Entire command line may represent the full path if quoting failed.
/third_party/python/Lib/test/
H A Dtest_ossaudiodev.py30 def read_sound_file(path):
31 with open(path, 'rb') as fp:
H A Dtest_urllibnet.py126 # the domain names from the search path if there is
171 self.assertTrue(os.path.exists(file_location), "file location returned by"
172 " urlretrieve is not a valid path")
182 self.assertTrue(os.path.exists(file_location))
/third_party/rust/crates/bindgen/bindgen/ir/
H A Denum_ty.rs156 let path = item.path_for_allowlisting(ctx); in is_matching_enum()
159 if enums.matches(path[1..].join("::")) { in is_matching_enum()
/third_party/skia/include/core/
H A DSkRegion.h173 /** Appends outline of SkRegion to path.
174 Returns true if SkRegion is not empty; otherwise, returns false, and leaves path
177 @param path SkPath to append to
178 @return true if path changed
182 bool getBoundaryPath(SkPath* path) const;
232 /** Constructs SkRegion to match outline of path within clip.
235 Constructed SkRegion draws the same pixels as path through clip when
238 @param path SkPath providing outline
239 @param clip SkRegion containing path
244 bool setPath(const SkPath& path, cons
[all...]
/third_party/skia/infra/wasm-common/gold/
H A Dwasm_gold_aggregator.go24 "path"
168 p := path.Join(*outDir, JSON_FILENAME)
236 p := path.Join(*outDir, hash+".png")
/third_party/skia/infra/lottiecap/gold/
H A Dlottie-web-aggregator.go26 "path"
157 p := path.Join(*outDir, JSON_FILENAME)
222 p := path.Join(*outDir, hash+".png")
/third_party/skia/gm/
H A Dmakecolorspace.cpp27 sk_sp<SkImage> make_raster_image(const char* path) { in make_raster_image() argument
28 sk_sp<SkData> resourceData = GetResourceAsData(path); in make_raster_image()
/third_party/rust/crates/proc-macro-error/src/
H A Dlib.rs299 #[path = "imp/fallback.rs"]
303 #[path = "imp/delegate.rs"]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c182 const char *path) in add_child_nodes()
188 dbus_connection_list_registered(con, path, &children); in add_child_nodes()
181 add_child_nodes(struct wpabuf *xml, DBusConnection *con, const char *path) add_child_nodes() argument
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksIPC.cpp73 bool ok = fileStore.Get(req.path, content, req.removeAfter); in ProcessPacketsOnServer()
232 request.path = name; in GetFile()
/third_party/vk-gl-cts/framework/platform/ohos/context/
H A DtcuOhosNativeContext.cpp47 GLFunctionLoader(const char *path) in GLFunctionLoader() argument
48 : m_library(path) in GLFunctionLoader()

Completed in 21 milliseconds

1...<<301302303304305306307308309310>>...432