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

1 2 3 4

  /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/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 autotest_es.post(type_str=type_str, metadata=metadata)
79 autotest_es.post(type_str=SUITE_RUNTIME_KEY, metadata=metadata)
stable_version_utils.py 79 autotest_es.post(type_str=_STABLE_VERSION_TYPE,
90 autotest_es.post(type_str=_STABLE_VERSION_TYPE,
  /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) {
  /external/autotest/client/common_lib/cros/graphite/
stats.py 93 self.es.post(type_str=STATS_ES_TYPE, metadata=self.metadata,
111 self.es.post(type_str=STATS_ES_TYPE, metadata=self.metadata,
129 self.es.post(type_str=STATS_ES_TYPE, metadata=self.metadata,
152 self.es.post(type_str=STATS_ES_TYPE, metadata=self.metadata,
184 self.es.post(type_str=STATS_ES_TYPE, metadata=self.metadata,
es_utils.py 131 def _send_data_http(self, type_str, metadata):
134 @param type_str: sets the _type field in elasticsearch db.
138 self.es.index(index=self.index, doc_type=type_str, body=metadata)
145 def _send_data_udp(self, type_str, metadata):
148 @param type_str: sets the _type field in elasticsearch db.
154 {'index': {'_index': self.index, '_type': type_str}},
167 def post(self, type_str, metadata, log_time_recorded=True, **kwargs):
170 @param type_str: Sets the _type field in elasticsearch db.
186 type_str = metadata['_type']
192 self._send_data_http(type_str, metadata
    [all...]
  /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 257 self.type_str = ''
286 type_str = type.stdout.strip()
288 if type_str == 'MMC':
289 self.type_str = 'mmc'
315 self.type_str = rotate_dict.get(rotate_str)
323 return [self.type_str]

Completed in 807 milliseconds

1 2 3 4