Searched defs:dir (Results 226 - 250 of 756) sorted by relevance

1234567891011>>

/external/squashfs-tools/squashfs-tools/
H A Dunsquash-1.c113 squashfs_dir_inode_header_1 *inode = &header.dir;
117 memcpy(&sinode, block_ptr, sizeof(header.dir));
121 memcpy(inode, block_ptr, sizeof(header.dir));
204 struct dir *squashfs_opendir_1(unsigned int block_start, unsigned int offset,
215 struct dir *dir; local
222 dir = malloc(sizeof(struct dir));
223 if(dir == NULL)
226 dir
[all...]
H A Dunsquash-3.c148 squashfs_dir_inode_header_3 *inode = &header.dir;
152 memcpy(&sinode, block_ptr, sizeof(header.dir));
153 SQUASHFS_SWAP_DIR_INODE_HEADER_3(&header.dir,
156 memcpy(&header.dir, block_ptr,
157 sizeof(header.dir));
281 struct dir *squashfs_opendir_3(unsigned int block_start, unsigned int offset,
292 struct dir *dir; local
299 dir = malloc(sizeof(struct dir));
[all...]
H A Dunsquash-4.c122 struct squashfs_dir_inode_header *inode = &header.dir;
250 struct dir *squashfs_opendir_4(unsigned int block_start, unsigned int offset,
261 struct dir *dir; local
268 dir = malloc(sizeof(struct dir));
269 if(dir == NULL)
272 dir->dir_count = 0;
273 dir->cur_entry = 0;
274 dir
[all...]
/external/syslinux/com32/modules/
H A Ddir.c26 return "[dir]";
70 DIR *dir; local
80 dir = opendir(dirname);
81 if (!dir) {
86 while ((de = readdir(dir)) != NULL) {
110 closedir(dir);
148 closedir(dir);
169 printf("Usage: dir directory\n");
H A Dls.c26 return "[dir]";
70 DIR *dir; local
80 dir = opendir(dirname);
81 if (!dir) {
86 while ((de = readdir(dir)) != NULL) {
110 closedir(dir);
148 closedir(dir);
/external/tensorflow/tensorflow/core/kernels/
H A Ddebug_ops_test.cc114 DIR* dir = opendir(device_root.c_str()); local
117 while ((ent = readdir(dir)) != nullptr) {
144 closedir(dir);
H A Dimmutable_constant_op_test.cc145 const string dir = testing::TmpDir(); local
146 *filename = io::JoinPath(dir, strings::StrCat("file_", value));
/external/tensorflow/tensorflow/core/platform/cloud/
H A Dretrying_file_system.cc144 Status RetryingFileSystem::GetChildren(const string& dir, argument
147 std::bind(&FileSystem::GetChildren, base_file_system_.get(), dir, result),
/external/tensorflow/tensorflow/core/util/
H A Dmemmapped_file_system_writer.cc97 const string dir = directory_.SerializeAsString(); local
98 TF_RETURN_IF_ERROR(output_file_->Append(dir));
/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dtransform_graph_test.cc79 const string dir = testing::TmpDir(); local
80 const string in_filename_pb = io::JoinPath(dir, "in_graphdef.pb");
81 const string out_filename_pb = io::JoinPath(dir, "out_graphdef.pb");
/external/toybox/toys/lsb/
H A Dmount.c74 // TODO what if you --bind mount a block device somewhere (file, dir, dev)
138 static void mount_filesystem(char *dev, char *dir, char *type, argument
164 // file on file or dir on dir is a --bind mount.
165 if (!stat(dev, &stdev) && !stat(dir, &stdir)
200 printf("try '%s' type '%s' on '%s'\n", dev, type, dir);
202 rc = mount(dev, dir, type, flags, opts);
221 // Trying to autodetect loop mounts like bind mounts above (file on dir)
222 // isn't good enough because "mount -t ext2 fs.img dir" is valid, but if
259 perror_msg("'%s'->'%s'", dev, dir);
268 char *opts = 0, *dev = 0, *dir = 0, **ss; local
[all...]
/external/v8/src/compiler/
H A Dcontrol-equivalence.cc193 DFSDirection dir) {
199 stack.push({dir, input, use, from, node});
192 DFSPush(DFSStack& stack, Node* node, Node* from, DFSDirection dir) argument
/external/valgrind/coregrind/m_gdbserver/
H A Dvalgrind-low-amd64.c152 transfer_direction dir, int size, Bool *mod)
164 case 0: VG_(transfer) (&amd64->guest_RAX, buf, dir, size, mod); break;
165 case 1: VG_(transfer) (&amd64->guest_RBX, buf, dir, size, mod); break;
166 case 2: VG_(transfer) (&amd64->guest_RCX, buf, dir, size, mod); break;
167 case 3: VG_(transfer) (&amd64->guest_RDX, buf, dir, size, mod); break;
168 case 4: VG_(transfer) (&amd64->guest_RSI, buf, dir, size, mod); break;
169 case 5: VG_(transfer) (&amd64->guest_RDI, buf, dir, size, mod); break;
170 case 6: VG_(transfer) (&amd64->guest_RBP, buf, dir, size, mod); break;
171 case 7: VG_(transfer) (&amd64->guest_RSP, buf, dir, size, mod); break;
172 case 8: VG_(transfer) (&amd64->guest_R8, buf, dir, siz
151 transfer_register(ThreadId tid, int abs_regno, void * buf, transfer_direction dir, int size, Bool *mod) argument
[all...]
H A Dvalgrind-low-ppc64.c254 transfer_direction dir, int size, Bool *mod)
297 case 0: VG_(transfer) (&ppc64->guest_GPR0, buf, dir, size, mod); break;
298 case 1: VG_(transfer) (&ppc64->guest_GPR1, buf, dir, size, mod); break;
299 case 2: VG_(transfer) (&ppc64->guest_GPR2, buf, dir, size, mod); break;
300 case 3: VG_(transfer) (&ppc64->guest_GPR3, buf, dir, size, mod); break;
301 case 4: VG_(transfer) (&ppc64->guest_GPR4, buf, dir, size, mod); break;
302 case 5: VG_(transfer) (&ppc64->guest_GPR5, buf, dir, size, mod); break;
303 case 6: VG_(transfer) (&ppc64->guest_GPR6, buf, dir, size, mod); break;
304 case 7: VG_(transfer) (&ppc64->guest_GPR7, buf, dir, size, mod); break;
305 case 8: VG_(transfer) (&ppc64->guest_GPR8, buf, dir, siz
253 transfer_register(ThreadId tid, int abs_regno, void * buf, transfer_direction dir, int size, Bool *mod) argument
[all...]
H A Dvalgrind-low-x86.c119 transfer_direction dir, int size, Bool *mod)
131 case 0: VG_(transfer) (&x86->guest_EAX, buf, dir, size, mod); break;
132 case 1: VG_(transfer) (&x86->guest_ECX, buf, dir, size, mod); break;
133 case 2: VG_(transfer) (&x86->guest_EDX, buf, dir, size, mod); break;
134 case 3: VG_(transfer) (&x86->guest_EBX, buf, dir, size, mod); break;
135 case 4: VG_(transfer) (&x86->guest_ESP, buf, dir, size, mod); break;
136 case 5: VG_(transfer) (&x86->guest_EBP, buf, dir, size, mod); break;
137 case 6: VG_(transfer) (&x86->guest_ESI, buf, dir, size, mod); break;
138 case 7: VG_(transfer) (&x86->guest_EDI, buf, dir, size, mod); break;
139 case 8: VG_(transfer) (&x86->guest_EIP, buf, dir, siz
118 transfer_register(ThreadId tid, int abs_regno, void * buf, transfer_direction dir, int size, Bool *mod) argument
[all...]
/external/webrtc/webrtc/test/testsupport/
H A Dfileutils.cc60 // The file we're looking for to identify the project root dir.
80 // Handle absolute paths; convert them to relative paths to the working dir.
91 // Trim away the executable name; only store the relative dir path.
126 // Check for our file that verifies the root dir.
168 std::string TempFilename(const std::string &dir, const std::string &prefix) { argument
171 if (::GetTempFileName(ToUtf16(dir).c_str(),
177 int len = dir.size() + prefix.size() + 2 + 6;
180 snprintf(tempname.get(), len, "%s/%sXXXXXX", dir.c_str(),
/external/zlib/src/contrib/iostream/
H A Dzfstream.cpp129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { argument
/external/adhd/cras/src/alsa_plugin/
H A Dctl_cras.c163 enum CRAS_STREAM_DIRECTION dir,
171 if (dir == CRAS_STREAM_OUTPUT)
162 get_nodes(struct cras_client *client, enum CRAS_STREAM_DIRECTION dir, struct cras_ionode_info *nodes, size_t num_nodes) argument
/external/adhd/cras/src/server/
H A Dcras_rclient.c210 enum CRAS_STREAM_DIRECTION dir,
216 cras_fill_client_active_node_changed(&msg, dir, node_id);
255 enum CRAS_STREAM_DIRECTION dir,
262 &msg, dir, num_active_streams);
209 send_active_node_changed(void *context, enum CRAS_STREAM_DIRECTION dir, cras_node_id_t node_id) argument
254 send_num_active_streams_changed(void *context, enum CRAS_STREAM_DIRECTION dir, uint32_t num_active_streams) argument
/external/adhd/cras/src/tests/
H A Dcras_monitor.c50 static const char *string_for_direction(enum CRAS_STREAM_DIRECTION dir) argument
52 switch(dir) {
83 enum CRAS_STREAM_DIRECTION dir,
99 } else if (dir == CRAS_STREAM_POST_MIX_PRE_DSP) {
101 string_for_direction(dir), node_id);
103 } else if (dir == CRAS_STREAM_OUTPUT) {
106 } else if (dir == CRAS_STREAM_INPUT) {
133 enum CRAS_STREAM_DIRECTION dir,
137 const char *node_name = node_name_for_node_id(client, dir, node_id);
138 printf("active node (%s): %s\n", string_for_direction(dir), node_nam
82 node_name_for_node_id(struct cras_client *client, enum CRAS_STREAM_DIRECTION dir, cras_node_id_t node_id) argument
132 active_node_changed(void *context, enum CRAS_STREAM_DIRECTION dir, cras_node_id_t node_id) argument
172 num_active_streams_changed(void *context, enum CRAS_STREAM_DIRECTION dir, uint32_t num_active_streams) argument
[all...]
/external/boringssl/src/crypto/fipsmodule/cipher/
H A Daead.c73 enum evp_aead_direction_t dir) {
86 ok = aead->init_with_direction(ctx, key, key_len, tag_len, dir);
70 EVP_AEAD_CTX_init_with_direction(EVP_AEAD_CTX *ctx, const EVP_AEAD *aead, const uint8_t *key, size_t key_len, size_t tag_len, enum evp_aead_direction_t dir) argument
/external/boringssl/src/crypto/x509/
H A Dby_dir.c76 char *dir; member in struct:lookup_dir_entry_st
93 static int add_cert_dir(BY_DIR *ctx, const char *dir, int type);
119 char *dir = NULL; local
126 dir = (char *)getenv(X509_get_default_cert_dir_env());
127 if (dir)
128 ret = add_cert_dir(ld, dir, X509_FILETYPE_PEM);
173 if (ent->dir)
174 OPENSSL_free(ent->dir);
192 static int add_cert_dir(BY_DIR *ctx, const char *dir, int type) argument
197 if (dir
[all...]
/external/conscrypt/platform/src/main/java/org/conscrypt/
H A DTrustedCertificateStore.java204 File dir = file.getParentFile();
205 dir.mkdirs();
206 dir.setReadable(true, false);
207 dir.setExecutable(true, false);
252 private void addAliases(Set<String> result, String prefix, File dir) { argument
253 String[] files = dir.list();
327 public File getCertificateFile(File dir, final X509Certificate x) { argument
335 return findCert(dir, x.getSubjectX500Principal(), selector, File.class);
508 File dir, X500Principal subject, CertSelector selector, Class<T> desiredReturnType) {
513 File file = file(dir, has
507 findCert( File dir, X500Principal subject, CertSelector selector, Class<T> desiredReturnType) argument
562 file(File dir, String hash, int index) argument
[all...]
/external/curl/lib/
H A Dfile.c311 const char *dir = strchr(file->path, DIRSEP); local
329 if(!dir)
332 if(!dir[1])
/external/doclava/src/com/google/doclava/
H A DNavTree.java29 public static void writeNavTree(String dir, String refPrefix) { argument
34 Node node = new Node("Reference", dir + refPrefix + "packages.html", children, null);
54 ClearPage.write(data, "navtree_data.cs", dir + Doclava.libraryRoot
67 public static void writeYamlTree2(String dir, String fileName){ argument
72 Node node = new Node("Reference", Doclava.ensureSlash(dir) + "packages.html", children, null);
81 dir = Doclava.ensureSlash(dir) + Doclava.libraryRoot;
84 data.setValue("docs.classes.link", Doclava.ensureSlash(dir) + "classes.html");
85 data.setValue("docs.packages.link", Doclava.ensureSlash(dir) + "packages.html");
87 ClearPage.write(data, "yaml_navtree2.cs", Doclava.ensureSlash(dir)
99 writeYamlTree(String dir, String fileName) argument
[all...]

Completed in 667 milliseconds

1234567891011>>