HomeSort by relevance Sort by last modified time
    Searched refs:ids (Results 101 - 125 of 130) sorted by null

1 2 3 45 6

  /external/chromium/third_party/icu/source/test/intltest/
dtfmttst.cpp 95 * Instantiate a TimeZone so we can get the ids.
108 * A String array for the time zone ids.
111 StringEnumeration* ids = TimeZone::createEnumeration(); local
112 ids_length = ids->count(status);
114 * How many ids do we have?
116 logln("Time Zone IDs size: %d", ids_length);
127 // logln(i + " " + ids[i]);
128 const UnicodeString* id = ids->snext(status);
134 // logln(i + " " + ids[i] + " offset " + offset);
185 // delete ids; // TODO: BAD AP
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 138 table += 6; /* go to glyph IDs */
268 /* within the glyph IDs table (and not within the `subs' table itself or */
321 FT_Byte* ids; local
343 ids = p - 2 + offset;
344 if ( ids < glyph_ids || ids + code_count*2 > table + length )
347 /* check glyph IDs */
623 /* Otherwise, a glyph index is taken from the glyph IDs sub-array for */
    [all...]
  /external/icu4c/test/intltest/
dtfmttst.cpp 95 * Instantiate a TimeZone so we can get the ids.
108 * A String array for the time zone ids.
111 StringEnumeration* ids = TimeZone::createEnumeration(); local
112 ids_length = ids->count(status);
114 * How many ids do we have?
116 logln("Time Zone IDs size: %d", ids_length);
127 // logln(i + " " + ids[i]);
128 const UnicodeString* id = ids->snext(status);
134 // logln(i + " " + ids[i] + " offset " + offset);
185 // delete ids; // TODO: BAD AP
    [all...]
  /external/v8/src/
debug-debugger.js     [all...]
  /frameworks/base/libs/ui/tests/
InputReader_test.cpp 943 Vector<int32_t> ids; local
944 mReader->getInputDeviceIds(ids);
946 ASSERT_EQ(size_t(2), ids.size());
947 ASSERT_EQ(1, ids[0]);
948 ASSERT_EQ(2, ids[1]);
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 272 jint *ids = _env->GetIntArrayElements(_ids, NULL); local
281 jint id = (jint)rsElementCreate2(con, fieldCount, (RsElement *)ids, nameArray, sizeArray);
286 _env->ReleaseIntArrayElements(_ids, ids, JNI_ABORT);
387 // native void nTypeSetupFields(Type t, int[] types, int[] bits, Field[] IDs);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 1015 long[] ids = new long[count]; local
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 970 // in different namespaces (and thus with different resource IDs).
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ViewContactActivity.java 124 * A list of distinct contact IDs included in the current contact.
1095 public ArrayList<Long> ids = new ArrayList<Long>(); field in class:ViewContactActivity.ViewEntry
    [all...]
  /external/libxml2/include/libxml/
tree.h 536 void *ids; /* Hash table for ID attributes if any */ member in struct:_xmlDoc
    [all...]
  /external/libxml2/
xmlreader.c 254 table = (xmlIDTablePtr) doc->ids;
508 if (cur->ids != NULL) xmlTextReaderFreeIDTable((xmlIDTablePtr) cur->ids);
509 cur->ids = NULL;
    [all...]
xpath.c     [all...]
tree.c 1204 if (cur->ids != NULL) xmlFreeIDTable((xmlIDTablePtr) cur->ids);
1205 cur->ids = NULL;
    [all...]
HTMLparser.c     [all...]
  /external/openssl/crypto/x509v3/
x509v3.h 278 STACK_OF(SXNETID) *ids; member in struct:SXNET_st
  /external/openssl/include/openssl/
x509v3.h 278 STACK_OF(SXNETID) *ids; member in struct:SXNET_st
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm.c 6838 static const char ids[3][8] = { "comment", "type", "hint" }; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_opengl.h     [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_opengl.h     [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 655 * Appends comma separated ids.
656 * @param ids Should not be empty
658 private void appendIds(StringBuilder sb, HashSet<Long> ids) {
659 for (long id : ids) {
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 

Completed in 1644 milliseconds

1 2 3 45 6