HomeSort by relevance Sort by last modified time
    Searched full:item_type (Results 1 - 23 of 23) sorted by null

  /frameworks/base/tools/aidl/
aidl.cpp 38 if (d->item_type == INTERFACE_TYPE_BINDER) {
43 if (q->item_type == METHOD_TYPE) {
59 else if (d->item_type == USER_DATA_TYPE) {
69 printf("UNKNOWN d=0x%08lx d->item_type=%d\n", (long)d, d->item_type);
252 if (items->item_type == USER_DATA_TYPE) {
256 else if (items->item_type == INTERFACE_TYPE_BINDER
257 || items->item_type == INTERFACE_TYPE_RPC) {
263 items->item_type);
305 if (items->item_type == USER_DATA_TYPE)
    [all...]
aidl_language.h 47 unsigned item_type; member in struct:interface_item_type
76 unsigned item_type; member in struct:document_item_type
generate_java.cpp 66 if (iface->document_item.item_type == INTERFACE_TYPE_BINDER) {
69 else if (iface->document_item.item_type == INTERFACE_TYPE_RPC) {
aidl_language_y.y 85 b->document_item.item_type = USER_DATA_TYPE;
106 b->document_item.item_type = USER_DATA_TYPE;
131 c->document_item.item_type = INTERFACE_TYPE_BINDER;
141 c->document_item.item_type = INTERFACE_TYPE_BINDER;
151 c->document_item.item_type = INTERFACE_TYPE_RPC;
213 method->interface_item.item_type = METHOD_TYPE;
231 method->interface_item.item_type = METHOD_TYPE;
249 method->interface_item.item_type = METHOD_TYPE;
267 method->interface_item.item_type = METHOD_TYPE;
generate_java_binder.cpp 550 if (item->item_type == METHOD_TYPE) {
generate_java_rpc.cpp     [all...]
  /external/icu4c/test/depstest/
depstest.py 89 item_type = item["type"]
92 (item_type, name, parents))
119 print "Info: %s %s does not need to depend on %s\n" % (item_type, name, dep)
131 (item_type, name, file_name, symbol, name, _symbols_to_files.get(symbol)))
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailStatusTable.java 113 return Status.ITEM_TYPE;
VoicemailContentTable.java 235 return Voicemails.ITEM_TYPE;
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 363 final int itemTypeIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ITEM_TYPE);
382 values.put(LauncherSettings.Favorites.ITEM_TYPE, c.getInt(itemTypeIndex));
514 final String selectWhere = buildOrWhereString(Favorites.ITEM_TYPE,
694 final String selectWhere = buildOrWhereString(Favorites.ITEM_TYPE, bindSources);
701 c = db.query(TABLE_FAVORITES, new String[] { Favorites._ID, Favorites.ITEM_TYPE },
720 values.put(Favorites.ITEM_TYPE, Favorites.ITEM_TYPE_APPWIDGET);
    [all...]
ItemInfo.java 142 values.put(LauncherSettings.BaseLauncherColumns.ITEM_TYPE, itemType);
LauncherSettings.java 46 static final String ITEM_TYPE = "itemType";
LauncherModel.java 511 LauncherSettings.Favorites.ITEM_TYPE, LauncherSettings.Favorites.CONTAINER,
515 final int itemTypeIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ITEM_TYPE);
557 final int itemTypeIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ITEM_TYPE);
    [all...]
  /external/freetype/src/pfr/
pfrload.c 54 FT_UInt num_items, item_type, item_size; local
64 item_type = PFR_NEXT_BYTE( p );
75 if ( extra->type == item_type )
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
VoicemailProviderTest.java 132 assertEquals(Voicemails.ITEM_TYPE,
138 assertEquals(Voicemails.ITEM_TYPE, mResolver.getType(uri));
461 assertEquals(Status.ITEM_TYPE, mResolver.getType(uri));
  /frameworks/base/core/java/android/provider/
VoicemailContract.java 120 public static final String ITEM_TYPE = "vnd.android.cursor.item/voicemail";
213 public static final String ITEM_TYPE = "vnd.android.cursor.item/voicemail.source.status";
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
MapItem.java 112 out.annotate(2, "item_type: " + itemType);
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 231 const Descriptor* item_type = file->FindMessageTypeByName("Item"); local
232 ASSERT_TRUE(item_type != NULL);
235 const FieldDescriptor* key_field = item_type->FindFieldByName("key");
  /frameworks/base/docs/html/google/play/billing/v2/
billing_subscriptions.jd 199 <li>The <code>ITEM_TYPE</code> key, with a value of ?subs?
201 specify the subscription's <code>ITEM_TYPE</code>, Google Play attempts to
billing_integrate.jd 575 request.putString(ITEM_TYPE, "inapp");
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 3751 const Descriptor* item_type = field->message_type(); local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 956 UINT8 item_type; \/* AVRC_ITEM_PLAYER, AVRC_ITEM_FOLDER, or AVRC_ITEM_MEDIA *\/ member in struct:__anon3172
    [all...]

Completed in 424 milliseconds