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

  /external/dbus/dbus/
dbus-marshal-recursive.h 47 const DBusString *type_str; /**< string containing signature of block */ member in struct:DBusTypeReader
74 DBusString *type_str; /**< where to write typecodes (or read type expectations) */ member in struct:DBusTypeWriter
75 int type_pos; /**< current pos in type_str */
84 int element_type_pos; /**< position of array element type in type_str */
101 const DBusString *type_str,
106 const DBusString *type_str,
143 DBusString *type_str,
152 DBusString *type_str,
157 const DBusString *type_str,
dbus-message.c 116 const DBusString *type_str; local
124 get_const_signature (&message->header, &type_str, &type_pos);
126 _dbus_marshal_byteswap (type_str, type_pos,
1920 const DBusString *type_str; local
3351 const DBusString *type_str; local
3911 const DBusString *type_str; local
    [all...]
  /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/chromium/chrome/browser/extensions/
file_manager_util.cc 227 std::string type_str; local
230 type_str = "full-page";
234 type_str = "folder";
238 type_str = "saveas-file";
242 type_str = "open-file";
246 type_str = "open-multi-file";
253 return type_str;
extension_tabs_module.cc 469 std::string type_str; local
472 &type_str));
473 if (type_str == keys::kWindowTypeValueNormal) {
475 } else if (type_str == keys::kWindowTypeValuePopup) {
477 } else if (type_str == keys::kWindowTypeValuePanel) {
    [all...]
extension_webrequest_api.cc 84 static bool ParseResourceType(const std::string& type_str,
87 std::find(kResourceTypeStrings, ARRAYEND(kResourceTypeStrings), type_str);
230 std::string type_str; local
232 if (!types_value->GetString(i, &type_str) ||
233 !ParseResourceType(type_str, &type))
  /external/chromium/chrome/common/
sandbox_policy.cc 579 std::string type_str = cmd_line->GetSwitchValueASCII(switches::kProcessType); local
580 if (type_str == switches::kRendererProcess) {
582 } else if (type_str == switches::kExtensionProcess) {
585 } else if (type_str == switches::kPluginProcess) {
587 } else if (type_str == switches::kWorkerProcess) {
589 } else if (type_str == switches::kNaClLoaderProcess) {
591 } else if (type_str == switches::kUtilityProcess) {
593 } else if (type_str == switches::kNaClBrokerProcess) {
595 } else if (type_str == switches::kGpuProcess) {
597 } else if (type_str == switches::kPpapiPluginProcess)
    [all...]
  /external/dbus/tools/
dbus-send.c 242 const char *type_str = NULL; local
298 type_str = strchr (arg, '=') + 1;
321 if (type_str != NULL)
323 message_type = dbus_message_type_from_string (type_str);
328 type_str);
  /external/chromium/chrome/browser/autocomplete/
search_provider.cc 498 std::string type_str; local
500 type_val->GetAsString(&type_str) && (type_str == "NAVIGATION")) {
    [all...]
  /external/libselinux/src/
label_file.c 29 char *type_str; /* type string for diagnostic messages */ member in struct:spec
338 spec_arr[nspec].type_str = strdup(type);
541 free(spec->type_str);
651 if (spec_arr[i].type_str) {
655 spec_arr[i].type_str,
  /external/chromium/chrome/browser/sync/engine/
syncapi_unittest.cc 415 std::string type_str; local
416 EXPECT_TRUE(value.GetString("type", &type_str));
419 syncable::ModelTypeFromString(type_str);
422 EXPECT_EQ("Top-level folder", type_str);
424 EXPECT_EQ("Unspecified", type_str);
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c 2299 string type_str; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 368 char type_str[] = "a?"; /* ? will be replaced with subtype letter; */ local
379 type_str[1] = sub_type_str[0];
382 type_str, &variant_iter)) {
465 char type_str[] = "aa?"; local
477 type_str[2] = sub_type_str[0];
481 type_str, &variant_iter)) {
    [all...]
  /external/v8/src/
liveobjectlist.cc 238 static LiveObjectType FindTypeFor(String* type_str) {
240 type_str->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL);
295 String* type_str = String::cast(type_obj); local
296 type_ = FindTypeFor(type_str);
    [all...]

Completed in 357 milliseconds