Home
last modified time | relevance | path

Searched defs:path (Results 2901 - 2925 of 3998) sorted by relevance

1...<<111112113114115116117118119120>>...160

/third_party/skia/third_party/externals/zlib/google/
H A Dzip_reader_unittest.cc46 FileWrapper(const base::FilePath& path, AccessMode mode) { in FileWrapper() argument
176 bool GetTestDataDirectory(base::FilePath* path) { in GetTestDataDirectory() argument
115 ExtractCurrentEntryToFilePath(zip::ZipReader* reader, base::FilePath path) ExtractCurrentEntryToFilePath() argument
189 CompareFileAndMD5(const base::FilePath& path, const std::string expected_md5) CompareFileAndMD5() argument
[all...]
H A Dzip_unittest.cc168 bool GetTestDataDirectory(base::FilePath* path) { in GetTestDataDirectory() argument
188 TestUnzipFile(const base::FilePath& path, bool expect_hidden_files) TestUnzipFile() argument
314 base::FilePath path; TEST_F() local
329 base::FilePath path; TEST_F() local
347 base::FilePath path; TEST_F() local
394 base::FilePath path; TEST_F() local
[all...]
/third_party/skia/tools/fonts/
H A Dcreate_test_font.cpp129 SkPath path; in output_path_data() local
/third_party/toybox/lib/
H A Dportability.c56 struct mtab_list *xgetmountlist(char *path) in xgetmountlist() argument
149 struct mtab_list *xgetmountlist(char *path) in xgetmountlist() argument
206 int xnotify_add(struct xnotify *not, int fd, char *path) in xnotify_add() argument
220 int xnotify_wait(struct xnotify *not, char **path) in xnotify_wait() argument
253 xnotify_add(struct xnotify *not, int fd, char *path) xnotify_add() argument
266 xnotify_wait(struct xnotify *not, char **path) xnotify_wait() argument
286 xattr_get(const char *path, const char *name, void *value, size_t size) xattr_get() argument
291 xattr_lget(const char *path, const char *name, void *value, size_t size) xattr_lget() argument
301 xattr_list(const char *path, char *list, size_t size) xattr_list() argument
306 xattr_llist(const char *path, char *list, size_t size) xattr_llist() argument
316 xattr_set(const char* path, const char* name, const void* value, size_t size, int flags) xattr_set() argument
322 xattr_lset(const char* path, const char* name, const void* value, size_t size, int flags) xattr_lset() argument
336 xattr_get(const char *path, const char *name, void *value, size_t size) xattr_get() argument
341 xattr_lget(const char *path, const char *name, void *value, size_t size) xattr_lget() argument
351 xattr_list(const char *path, char *list, size_t size) xattr_list() argument
356 xattr_llist(const char *path, char *list, size_t size) xattr_llist() argument
366 xattr_set(const char* path, const char* name, const void* value, size_t size, int flags) xattr_set() argument
372 xattr_lset(const char* path, const char* name, const void* value, size_t size, int flags) xattr_lset() argument
390 mknodat(int dirfd, const char *path, mode_t mode, dev_t dev) mknodat() argument
[all...]
H A Dportability.h109 static inline char *basename(char *path) { return __xpg_basename(path); } in basename() argument
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dls.c345 char *path = dirtree_path(indir, 0); in listfiles() local
/third_party/toybox/scripts/
H A Dconfig2help.c65 FILE *xfopen(char *path, char *mode) in xfopen() argument
/third_party/toybox/toys/pending/
H A Dlsof.c109 static void scan_proc_net_file(char *path, int family, char type, in scan_proc_net_file() argument
247 static void fill_stat(struct file_info *fi, const char *path) in fill_stat() argument
305 static void visit_symlink(struct proc_info *pi, char *name, char *path) in visit_symlink() argument
H A Dsyslogd.c41 char *path; member
H A Dtftp.c95 static int mkpkt_request(uint8_t *buffer, int opcode, char *path, int mode) in mkpkt_request() argument
/third_party/toybox/toys/posix/
H A Dfind.c371 char *arg = ss[1], *path = 0, *name = new ? new->name : arg; in do_find() local
391 char *path = dirtree_path(new, 0), *context; do_find() local
654 char *path = dirtree_path(new, 0); do_find() local
[all...]
H A Dls.c194 const char * const path = dirtree_path(new, 0); in filter() local
356 char *path = dirtree_path(indir, 0); in listfiles() local
/third_party/protobuf/src/google/protobuf/compiler/
H A Dimporter.cc277 static std::string CanonicalizePath(std::string path) { in CanonicalizePath() argument
313 ContainsParentReference(const std::string& path) ContainsParentReference() argument
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32.cc114 bool has_longpath_prefix(const char_type* path) { in has_longpath_prefix() argument
126 is_path_absolute(const char_type* path) is_path_absolute() argument
131 is_drive_relative(const char_type* path) is_drive_relative() argument
153 normalize(wstring path) normalize() argument
215 as_windows_path(const char* path, wstring* result) as_windows_path() argument
256 open(const char* path, int flags, int mode) open() argument
269 mkdir(const char* path, int _mode) mkdir() argument
282 access(const char* path, int mode) access() argument
295 chdir(const char* path) chdir() argument
308 stat(const char* path, struct _stat* buffer) stat() argument
321 fopen(const char* path, const char* mode) fopen() argument
359 testonly_utf8_to_winpath(const char* path) testonly_utf8_to_winpath() argument
364 ExpandWildcards( const string& path, std::function<void(const string&)> consume) ExpandWildcards() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_venv.py11 import os.path namespace
[all...]
H A Dtest_pkgutil.py10 import os.path namespace
[all...]
/third_party/python/Lib/unittest/test/
H A Dtest_discovery.py1 import os.path namespace
[all...]
/third_party/python/Objects/
H A Dfileobject.c500 PyFile_OpenCodeObject(PyObject *path) in PyFile_OpenCodeObject() argument
/third_party/python/PC/clinic/
H A D_msi.c.h653 const Py_UNICODE *path = NULL; in _msi_OpenDatabase() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-udev-detect.c53 char *path; member
106 static const char *path_get_card_id(const char *path) { in path_get_card_id() argument
376 const char *path; card_changed() local
485 process_path(struct userdata *u, const char *path) process_path() argument
[all...]
/third_party/protobuf/src/google/protobuf/util/
H A Dfield_mask_util.cc109 const std::string& path = mask.paths(i); in ToJsonString() local
136 GetFieldDescriptors( const Descriptor* descriptor, StringPiece path, std::vector<const FieldDescriptor*>* field_descriptors) GetFieldDescriptors() argument
325 AddPath(const std::string& path) AddPath() argument
352 RemovePath(const std::string& path, const Descriptor* descriptor) RemovePath() argument
411 IntersectPath(const std::string& path, FieldMaskTree* out) IntersectPath() argument
668 IsPathInFieldMask(StringPiece path, const FieldMask& mask) IsPathInFieldMask() argument
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Ddefault_value_objectwriter.cc326 std::vector<std::string> path; in PopulateChildren() local
189 CreateNewNode( const std::string& name, const google::protobuf::Type* type, NodeKind kind, const DataPiece& data, bool is_placeholder, const std::vector<std::string>& path, bool suppress_empty_list, bool preserve_proto_field_names, bool use_ints_for_enums, FieldScrubCallBack field_scrub_callback) CreateNewNode() argument
200 Node( const std::string& name, const google::protobuf::Type* type, NodeKind kind, const DataPiece& data, bool is_placeholder, const std::vector<std::string>& path, bool suppress_empty_list, bool preserve_proto_field_names, bool use_ints_for_enums, FieldScrubCallBack field_scrub_callback) Node() argument
490 std::vector<std::string> path; StartObject() local
492 DataPiece::NullData(), false, path, StartObject() local
541 std::vector<std::string> path; StartList() local
543 DataPiece::NullData(), false, path, StartList() local
[all...]
/third_party/skia/experimental/graphite/src/
H A DDevice.cpp181 void Device::drawPath(const SkPath& path, const SkPaint& paint, bool pathIsMutable) { in drawPath() argument
[all...]
/third_party/skia/gm/
H A Dpolygonoffset.cpp555 SkPath path; in drawPolygon() local
582 SkPath path; in drawPolygon() local
[all...]
H A Dcomplexclip.cpp57 SkPath path = SkPathBuilder() variable
174 void drawHairlines(SkCanvas* canvas, const SkPath& path, in drawHairlines() argument
480 SkPath path; DEF_SIMPLE_GM() local
[all...]

Completed in 21 milliseconds

1...<<111112113114115116117118119120>>...160