/third_party/node/test/parallel/ |
H A D | test-util-callbackify.js | 217 const fixture = fixtures.path('uncaught-exceptions', 'callbackify1.js'); 234 const fixture = fixtures.path('uncaught-exceptions', 'callbackify2.js');
|
/third_party/notofonts/scripts/ |
H A D | gather.py | 34 target = os.path.join(dst, filename) 59 if os.path.exists("state.json"):
|
/third_party/node/deps/icu-small/source/common/ |
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 | locutil.cpp | 208 // 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 D | browse.py | 167 assert self.path[0] == '/' 168 target = unquote(self.path[1:])
|
/third_party/node/deps/npm/lib/commands/ |
H A D | owner.js | 9 const readJson = async (path) => { 11 const { content } = await pkgJson.normalize(path)
|
/third_party/node/deps/npm/node_modules/write-file-atomic/lib/ |
H A D | index.js | 10 const path = require('path') 87 const absoluteName = path.resolve(filename)
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | mesa-overlay-control.py | 20 def __init__(self, path): 24 sock.connect(path)
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/ |
H A D | minimal-http-client.c | 221 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 D | vk_dispatch_table_gen.py | 708 filename=os.path.basename(__file__))) 717 filename=os.path.basename(__file__)))
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | enums2names.py | 31 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 D | abg-corpus.h | 64 corpus(const ir::environment&, const string& path= ""); 78 find_translation_unit(const string &path) const;
|
/third_party/python/Tools/unicode/ |
H A D | genmap_support.py | 171 def open_mapping_file(path, source): 173 f = open(path)
|
/third_party/python/Lib/ |
H A D | netrc.py | 70 file = os.path.join(os.path.expanduser("~"), ".netrc")
|
H A D | sndhdr.py | 253 if os.path.isdir(filename): 258 names = glob.glob(os.path.join(glob.escape(filename), '*'))
|
/third_party/python/Lib/distutils/command/ |
H A D | upload.py | 113 'content': (os.path.basename(filename),content), 149 data['gpg_signature'] = (os.path.basename(filename) + ".asc",
|
/third_party/python/Lib/importlib/ |
H A D | util.py | 42 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 D | test_baseexception.py | 32 os.path.join(os.path.split(__file__)[0], 'exception_hierarchy.txt'),
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | angle_presubmit_utils_unittest.py | 17 cwd = os.path.dirname(os.path.abspath(__file__))
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTestPackages.cpp | 71 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 D | dxc_helper.cc | 95 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 D | SkStrikeCache.h | 58 const SkPath* mergePath(SkGlyph* glyph, const SkPath* path) { in mergePath() argument 59 auto [glyphPath, increase] = fScalerCache.mergePath(glyph, path); in mergePath()
|
H A D | SkWriteBuffer.cpp | 127 void SkBinaryWriteBuffer::writePath(const SkPath& path) { in writePath() argument 128 fWriter.writePath(path); in writePath()
|
H A D | SkWriteBuffer.h | 63 virtual void writePath(const SkPath& path) = 0; 125 void writePath(const SkPath& path) override;
|
/third_party/skia/src/fonts/ |
H A D | SkFontMgr_indirect.cpp | 163 sk_sp<SkTypeface> SkFontMgr_Indirect::onMakeFromFile(const char path[], int ttcIndex) const { in onMakeFromFile() argument 164 return fImpl->makeFromFile(path, ttcIndex); in onMakeFromFile()
|