Home
last modified time | relevance | path

Searched defs:path (Results 3801 - 3825 of 4043) sorted by relevance

1...<<151152153154155156157158159160>>...162

/third_party/python/PC/
H A Dlauncher.c217 find_existing_python(const wchar_t * path) in find_existing_python() argument
[all...]
/third_party/python/Programs/
H A D_testembed.c1150 static PyObject *_open_code_hook(PyObject *path, void *data) in _open_code_hook() argument
1502 wchar_t *path = Py_DecodeLocale(env, NULL); in test_init_setpath() local
1535 wchar_t *path = Py_DecodeLocale(env, NULL); test_init_setpath_config() local
[all...]
/third_party/python/Python/
H A Dfileutils.c1212 _Py_wstat(const wchar_t* path, struct stat *buf) in _Py_wstat() argument
1242 _Py_stat(PyObject *path, struct stat *statbuf) in _Py_stat() argument
1599 _Py_wfopen(const wchar_t *path, const wchar_t *mode) _Py_wfopen() argument
1647 _Py_fopen_obj(PyObject *path, const char *mode) _Py_fopen_obj() argument
1918 _Py_wreadlink(const wchar_t *path, wchar_t *buf, size_t buflen) _Py_wreadlink() argument
1967 _Py_wrealpath(const wchar_t *path, wchar_t *resolved_path, size_t resolved_path_len) _Py_wrealpath() argument
2004 _Py_isabs(const wchar_t *path) _Py_isabs() argument
2033 _Py_abspath(const wchar_t *path, wchar_t **abspath_p) _Py_abspath() argument
2185 _Py_normpath_and_size(wchar_t *path, Py_ssize_t size, Py_ssize_t *normsize) _Py_normpath_and_size() argument
2314 _Py_normpath(wchar_t *path, Py_ssize_t size) _Py_normpath() argument
[all...]
H A Derrors.c1040 PyErr_SetImportError(PyObject *msg, PyObject *name, PyObject *path) in PyErr_SetImportError() argument
987 PyErr_SetImportErrorSubclass(PyObject *exception, PyObject *msg, PyObject *name, PyObject *path) PyErr_SetImportErrorSubclass() argument
H A Dinitconfig.c3124 PyObject *path = PyList_GET_ITEM(sys_path, i); _Py_DumpPathConfig() local
[all...]
H A Dimport.c950 PyImport_GetImporter(PyObject *path) in PyImport_GetImporter() argument
864 _imp__fix_co_filename_impl(PyObject *module, PyCodeObject *code, PyObject *path) _imp__fix_co_filename_impl() argument
1900 PyObject *path; PyImport_ImportModuleLevelObject() local
2352 PyObject *mod, *name, *path; _imp_create_dynamic_impl() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc147 void AddTrailingSlash(std::string* path) { in AddTrailingSlash() argument
153 bool VerifyDirectoryExists(const std::string& path) { in VerifyDirectoryExists() argument
191 GetProtocAbsolutePath(std::string* path) GetProtocAbsolutePath() argument
219 IsInstalledProtoPath(const std::string& path) IsInstalledProtoPath() argument
232 std::string path; AddDefaultProtoPaths() local
1774 std::string path; InterpretArgument() local
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbluez5-util.c203 pa_bluetooth_transport *pa_bluetooth_transport_new(pa_bluetooth_device *d, const char *owner, const char *path, in pa_bluetooth_transport_new() argument
1132 remote_endpoint_remove(pa_bluetooth_discovery *y, const char *path) remote_endpoint_remove() argument
1149 device_create(pa_bluetooth_discovery *y, const char *path) device_create() argument
1168 pa_bluetooth_discovery_get_device_by_path(pa_bluetooth_discovery *y, const char *path) pa_bluetooth_discovery_get_device_by_path() argument
1253 device_remove(pa_bluetooth_discovery *y, const char *path) device_remove() argument
1364 const char *path, *interface, *member; battery_provider_handler() local
1485 adapter_create(pa_bluetooth_discovery *y, const char *path) adapter_create() argument
1520 adapter_remove(pa_bluetooth_discovery *y, const char *path) adapter_remove() argument
1761 register_legacy_sbc_endpoint(pa_bluetooth_discovery *y, const pa_a2dp_endpoint_conf *endpoint_conf, const char *path, const char *endpoint, const char *uuid) register_legacy_sbc_endpoint() argument
1798 char *path; register_application_reply() local
2029 const char *path; parse_interfaces_and_properties() local
2438 const char *sender, *path, *endpoint_path, *dev_path = NULL, *uuid = NULL; endpoint_set_configuration() local
2626 const char *path; endpoint_clear_configuration() local
2679 const char *path, *interface, *member; endpoint_handler() local
2778 const char *path, *interface, *member; object_manager_handler() local
[all...]
/third_party/python/Lib/test/test_import/
H A D__init__.py715 path = TESTFN global() variable in PathsTests
[all...]
/third_party/python/Lib/test/
H A Dtest_shutil.py10 import os.path namespace
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Ditem.rs1057 let mut path: Vec<_> = target compute_path() variables
1941 let mut path = self.canonical_path(ctx); namespace_aware_canonical_path() variables
[all...]
/third_party/skia/gm/
H A Dwacky_yuv_formats.cpp221 static void add_arc(SkPath* path, in add_arc() argument
320 static SkBitmap make_bitmap(SkColorType colorType, const SkPath& path, in make_bitmap() argument
809 SkPath path = create_splat(origin, innerRadius, outerRadius, 1.0f, 5, &circles); in createBitmaps() local
816 SkPath path = create_splat(origin, innerRadius, outerRadius, 1.0f, 7, &circles); in createBitmaps() local
1015 SkPath path in createBitmaps() local
1022 SkPath path = create_splat(origin, innerRadius, outerRadius, 1.0f, 7, &circles); createBitmaps() local
[all...]
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp102 SkString path; in ResourceFontCollection() local
152 SkString path = SkOSPath::Join(tmpDir.c_str(), name); in ~TestCanvas() local
/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp210 void TextLine::paint(ParagraphPainter* painter, const RSPath* path, SkScalar hOffset, SkScalar vOffset) { argument
/third_party/skia/include/core/
H A DSkCanvas.h1012 clipPath(const SkPath& path, SkClipOp op) clipPath() argument
1026 clipPath(const SkPath& path, bool doAntiAlias = false) clipPath() argument
[all...]
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp317 bool ApplySimplify(SkPath& path) { in ApplySimplify() argument
342 JSString ToSVGString(const SkPath& path) { in ToSVGString() argument
349 SkPath path; in MakePathFromSVGString() local
376 Float32Array ToCmds(const SkPath& path) { in ToCmds() argument
410 SkPath path; MakePathFromCmds() local
466 PathAddVerbsPointsWeights(SkPath& path, WASMPointerU8 verbsPtr, int numVerbs, WASMPointerF32 ptsPtr, int numPts, WASMPointerF32 wtsPtr, int numWts) PathAddVerbsPointsWeights() argument
531 SkPath path; MakePathFromVerbsPointsWeights() local
540 ApplyDash(SkPath& path, SkScalar on, SkScalar off, SkScalar phase) ApplyDash() argument
555 ApplyTrim(SkPath& path, SkScalar startT, SkScalar stopT, bool isComplement) ApplyTrim() argument
581 ApplyStroke(SkPath& path, StrokeOpts opts) ApplyStroke() argument
[all...]
/third_party/skia/modules/skparagraph/samples/
H A DSampleParagraph.cpp2882 std::string path = fonts; variable
/third_party/selinux/libsepol/src/
H A Dservices.c2234 sepol_genfs_sid(const char *fstype, const char *path, sepol_security_class_t sclass, sepol_security_id_t * sid) sepol_genfs_sid() argument
/third_party/skia/dm/
H A DDMSrcSink.cpp158 static SkString get_scaled_name(const Path& path, float scale) { in get_scaled_name() argument
163 BRDSrc::BRDSrc(Path path, Mode mode, CodecSrc::DstColorType dstColorType, uint32_t sampleSize) in BRDSrc() argument
176 static std::unique_ptr<android::skia::BitmapRegionDecoder> create_brd(Path path) { in create_brd() argument
335 static bool serial_from_path_name(const SkString& path) { in serial_from_path_name() argument
354 CodecSrc::CodecSrc(Path path, Mode mode, DstColorType dstColorType, SkAlphaType dstAlphaType, in CodecSrc() argument
824 AndroidCodecSrc(Path path, CodecSrc::DstColorType dstColorType, SkAlphaType dstAlphaType, int sampleSize) AndroidCodecSrc() argument
913 ImageGenSrc(Path path, Mode mode, SkAlphaType alphaType, bool isGpu) ImageGenSrc() argument
1023 ColorCodecSrc(Path path, bool decode_to_dst) ColorCodecSrc() argument
1089 SKPSrc(Path path) SKPSrc() argument
1106 get_cull_rect_for_skp(const char* path) get_cull_rect_for_skp() argument
1131 BisectSrc(Path path, const char* trail) BisectSrc() argument
1172 const FoundPath& path = pathFinder.foundPaths()[i]; draw() local
1187 SkottieSrc(Path path) SkottieSrc() argument
1263 SkRiveSrc(Path path) SkRiveSrc() argument
1324 SVGSrc(Path path) SVGSrc() argument
1389 MSKPSrc(Path path) MSKPSrc() argument
[all...]
/third_party/rust/crates/proc-macro2/src/
H A Dlib.rs367 pub fn path(&self) -> PathBuf { in path() functions
/third_party/selinux/checkpolicy/
H A Dpolicy_parse.y884 path : PATH label
/third_party/selinux/libsepol/cil/src/
H A Dcil_post.c166 static void cil_post_fc_fill_data(struct fc_data *fc, const char *path) in cil_post_fc_fill_data() argument
2261 char *path = cil_tree_get_cil_path(node); in __cil_post_report_conflict() local
/third_party/rust/crates/nix/src/
H A Dunistd.rs1908 let mut path = template.with_nix_path(|path| {path.to_bytes_with_nul().to_owned()})?; mkstemp() variables
[all...]
/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c642 static bool is_hnp_path(const char *path) in is_hnp_path() argument
824 char *path; member
884 static bool is_in_skip_elx(const char *path) { in is_in_skip_elx() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_wext.c793 char path[128]; in wpa_driver_wext_init() local
927 char path[200], buf[200], *pos; in wext_check_hostap() local

Completed in 64 milliseconds

1...<<151152153154155156157158159160>>...162