/external/chromium/chrome/browser/extensions/ |
D | file_manager_util.cc | 227 std::string type_str; in GetDialogTypeAsString() local 230 type_str = "full-page"; in GetDialogTypeAsString() 234 type_str = "folder"; in GetDialogTypeAsString() 238 type_str = "saveas-file"; in GetDialogTypeAsString() 242 type_str = "open-file"; in GetDialogTypeAsString() 246 type_str = "open-multi-file"; in GetDialogTypeAsString() 253 return type_str; in GetDialogTypeAsString()
|
D | extension_webrequest_api.cc | 84 static bool ParseResourceType(const std::string& type_str, in ParseResourceType() argument 87 std::find(kResourceTypeStrings, ARRAYEND(kResourceTypeStrings), type_str); in ParseResourceType() 230 std::string type_str; in InitFromValue() local 232 if (!types_value->GetString(i, &type_str) || in InitFromValue() 233 !ParseResourceType(type_str, &type)) in InitFromValue()
|
D | extension_tabs_module.cc | 469 std::string type_str; in RunImpl() local 472 &type_str)); in RunImpl() 473 if (type_str == keys::kWindowTypeValueNormal) { in RunImpl() 475 } else if (type_str == keys::kWindowTypeValuePopup) { in RunImpl() 477 } else if (type_str == keys::kWindowTypeValuePanel) { in RunImpl()
|
/external/chromium/chrome/common/ |
D | sandbox_policy.cc | 579 std::string type_str = cmd_line->GetSwitchValueASCII(switches::kProcessType); in StartProcessWithAccess() local 580 if (type_str == switches::kRendererProcess) { in StartProcessWithAccess() 582 } else if (type_str == switches::kExtensionProcess) { in StartProcessWithAccess() 585 } else if (type_str == switches::kPluginProcess) { in StartProcessWithAccess() 587 } else if (type_str == switches::kWorkerProcess) { in StartProcessWithAccess() 589 } else if (type_str == switches::kNaClLoaderProcess) { in StartProcessWithAccess() 591 } else if (type_str == switches::kUtilityProcess) { in StartProcessWithAccess() 593 } else if (type_str == switches::kNaClBrokerProcess) { in StartProcessWithAccess() 595 } else if (type_str == switches::kGpuProcess) { in StartProcessWithAccess() 597 } else if (type_str == switches::kPpapiPluginProcess) { in StartProcessWithAccess() [all …]
|
/external/icu4c/i18n/ |
D | gender.cpp | 158 char type_str[256]; in loadInstance() local 159 u_UCharsToChars(s, type_str, resLen + 1); in loadInstance() 160 if (uprv_strcmp(type_str, gNeutralStr) == 0) { in loadInstance() 163 if (uprv_strcmp(type_str, gMixedNeutralStr) == 0) { in loadInstance() 166 if (uprv_strcmp(type_str, gMailTaintsStr) == 0) { in loadInstance()
|
/external/openssl/crypto/asn1/ |
D | a_mbstr.c | 68 static int type_str(unsigned long value, void *arg); 161 if(traverse_string(in, len, inform, type_str, &mask) < 0) { in ASN1_mbstring_ncopy() 309 static int type_str(unsigned long value, void *arg) in type_str() function
|
/external/libselinux/src/ |
D | label_file.c | 29 char *type_str; /* type string for diagnostic messages */ member 338 spec_arr[nspec].type_str = strdup(type); in process_line() 549 free(spec->type_str); in closef() 659 if (spec_arr[i].type_str) { in stats() 663 spec_arr[i].type_str, in stats()
|
/external/chromium/chrome/browser/sync/engine/ |
D | syncapi_unittest.cc | 415 std::string type_str; in CheckNodeValue() local 416 EXPECT_TRUE(value.GetString("type", &type_str)); in CheckNodeValue() 419 syncable::ModelTypeFromString(type_str); in CheckNodeValue() 422 EXPECT_EQ("Top-level folder", type_str); in CheckNodeValue() 424 EXPECT_EQ("Unspecified", type_str); in CheckNodeValue()
|
/external/chromium/chrome/browser/autocomplete/ |
D | search_provider.cc | 498 std::string type_str; in ParseSuggestResults() local 500 type_val->GetAsString(&type_str) && (type_str == "NAVIGATION")) { in ParseSuggestResults()
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 367 char type_str[] = "a?"; /* ? will be replaced with subtype letter; */ in wpas_dbus_simple_array_property_getter() local 378 type_str[1] = sub_type_str[0]; in wpas_dbus_simple_array_property_getter() 381 type_str, &variant_iter)) { in wpas_dbus_simple_array_property_getter() 464 char type_str[] = "aa?"; in wpas_dbus_simple_array_array_property_getter() local 476 type_str[2] = sub_type_str[0]; in wpas_dbus_simple_array_array_property_getter() 480 type_str, &variant_iter)) { in wpas_dbus_simple_array_array_property_getter()
|
/external/v8/src/ |
D | liveobjectlist.cc | 238 static LiveObjectType FindTypeFor(String* type_str) { in FindTypeFor() argument 240 type_str->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL); in FindTypeFor() 295 String* type_str = String::cast(type_obj); in InitTypeFilter() local 296 type_ = FindTypeFor(type_str); in InitTypeFilter()
|
/external/valgrind/main/coregrind/m_demangle/ |
D | cplus-dem.c | 2436 string type_str; in demangle_arm_hp_template() local 2462 if (!do_type (work, &args, &type_str)) in demangle_arm_hp_template() 2465 string_appends (&arg, &type_str); in demangle_arm_hp_template() 2466 string_delete (&type_str); in demangle_arm_hp_template()
|