/external/rust/android-crates-io/crates/url/tests/ |
D | urltestdata.json | 14 "pathname": "/", string 29 "pathname": "/bar;par", string 44 "pathname": "/", string 59 "pathname": "/", string 74 "pathname": "/x", string 89 "pathname": "/x", string 104 "pathname": "/foo/foo.com", string 119 "pathname": "/foo/:foo.com", string 134 "pathname": "/foo/foo.com", string 149 "pathname": " foo.com", string [all …]
|
D | wpt.rs | 92 pathname: String, field 118 pathname: Option<String>, field 361 let pathname = url::quirks::pathname(&url); in check_url_ok() localVariable 493 let pathname = url::quirks::pathname(&url); localVariable
|
/external/flashrom/tests/ |
D | io_real.c | 22 static int io_real_open(void *state, const char *pathname, int flags, mode_t mode) in io_real_open() 28 static FILE *io_real_fopen(void *state, const char *pathname, const char *mode) in io_real_fopen() 72 void maybe_unmock_io(const char *pathname) in maybe_unmock_io()
|
D | tests.c | 80 static int mock_open(const char *pathname, int flags, mode_t mode) in mock_open() 102 int __wrap_open(const char *pathname, int flags, ...) in __wrap_open() 115 int __wrap_open64(const char *pathname, int flags, ...) in __wrap_open64() 128 int __wrap___open64_2(const char *pathname, int flags, ...) in __wrap___open64_2() 171 FILE *__wrap_fopen(const char *pathname, const char *mode) in __wrap_fopen() 180 FILE *__wrap_fopen64(const char *pathname, const char *mode) in __wrap_fopen64()
|
/external/python/cpython3/Lib/ |
D | glob.py | 16 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument 34 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument 63 def _iglob(pathname, root_dir, dir_fd, recursive, dironly, argument 202 def _lexists(pathname, dir_fd): argument 213 def _isdir(pathname, dir_fd): argument 249 def escape(pathname): argument 535 def add_slash(pathname): argument 542 def add_slash(pathname): argument
|
D | modulefinder.py | 154 def run_script(self, pathname): argument 160 def load_file(self, pathname): argument 329 def load_module(self, fqname, fp, pathname, file_info): argument 451 def load_package(self, fqname, pathname): argument
|
/external/grpc-grpc/test/core/address_utils/ |
D | parse_address_test.cc | 52 static void test_grpc_parse_unix(const char* uri_text, const char* pathname) { in test_grpc_parse_unix() 69 const char* pathname) { in test_grpc_parse_unix_abstract() 88 static void test_grpc_parse_unix(const char* uri_text, const char* pathname) {} in test_grpc_parse_unix() 90 const char* pathname) {} in test_grpc_parse_unix_abstract()
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath() 68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath()
|
/external/ltp/testcases/kernel/syscalls/utimensat/ |
D | utimensat01.c | 53 char *pathname; member 108 static inline int sys_utimensat(int dirfd, const char *pathname, in sys_utimensat() 114 static inline int sys_utimensat_time64(int dirfd, const char *pathname, in sys_utimensat_time64() 207 static void reset_time(char *pathname, int dfd, int flags, int i) in reset_time() 234 char *pathname = NULL; in run() local
|
/external/ltp/include/lapi/ |
D | name_to_handle_at.h | 18 static inline int name_to_handle_at(int dfd, const char *pathname, in name_to_handle_at() 35 allocate_file_handle(int dfd, const char *pathname) in allocate_file_handle()
|
D | stat.h | 125 static inline int statx(int dirfd, const char *pathname, unsigned int flags, in statx() 273 #define SAFE_STATX(dirfd, pathname, flags, mask, buf) \ argument 277 int dirfd, const char *pathname, int flags, unsigned int mask, in safe_statx()
|
/external/freetype/src/base/ |
D | ftmac.c | 280 FT_FSPathMakeRes( const UInt8* pathname, in FT_FSPathMakeRes() 305 get_file_type_from_path( const UInt8* pathname ) in get_file_type_from_path() 547 const UInt8* pathname ) in count_faces() 702 const UInt8* pathname, in FT_New_Face_From_LWFN() 806 const UInt8* pathname, in FT_New_Face_From_Suitcase() 928 const UInt8* pathname, in FT_New_Face_From_Resource() 970 const char* pathname, in FT_New_Face() 1020 UInt8 pathname[PATH_MAX]; in FT_New_Face_From_FSRef() local
|
/external/linux-kselftest/tools/testing/selftests/proc/ |
D | fd-001-lookup.c | 33 static void test_lookup_pass(const char *pathname) in test_lookup_pass() 44 static void test_lookup_fail(const char *pathname) in test_lookup_fail()
|
D | fd-003-kthread.c | 116 static inline int sys_statx(int dirfd, const char *pathname, int flags, in sys_statx() 122 static void test_lookup_fail(int fd, const char *pathname) in test_lookup_fail()
|
/external/wpa_supplicant_8/hostapd/aidl/tests/ |
D | unittest_overrides.h | 41 int stat(const char* pathname, struct stat* stabuf) { in stat() 49 int access(const char* pathname, int mode) { in access()
|
/external/ltp/testcases/kernel/syscalls/inotify/ |
D | inotify.h | 27 #define myinotify_add_watch(fd, pathname, mask) \ argument 64 #define SAFE_MYINOTIFY_ADD_WATCH(fd, pathname, mask) \ argument
|
/external/javassist/src/main/javassist/ |
D | ClassPoolTail.java | 134 JarClassPath(String pathname) throws NotFoundException { in JarClassPath() 253 public ClassPath insertClassPath(String pathname) in insertClassPath() 259 public ClassPath appendClassPath(String pathname) in appendClassPath() 265 private static ClassPath makePathObject(String pathname) in makePathObject()
|
/external/e2fsprogs/lib/ext2fs/ |
D | namei.c | 33 char *pathname; in follow_link() local 98 const char *pathname, int pathlen, in dir_namei() 136 const char *pathname, size_t pathlen, int follow, in open_namei()
|
/external/selinux/libselinux/src/android/ |
D | android.c | 247 bool is_app_data_path(const char *pathname) { in is_app_data_path() 266 bool is_credential_encrypted_path(const char *pathname) { in is_credential_encrypted_path() 277 static int extract_userid(const char **pathname, unsigned int *userid) in extract_userid() 298 int extract_pkgname_and_userid(const char *pathname, char **pkgname, unsigned int *userid) in extract_pkgname_and_userid()
|
/external/vogar/src/vogar/ |
D | SshChrootTarget.java | 97 String pathname = file.getPath(); in rootToChroot() local 110 public PathnameNotUnderChrootException(String pathname, String chrootDir) { in PathnameNotUnderChrootException()
|
/external/vogar/src/vogar/android/ |
D | AdbChrootTarget.java | 121 String pathname = file.getPath(); in rootToChroot() local 134 public PathnameNotUnderChrootException(String pathname, String chrootDir) { in PathnameNotUnderChrootException()
|
/external/sdv/vsomeip/third_party/boost/filesystem/test/issues/ |
D | 10205.cpp | 10 std::string pathname = "/some/filesystem/path/%%%%"; in main() local
|
/external/bcc/libbpf-tools/ |
D | statsnoop.bpf.c | 26 static int probe_entry(void *ctx, const char *pathname) in probe_entry() 47 const char **pathname; in probe_return() local
|
/external/ltp/testcases/kernel/syscalls/mknodat/ |
D | mknodat02.c | 64 char *pathname; member 145 char *pathname = tc->pathname; in mknodat_verify() local
|
/external/freetype/builds/mac/ |
D | ftmac.c | 477 FT_FSPathMakeSpec( const UInt8* pathname, in FT_FSPathMakeSpec() 574 FT_FSPathMakeRes( const UInt8* pathname, in FT_FSPathMakeRes() 618 get_file_type_from_path( const UInt8* pathname ) in get_file_type_from_path() 924 const UInt8* pathname ) in count_faces() 1081 const UInt8* pathname, in FT_New_Face_From_LWFN() 1182 const UInt8* pathname, in FT_New_Face_From_Suitcase() 1348 const UInt8* pathname, in FT_New_Face_From_Resource() 1389 const char* pathname, in FT_New_Face()
|