Home
last modified time | relevance | path

Searched refs:items (Results 1 – 25 of 56) sorted by relevance

123

/ndk/tests/device/test-stlport_static-exception/jni/
Dp11667.cpp11 LIST() { nitems = 16; items = new T[nitems]; }; in LIST()
13 LIST(int u) { nitems = u; items = new T[nitems]; }; in LIST()
16 return items[i]; in operator []()
21 T* src = items; in grow()
32 if (items) delete[] items; in grow()
34 items = newlist; in grow()
39 T *items; member in LIST
/ndk/tests/device/test-stlport_shared-exception/jni/
Dp11667.cpp11 LIST() { nitems = 16; items = new T[nitems]; }; in LIST()
13 LIST(int u) { nitems = u; items = new T[nitems]; }; in LIST()
16 return items[i]; in operator []()
21 T* src = items; in grow()
32 if (items) delete[] items; in grow()
34 items = newlist; in grow()
39 T *items; member in LIST
/ndk/sources/host-tools/make-3.81/
Dhash.c72 char *items = (char *) item_table; in hash_load() local
75 hash_insert (ht, items); in hash_load()
76 items += size; in hash_load()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
Dlit.cfg69 items = ln[ln.index('XFAIL:') + 6:].split(',')
70 test.xfails.extend([s.strip() for s in items])
72 items = ln[ln.index('REQUIRES:') + 9:].split(',')
73 requires.extend([s.strip() for s in items])
145 for name,value in self.exec_env.items())
/ndk/sources/host-tools/sed-4.2.1/po/
Dnl.po417 msgid_plural "couldn't write %d items to %s: %s"
419 msgstr[1] "kan %d items niet naar %s schrijven: %s"
Dpt.po417 msgid_plural "couldn't write %d items to %s: %s"
419 msgstr[1] "não foi possível escrever %d items para %s: %s"
Dfr.po422 msgid_plural "couldn't write %d items to %s: %s"
424 msgstr[1] "impossible d'�crire %d items � %s: %s"
Daf.po401 msgid_plural "couldn't write %d items to %s: %s"
403 msgstr[1] "kon nie %d items na %s skryf nie: %s"
Dsed.pot370 msgid_plural "couldn't write %d items to %s: %s"
Dzh_CN.po407 msgid_plural "couldn't write %d items to %s: %s"
Dru.po416 msgid_plural "couldn't write %d items to %s: %s"
Deu.po375 msgid_plural "couldn't write %d items to %s: %s"
Dzh_TW.po403 msgid_plural "couldn't write %d items to %s: %s"
Dja.po417 msgid_plural "couldn't write %d items to %s: %s"
Dhe.po388 msgid_plural "couldn't write %d items to %s: %s"
Dko.po388 msgid_plural "couldn't write %d items to %s: %s"
Dsr.po408 msgid_plural "couldn't write %d items to %s: %s"
Dfi.po421 msgid_plural "couldn't write %d items to %s: %s"
Dhr.po392 msgid_plural "couldn't write %d items to %s: %s"
Det.po406 msgid_plural "couldn't write %d items to %s: %s"
Del.po419 msgid_plural "couldn't write %d items to %s: %s"
Dpl.po420 msgid_plural "couldn't write %d items to %s: %s"
Dde.po417 msgid_plural "couldn't write %d items to %s: %s"
Dit.po464 msgid_plural "couldn't write %d items to %s: %s"
/ndk/build/gmsl/
D__gmsl43 # three items: major, minor, revision
812 # Returns: Number of items on the stack

123