Home
last modified time | relevance | path

Searched refs:path (Results 5901 - 5925 of 8433) sorted by relevance

1...<<231232233234235236237238239240>>...338

/third_party/node/test/parallel/
H A Dtest-util-callbackify.js217 const fixture = fixtures.path('uncaught-exceptions', 'callbackify1.js');
234 const fixture = fixtures.path('uncaught-exceptions', 'callbackify2.js');
/third_party/notofonts/scripts/
H A Dgather.py34 target = os.path.join(dst, filename)
59 if os.path.exists("state.json"):
/third_party/node/deps/icu-small/source/common/
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 Dlocutil.cpp208 // are path strings ('bundleID') passed to in getAvailableLocaleNames()
232 const char* path = cbundleID.isEmpty() ? nullptr : cbundleID.data(); in getAvailableLocaleNames() local
233 icu::LocalUEnumerationPointer uenum(ures_openAvailableLocales(path, &status)); in getAvailableLocaleNames()
/third_party/ninja/src/
H A Dbrowse.py167 assert self.path[0] == '/'
168 target = unquote(self.path[1:])
/third_party/node/deps/npm/lib/commands/
H A Downer.js9 const readJson = async (path) => {
11 const { content } = await pkgJson.normalize(path)
/third_party/node/deps/npm/node_modules/write-file-atomic/lib/
H A Dindex.js10 const path = require('path')
87 const absoluteName = path.resolve(filename)
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Dmesa-overlay-control.py20 def __init__(self, path):
24 sock.connect(path)
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/
H A Dminimal-http-client.c221 if ((p = lws_cmdline_option(a->argc, a->argv, "--path"))) in system_notify_cb()
222 i.path = p; in system_notify_cb()
224 i.path = "/"; in system_notify_cb()
/third_party/mesa3d/src/vulkan/util/
H A Dvk_dispatch_table_gen.py708 filename=os.path.basename(__file__)))
717 filename=os.path.basename(__file__)))
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Denums2names.py31 import os.path namespace
94 help="path to input header file p_defines.h (or '-' for stdin)")
112 help="include file / path used for C source output")
211 include_header_guard=re.sub(r'[^A-Z]', '_', os.path.basename(pkk_cfg.out_header).upper()),
/third_party/libabigail/include/
H A Dabg-corpus.h64 corpus(const ir::environment&, const string& path= "");
78 find_translation_unit(const string &path) const;
/third_party/python/Tools/unicode/
H A Dgenmap_support.py171 def open_mapping_file(path, source):
173 f = open(path)
/third_party/python/Lib/
H A Dnetrc.py70 file = os.path.join(os.path.expanduser("~"), ".netrc")
H A Dsndhdr.py253 if os.path.isdir(filename):
258 names = glob.glob(os.path.join(glob.escape(filename), '*'))
/third_party/python/Lib/distutils/command/
H A Dupload.py113 'content': (os.path.basename(filename),content),
149 data['gpg_signature'] = (os.path.basename(filename) + ".asc",
/third_party/python/Lib/importlib/
H A Dutil.py42 def _find_spec_from_path(name, path=None):
49 value of 'path' given to the finders. None is returned if no spec could
58 return _find_spec(name, path)
80 value of 'path' given to the finders. None is returned if no spec could
/third_party/python/Lib/test/
H A Dtest_baseexception.py32 os.path.join(os.path.split(__file__)[0], 'exception_hierarchy.txt'),
/third_party/skia/third_party/externals/angle2/scripts/
H A Dangle_presubmit_utils_unittest.py17 cwd = os.path.dirname(os.path.abspath(__file__))
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTestPackages.cpp71 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init() argument
73 if (m_waiverMechanism->isOnWaiverList(path)) in init()
/third_party/vk-gl-cts/external/amber/src/src/
H A Ddxc_helper.cc95 std::string path = std::string(wide_path.begin(), wide_path.end()); variable
98 Result r = file_store_->Get(path, &content);
/third_party/skia/src/core/
H A DSkStrikeCache.h58 const SkPath* mergePath(SkGlyph* glyph, const SkPath* path) { in mergePath() argument
59 auto [glyphPath, increase] = fScalerCache.mergePath(glyph, path); in mergePath()
H A DSkWriteBuffer.cpp127 void SkBinaryWriteBuffer::writePath(const SkPath& path) { in writePath() argument
128 fWriter.writePath(path); in writePath()
H A DSkWriteBuffer.h63 virtual void writePath(const SkPath& path) = 0;
125 void writePath(const SkPath& path) override;
/third_party/skia/src/fonts/
H A DSkFontMgr_indirect.cpp163 sk_sp<SkTypeface> SkFontMgr_Indirect::onMakeFromFile(const char path[], int ttcIndex) const { in onMakeFromFile() argument
164 return fImpl->makeFromFile(path, ttcIndex); in onMakeFromFile()

Completed in 15 milliseconds

1...<<231232233234235236237238239240>>...338