/third_party/nghttp2/tests/ |
H A D | end_to_end.py | 64 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 D | writesrc.h | 46 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 D | node-gyp.js | 3 const path = require('path') 181 'node-gyp@' + this.version + ' ' + path.resolve(__dirname, '..'),
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | writesrc.h | 46 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 D | uperf.h | 144 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 D | common.h | 36 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 D | PhoneNumberToTimeZonesMapper.java | 63 private static PrefixTimeZonesMap loadPrefixTimeZonesMapFromFile(String path) { in loadPrefixTimeZonesMapFromFile() argument 64 InputStream source = PhoneNumberToTimeZonesMapper.class.getResourceAsStream(path); in loadPrefixTimeZonesMapFromFile()
|
/third_party/libabigail/src/ |
H A D | abg-libxml-utils.cc | 50 /// @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 D | dynamic_loading_with_blocklist.rs | 79 pub unsafe fn new<P>(path: P) -> Result<Self, ::libloading::Error> in new() 83 let library = ::libloading::Library::new(path)?; in new()
|
H A D | dynamic_loading_with_class.rs | 74 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 D | dyngen.rs | 36 /// 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 D | namespace.rs | 51 .path in parse_meta() 57 .path in parse_meta()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | namespace.rs | 51 .path in parse_meta() 57 .path in parse_meta()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | namespace.rs | 51 .path in parse_meta() 57 .path in parse_meta()
|
/third_party/rust/crates/clap/clap_complete/examples/ |
H A D | completion-derive.rs | 19 use std::path::PathBuf; 45 path: Option<PathBuf>,
|
/third_party/python/Tools/peg_generator/scripts/ |
H A D | test_parse_directory.py | 15 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 D | zdump.py | 63 p = os.path.join(root, f) 78 filepath = os.path.join('/usr/share/zoneinfo', filepath)
|
/third_party/rust/crates/clap/tests/derive/ |
H A D | groups.rs | 42 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 D | namespace.rs | 51 .path in parse_meta() 57 .path in parse_meta()
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_build_clib.py | 122 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 D | protocol-dbus.h | 113 /* 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 D | popen_spawn_win32.py | 23 return p1 == p2 or os.path.normcase(p1) == os.path.normcase(p2)
|
/third_party/skia/third_party/externals/angle2/samples/multi_texture/ |
H A D | MultiTexture.cpp | 27 GLuint loadTexture(const std::string &path) in loadTexture() argument 30 if (!LoadTGAImageFromFile(path, &img)) in loadTexture()
|
/third_party/skia/src/core/ |
H A D | SkDraw.h | 55 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 D | SkRasterClipStack.h | 63 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()
|