Searched refs:item_name (Results 1 - 24 of 24) sorted by relevance

/external/android-clat/
H A Dconfig.c42 * item_name - name of config item to locate
45 char *config_item_str(cnode *root, const char *item_name, const char *defaultvar) { argument
48 if(!(tmp = config_str(root, item_name, defaultvar))) {
49 logmsg(ANDROID_LOG_FATAL,"%s config item needed",item_name);
58 * item_name - name of config item to locate
62 int16_t *config_item_int16_t(cnode *root, const char *item_name, const char *defaultvar, int16_t *ret_val_ptr) { argument
67 if(!(tmp = config_str(root, item_name, defaultvar))) {
68 logmsg(ANDROID_LOG_FATAL,"%s config item needed",item_name);
75 logmsg(ANDROID_LOG_FATAL,"%s config item is not numeric: %s (error=%s)",item_name,tmp,strerror(errno));
79 logmsg(ANDROID_LOG_FATAL,"%s config item is not numeric: %s",item_name,tm
101 config_item_ip(cnode *root, const char *item_name, const char *defaultvar, struct in_addr *ret_val_ptr) argument
126 config_item_ip6(cnode *root, const char *item_name, const char *defaultvar, struct in6_addr *ret_val_ptr) argument
[all...]
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dplist_strings_writer.py25 def _AddToStringTable(self, item_name, caption, desc):
29 item_name: The name of the item that will get the title and the
38 self._out.append('%s.pfm_title = \"%s\";' % (item_name, caption))
39 self._out.append('%s.pfm_description = \"%s\";' % (item_name, desc))
/external/chromium_org/win8/test/
H A Dui_automation_client.h47 // Otherwise, |result_callback| will be invoked once |item_name| has been
50 const base::string16& item_name,
H A Dui_automation_client.cc44 base::string16 item_name,
184 base::string16 item_name,
195 item_name_ = item_name;
376 // Search for an invokable element named item_name.
606 const base::string16& item_name,
622 item_name,
181 Initialize( scoped_refptr<base::SingleThreadTaskRunner> client_runner, base::string16 class_name, base::string16 item_name, UIAutomationClient::InitializedCallback init_callback, UIAutomationClient::ResultCallback result_callback) argument
605 Begin(const wchar_t* class_name, const base::string16& item_name, const InitializedCallback& init_callback, const ResultCallback& result_callback) argument
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dpubsub_task.cc203 const buzz::QName& item_name(item->Name());
204 if (item_name != QN_PUBSUB_EVENT_ITEM &&
205 item_name != QN_PUBSUB_EVENT_RETRACT &&
206 item_name != QN_PUBSUB_ITEM) {
/external/lldb/source/DataFormatters/
H A DNSSet.cpp179 const char* item_name = name.GetCString(); local
180 uint32_t idx = ExtractIndexFromString(item_name);
321 const char* item_name = name.GetCString(); local
322 uint32_t idx = ExtractIndexFromString(item_name);
498 const char* item_name = name.GetCString(); local
499 uint32_t idx = ExtractIndexFromString(item_name);
H A DNSArray.cpp186 const char* item_name = name.GetCString(); local
187 uint32_t idx = ExtractIndexFromString(item_name);
223 const char* item_name = name.GetCString(); local
224 uint32_t idx = ExtractIndexFromString(item_name);
H A DLibStdcpp.cpp179 const char* item_name = name.GetCString(); local
180 uint32_t idx = ExtractIndexFromString(item_name);
H A DNSDictionary.cpp271 const char* item_name = name.GetCString(); local
272 uint32_t idx = ExtractIndexFromString(item_name);
433 const char* item_name = name.GetCString(); local
434 uint32_t idx = ExtractIndexFromString(item_name);
H A DLibCxx.cpp154 const char* item_name = name.GetCString(); local
155 uint32_t idx = ExtractIndexFromString(item_name);
/external/srec/srec/include/
H A Dcomp_stats.h110 void print_cs_clock(CS_CLOCK *c, float num_seconds, PFile* fp, char *prompt, char *item_name);
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_syncable_service.cc52 item->item_name = specifics.item_name();
69 if (sync_item->item_name != app_item->name()) {
70 sync_item->item_name = app_item->name();
87 specifics->set_item_name(item->item_name);
768 if (sync_item->item_name != app_item->name() &&
772 model_->SetItemName(app_item, sync_item->item_name);
931 res += " { " + item_name + " }";
H A Dapp_list_syncable_service.h51 std::string item_name; member in struct:app_list::AppListSyncableService::SyncItem
H A Dextension_app_item.cc135 SetName(sync_item->item_name);
/external/srec/srec/crec/
H A Dcomp_stats.c98 void print_cs_clock(CS_CLOCK *c, float num_seconds, PFile* fp, char *prompt, char *item_name) argument
108 item_name);*/
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A Dgl_XML.py786 def create_item(self, item_name, element, context):
787 if item_name == "function":
789 if item_name == "type":
791 elif item_name == "enum":
793 elif item_name == "parameter":
795 elif item_name == "api":
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_XML.py786 def create_item(self, item_name, element, context):
787 if item_name == "function":
789 if item_name == "type":
791 elif item_name == "enum":
793 elif item_name == "parameter":
795 elif item_name == "api":
/external/chromium_org/chrome/utility/importer/
H A Die_importer_win.cc570 wchar_t* item_name; local
571 while (!cancelled() && SUCCEEDED(item->Next(1, &item_name, 0))) {
575 item_name, &length, &buffer, NULL, 0);
578 ac.key = item_name;
594 CoTaskMemFree(item_name);
/external/lldb/include/lldb/DataFormatters/
H A DCXXFormatterFunctions.h52 ExtractIndexFromString (const char* item_name);
701 ConstString item_name);
/external/chromium_org/gpu/command_buffer/
H A Dbuild_gles2_cmd_buffer.py7749 item_name = CachedStateName(item)
7750 args.append('%s' % item_name)
7754 file.Write("(%s != prev_state->%s)" % (item_name, item_name))
7762 item_name = CachedStateName(item)
7771 (item_name, item_name, item['type'],
7775 (item_name, item_name))
7795 item_name
[all...]
/external/chromium_org/content/browser/devtools/
H A Drenderer_overrides_handler.cc787 const std::string& item_name,
792 dictionary->SetDouble(item_name, value);
797 const std::string& item_name,
803 quota->SetDouble(item_name, quota_in_bytes);
786 DidGetQuotaValue(base::DictionaryValue* dictionary, const std::string& item_name, const base::Closure& barrier, storage::QuotaStatusCode status, int64 value) argument
796 DidGetUsageAndQuotaForWebApps(base::DictionaryValue* quota, const std::string& item_name, const base::Closure& barrier, storage::QuotaStatusCode status, int64 used_bytes, int64 quota_in_bytes) argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DCodeGeneratorInspector.py979 item_name = Capitalizer.lower_camel_case_to_upper(prop_data.p["name"]) + "Set"
980 state_enum_items.append(item_name)
981 writer.newline(" %s = 1 << %s,\n" % (item_name, pos))
/external/chromium_org/sync/protocol/
H A Dproto_value_conversions.cc395 SET_STR(item_name);
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api_browsertest.cc1328 base::FilePath::StringType item_name; local
1329 ASSERT_TRUE(item_value->GetString("filename", &item_name));
1330 ASSERT_EQ(items[2]->GetTargetFilePath().value(), item_name);

Completed in 660 milliseconds