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

  /external/chromium_org/google_apis/
google_api_keys.cc 180 std::string key_value = baked_in_value; local
183 key_value = temp;
185 << " with value " << key_value << " from environment variable."; local
189 key_value = command_line->GetSwitchValueASCII(command_line_switch);
191 << " with value " << key_value << " from command-line switch."; local
194 if (key_value == DUMMY_API_TOKEN) {
204 key_value = default_if_unset;
209 DVLOG(1) << "API key " << environment_variable_name << "=" << key_value; local
211 return key_value;
  /external/chromium_org/chrome/browser/prerender/
prerender_field_trial.cc 286 vector<string> key_value; local
287 SplitStringUsingSubstr(elements[i], "=", &key_value);
288 if (key_value.size() == 2 && key_value[0] == spec_key)
289 return key_value[1];
  /external/bluetooth/bluedroid/btif/include/
btif_storage.h 322 char *key_value,
331 char *key_value,
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
hybi00.py 168 key_value = get_mandatory_header(self._request, key_field)
170 self._logger.debug('%s: %r', key_field, key_value)
177 key_number = int(re.sub("\\D", "", key_value))
182 spaces = re.subn(" ", "", key_value)[1]
  /external/chromium_org/chrome/test/functional/ap_lab/
linksys_ap_configurator.py 145 def SetSecurityWEP(self, key_value, authentication):
146 self.AddItemToCommandList(self._SetSecurityWEP, (key_value, authentication),
149 def _SetSecurityWEP(self, key_value, authentication):
161 self.SetConentsOfTextFieldByXPath(key_value, text_field)
dlink_ap_configurator.py 252 def SetSecurityWEP(self, key_value, authentication):
253 self.AddItemToCommandList(self._SetSecurityWEP, (key_value, authentication),
256 def _SetSecurityWEP(self, key_value, authentication):
262 self.SetContentOfTextFieldByID(key_value, 'wep_key_value')
263 self.SetContentOfTextFieldByID(key_value, 'verify_wep_key_value')
ap_configurator.py 304 def SetSecurityWEP(self, key_value, authentication):
308 key_value: encryption key to use
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
hybi00.py 219 key_value = get_mandatory_header(self._request, key_field)
221 self._logger.debug('%s: %r', key_field, key_value)
228 key_number = int(re.sub("\\D", "", key_value))
233 spaces = re.subn(" ", "", key_value)[1]
  /external/bluetooth/bluedroid/btif/src/
btif_dm.c     [all...]
btif_storage.c 1550 char *key_name, *key_value; local
    [all...]
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_video_quality_browsertest.cc 312 const std::pair<std::string, std::string>& key_value = *iter; local
314 key_value.first, "", "VGA", key_value.second, "", false);
  /external/chromium_org/chrome/browser/extensions/
extension_prefs.cc 267 Value* key_value = NULL; local
269 !extension->Get(key_, &key_value)) {
272 return key_value->GetType() == type_enum_value ?
273 static_cast<T*>(key_value) :
281 Value* key_value = NULL; local
287 if (!extension->Get(key_, &key_value)) {
291 CHECK(key_value->GetType() == type_enum_value);
292 value_as_t = static_cast<T*>(key_value);
    [all...]
  /external/chromium_org/chrome/browser/drive/
fake_drive_service.cc 88 base::StringTokenizer key_value(token, ":");
89 key_value.set_quote_chars("\"'");
90 if (!key_value.GetNext())
92 key = key_value.token();
93 if (!key_value.GetNext())
95 TrimString(key_value.token(), "\"'", &value);
    [all...]
  /external/chromium_org/dbus/
values_util_unittest.cc 380 scoped_ptr<base::Value> key_value(new base::FundamentalValue(keys[i]));
382 base::JSONWriter::Write(key_value.get(), &key_string);
  /external/chromium_org/base/debug/
trace_event_unittest.cc 172 static bool IsKeyValueInDict(const JsonKeyValue* key_value,
176 if (dict->Get(key_value->key, &value) &&
178 CompareJsonValues(value_str, key_value->value, key_value->op))
185 return IsKeyValueInDict(key_value, args_dict);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 672 modules, lambda key_value, s=self: s.modulelink(key_value[1]))
677 classlist = map(lambda key_value: key_value[1], classes)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 672 modules, lambda key_value, s=self: s.modulelink(key_value[1]))
677 classlist = map(lambda key_value: key_value[1], classes)
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 623 tBTM_LE_KEY_VALUE key_value; member in struct:__anon3063
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/chromium_org/v8/src/
parser.cc 3915 int key_value = Smi::cast(*key)->value(); local
    [all...]
  /external/v8/src/
parser.cc 4037 int key_value = Smi::cast(*key)->value(); local
    [all...]

Completed in 414 milliseconds