Home
last modified time | relevance | path

Searched refs:path (Results 7576 - 7600 of 10795) sorted by relevance

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

/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()
/third_party/skia/src/gpu/tessellate/
H A DPathCurveTessellator.cpp47 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 Dc_api_test.c26 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 DSkSLCompiler.h189 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 Dopengl_loader_generator.py276 os.path.abspath(args.gl_xml),
277 os.path.abspath(args.supported_extensions)
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-arabic-table.py11 import os.path, sys namespace
189 names[items[0]] = os.path.commonprefix ([names[items[0]], fields[1]]).strip ()

Completed in 16 milliseconds

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