/third_party/python/Lib/test/test_importlib/source/ |
H A D | test_finder.py | 102 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 D | formathelper.py | 136 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 D | JsonWriteBuffer.cpp | 176 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 D | TestTypeface.cpp | 179 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 D | skdiff_utils.cpp | 93 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 D | sheet.py | 155 if os.path.splitext(basename)[1] != '.csv': 157 pathname = os.path.join(dirname, basename)
|
/third_party/skia/tools/viewer/ |
H A D | MSKPSlide.cpp | 16 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 D | locutil.cpp | 208 // 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 D | resbund.cpp | 123 * 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 D | uresdata.h | 318 * 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 D | parser.py | 402 stripped_basename = os.path.splitext(os.path.basename(filename))[0]
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
H A D | makeindex.py | 133 (entrypoint,ext) = os.path.splitext(file) 138 if (os.path.exists(parent)):
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | method_dump.sh | 123 iphone_simulator_sdk=$(xcrun --sdk iphonesimulator --show-sdk-path) 126 macos_sdk=$(xcrun --sdk macosx --show-sdk-path)
|
/third_party/python/PCbuild/ |
H A D | find_msbuild.bat | 13 @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 D | test_ossaudiodev.py | 30 def read_sound_file(path): 31 with open(path, 'rb') as fp:
|
H A D | test_urllibnet.py | 126 # 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 D | enum_ty.rs | 156 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 D | SkRegion.h | 173 /** 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 D | wasm_gold_aggregator.go | 24 "path" 168 p := path.Join(*outDir, JSON_FILENAME) 236 p := path.Join(*outDir, hash+".png")
|
/third_party/skia/infra/lottiecap/gold/ |
H A D | lottie-web-aggregator.go | 26 "path" 157 p := path.Join(*outDir, JSON_FILENAME) 222 p := path.Join(*outDir, hash+".png")
|
/third_party/skia/gm/ |
H A D | makecolorspace.cpp | 27 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 D | lib.rs | 299 #[path = "imp/fallback.rs"] 303 #[path = "imp/delegate.rs"]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_new_introspect.c | 182 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 D | vksIPC.cpp | 73 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 D | tcuOhosNativeContext.cpp | 47 GLFunctionLoader(const char *path) in GLFunctionLoader() argument 48 : m_library(path) in GLFunctionLoader()
|