/third_party/libexif/libexif/ |
H A D | exif-data.h | 81 * \param[in] path filename including path 84 ExifData *exif_data_new_from_file (const char *path);
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-hugeurl/ |
H A D | minimal-http-client-hugeurl.c | 205 i.path = uri; in main()
|
/third_party/libinput/tools/ |
H A D | shared.h | 144 bool find_touchpad_device(char *path, size_t path_len);
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | token.h | 54 const char *path; // input-file path - see set_stream_include_path() member
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-qnx.cc | 138 result.push_back(SharedLibraryAddress(map.info.path, mapinfo->vaddr, in GetSharedLibraryAddresses()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | allocation-tracker.h | 65 AllocationTraceNode* AddPathFromEnd(const base::Vector<unsigned>& path);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_tracepoints.py | 31 parser.add_argument('-p', '--import-path', required=True) 35 sys.path.insert(0, args.import_path)
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_physical_device_features.py | 228 'filename': os.path.basename(__file__),
|
/third_party/node/deps/undici/src/lib/cookies/ |
H A D | parse.js | 237 } else if (attributeNameLowercase === 'path') { 246 // 1. Let cookie-path be the default-path. 251 // 1. Let cookie-path be the attribute-value. 256 // attribute-name of Path and an attribute-value of cookie-path. 257 cookieAttributeList.path = cookiePath
|
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | cfg.rs | 3 use std::path::Path; 49 /// `"path/to"` which will make import paths take the form 50 /// `"path/to/include/wow.h"` and `"path/to/src/lib.rs.h"`. 58 /// CFG.include_prefix = "path/to"; 61 /// .file("src/demo.cc") // probably contains `#include "path/to/src/lib.rs.h"` 108 /// use std::path::PathBuf; 131 /// use std::path::Path;
|
/third_party/rust/crates/cxx/macro/src/ |
H A D | load.rs | 15 use std::path::PathBuf; 168 .path in traverse() 262 .path in translate_qual_type() 267 let path = quote_spanned!(span=> ::cxx::core::ffi::#ident); in translate_qual_type() 268 parse_quote!(#path) in translate_qual_type()
|
/third_party/rust/crates/libloading/tests/ |
H A D | functions.rs | 10 fn lib_path() -> std::path::PathBuf { in lib_path()
|
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/ |
H A D | __init__.py | 4 import os.path namespace
|
/third_party/python/Tools/scripts/ |
H A D | md5sum.py | 81 fnfilter = os.path.basename
|
H A D | pdeps.py | 68 mod = os.path.basename(filename)
|
/third_party/rust/crates/bindgen/bindgen-integration/ |
H A D | build.rs | 10 use std::path::PathBuf; 204 "including stub via include dir must produce correct dep path", in setup_macro_test() 216 .expect("Cannot canonicalize libdir path"); in setup_wrap_static_fns_test()
|
/third_party/python/Include/cpython/ |
H A D | pyerrors.h | 39 PyObject *path; member
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_cmd.py | 101 cmd.option1 = os.path.dirname(__file__) or os.curdir
|
/third_party/python/Lib/test/ |
H A D | sortperf.py | 22 fn = os.path.join(td, "rr%06d" % n)
|
/third_party/python/Lib/idlelib/ |
H A D | macosx.py | 4 from os.path import expanduser
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-ucm.h | 281 /* Current path, set when activating profile */ 282 pa_alsa_path *path; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | gen_format_map.py | 13 sys.path.append('renderer')
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | gen_load_functions_table.py | 15 sys.path.append('../..')
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
H A D | DIPrinter.cpp | 77 Filename = llvm::sys::path::filename(Filename); in print()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcConfigPackage.cpp | 41 void init(tcu::TestCase* testCase, const std::string& path);
|