/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()
|
/third_party/skia/src/gpu/tessellate/ |
H A D | PathCurveTessellator.cpp | 47 for (auto [pathMatrix, path, color] : pathDrawList) { in writePatches() 53 for (auto [verb, pts, w] : SkPathPriv::Iterate(path)) { in writePatches()
|
/third_party/skia/third_party/externals/spirv-cross/tests-other/ |
H A D | c_api_test.c | 26 static int read_file(const char *path, SpvId **buffer, size_t *word_count) in read_file() argument 29 FILE *file = fopen(path, "rb"); in read_file()
|
/third_party/skia/src/sksl/ |
H A D | SkSLCompiler.h | 189 static ModuleData MakeModulePath(const char* path) { in MakeModulePath() argument 190 return ModuleData{path, /*fData=*/nullptr, /*fSize=*/0}; in MakeModulePath()
|
/third_party/skia/third_party/externals/dawn/generator/ |
H A D | opengl_loader_generator.py | 276 os.path.abspath(args.gl_xml), 277 os.path.abspath(args.supported_extensions)
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-arabic-table.py | 11 import os.path, sys namespace 189 names[items[0]] = os.path.commonprefix ([names[items[0]], fields[1]]).strip ()
|