HomeSort by relevance Sort by last modified time
    Searched defs:type_str (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/chrome/browser/chromeos/file_manager/
url_util.cc 24 std::string type_str; local
27 type_str = "full-page";
31 type_str = "folder";
35 type_str = "upload-folder";
39 type_str = "saveas-file";
43 type_str = "open-file";
47 type_str = "open-multi-file";
54 return type_str;
  /external/chromium_org/chromeos/process_proxy/
process_proxy_registry.cc 145 const char* type_str = ProcessOutputTypeToString(type); local
146 DCHECK(type_str);
151 it->second.callback.Run(pid, std::string(type_str), data);
  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
a_mbstr.c 67 static int type_str(unsigned long value, void *arg);
157 if(traverse_string(in, len, inform, type_str, &mask) < 0) {
304 static int type_str(unsigned long value, void *arg) function
  /external/openssl/crypto/asn1/
a_mbstr.c 68 static int type_str(unsigned long value, void *arg);
161 if(traverse_string(in, len, inform, type_str, &mask) < 0) {
309 static int type_str(unsigned long value, void *arg) function
  /external/qemu/include/qapi/
visitor-impl.h 40 void (*type_str)(Visitor *v, char **obj, const char *name, Error **errp); member in struct:Visitor
  /external/chromium_org/chrome/common/extensions/api/input_ime/
input_components_handler.cc 86 std::string type_str; local
87 if (module_value->GetString(keys::kType, &type_str)) {
88 if (type_str == "ime") {
  /external/chromium_org/content/browser/fileapi/
file_system_context_unittest.cc 39 GURL CreateRawFileSystemURL(const std::string& type_str,
43 type_str.c_str(),
242 std::string type_str; member in struct:content::__anon11727::TestCase
299 CreateRawFileSystemURL(kTestCases[i].type_str, kTestCases[i].root);
  /external/chromium_org/third_party/icu/source/i18n/
gender.cpp 160 char type_str[256]; local
161 u_UCharsToChars(s, type_str, resLen + 1);
162 if (uprv_strcmp(type_str, gNeutralStr) == 0) {
165 if (uprv_strcmp(type_str, gMixedNeutralStr) == 0) {
168 if (uprv_strcmp(type_str, gMailTaintsStr) == 0) {
  /external/icu/icu4c/source/i18n/
gender.cpp 160 char type_str[256]; local
161 u_UCharsToChars(s, type_str, resLen + 1);
162 if (uprv_strcmp(type_str, gNeutralStr) == 0) {
165 if (uprv_strcmp(type_str, gMixedNeutralStr) == 0) {
168 if (uprv_strcmp(type_str, gMailTaintsStr) == 0) {
  /art/runtime/
dex_file_test.cc 294 const char* type_str = java_lang_dex_file_->StringByTypeIdx(i); local
295 const DexFile::StringId* type_str_id = java_lang_dex_file_->FindStringId(type_str);
  /external/chromium_org/components/sync_driver/
generic_change_processor.cc 358 const std::string& type_str,
368 "Failed to delete " + type_str + " node. Local data, empty tag. " +
381 "Failed to delete " + type_str + " node. Local data. " +
391 "Failed to delete " + type_str + " node. Non-local data. " +
421 std::string type_str = syncer::ModelTypeToString(type_); local
425 AttemptDelete(change, type_, type_str, &sync_node, error_handler());
436 change, type_str, trans, &sync_node, &new_attachments);
442 change, type_str, trans, &sync_node, &new_attachments);
486 const std::string& type_str,
498 "Failed to look up root node for type " + type_str,
    [all...]
  /external/chromium_org/printing/backend/
print_backend_cups.cc 91 const char* type_str = cupsGetOption(kCUPSPrinterTypeOpt, local
93 if (type_str != NULL) {
95 if (base::StringToInt(type_str, &type) && (type & CUPS_PRINTER_SCANNER))
  /external/chromium_org/content/common/
sandbox_win.cc 632 std::string type_str = cmd_line->GetSwitchValueASCII(switches::kProcessType); local
634 TRACE_EVENT_BEGIN_ETW("StartProcessWithAccess", 0, type_str);
647 cmd_line->AppendArg(base::StringPrintf("/prefetch:%d", base::Hash(type_str)));
667 type_str == switches::kRendererProcess &&
697 if (type_str == switches::kRendererProcess) {
771 TRACE_EVENT_END_ETW("StartProcessWithAccess", 0, type_str);
    [all...]
  /external/chromium_org/sync/syncable/
model_type.cc 726 std::string type_str; local
730 type_str = working_copy;
732 type_str = working_copy.substr(0, end);
734 syncer::ModelType type = ModelTypeFromString(type_str);
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp 857 SK_COMPILE_ASSERT(0 == kEmpty_Type, type_str);
858 SK_COMPILE_ASSERT(1 == kRect_Type, type_str);
859 SK_COMPILE_ASSERT(2 == kRRect_Type, type_str);
860 SK_COMPILE_ASSERT(3 == kPath_Type, type_str);
861 SK_COMPILE_ASSERT(SK_ARRAY_COUNT(kTypeStrings) == kTypeCnt, type_str); local
  /external/skia/src/core/
SkClipStack.cpp 857 SK_COMPILE_ASSERT(0 == kEmpty_Type, type_str);
858 SK_COMPILE_ASSERT(1 == kRect_Type, type_str);
859 SK_COMPILE_ASSERT(2 == kRRect_Type, type_str);
860 SK_COMPILE_ASSERT(3 == kPath_Type, type_str);
861 SK_COMPILE_ASSERT(SK_ARRAY_COUNT(kTypeStrings) == kTypeCnt, type_str); local
  /external/libselinux/src/
label_file.c 29 char *type_str; /* type string for diagnostic messages */ member in struct:spec
342 spec_arr[nspec].type_str = strdup(type);
553 free(spec->type_str);
742 if (spec_arr[i].type_str) {
746 spec_arr[i].type_str,
  /external/qemu/distrib/libselinux/src/
label_file.c 29 char *type_str; /* type string for diagnostic messages */ member in struct:spec
341 spec_arr[nspec].type_str = strdup(type);
552 free(spec->type_str);
698 if (spec_arr[i].type_str) {
702 spec_arr[i].type_str,
  /external/chromium_org/components/cloud_devices/common/
printer_description.cc 589 std::string type_str; local
590 if (!dict.GetString(kKeyType, &type_str))
592 if (!TypeFromString(kColorNames, type_str, &option->type))
612 std::string type_str; local
613 return dict.GetString(kKeyType, &type_str) &&
614 TypeFromString(kDuplexNames, type_str, option);
626 std::string type_str; local
627 return dict.GetString(kKeyType, &type_str) &&
628 TypeFromString(kOrientationNames, type_str, option);
653 std::string type_str; local
695 std::string type_str; local
752 std::string type_str; local
    [all...]
  /external/chromium_org/extensions/browser/api/web_request/
web_request_api.cc 574 std::string type_str; local
576 if (!types_value->GetString(i, &type_str) ||
577 !helpers::ParseResourceType(type_str, &type))
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.cc 1060 std::string type_str; local
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c 2436 string type_str; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 386 char type_str[] = "a?"; /* ? will be replaced with subtype letter; */ local
397 type_str[1] = sub_type_str[0];
400 type_str, &variant_iter)) {
488 char type_str[] = "aa?"; local
500 type_str[2] = sub_type_str[0];
504 type_str, &variant_iter)) {
    [all...]

Completed in 657 milliseconds