| /third_party/skia/third_party/externals/zlib/google/ |
| H A D | zip_reader_unittest.cc | 46 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 D | zip_unittest.cc | 168 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 D | create_test_font.cpp | 129 SkPath path; in output_path_data() local
|
| /third_party/toybox/lib/ |
| H A D | portability.c | 56 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 D | portability.h | 109 static inline char *basename(char *path) { return __xpg_basename(path); } in basename() argument
|
| /third_party/toybox/porting/liteos_a/toys/posix/ |
| H A D | ls.c | 345 char *path = dirtree_path(indir, 0); in listfiles() local
|
| /third_party/toybox/scripts/ |
| H A D | config2help.c | 65 FILE *xfopen(char *path, char *mode) in xfopen() argument
|
| /third_party/toybox/toys/pending/ |
| H A D | lsof.c | 109 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 D | syslogd.c | 41 char *path; member
|
| H A D | tftp.c | 95 static int mkpkt_request(uint8_t *buffer, int opcode, char *path, int mode) in mkpkt_request() argument
|
| /third_party/toybox/toys/posix/ |
| H A D | find.c | 371 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 D | ls.c | 194 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 D | importer.cc | 277 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 D | io_win32.cc | 114 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 D | test_venv.py | 11 import os.path namespace [all...] |
| H A D | test_pkgutil.py | 10 import os.path namespace [all...] |
| /third_party/python/Lib/unittest/test/ |
| H A D | test_discovery.py | 1 import os.path namespace [all...] |
| /third_party/python/Objects/ |
| H A D | fileobject.c | 500 PyFile_OpenCodeObject(PyObject *path) in PyFile_OpenCodeObject() argument
|
| /third_party/python/PC/clinic/ |
| H A D | _msi.c.h | 653 const Py_UNICODE *path = NULL; in _msi_OpenDatabase() local [all...] |
| /third_party/pulseaudio/src/modules/ |
| H A D | module-udev-detect.c | 53 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 D | field_mask_util.cc | 109 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 D | default_value_objectwriter.cc | 326 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 D | Device.cpp | 181 void Device::drawPath(const SkPath& path, const SkPaint& paint, bool pathIsMutable) { in drawPath() argument [all...] |
| /third_party/skia/gm/ |
| H A D | polygonoffset.cpp | 555 SkPath path; in drawPolygon() local 582 SkPath path; in drawPolygon() local [all...] |
| H A D | complexclip.cpp | 57 SkPath path = SkPathBuilder() variable 174 void drawHairlines(SkCanvas* canvas, const SkPath& path, in drawHairlines() argument 480 SkPath path; DEF_SIMPLE_GM() local [all...] |