HomeSort by relevance Sort by last modified time
    Searched refs:KEY (Results 101 - 125 of 136) sorted by null

1 2 3 45 6

  /external/cldr/tools/java/org/unicode/cldr/util/
LDMLUtilities.java 82 String key = "SRC:" + sourceDir + File.separator + locale + ".xml"; local
83 if (stack.get(key) != null) {
84 System.err.println("Found circular aliases! " + key);
87 stack.put(key, "");
444 } else if (token.indexOf(LDMLConstants.KEY) > -1) {
450 String key = getAttributeValue(token, LDMLConstants.KEY); local
451 return type + "/" + key;
905 String key = "SRC:" + thisLocale + ";XPATH:" + getAbsoluteXPath(node, type); local
    [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 400 /* HANDLE KEY EVENTS
407 var control = mac ? e.metaKey && !e.ctrlKey : e.ctrlKey; // get ctrl key
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 381 /* HANDLE KEY EVENTS
388 var control = mac ? e.metaKey && !e.ctrlKey : e.ctrlKey; // get ctrl key
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.c 177 KEY = 24,
243 #define KEY 24
661 "ACTION_TOK", "KEY", "ALIAS", "GROUP", "MODIFIER_MAP", "INDICATOR",
675 "SectionBodyItem", "RowBody", "RowBodyItem", "Keys", "Key",
    [all...]
  /external/skia/src/sksl/
SkSLParser.cpp 122 TOKEN(KEY, "key");
710 Layout::Key Parser::layoutKey() {
713 Token key; local
714 if (this->expect(Token::IDENTIFIER, "an identifer", &key)) {
715 if (this->text(key) == "identity") {
718 this->error(key, "unsupported layout key");
764 Layout::Key key = Layout::kNo_Key local
    [all...]
  /external/skqp/src/sksl/
SkSLParser.cpp 121 TOKEN(KEY, "key");
709 Layout::Key Parser::layoutKey() {
712 Token key; local
713 if (this->expect(Token::IDENTIFIER, "an identifer", &key)) {
714 if (this->text(key) == "identity") {
717 this->error(key, "unsupported layout key");
763 Layout::Key key = Layout::kNo_Key local
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/icu/
LDMLConstants.java 65 public static final String KEY = "key";
    [all...]
  /external/u-boot/fs/reiserfs/
reiserfs.c 379 * I have only two methods to find a key in the tree:
382 * next_key() gets the next key in tree order.
424 /* Get the next key, i.e. the key following the last retrieved key in
435 printf ("next_key:\n old ih: key %d:%d:%d:%d version:%d\n",
499 printf (" new ih: key %d:%d:%d:%d version:%d\n",
512 * nonzero iff we were able to find the key successfully.
514 * current_item fields describe the key that equals the
515 * searched key. INFO->next_key contains the next key afte
536 struct key *key; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmlparse.c 91 typedef const XML_Char *KEY;
94 KEY name;
402 lookup(XML_Parser parser, HASH_TABLE *table, KEY name, size_t createSize);
    [all...]
  /external/vixl/src/aarch64/
simulator-aarch64.cc 1141 PACKey key = (instr->ExtractBit(10) == 0) ? kPACKeyIA : kPACKeyIB; local
    [all...]
  /external/golang-protobuf/proto/
text_parser.go 601 key := reflect.New(dst.Type().Key()).Elem()
605 // < key : KEY value : VALUE >
606 // However, implementations may omit key or value, and technically
629 case "key":
633 if err := p.readAny(key, props.MapKeyProp); err != nil {
651 return p.errorf(`expected "key", "value", or %q, found %q`, terminator, tok.value)
655 dst.SetMapIndex(key, val)
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Maps.java 81 KEY {
99 return (Function) EntryFunction.KEY;
266 * such as the concurrency level, load factor, key/value reference types,
328 * @param type the key type for this map
662 * key type {@code K}, {@code k.equals(k2)} implies that {@code k2} is also
663 * of type {@code K}. Using a key type for which this may not hold, such as
698 * key type {@code K}, {@code k.equals(k2)} implies that {@code k2} is also of
699 * type {@code K}. Using a key type for which this may not hold, such as
746 public boolean containsKey(@Nullable Object key) {
747 return backingSet().contains(key);
    [all...]
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
text_parser.go 601 key := reflect.New(dst.Type().Key()).Elem()
605 // < key : KEY value : VALUE >
606 // However, implementations may omit key or value, and technically
629 case "key":
633 if err := p.readAny(key, props.mkeyprop); err != nil {
651 return p.errorf(`expected "key", "value", or %q, found %q`, terminator, tok.value)
655 dst.SetMapIndex(key, val)
  /external/u-boot/scripts/
checkpatch.pl 100 --debug KEY=[0|1] turn on/off debugging of KEY, where KEY is one of
301 for my $key (keys %debug) {
303 eval "\${dbg_$key} = '$debug{$key}';";
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
PKCS12KeyStoreSpi.java 12 import java.security.Key;
141 static final int KEY = 2;
146 // key types
168 PublicKey key)
170 this.id = createSubjectKeyId(key).getKeyIdentifier();
232 throw new RuntimeException("error creating key");
271 tab.put(a, "key");
293 Key k = (Key)keys.remove(alias);
317 * simply return the cert for the private key
630 PKCS12Key key = new PKCS12Key(password, wrongPKCS12Zero); local
704 PKCS12Key key = new PKCS12Key(password, wrongPKCS12Zero); local
743 SecretKey key; local
    [all...]
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/keystore/pkcs12/
PKCS12KeyStoreSpi.java 13 import java.security.Key;
145 static final int KEY = 2;
150 // key types
172 PublicKey key)
174 this.id = createSubjectKeyId(key).getKeyIdentifier();
236 throw new RuntimeException("error creating key");
275 tab.put(a, "key");
297 Key k = (Key)keys.remove(alias);
321 * simply return the cert for the private key
634 PKCS12Key key = new PKCS12Key(password, wrongPKCS12Zero); local
708 PKCS12Key key = new PKCS12Key(password, wrongPKCS12Zero); local
747 SecretKey key; local
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Maps.java 86 KEY {
104 return (Function) EntryFunction.KEY;
271 * such as the concurrency level, load factor, key/value reference types,
333 * @param type the key type for this map
667 * key type {@code K}, {@code k.equals(k2)} implies that {@code k2} is also
668 * of type {@code K}. Using a key type for which this may not hold, such as
703 * key type {@code K}, {@code k.equals(k2)} implies that {@code k2} is also of
704 * type {@code K}. Using a key type for which this may not hold, such as
740 * key type {@code K}, {@code k.equals(k2)} implies that {@code k2} is also
741 * of type {@code K}. Using a key type for which this may not hold, such a
    [all...]
  /external/guice/extensions/persist/lib/
commons-collections.jar 
xwork-2.0.4.jar 
  /build/make/tools/droiddoc/templates-ndk/assets/js/
docs.js     [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.13.0.v20180409-1500.jar 
org.eclipse.core.resources_3.13.0.v20180512-1138.jar 
  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js     [all...]
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 

Completed in 1960 milliseconds

1 2 3 45 6