Home
last modified time | relevance | path

Searched refs:path (Results 5426 - 5450 of 8591) sorted by relevance

1...<<211212213214215216217218219220>>...344

/third_party/mesa3d/src/intel/tools/
H A Dintel_sanitize_gpu.c321 open(const char *path, int flags, ...) in open() argument
330 int fd = libc_open(path, flags, mode); in open()
343 open64(const char *path, int flags, ...);
/third_party/icu/icu4c/source/test/intltest/
H A Ddatadrivennumberformattestsuite.cpp32 CharString path(getSourceTestData(status), status); in run()
33 path.appendPathPart(fileName, status); in run()
35 LocalUCHARBUFPointer f(ucbuf_open(path.data(), &codePage, true, false, &status)); in run()
/third_party/libevdev/tools/
H A Dlibevdev-tweak-device.c387 const char *path; in main() local
430 path = argv[optind]; in main()
432 fd = open(path, O_RDWR); in main()
/third_party/libinput/src/
H A Dudev-seat.c174 const char *path, *sysname; in udev_input_add_devices() local
180 path = udev_list_entry_get_name(entry); in udev_input_add_devices()
181 device = udev_device_new_from_syspath(udev, path); in udev_input_add_devices()
/third_party/python/Lib/distutils/tests/
H A Dtest_filelist.py312 file1 = os.path.join('foo', 'file1.txt')
315 file2 = os.path.join('bar', 'file2.txt')
322 When findall is called with another path, the full
323 path name should be returned.
326 file1 = os.path.join(temp_dir, 'file1.txt')
/third_party/python/Lib/
H A Dshlex.py283 # This implements cpp-like semantics for relative-path inclusion.
284 if isinstance(self.infile, str) and not os.path.isabs(newfile):
285 newfile = os.path.join(os.path.dirname(self.infile), newfile)
/third_party/skia/third_party/externals/angle2/scripts/
H A Dexport_targets.py7 before python3 in your path.
26 export PATH="$PATH:/path/to/depot_tools"
41 /path/to/gecko/gfx/angle/update-angle.py origin/chromium/XXXX
56 SCRIPT_DIR = os.path.dirname(__file__)
64 vs_dir = os.path.join(SCRIPT_DIR, '..', 'third_party', 'depot_tools', 'win_toolchain', 'vs_files')
65 if not os.path.isdir(vs_dir):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp29 llvm::sys::path::Style Style) { in insertFile()
30 llvm::StringRef directory = llvm::sys::path::parent_path(Path, Style); in insertFile()
31 llvm::StringRef filename = llvm::sys::path::filename(Path, Style); in insertFile()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTestPackage.cpp87 void init(tcu::TestCase* testCase, const std::string& path);
105 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init() argument
107 if (m_waiverMechanism->isOnWaiverList(path)) in init()
/third_party/python/Lib/test/
H A Dtest_stat.py180 fifo_path = os.path.join("/fifos/", TESTFN)
194 if os.path.exists(os.devnull):
200 if os.path.exists(blockdev):
H A Dtest_fcntl.py138 fd = os.open(os.path.dirname(os.path.abspath(TESTFN)), os.O_RDONLY)
189 expected = os.path.abspath(TESTFN).encode('utf-8')
/third_party/pulseaudio/src/pulsecore/
H A Dconf-parser.c94 char *path = NULL, *fn; in parse_line() local
102 fn = path = pa_sprintf_malloc("%s" PA_PATH_SEP "%s", dir, fn); in parse_line()
108 pa_xfree(path); in parse_line()
/third_party/skia/third_party/externals/tint/tools/src/cmd/check-spec-examples/
H A Dmain.go24 // go run tools/check-spec-examples/main.go --compiler=<path-to-tint>
37 "path/filepath"
60 fmt.Fprintf(out, "spec is an optional local file path or URL to the WGSL specification.\n")
82 compilerPath := flag.String("compiler", "tint", "path to compiler executable")
95 // Check for explicit WGSL spec path
112 // The specURL might just be a local file path, in which case automatically
198 // compiler at the given path. If the example is annotated with 'function-scope'
228 path := filepath.Join(wd, filename)
229 if err := ioutil.WriteFile(path, []byte(code), 0666); err != nil {
230 return fmt.Errorf("Failed to write example file '%v'", path)
[all...]
/third_party/unity/test/
H A Drakefile_helper.rb36 path = 'tests/test*' + C_EXTENSION
37 path.tr!('\\', '/')
38 FileList.new(path)
/third_party/python/PCbuild/
H A Dfind_python.bat17 @rem One argument may be the full path. Use a goto so we don't try to
22 @rem Entire command line may represent the full path if quoting failed.
57 @rem Otherwise, a space in the path would break things
/third_party/python/Lib/test/test_email/
H A Dtest_utils.py7 import os.path namespace
148 @unittest.skipUnless(os.path.exists('/usr/share/zoneinfo') or
149 os.path.exists('/usr/lib/zoneinfo'),
/third_party/python/Lib/wsgiref/
H A Dhandlers.py538 """CGI-based invocation with workaround for IIS path bug
549 # routing. This handler strips any such duplicated path.
563 path = environ.get('PATH_INFO', '')
565 if (path+'/').startswith(script+'/'):
566 environ['PATH_INFO'] = path[len(script):]
/third_party/rust/crates/memoffset/src/
H A Doffset_of.rs101 ($parent:path, $field:tt) => {{
157 ($parent:path, $field:tt) => {{
223 fn path() { in path() functions
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/
H A Dperf_puppeteer_skottie_frames_test.go11 "path/filepath"
26 const fakeNodeBinPath = "/fake/path/to/node/bin"
38 assert.Equal(t, "/fake/path/to/node/bin/npm", cmd.Name)
57 const fakeNodeBinPath = "/fake/path/to/node/bin"
58 const fakeCanvasKitPath = "/fake/path/to/canvaskit"
59 const fakeBenchmarkPath = "/fake/path/to/perf-puppeteer"
77 assert.Equal(t, "/fake/path/to/node/bin/node", cmd.Name)
80 "--canvaskit_js", "/fake/path/to/canvaskit/canvaskit.js",
81 "--canvaskit_wasm", "/fake/path/to/canvaskit/canvaskit.wasm",
84 "--output", "/fake/path/t
[all...]
/third_party/skia/include/private/
H A DSkPathRef.h51 * Holds the path verbs and points. It is versioned by a generation ID. None of its public methods
131 * Concatenates all verbs from 'path' onto the pathRef's verbs array. Increases the point
132 * count by the number of points in 'path', and the conic weight count by the number of
133 * conics in 'path'.
137 std::tuple<SkPoint*, SkScalar*> growForVerbsInPath(const SkPathRef& path) { in growForVerbsInPath() argument
138 return fPathRef->growForVerbsInPath(path); in growForVerbsInPath()
142 * Resets the path ref to a new verb and point count. The new verbs and points are
150 * Gets the path ref that is wrapped in the Editor.
175 /** Return the next verb in this iteration of the path. When all
178 If any point in the path i
[all...]
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/
H A Dperf_puppeteer_render_skps_test.go11 "path/filepath"
26 const fakeNodeBinPath = "/fake/path/to/node/bin"
39 assert.Equal(t, "/fake/path/to/node/bin/npm", cmd.Name)
62 const fakeNodeBinPath = "/fake/path/to/node/bin"
63 const fakeCanvasKitPath = "/fake/path/to/canvaskit"
64 const fakeBenchmarkPath = "/fake/path/to/perf-puppeteer"
82 assert.Equal(t, "/fake/path/to/node/bin/node", cmd.Name)
85 "--canvaskit_js", "/fake/path/to/canvaskit/canvaskit.js",
86 "--canvaskit_wasm", "/fake/path/to/canvaskit/canvaskit.wasm",
89 "--output", "/fake/path/t
[all...]
/third_party/rust/crates/version_check/src/
H A Dlib.rs3 //! with `--version`. The path to the compiler is determined first via the
435 use std::path::Path; in read_static()
439 let path = Path::new(STATIC_PATH) in read_static()
444 let file = File::open(path).unwrap(); in read_static()
/third_party/selinux/libselinux/src/
H A Dlabel.c147 char *path = NULL; in selabel_fini() local
149 path = rec->spec_file[0]; in selabel_fini()
151 if (compat_validate(rec, lr, path, lr->lineno)) in selabel_fini()
/third_party/rust/crates/serde/serde/src/
H A Dlib.rs251 pub use std::path::{Path, PathBuf};
310 #[path = "private/mod.rs"]
313 #[path = "de/seed.rs"]
/third_party/skia/buildtools/checkdeps/
H A Dgraphdeps.py56 base_directory: OS-compatible path to root of checkout, e.g. C:\chr\src.
158 parent_src = os.path.dirname(src)
162 parent_src = os.path.dirname(parent_src)
168 parent_src = os.path.dirname(src)

Completed in 18 milliseconds

1...<<211212213214215216217218219220>>...344