HomeSort by relevance Sort by last modified time
    Searched defs:namelist (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
zipfileset_mock.py 38 def namelist(self): member in class:make_factory.MockZipFileSet
zip_mock.py 40 def namelist(self): member in class:MockZip
zipfileset.py 58 def namelist(self): member in class:ZipFileSet
60 return self._zip_file.namelist()
zipfileset_unittest.py 44 def namelist(self): member in class:FakeZip
94 self.assertTrue('some-file' in self._zip.namelist())
  /external/linux-tools-perf/util/
thread_map.c 20 struct dirent **namelist = NULL; local
24 items = scandir(name, &namelist, filter, NULL);
31 threads->map[i] = atoi(namelist[i]->d_name);
36 free(namelist[i]);
37 free(namelist);
probe-event.c 1643 struct strlist *namelist; local
1925 struct strlist *namelist; local
    [all...]
symbol.c 2599 struct dirent **namelist = NULL; local
    [all...]
  /external/libselinux/src/
booleans.c 40 struct dirent **namelist; local
50 *len = scandir(path, &namelist, &filename_select, alphasort);
62 n[i] = strdup(namelist[i]->d_name);
72 free(namelist[i]);
74 free(namelist);
  /device/samsung/manta/power/
power_manta.c 101 struct dirent **namelist; local
  /system/extras/ext4_utils/
make_ext4fs.c 116 struct dirent **namelist = NULL; local
126 entries = scandir(full_path, &namelist, filter_dot, (void*)alphasort);
136 if (strcmp(namelist[i]->d_name, "lost+found") == 0)
147 dentries[i].filename = strdup(namelist[i]->d_name);
151 asprintf(&dentries[i].path, "%s%s", dir_path, namelist[i]->d_name);
152 asprintf(&dentries[i].full_path, "%s%s", full_path, namelist[i]->d_name);
154 free(namelist[i]);
217 free(namelist);
  /external/openssh/
ssh-keyscan.c 324 char *namebase, *name, *namelist; local
327 namebase = namelist = xstrdup(iname);
330 name = xstrsep(&namelist, ",");
346 fdcon[s].c_namelist = namelist;
605 "\t\t [host | addrlist namelist] ...\n",
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c 182 static int getall(struct listentry ** namelist);
298 listentry * namelist = NULL; local
407 count = getall(&namelist);
419 fakeargv[i + argc] = namelist->name;
420 namelist = namelist->next;
580 struct listentry * entry = namelist;
973 static int getall(struct listentry ** namelist) {
980 *namelist = dummyentry.next;
  /external/icu4c/tools/tzcode/
zdump.c 182 static int getall(struct listentry ** namelist);
298 listentry * namelist = NULL; local
407 count = getall(&namelist);
419 fakeargv[i + argc] = namelist->name;
420 namelist = namelist->next;
580 struct listentry * entry = namelist;
973 static int getall(struct listentry ** namelist) {
980 *namelist = dummyentry.next;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 868 def namelist(self): member in class:ZipFile
    [all...]
tarfile.py 2548 def namelist(self): member in class:TarFileCompat
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 868 def namelist(self): member in class:ZipFile
    [all...]
tarfile.py 2548 def namelist(self): member in class:TarFileCompat
    [all...]
  /external/libppp/src/
command.c 282 char namelist[LINE_LEN]; local
289 namelist[sizeof namelist - 1] = '\0';
291 strncpy(namelist, arg->argv[f], sizeof namelist - 1);
292 for(name = strtok(namelist, ", "); name; name = strtok(NULL,", "))
2679 char namelist[LINE_LEN]; local
    [all...]
  /external/elfutils/src/
elflint.c 2962 struct namelist struct
2966 } *namelist = NULL; local
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 1156 optdef.setRequiresSet (namelist ()); method
1167 optdef.setExcludesSet (namelist ()); method
1188 String [] namelist () method in class:OptsParser.MetadataParser
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 497 milliseconds