Searched defs:key_value (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ui/keyboard/
H A Dkeyboard_util.cc111 int key_value,
138 tic->InsertChar(static_cast<uint16>(key_value), ui::EF_NONE);
110 SendKeyEvent(const std::string type, int key_value, int key_code, std::string key_name, int modifiers, aura::WindowEventDispatcher* dispatcher) argument
/external/chromium_org/google_apis/
H A Dgoogle_api_keys.cc203 std::string key_value = baked_in_value; local
206 key_value = temp;
208 << " with value " << key_value << " from environment variable."; local
212 key_value = command_line->GetSwitchValueASCII(command_line_switch);
214 << " with value " << key_value << " from command-line switch."; local
217 if (key_value == DUMMY_API_TOKEN) {
227 key_value = default_if_unset;
232 DVLOG(1) << "API key " << environment_variable_name << "=" << key_value; local
234 return key_value;
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_field_trial.cc284 vector<string> key_value; local
285 SplitStringUsingSubstr(elements[i], "=", &key_value);
286 if (key_value.size() == 2 && key_value[0] == spec_key)
287 return key_value[1];
/external/chromium_org/v8/src/
H A Dast.cc318 int key_value = Smi::cast(*key)->value(); local
319 if (key_value > 0
320 && static_cast<uint32_t>(key_value) > max_element_index) {
321 max_element_index = key_value;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_storage.c998 char *key_value,
1025 int ret = btif_config_get("Remote", bdstr, name, key_value, &key_length, &type);
1108 char *key_value,
1130 int ret = btif_config_get("Local", "Adapter", name, key_value, &key_length, &type);
1549 char *key_name, *key_value; local
1593 key_value = strtok(NULL, BTIF_AUTO_PAIR_CONF_KEY_VAL_DELIMETER);
1594 btif_config_set_str("Local", BTIF_STORAGE_PATH_AUTOPAIR_BLACKLIST, key_name, key_value);
996 btif_storage_get_ble_bonding_key(bt_bdaddr_t *remote_bd_addr, UINT8 key_type, char *key_value, int key_length) argument
1107 btif_storage_get_ble_local_key(UINT8 key_type, char *key_value, int key_length) argument
/external/chromium_org/base/debug/
H A Dtrace_event_unittest.cc204 static bool IsKeyValueInDict(const JsonKeyValue* key_value, argument
208 if (dict->Get(key_value->key, &value) &&
210 CompareJsonValues(value_str, key_value->value, key_value->op))
217 return IsKeyValueInDict(key_value, args_dict);
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-matchers.h2235 // Returns true iff 'key_value.first' (the key) matches the inner matcher.
2236 virtual bool MatchAndExplain(PairType key_value, argument
2239 const bool match = inner_matcher_.MatchAndExplain(key_value.first,
/external/chromium_org/chrome/browser/extensions/
H A Dextension_prefs.cc259 Value* key_value = NULL; local
261 !extension->Get(key_, &key_value)) {
264 return key_value->GetType() == type_enum_value ?
265 static_cast<T*>(key_value) :
273 Value* key_value = NULL; local
279 if (!extension->Get(key_, &key_value)) {
283 CHECK(key_value->GetType() == type_enum_value);
284 value_as_t = static_cast<T*>(key_value);
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h623 tBTM_LE_KEY_VALUE key_value; member in struct:__anon658
/external/v8/src/
H A Dparser.cc4037 int key_value = Smi::cast(*key)->value(); local
4038 if (key_value > 0
4039 && static_cast<uint32_t>(key_value) > max_element_index) {
4040 max_element_index = key_value;

Completed in 360 milliseconds