/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
stringquery.h | 22 QString get_string();
|
stringquery.cpp | 28 QString StringQuery::get_string() function in class:StringQuery
|
/external/autotest/client/common_lib/ |
enum.py | 20 >>> e.get_string(0) 69 def get_string(self, value): member in class:Enum
|
/external/ltrace/testsuite/ltrace.main/ |
parameters2.exp | 237 String *get_string(); 239 char *get_string(); 241 char *get_string() { 245 get_string(); 246 }] {get_string\(\) *= "FOO"} == 1
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/ANY/ |
HINFO.py | 41 cpu = tok.get_string() 42 os = tok.get_string()
|
LOC.py | 160 t = tok.get_string() 163 t = tok.get_string() 181 t = tok.get_string() 184 t = tok.get_string() 191 t = tok.get_string() 194 t = tok.get_string() 212 t = tok.get_string() 215 t = tok.get_string() 221 t = tok.get_string()
|
CERT.py | 82 certificate_type = _ctype_from_text(tok.get_string()) 84 algorithm = dns.dnssec.algorithm_from_text(tok.get_string())
|
ISDN.py | 44 address = tok.get_string() 48 subaddress = tok.get_string()
|
GPOS.py | 71 latitude = tok.get_string() 72 longitude = tok.get_string() 73 altitude = tok.get_string()
|
SSHFP.py | 50 fingerprint = tok.get_string()
|
X25.py | 37 address = tok.get_string()
|
HIP.py | 59 hit = tok.get_string().decode('hex-codec') 62 key = tok.get_string().decode('base64-codec')
|
NSEC3.py | 87 salt = tok.get_string() 92 next = tok.get_string().upper().translate(b32_hex_to_normal)
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/ |
sigbase.py | 101 type_covered = dns.rdatatype.from_text(tok.get_string()) 102 algorithm = dns.dnssec.algorithm_from_text(tok.get_string()) 105 expiration = sigtime_to_posixtime(tok.get_string()) 106 inception = sigtime_to_posixtime(tok.get_string())
|
keybase.py | 91 flags = tok.get_string() 103 protocol = tok.get_string() 111 algorithm = dns.dnssec.algorithm_from_text(tok.get_string())
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/ |
iobject.py | 78 def get_string(self, prompt, validation_fn=None): member in class:IObject 112 s = self.get_string(prompt, int_val_fn)
|
/prebuilts/misc/common/swig/include/2.0.11/ocaml/ |
swig.mli | 36 val get_string : 'a c_obj_t -> string var
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/IN/ |
NAPTR.py | 71 flags = tok.get_string() 72 service = tok.get_string() 73 regexp = tok.get_string()
|
NSAP.py | 37 address = tok.get_string()
|
WKS.py | 55 address = tok.get_string() 56 protocol = tok.get_string()
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
UConverterAlias.java | 50 static final String GET_STRING(int idx) { 173 // return GET_STRING(gConverterList[(int) convNum]); 448 return GET_STRING(gTaggedAliasLists[currListArrayIndex + n]); 469 // return GET_STRING(gTagList[n]); 483 return GET_STRING(gTaggedAliasLists[currListArrayIndex]); 527 return GET_STRING(gConverterList[convNum]); 569 if (tagName.equals(GET_STRING(gTagList[tagNum]))) { 689 GET_STRING(gTaggedAliasLists[currAlias + currListArrayIndex])) == 0) { 725 converterName = GET_STRING(gConverterList[idx]);
|
/external/skia/src/ports/ |
SkFontMgr_fontconfig.cpp | 136 static const char* get_string(FcPattern* pattern, const char object[], const char* missing = "") { function 424 *familyName = get_string(fPattern, FC_FAMILY); 429 desc->setFamilyName(get_string(fPattern, FC_FAMILY)); 430 desc->setFullName(get_string(fPattern, FC_FULLNAME)); 431 desc->setPostscriptName(get_string(fPattern, FC_POSTSCRIPT_NAME)); 438 return SkStream::NewFromFile(get_string(fPattern, FC_FILE)); 491 *styleName = get_string(fFontSet->fonts[index], FC_STYLE); 661 const char* filename = get_string(font, FC_FILE, nullptr); 817 return this->matchFamilyStyle(get_string(fcTypeface->fPattern, FC_FAMILY), style); [all...] |
/external/autotest/frontend/afe/ |
resources.py | 279 protection = host_protections.Protection.get_string( 384 control_data.CONTROL_TYPE.get_string( 444 model_attributes.RebootBefore.get_string( 447 model_attributes.RebootAfter.get_string( 486 model_attributes.RebootBefore.get_string(job.reboot_before), 488 model_attributes.RebootAfter.get_string(job.reboot_after), 638 string_priority = priorities.Priority.get_string( [all...] |
/external/icu/icu4c/source/common/ |
ucnv_io.cpp | 199 #define GET_STRING(idx) (const char *)(gMainTable.stringTable + (idx)) 329 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) { 580 result = ucnv_compareNames(alias, GET_STRING(gMainTable.aliasList[mid])); 626 && ucnv_compareNames(alias, GET_STRING(currList[currAlias]))==0) 756 return GET_STRING(gMainTable.converterList[convNum]); 792 const char *myStr = GET_STRING(currList[myContext->listIdx++]); [all...] |
/external/v8/src/ |
property-descriptor.cc | 85 } else if (key == heap->get_string()) { 126 CreateDataProperty(isolate, result, factory->get_string(), get()); 209 if (!GetPropertyIfPresent(obj, isolate->factory()->get_string(), &getter)) {
|