HomeSort by relevance Sort by last modified time
    Searched refs:type_str (Results 1 - 25 of 72) sorted by null

1 2 3

  /system/update_engine/
connection_utils.cc 24 ConnectionType ParseConnectionType(const std::string& type_str) {
25 if (type_str == shill::kTypeEthernet) {
27 } else if (type_str == shill::kTypeWifi) {
29 } else if (type_str == shill::kTypeWimax) {
31 } else if (type_str == shill::kTypeBluetooth) {
33 } else if (type_str == shill::kTypeCellular) {
connection_utils.h 42 ConnectionType ParseConnectionType(const std::string& type_str);
connection_manager.cc 186 string type_str = prop_type->second.TryGet<string>(); local
187 if (type_str == shill::kTypeVPN) {
200 *out_type = connection_utils::ParseConnectionType(type_str);
  /external/strace/tests/
kcmp.c 45 const char *type_str, kernel_ulong_t idx1, kernel_ulong_t idx2)
55 if (type_str)
56 printf("%s", type_str);
request_key.c 50 do_request_key(const char *type, const char *type_str, const char *desc,
57 print_val_str(type, type_str);
add_key.c 50 do_add_key(const char *type, const char *type_str, const char *desc,
57 print_val_str(type, type_str);
  /external/strace/tests-m32/
kcmp.c 45 const char *type_str, kernel_ulong_t idx1, kernel_ulong_t idx2)
55 if (type_str)
56 printf("%s", type_str);
request_key.c 50 do_request_key(const char *type, const char *type_str, const char *desc,
57 print_val_str(type, type_str);
add_key.c 50 do_add_key(const char *type, const char *type_str, const char *desc,
57 print_val_str(type, type_str);
  /external/strace/tests-mx32/
kcmp.c 45 const char *type_str, kernel_ulong_t idx1, kernel_ulong_t idx2)
55 if (type_str)
56 printf("%s", type_str);
request_key.c 50 do_request_key(const char *type, const char *type_str, const char *desc,
57 print_val_str(type, type_str);
add_key.c 50 do_add_key(const char *type, const char *type_str, const char *desc,
57 print_val_str(type, type_str);
  /external/toybox/toys/pending/
host.c 28 char *type_str;
80 if (!TT.type_str && (toys.optflags & FLAG_a)) TT.type_str = "255";
100 if (!TT.type_str) TT.type_str="12";
101 } else if (!TT.type_str) TT.type_str="1";
103 if (TT.type_str[0]-'0' < 10u) type = atoi(TT.type_str);
107 if (rrt[i].name && !strcasecmp(TT.type_str, rrt[i].name))
    [all...]
  /external/icu/icu4c/source/i18n/
dayperiodrules.cpp 228 static CutoffType getCutoffTypeFromString(const char *type_str) {
229 if (uprv_strcmp(type_str, "from") == 0) {
231 } else if (uprv_strcmp(type_str, "before") == 0) {
233 } else if (uprv_strcmp(type_str, "after") == 0) {
235 } else if (uprv_strcmp(type_str, "at") == 0) {
468 DayPeriodRules::DayPeriod DayPeriodRules::getDayPeriodFromString(const char *type_str) {
469 if (uprv_strcmp(type_str, "midnight") == 0) {
471 } else if (uprv_strcmp(type_str, "noon") == 0) {
473 } else if (uprv_strcmp(type_str, "morning1") == 0) {
475 } else if (uprv_strcmp(type_str, "afternoon1") == 0)
    [all...]
dayperiodrules.h 62 static DayPeriod getDayPeriodFromString(const char *type_str);
gender.cpp 162 char type_str[256]; local
163 u_UCharsToChars(s, type_str, resLen + 1);
164 if (uprv_strcmp(type_str, gNeutralStr) == 0) {
167 if (uprv_strcmp(type_str, gMixedNeutralStr) == 0) {
170 if (uprv_strcmp(type_str, gMailTaintsStr) == 0) {
  /device/google/wahoo/power/
powerhintparser.c 41 const char *opcode_str, *value_str, *type_str; local
88 type_str = (const char*)xmlGetProp(node, BAD_CAST "type");
89 if (type_str == NULL)
96 type = strtol(type_str, NULL, 16);
  /external/autotest/site_utils/
job_overhead.py 33 type_str=DEFAULT_KEY, is_special_task=False):
41 @param type_str: The elastic search type string to be used when sending data
55 '_type': type_str}
  /external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
amdgcn_glslc.c 226 char type_str[16], name[128]; local
236 if (sscanf(s + 8, "%s %s", type_str, name) != 2) {
241 if (!strcmp(type_str, "vs"))
243 else if (!strcmp(type_str, "tcs"))
245 else if (!strcmp(type_str, "tes"))
247 else if (!strcmp(type_str, "gs"))
249 else if (!strcmp(type_str, "fs"))
251 else if (!strcmp(type_str, "cs"))
  /external/fio/oslib/
libmtd_legacy.c 316 strcpy((char *)mtd->type_str, "ram");
319 strcpy((char *)mtd->type_str, "rom");
322 strcpy((char *)mtd->type_str, "nor");
325 strcpy((char *)mtd->type_str, "nand");
328 strcpy((char *)mtd->type_str, "mlc-nand");
331 strcpy((char *)mtd->type_str, "dataflash");
334 strcpy((char *)mtd->type_str, "ubi");
  /external/selinux/libsemanage/src/
fcontexts_local.c 100 const char *type_str = semanage_fcontext_get_type_str(type); local
113 str, expr, type_str);
117 expr, type_str);
fcontexts_file.c 23 static const char *type_str(int type) function
54 const char *print_str = type_str(type);
  /system/update_engine/update_manager/
real_device_policy_provider.cc 137 for (auto& type_str : allowed_types_str) {
139 chromeos_update_engine::connection_utils::ParseConnectionType(type_str);
143 LOG(WARNING) << "Policy includes unknown connection type: " << type_str;
real_shill_provider.cc 145 string type_str = prop_type->second.TryGet<string>(); local
146 if (type_str == shill::kTypeVPN) {
160 var_conn_type_.SetValue(ParseConnectionType(type_str));
  /external/autotest/server/hosts/
cros_label.py 278 self.type_str = ''
307 type_str = type.stdout.strip()
309 if type_str == 'MMC':
310 self.type_str = 'mmc'
336 self.type_str = rotate_dict.get(rotate_str)
344 return [self.type_str]

Completed in 519 milliseconds

1 2 3