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

1 2

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_syncable_service.cc 51 item->item_type = specifics.item_type();
86 specifics->set_item_type(item->item_type);
131 const char* item_type = item->GetItemType(); local
132 if (item_type == ExtensionAppItem::kItemType) {
134 } else if (item_type == AppListFolderItem::kItemType) {
137 LOG(ERROR) << "Unrecognized model type: " << item_type;
151 item_type(type) {
341 if (sync_item->item_type !=
385 CHECK_EQ(sync_item->item_type,
    [all...]
app_list_syncable_service.h 50 sync_pb::AppListSpecifics::AppListItemType item_type; member in struct:app_list::AppListSyncableService::SyncItem
178 sync_pb::AppListSpecifics::AppListItemType item_type);
  /frameworks/base/tools/aidl/
aidl.cpp 39 if (d->item_type == INTERFACE_TYPE_BINDER) {
44 if (q->item_type == METHOD_TYPE) {
60 else if (d->item_type == USER_DATA_TYPE) {
70 printf("UNKNOWN d=0x%08lx d->item_type=%d\n", (long)d, d->item_type);
253 if (items->item_type == USER_DATA_TYPE) {
257 else if (items->item_type == INTERFACE_TYPE_BINDER
258 || items->item_type == INTERFACE_TYPE_RPC) {
264 items->item_type);
306 if (items->item_type == USER_DATA_TYPE)
    [all...]
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;
aidl_language.h 47 unsigned item_type; member in struct:interface_item_type
76 unsigned item_type; member in struct:document_item_type
  /external/chromium_org/chrome/common/extensions/docs/server2/
whats_new_data_source.py 77 item_type = item['type']
78 if item_type not in whats_new_by_version:
79 whats_new_by_version[item_type] = []
80 whats_new_by_version[item_type].append(item)
  /external/chromium_org/tools/json_schema_compiler/
util_cc_helper.py 21 prop = array_prop.item_type
cc_generator.py 111 c.Cblock(self._GenerateType(cpp_namespace, type_.item_type))
495 item_type = self._type_helper.FollowRef(underlying_type.item_type)
496 if item_type.property_type == PropertyType.ENUM:
500 if type_.item_type.property_type == PropertyType.REF:
501 maybe_namespace = '%s::' % item_type.namespace.unix_name
508 % (self._type_helper.GetCppType(item_type), vardot))
767 item_type = self._type_helper.FollowRef(underlying_type.item_type)
768 if item_type.property_type == PropertyType.ENUM
    [all...]
cpp_type_generator.py 112 item_cpp_type = self.GetCppType(type_.item_type, is_in_container=True)
237 deps = self._TypeDependencies(type_.item_type,
238 hard=self.IsCopyable(type_.item_type))
model_test.py 74 array_prop.type_.item_type.property_type)
75 self.assertEquals('tabs.Tab', array_prop.type_.item_type.ref_type)
  /external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_result.h 38 extensions::Manifest::Type item_type,
44 extensions::Manifest::Type item_type() const { return item_type_; } function in class:app_list::WebstoreResult
webstore_provider.cc 32 const char kKeyItemType[] = "item_type";
170 extensions::Manifest::Type item_type = ParseItemType(item_type_string); local
177 item_type,
webstore_provider_browsertest.cc 56 "\"item_type\": \"PLATFORM_APP\""
63 "\"item_type\": \"HOSTED_APP\""
70 "\"item_type\": \"LEGACY_PACKAGED_APP\""
79 Manifest::Type item_type; member in struct:app_list::test::__anon9593::ParsedSearchResult
180 EXPECT_EQ(expected_results[i].item_type, webstore_result->item_type());
webstore_result.cc 69 extensions::Manifest::Type item_type,
76 item_type_(item_type),
  /external/chromium_org/sync/protocol/
proto_enum_conversions.h 26 sync_pb::AppListSpecifics::AppListItemType item_type);
proto_enum_conversions.cc 24 sync_pb::AppListSpecifics::AppListItemType item_type) {
27 switch (item_type) {
  /external/chromium_org/third_party/icu/source/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)))
  /external/icu/icu4c/source/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)))
  /external/chromium_org/components/policy/tools/
syntax_check_policy_template_json.py 284 value_type = item_type = bool
286 value_type = item_type = str
288 value_type = item_type = int
291 item_type = str
293 value_type = item_type = dict
295 value_type = item_type = [ dict, list ]
321 self._CheckContains(item, 'value', item_type, container_name='item',
  /external/chromium_org/ui/views/controls/menu/
menu_model_adapter_unittest.cc 127 Item(ItemType item_type,
130 : type(item_type),
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_app_list_sync_test.cc 457 sync_item->item_type);
464 EXPECT_EQ(sync_pb::AppListSpecifics::TYPE_APP, sync_item->item_type);
475 EXPECT_EQ(sync_pb::AppListSpecifics::TYPE_APP, sync_item->item_type);
  /external/chromium_org/third_party/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");
  /external/chromium_org/ui/base/models/
simple_menu_model.cc 338 MenuModel::ItemType item_type = GetTypeAt(index);
339 return (item_type == TYPE_CHECK || item_type == TYPE_RADIO) ?
  /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");

Completed in 902 milliseconds

1 2