Home
last modified time | relevance | path

Searched refs:keyvalue (Results 1 – 7 of 7) sorted by relevance

/external/libcups/scheduler/
Ddirsvc.c352 *keyvalue[32][2], /* Table of key/value pairs */ in dnssdBuildTxtRecord() local
367 keyvalue[count ][0] = "txtvers"; in dnssdBuildTxtRecord()
368 keyvalue[count++][1] = "1"; in dnssdBuildTxtRecord()
370 keyvalue[count ][0] = "qtotal"; in dnssdBuildTxtRecord()
371 keyvalue[count++][1] = "1"; in dnssdBuildTxtRecord()
373 keyvalue[count ][0] = "rp"; in dnssdBuildTxtRecord()
374 keyvalue[count++][1] = rp_str; in dnssdBuildTxtRecord()
382 keyvalue[count ][0] = "ty"; in dnssdBuildTxtRecord()
383 keyvalue[count++][1] = p->make_model ? p->make_model : "Unknown"; in dnssdBuildTxtRecord()
425 keyvalue[count ][0] = "adminurl"; in dnssdBuildTxtRecord()
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/data/
DlangtagRegex.txt62 # $keyvalue = (?: $alphanum+ \= $alphanum+);
63 # $keywords = ($keyvalue (?: \; $keyvalue)*);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DlangtagRegex.txt66 # $keyvalue = (?: $alphanum+ \= $alphanum+);
67 # $keywords = ($keyvalue (?: \; $keyvalue)*);
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DlangtagRegex.txt66 # $keyvalue = (?: $alphanum+ \= $alphanum+);
67 # $keywords = ($keyvalue (?: \; $keyvalue)*);
/external/rust/crates/structopt/examples/
DREADME.md56 ### [`key=value` pairs](keyvalue.rs)
/external/google-breakpad/src/client/ios/
DBreakpad.mm422 // We allow nil values. This is the same as removing the keyvalue.
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.mm648 // We allow nil values. This is the same as removing the keyvalue.