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

  /external/autotest/client/site_tests/webstore_InstallItem/
webstore_InstallItem.py 13 item_type, and install_type to the test. If it's an app, this
18 def run(self, item_id, item_type, install_type):
19 self.install_item(item_id, item_type, install_type)
20 if item_type != ItemType.extension and item_type != ItemType.theme:
  /external/autotest/client/cros/
webstore_test.py 73 def _install_type_click_xpath(item_type, install_type):
77 @param item_type: The type of the item to install
86 if item_type == ItemType.hosted_app:
206 def install_item(self, item_id, item_type, install_type):
212 @param item_type: The type of the item to install
217 item_id, ItemType.to_string[item_type],
226 item_type, install_type)
227 if item_type == ItemType.extension or item_type == ItemType.theme:
  /packages/apps/Launcher3/protos/
launcher_dump.proto 39 optional ItemType item_type = 6;
launcher_log.proto 50 optional ItemType item_type = 9;
  /external/icu/icu4c/source/test/depstest/
depstest.py 93 item_type = item["type"]
96 (item_type, name, parents))
123 print "Info: %s %s does not need to depend on %s\n" % (item_type, name, dep)
140 (item_type, name, file_name, symbol, neededItem))
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectwriter.h 192 Item(ProtoStreamObjectWriter* enclosing, ItemType item_type,
196 Item(Item* parent, ItemType item_type, bool is_placeholder, bool is_list);
306 void Push(StringPiece name, Item::ItemType item_type, bool is_placeholder,
protostream_objectwriter.cc 376 ItemType item_type, bool is_placeholder,
381 item_type_(item_type),
390 ItemType item_type, bool is_placeholder,
395 item_type_(item_type),
398 if (item_type == ANY) {
    [all...]
  /system/bt/stack/avrc/
avrc_pars_ct.cc 205 BE_STREAM_TO_UINT8(curr_item->item_type, p);
207 AVRC_TRACE_DEBUG("%s item type %d", __func__, curr_item->item_type);
208 switch (curr_item->item_type) {
230 __func__, curr_item->item_type, player->player_id,
301 curr_item->item_type);
avrc_bld_tg.cc 39 /* 17 = item_type(1) + item len(2) + min item (14) */
    [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 )
  /frameworks/av/media/libstagefright/
ItemTable.cpp 1044 uint32_t item_type; local
1045 if (!source()->getUInt32(offset, &item_type)) {
1050 itemInfo->itemType = item_type;
1053 MakeFourCCString(item_type, itemTypeString);
1054 ALOGV("item_type %s", itemTypeString);
1064 if (item_type == FOURCC('m', 'i', 'm', 'e')) {
1074 } else if (item_type == FOURCC('u', 'r', 'i', ' ')) {
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp_controller.cpp 371 count > 0 && (folder_items[0].item_type == BTRC_ITEM_PLAYER);
388 ALOGV("%s item type %d", __func__, item->item_type);
389 switch (item->item_type) {
535 ALOGE("%s cannot understand type %d", __func__, item->item_type);
    [all...]
com_android_bluetooth_avrcp.cpp     [all...]
  /system/bt/btif/src/
btif_rc.cc     [all...]
  /hardware/libhardware/include/hardware/
bt_rc.h 275 uint8_t item_type; member in struct:__anon43053
  /art/runtime/
dex_file_verifier.cc 470 DexFile::MapItemType item_type = static_cast<DexFile::MapItemType>(item->type_); local
471 if (IsDataSectionType(item_type)) {
481 uint32_t bit = MapTypeToBitMask(item_type);
    [all...]
  /system/bt/stack/include/
avrc_defs.h 1087 item_type; \/* AVRC_ITEM_PLAYER, AVRC_ITEM_FOLDER, or AVRC_ITEM_MEDIA *\/ member in struct:__anon113709
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java     [all...]

Completed in 878 milliseconds