HomeSort by relevance Sort by last modified time
    Searched full:namelist (Results 1 - 25 of 256) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
thread_map.c 27 struct dirent **namelist = NULL; local
31 items = scandir(name, &namelist, filter, NULL);
38 threads->map[i] = atoi(namelist[i]->d_name);
43 free(namelist[i]);
44 free(namelist);
66 struct dirent dirent, *next, **namelist = NULL; local
96 items = scandir(path, &namelist, filter, NULL);
117 threads->map[threads->nr + i] = atoi(namelist[i]->d_name);
120 free(namelist[i]);
121 free(namelist);
162 struct dirent **namelist = NULL; local
    [all...]
  /external/chromium_org/chrome/common/net/
predictor_common.h 19 // Namelist instances.
22 typedef std::vector<std::string> NameList;
24 // instead of NameList, from renderer (where content of pages are scanned for
  /libcore/luni/src/main/java/org/w3c/dom/
NameList.java 16 * The <code>NameList</code> interface provides the abstraction of an ordered
19 * implemented. The items in the <code>NameList</code> are accessible via an
24 public interface NameList {
29 * <code>NameList</code>, or <code>null</code> if there is no name for
38 * <code>NameList</code>, or <code>null</code> if there is no name for
50 * Test if a name is part of this <code>NameList</code>.
59 * <code>NameList</code>.
  /external/chromium_org/third_party/sqlite/src/tool/
mkopts.tcl 15 lappend namelist [string tolower $name]
39 foreach name [lsort $namelist] {
46 foreach name [lsort $namelist] {
  /external/llvm/test/TableGen/
lisp.td 31 class NameList<list<string> Names> :
34 def Three : NameList<["Tom", "Dick", "Harry"]>;
36 def One : NameList<["Jeffrey Sinclair"]>;
  /external/chromium_org/native_client_sdk/src/tools/tests/
oshelpers_test.py 95 self.assertEqual(len(self.zipfile.namelist()), 2)
99 self.assertEqual(self.zipfile.namelist()[0], file1)
106 self.assertEqual(len(self.zipfile.namelist()), 2)
112 self.assertEqual(len(self.zipfile.namelist()), 1)
123 self.assertEqual(len(self.zipfile.namelist()), 4)
134 self.assertEqual(len(self.zipfile.namelist()), 1)
144 self.assertEqual(len(self.zipfile.namelist()), 4)
150 self.assertEqual(len(self.zipfile.namelist()), 4)
151 self.assertEqual(self.zipfile.namelist()[0], file1)
153 self.assertEqual(self.zipfile.namelist()[1], file2
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentgetelementsbytagnametotallength.java 60 NodeList nameList;
62 nameList = doc.getElementsByTagName("*");
65 assertSize("elementCountSVG", 39, nameList);
67 assertSize("documentGetElementsByTagNameTotalLengthAssert", 37, nameList);
documentgetelementsbytagnamelength.java 65 NodeList nameList;
67 nameList = doc.getElementsByTagName("name");
68 assertSize("documentGetElementsByTagNameLengthAssert", 5, nameList);
hc_documentgetelementsbytagnamelength.java 64 NodeList nameList;
66 nameList = doc.getElementsByTagName("strong");
67 assertSize("documentGetElementsByTagNameLengthAssert", 5, nameList);
documenttypegetentities.java 84 java.util.Collection nameList = new java.util.ArrayList();
95 nameList.add(name);
99 assertEquals("entityNamesSVG", expectedResultSVG, nameList);
101 assertEquals("entityNames", expectedResult, nameList);
cdatasectiongetdata.java 70 NodeList nameList;
76 nameList = doc.getElementsByTagName("name");
77 child = nameList.item(1);
cdatasectionnormalize.java 64 NodeList nameList;
70 nameList = doc.getElementsByTagName("name");
71 lChild = (Element) nameList.item(1);
documentgetelementsbytagnamevalue.java 67 NodeList nameList;
72 nameList = doc.getElementsByTagName("name");
73 nameNode = nameList.item(3);
hc_documentgetelementsbytagnamevalue.java 66 NodeList nameList;
71 nameList = doc.getElementsByTagName("strong");
72 nameNode = nameList.item(3);
hc_documentgetelementsbytagnametotallength.java 62 NodeList nameList;
157 nameList = doc.getElementsByTagName("*");
158 for (int indexN10148 = 0; indexN10148 < nameList.getLength(); indexN10148++) {
159 thisElement = (Element) nameList.item(indexN10148);
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimationData.h 30 const Vector<AtomicString>& nameList() const { return m_nameList; }
36 Vector<AtomicString>& nameList() { return m_nameList; }
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
android_systrace_profiler_unittest.py 28 self.assertEquals(len(z.namelist()), 2)
  /external/kernel-headers/original/uapi/linux/
limits.h 16 #define XATTR_LIST_MAX 65536 /* size of extended attribute namelist (64k) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
limits.h 16 #define XATTR_LIST_MAX 65536 /* size of extended attribute namelist (64k) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
limits.h 16 #define XATTR_LIST_MAX 65536 /* size of extended attribute namelist (64k) */
  /external/chromium_org/chrome/common/extensions/docs/server2/
directory_zipper_test.py 37 sorted(top_zip.namelist()))
45 sorted(two_zip.namelist()))
  /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);
  /external/qemu/distrib/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);
  /external/qemu/distrib/ext4_utils/src/
make_ext4fs.c 134 struct dirent **namelist = NULL; local
144 entries = scandir(full_path, &namelist, filter_dot, (void*)alphasort);
154 if (strcmp(namelist[i]->d_name, "lost+found") == 0)
165 dentries[i].filename = strdup(namelist[i]->d_name);
169 asprintf(&dentries[i].path, "%s%s", dir_path, namelist[i]->d_name);
170 asprintf(&dentries[i].full_path, "%s%s", full_path, namelist[i]->d_name);
172 free(namelist[i]);
235 free(namelist);
  /system/extras/ext4_utils/
make_ext4fs.c 134 struct dirent **namelist = NULL; local
144 entries = scandir(full_path, &namelist, filter_dot, (void*)alphasort);
154 if (strcmp(namelist[i]->d_name, "lost+found") == 0)
165 dentries[i].filename = strdup(namelist[i]->d_name);
169 asprintf(&dentries[i].path, "%s%s", dir_path, namelist[i]->d_name);
170 asprintf(&dentries[i].full_path, "%s%s", full_path, namelist[i]->d_name);
172 free(namelist[i]);
239 free(namelist);

Completed in 1195 milliseconds

1 2 3 4 5 6 7 8 91011