/third_party/cJSON/tests/unity/test/ |
H A D | rakefile_helper.rb | 36 path = $cfg['compiler']['unit_tests_path'] + 'test*' + C_EXTENSION 37 path.tr!('\\', '/') 38 FileList.new(path) 90 command = tackit($cfg['compiler']['path']) 114 command = tackit($cfg['linker']['path']) 132 (obj_list.map { |obj| "#{$cfg['linker']['object_files']['path']}#{obj} " }).join + 141 command = if $cfg['simulator']['path'].nil? 144 (tackit($cfg['simulator']['path']) + ' ')
|
/third_party/cJSON/tests/unity/auto/ |
H A D | stylize_as_junit.rb | 37 o.on('-p', '--root_path <path>', 'Prepend this path to files in results.') do |root_path| 96 # use line[0] from the test output to get the test_file path and name 104 result_output[:source][:path] = File.dirname(test_file) 127 puts ' -p, --root_path <path> Prepend this path to files in results.' 166 source: { path: '', file: '' }, 190 filename = File.join(results[:source][:path], File.basename(results[:source][:file], '.*')) 208 filename = File.join(results[:source][:path], File.basename(results[:source][:file], '.*')) 240 # set the root path [all...] |
/third_party/cJSON/tests/unity/examples/example_3/ |
H A D | rakefile_helper.rb | 26 path = $cfg['compiler']['unit_tests_path'] + 'Test*' + C_EXTENSION 27 path.tr!('\\', '/') 28 FileList.new(path) 71 command = tackit($cfg['compiler']['path']) 94 command = tackit($cfg['linker']['path']) 112 (obj_list.map { |obj| "#{$cfg['linker']['object_files']['path']}#{obj} " }).join + 121 command = if $cfg['simulator']['path'].nil? 124 (tackit($cfg['simulator']['path']) + ' ')
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | AlternateLocaleData.java | 27 * A factory for data suppliers which can filter CLDR values by substituting values from one path 28 * to another. The replaced value must retain the original "target" path but will have the value 44 * based on the {@code "alt"} path attribute (e.g. selecting the short form of a region name). 49 * supplied {@link CldrPath} mapping. Keys in the path map are the "target" paths of values to 52 * namespace (i.e. have the same path element names). 63 // Mapping from target (destination) to source path. This is necessary since two targets 120 // Locale specific path mappings overwrite global ones. in AltData() 129 // ... and if the target path it will be transformed to actually exists. in AltData() 131 // The value in the mapping is the source path (it's target->source for lookup). in AltData() 164 private static CldrPath checkLdml(CldrPath path) { in checkLdml() argument [all...] |
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
H A D | TestUtil.java | 30 * Return an input stream on the data file at path 'name' rooted at the data path 33 String path = DATA_PATH + name; in getDataStream() 36 is = TestUtil.class.getResourceAsStream(path); in getDataStream() 39 new IOException("data resource '" + path + "' not found"); in getDataStream() 44 throw new IOException("data resource '" + path + "' not found"); in getDataStream() 50 * Return a buffered reader on the data file at path 'name' rooted at the data path. 62 * Return a buffered reader on the data file at path 'name' rooted at the data path, [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
H A D | TestUtil.java | 31 * Return an input stream on the data file at path 'name' rooted at the data path 34 String path = DATA_PATH + name; in getDataStream() 37 is = TestUtil.class.getResourceAsStream(path); in getDataStream() 40 new IOException("data resource '" + path + "' not found"); in getDataStream() 45 throw new IOException("data resource '" + path + "' not found"); in getDataStream() 51 * Return a buffered reader on the data file at path 'name' rooted at the data path. 63 * Return a buffered reader on the data file at path 'name' rooted at the data path, [all...] |
/third_party/libunwind/libunwind/src/dwarf/ |
H A D | Gfind_unwind_table.c | 40 char *path, unw_word_t segbase, unw_word_t mapoff, in dwarf_find_unwind_table() 140 path, hdr->version); in dwarf_find_unwind_table() 220 edi->di_arm.u.rti.name_ptr = to_unw_word (path); in dwarf_find_unwind_table() 229 found = dwarf_find_debug_frame (found, &edi->di_debug, ip, load_base, path, in dwarf_find_unwind_table() 39 dwarf_find_unwind_table(struct elf_dyn_info *edi, unw_addr_space_t as, char *path, unw_word_t segbase, unw_word_t mapoff, unw_word_t ip) dwarf_find_unwind_table() argument
|
/third_party/libuv/test/ |
H A D | runner-win.c | 76 WCHAR path[MAX_PATH], filename[MAX_PATH]; in process_start() local 88 if (GetTempPathW(sizeof(path) / sizeof(WCHAR), (WCHAR*)&path) == 0) in process_start() 90 if (GetTempFileNameW((WCHAR*)&path, L"uv", 0, (WCHAR*)&filename) == 0) in process_start()
|
/third_party/node/test/parallel/ |
H A D | test-fs-promises-writefile.js | 6 const path = require('path'); 9 const tmpDir = tmpdir.path; 14 const dest = path.resolve(tmpDir, 'tmp.txt'); 15 const otherDest = path.resolve(tmpDir, 'tmp-2.txt');
|
/third_party/node/deps/v8/tools/release/ |
H A D | roll_merge.py | 42 if os.path.exists(self.Config("ALREADY_MERGING_SENTINEL_FILE")): 165 text = FileToText(os.path.join(self.default_cwd, VERSION_FILE)) 169 TextToFile(text, os.path.join(self.default_cwd, VERSION_FILE)) 171 self.Editor(os.path.join(self.default_cwd, VERSION_FILE))
|
/third_party/node/deps/v8/tools/ |
H A D | gen-keywords-gen-h.py | 221 script_dir = os.path.dirname(sys.argv[0]) 222 root_dir = os.path.join(script_dir, '..') 238 clang_format_path = os.path.join(root_dir, 242 with open(os.path.join(root_dir, OUTPUT_PATH), 'w') as f:
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | bccache.py | 17 from os import path namespace 101 from os import path 109 filename = path.join(self.directory, bucket.key) 110 if path.exists(filename): 115 filename = path.join(self.directory, bucket.key) 213 actual_dir = os.path.join(tmpdir, dirname) 244 return path.join(self.directory, self.pattern % bucket.key) 270 remove(path.join(self.directory, filename))
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | gen_exceptions.js | 16 const p = require('path'); 104 const result = failedList.map(path => babelTypes.stringLiteral(path)); 113 const result = slowList.map(([path, duration]) => { 114 const literal = babelTypes.stringLiteral(path);
|
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | unzip.h | 166 extern unzFile ZEXPORT unzOpen OF((const char *path)); 167 extern unzFile ZEXPORT unzOpen64 OF((const void *path)); 169 Open a Zip file. path contain the full pathname (by example, 176 the "64" function take a const void* pointer, because the path is just the 178 Under Windows, if UNICODE is defined, using fill_fopen64_filefunc, the path 184 extern unzFile ZEXPORT unzOpen2 OF((const char *path, 191 extern unzFile ZEXPORT unzOpen2_64 OF((const void *path,
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | bccache.py | 17 from os import path, listdir namespace 124 from os import path 132 filename = path.join(self.directory, bucket.key) 133 if path.exists(filename): 138 filename = path.join(self.directory, bucket.key) 234 actual_dir = os.path.join(tmpdir, dirname) 261 return path.join(self.directory, self.pattern % bucket.key) 286 remove(path.join(self.directory, filename))
|
/third_party/node/tools/ |
H A D | js2c.py | 140 return os.path.splitext(filename)[0] 186 if os.path.exists(target): 204 ext = os.path.splitext(filename)[-1] 243 assert os.path.basename(source_files['.gypi'][0]) == 'config.gypi'
|
/third_party/node/deps/npm/node_modules/cacache/lib/content/ |
H A D | write.js | 5 const contentPath = require('./path') 11 const path = require('path') 155 const tmpTarget = uniqueFilename(path.join(cache, 'tmp'), opts.tmpPrefix) 156 await fs.mkdir(path.dirname(tmpTarget), { recursive: true }) 165 const destDir = path.dirname(destination)
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_device_info.py | 28 from os import path namespace 652 header_path = path.abspath(header_path) 653 impl_path = path.abspath(impl_path) 654 vkxml_path = path.abspath(vkxml_path) 656 print("usage: %s <path to .h> <path to .c> <path to vk.xml>" % sys.argv[0])
|
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/ |
H A D | pipe_loader_drm.c | 203 char path[PATH_MAX]; in open_drm_render_node_minor() local 204 snprintf(path, sizeof(path), DRM_RENDER_NODE_DEV_NAME_FORMAT, DRM_DIR_NAME, in open_drm_render_node_minor() 206 return loader_open_device(path); in open_drm_render_node_minor()
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-filepath.cc | 62 // On Windows, '\\' is the standard path separator, but many tools and the 63 // Windows API also accept '/' as an alternate path separator. Unless otherwise 64 // noted, a file path can contain either kind of path separators, or a mixture 84 // Returns whether the given character is a valid path separator. 129 // Returns a pointer to the last occurrence of a valid path separator in 130 // the FilePath. On Windows, for example, both '/' and '\' are valid path 131 // separators. Returns NULL if no path separator was found. 146 // Example: FilePath("path/to/file").RemoveDirectoryName() returns 150 // On Windows platform, '\' is the path separato [all...] |
/third_party/node/deps/openssl/openssl/crypto/dso/ |
H A D | dso_dl.c | 25 static int dl_pathbyaddr(void *addr, char *path, int sz); 163 * If the first file specification is a rooted path, it rules. same goes in dl_merger() 248 static int dl_pathbyaddr(void *addr, char *path, int sz) in dl_pathbyaddr() argument 271 memcpy(path, inf.filename, len); in dl_pathbyaddr() 272 path[len++] = 0; in dl_pathbyaddr()
|
/third_party/python/Tools/scripts/ |
H A D | highlight.py | 198 import os.path namespace 260 htmlfile = os.path.splitext(os.path.basename(sourcefile))[0] + '.html' 263 webbrowser.open('file://' + os.path.abspath(htmlfile))
|
/third_party/rust/crates/clap/tests/derive/ |
H A D | flatten.rs | 271 path: Option<std::path::PathBuf>, in optional_flatten() 281 path: None, in optional_flatten() 291 path: Some("./".into()), in optional_flatten() 295 Opt::try_parse_from(["test", "--path=./"]).unwrap() in optional_flatten()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_help_about.py | 13 import os.path namespace 47 path, file = os.path.split(self.dialog.icon_image['file']) 48 fn, ext = os.path.splitext(file)
|
/third_party/skia/samplecode/ |
H A D | SampleShadowReference.cpp | 76 void drawShadowedPath(SkCanvas* canvas, const SkPath& path, in drawShadowedPath() argument 93 SkShadowUtils::DrawShadow(canvas, path, zPlaneParams, in drawShadowedPath() 98 canvas->drawPath(path, paint); in drawShadowedPath() 105 canvas->drawPath(path, strokePaint); in drawShadowedPath()
|