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 69 for item_value in item_dict.itervalues():
70 if item_value.startswith('^IDS'):
71 constants_list.append(item_value)
72 elif item_value.startswith('IDS'):
75 % (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_org/content/browser/devtools/
devtools_tracing_handler.cc 81 base::Value* item_value; local
82 list->Get(i, &item_value);
83 base::JSONWriter::Write(item_value, &item);
  /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/components/json_schema/
json_schema_validator.cc 647 const base::Value* item_value = NULL; local
648 instance->Get(i, &item_value);
649 if (item_value && item_value->GetType() != base::Value::TYPE_NULL) {
650 Validate(item_value, item_schema, item_path);
673 const base::Value* item_value = NULL; local
674 CHECK(instance->Get(i, &item_value));
675 Validate(item_value, additional_properties_schema, item_path);
  /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 1094 base::DictionaryValue* item_value = NULL; local
1114 base::DictionaryValue* item_value = NULL; local
1303 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 483 milliseconds