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

  /external/selinux/libsemanage/src/
fcontexts_file.c 23 static const char *type_str(int type) function
54 const char *print_str = type_str(type);
fcontexts_local.c 100 const char *type_str = semanage_fcontext_get_type_str(type); local
113 str, expr, type_str);
117 expr, type_str);
  /system/update_engine/update_manager/
real_shill_provider.cc 33 ConnectionType RealShillProvider::ParseConnectionType(const string& type_str) {
34 if (type_str == shill::kTypeEthernet) {
36 } else if (type_str == shill::kTypeWifi) {
38 } else if (type_str == shill::kTypeWimax) {
40 } else if (type_str == shill::kTypeBluetooth) {
42 } else if (type_str == shill::kTypeCellular) {
170 string type_str = prop_type->second.TryGet<string>(); local
171 if (type_str == shill::kTypeVPN) {
184 var_conn_type_.SetValue(ParseConnectionType(type_str));
  /external/boringssl/src/crypto/asn1/
a_mbstr.c 69 static int type_str(unsigned long value, void *arg);
159 if(traverse_string(in, len, inform, type_str, &mask) < 0) {
306 static int type_str(unsigned long value, void *arg) function
  /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,
141 DBusString *type_str,
150 DBusString *type_str,
155 const DBusString *type_str,
dbus-message.c 165 const DBusString *type_str; local
176 get_const_signature (&message->header, &type_str, &type_pos);
178 _dbus_marshal_byteswap (type_str, type_pos,
1990 const DBusString *type_str; local
3467 const DBusString *type_str; local
4027 const DBusString *type_str; local
    [all...]
  /system/update_engine/
connection_manager.cc 41 NetworkConnectionType ParseConnectionType(const string& type_str) {
42 if (type_str == shill::kTypeEthernet) {
44 } else if (type_str == shill::kTypeWifi) {
46 } else if (type_str == shill::kTypeWimax) {
48 } else if (type_str == shill::kTypeBluetooth) {
50 } else if (type_str == shill::kTypeCellular) {
227 string type_str = prop_type->second.TryGet<string>(); local
228 if (type_str == shill::kTypeVPN) {
240 *out_type = ParseConnectionType(type_str);
  /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 295 const char* type_str = java_lang_dex_file_->StringByTypeIdx(i); local
296 const DexFile::StringId* type_str_id = java_lang_dex_file_->FindStringId(type_str);
300 ASSERT_EQ(type_id, java_lang_dex_file_->FindTypeId(type_str));
  /external/dbus/tools/
dbus-send.c 242 const char *type_str = NULL; local
298 type_str = strchr (arg, '=') + 1;
319 if (type_str != NULL)
321 message_type = dbus_message_type_from_string (type_str);
326 type_str);
  /art/compiler/optimizing/
graph_checker.cc 804 std::stringstream type_str; local
811 std::stringstream type_str; local
    [all...]
  /external/libselinux/src/
label_file.h 31 char *type_str; /* type string for diagnostic messages */ member in struct:spec
442 spec_arr[nspec].type_str = type;
  /external/selinux/libselinux/src/
label_file.h 28 char *type_str; /* type string for diagnostic messages */ member in struct:spec
430 spec_arr[nspec].type_str = type;
  /external/selinux/libsepol/cil/src/
cil_policy.c 447 char *type_str = ((struct cil_symtab_datum*)context->type)->name; local
450 fprintf(file_arr[file_index], "%s:%s:%s:", user_str, role_str, type_str);
1052 char *type_str = ((struct cil_symtab_datum*)roletype->type)->name; local
1054 fprintf(file_arr[ALIASES], "role %s types %s\n", role_str, type_str);
    [all...]
cil_internal.h 500 char *type_str; member in struct:cil_roletype
524 char *type_str; member in struct:cil_typepermissive
690 char *type_str; member in struct:cil_context
  /external/valgrind/coregrind/m_demangle/
cplus-dem.c 2443 string type_str; local
    [all...]
  /external/webrtc/talk/session/media/
mediasession.cc 1169 std::string type_str; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 384 char type_str[] = "a?"; /* ? will be replaced with subtype letter; */ local
395 type_str[1] = sub_type_str[0];
398 type_str, &variant_iter) ||
477 char type_str[] = "aa?"; local
489 type_str[2] = sub_type_str[0];
493 type_str, &variant_iter) ||
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cplus-dem.c 2439 string type_str; local
    [all...]
  /external/toybox/generated/
globals.h 575 char *type_str; member in struct:host_data

Completed in 3394 milliseconds