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

  /external/chromium_org/chrome/tools/build/mac/
generate_localizer 71 for item_value in item_dict.itervalues():
72 if item_value.startswith('^IDS'):
73 constants_list.append(item_value)
74 elif item_value.startswith('IDS'):
77 % (xib_path, generate_localizer, item_value));
  /external/webrtc/src/system_wrappers/test/map/
map.cc 45 int item_value = GetStoredIntegerValue(map_item); local
46 FailTest(item_value < 0);
47 printf(" %d",item_value);
  /external/chromium_org/chrome/common/extensions/permissions/
set_disjunction_permission.h 124 const base::Value* item_value; variable
125 if (!list->Get(i, &item_value))
129 if (!data.FromValue(item_value))
141 scoped_ptr<base::Value> item_value(i->ToValue());
142 list->Append(item_value.release());
  /external/chromium/chrome/common/
json_schema_validator.cc 390 Value* item_value = NULL; local
391 instance->Get(i, &item_value);
392 if (item_value && item_value->GetType() != Value::TYPE_NULL) {
393 Validate(item_value, item_schema, item_path);
416 Value* item_value = NULL; local
417 CHECK(instance->Get(i, &item_value));
418 Validate(item_value, additional_properties_schema, item_path);
  /external/webrtc/src/system_wrappers/test/list/
list.cc 45 int item_value = GetStoredIntegerValue(list_item); local
46 FailTest(item_value < 0);
47 printf(" %d",item_value);
  /external/chromium_org/chrome/common/json_schema/
json_schema_validator.cc 607 const base::Value* item_value = NULL; local
608 instance->Get(i, &item_value);
609 if (item_value && item_value->GetType() != base::Value::TYPE_NULL) {
610 Validate(item_value, item_schema, item_path);
633 const base::Value* item_value = NULL; local
634 CHECK(instance->Get(i, &item_value));
635 Validate(item_value, additional_properties_schema, item_path);
  /external/chromium_org/chrome/browser/prefs/
pref_metrics_service.cc 242 const Value *item_value = NULL; local
243 if (items->Get(i, &item_value))
244 item_callback.Run(histogram_name, item_value);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
menu.h 247 extern NCURSES_EXPORT(bool) item_value (const ITEM *);
cursesm.h 131 return ::item_value (item);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
menu.h 247 extern NCURSES_EXPORT(bool) item_value (const ITEM *);
cursesm.h 131 return ::item_value (item);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
menu.h 247 extern NCURSES_EXPORT(bool) item_value (const ITEM *);
cursesm.h 131 return ::item_value (item);
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc 1078 base::DictionaryValue* item_value = NULL; local
1098 base::DictionaryValue* item_value = NULL; local
1287 base::DictionaryValue* item_value = NULL; local
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py 626 for item_key, item_value in sorted(value.iteritems()):
629 self._XCPrintableValue(tabs + 1, item_value, flatten_list) + ';' + \
    [all...]

Completed in 601 milliseconds