Home
last modified time | relevance | path

Searched refs:path (Results 6326 - 6350 of 12289) sorted by relevance

1...<<251252253254255256257258259260>>...492

/third_party/nghttp2/tests/
H A Dend_to_end.py64 def call(self, path, args):
65 full_args = [self.client,'http://localhost:%d%s' % (_PORT, path)] + args
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dwritesrc.h46 usrc_create(const char *path, const char *filename, int32_t copyrightYear, const char *generator);
53 usrc_createTextData(const char *path, const char *filename, int32_t copyrightYear, const char *generator);
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A Dnode-gyp.js3 const path = require('path')
181 'node-gyp@' + this.version + ' ' + path.resolve(__dirname, '..'),
/third_party/icu/icu4c/source/tools/toolutil/
H A Dwritesrc.h46 usrc_create(const char *path, const char *filename, int32_t copyrightYear, const char *generator);
53 usrc_createTextData(const char *path, const char *filename, int32_t copyrightYear, const char *generator);
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
H A Duperf.h144 void setPath( char* path ); // for internal use only
190 char* path; // specifies subtests member in UPerfTest
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Dcommon.h36 static inline void io_append(const char *path, char pattern, int flags, size_t bs, size_t bcount) in io_append() argument
45 fd = SAFE_OPEN(path, flags, 0666); in io_append()
/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/
H A DPhoneNumberToTimeZonesMapper.java63 private static PrefixTimeZonesMap loadPrefixTimeZonesMapFromFile(String path) { in loadPrefixTimeZonesMapFromFile() argument
64 InputStream source = PhoneNumberToTimeZonesMapper.class.getResourceAsStream(path); in loadPrefixTimeZonesMapFromFile()
/third_party/libabigail/src/
H A Dabg-libxml-utils.cc50 /// @param path the path to the file to be parsed by the returned
53 new_reader_from_file(const std::string& path) in new_reader_from_file() argument
56 build_sptr(xmlNewTextReaderFilename (path.c_str())); in new_reader_from_file()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Ddynamic_loading_with_blocklist.rs79 pub unsafe fn new<P>(path: P) -> Result<Self, ::libloading::Error> in new()
83 let library = ::libloading::Library::new(path)?; in new()
H A Ddynamic_loading_with_class.rs74 pub unsafe fn new<P>(path: P) -> Result<Self, ::libloading::Error> in new()
78 let library = ::libloading::Library::new(path)?; in new()
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Ddyngen.rs36 /// pub unsafe fn new<P>(path: P) -> Result<Self, ::libloading::Error>
54 /// pub unsafe fn new<P>(path: P) -> Result<Self, ::libloading::Error>
102 path: P in get_tokens()
105 let library = ::libloading::Library::new(path)?; in get_tokens()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dnamespace.rs51 .path in parse_meta()
57 .path in parse_meta()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dnamespace.rs51 .path in parse_meta()
57 .path in parse_meta()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dnamespace.rs51 .path in parse_meta()
57 .path in parse_meta()
/third_party/rust/crates/clap/clap_complete/examples/
H A Dcompletion-derive.rs19 use std::path::PathBuf;
45 path: Option<PathBuf>,
/third_party/python/Tools/peg_generator/scripts/
H A Dtest_parse_directory.py15 sys.path.insert(0, os.getcwd())
31 argparser.add_argument("-d", "--directory", help="Directory path containing files to test")
112 for file in sorted(glob(os.path.join(escape(directory), f"**/*.py"), recursive=True)):
/third_party/python/Tools/tz/
H A Dzdump.py63 p = os.path.join(root, f)
78 filepath = os.path.join('/usr/share/zoneinfo', filepath)
/third_party/rust/crates/clap/tests/derive/
H A Dgroups.rs42 path: Option<std::path::PathBuf>, in implicit_struct_group()
49 <CRATES|--path <PATH>|--git <GIT>> in implicit_struct_group()
51 Usage: prog --add <CRATES|--path <PATH>|--git <GIT>> in implicit_struct_group()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dnamespace.rs51 .path in parse_meta()
57 .path in parse_meta()
/third_party/python/Lib/distutils/tests/
H A Dtest_build_clib.py122 foo_c = os.path.join(pkg_dir, 'foo.c')
126 build_temp = os.path.join(pkg_dir, 'build')
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-dbus.h113 /* Registers the given interface to the given object path. It doesn't matter
123 int pa_dbus_protocol_add_interface(pa_dbus_protocol *p, const char *path, const pa_dbus_interface_info *info, void *userdata);
127 int pa_dbus_protocol_remove_interface(pa_dbus_protocol *p, const char* path, const char* interface);
/third_party/python/Lib/multiprocessing/
H A Dpopen_spawn_win32.py23 return p1 == p2 or os.path.normcase(p1) == os.path.normcase(p2)
/third_party/skia/third_party/externals/angle2/samples/multi_texture/
H A DMultiTexture.cpp27 GLuint loadTexture(const std::string &path) in loadTexture() argument
30 if (!LoadTGAImageFromFile(path, &img)) in loadTexture()
/third_party/skia/src/core/
H A DSkDraw.h55 void drawPath(const SkPath& path, const SkPaint& paint, in drawPath() argument
57 this->drawPath(path, paint, prePathMatrix, pathIsMutable, false); in drawPath()
72 * Overwrite the target with the path's coverage (i.e. its mask).
95 /** Helper function that creates a mask from a path and an optional maskfilter.
H A DSkRasterClipStack.h63 void clipPath(const SkMatrix& ctm, const SkPath& path, SkClipOp op, bool aa) { in clipPath() argument
64 this->writable_rc().op(path, ctm, op, this->finalAA(aa)); in clipPath()

Completed in 13 milliseconds

1...<<251252253254255256257258259260>>...492