HomeSort by relevance Sort by last modified time
    Searched defs:key (Results 351 - 375 of 6954) sorted by null

<<11121314151617181920>>

  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
LongNameHandler.java 42 public void put(UResource.Key key, UResource.Value value, boolean noFallback) {
44 for (int i = 0; pluralsTable.getKeyAndValue(i, key, value); ++i) {
45 if (key.contentEquals("dnam") || key.contentEquals("per")) {
48 StandardPlural plural = StandardPlural.fromString(key);
63 StringBuilder key = new StringBuilder(); local
64 key.append("units");
66 key.append("Narrow");
68 key.append("Short")
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CollationKey.java 40 * the key is created, binary comparisons are fast. This approach is
142 * @param key array of bytes that represent the collation order of argument
146 public CollationKey(String source, byte key[])
148 this(source, key, -1);
153 * There must be a 00 byte at key[length] and none before.
155 private CollationKey(String source, byte key[], int length)
158 m_key_ = key;
164 * CollationKey constructor that forces key to release its internal byte
165 * array for adoption. key will have a null byte array after this
168 * @param key RawCollationKey object that represents the collation order o
344 StringBuilder key = new StringBuilder(size); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestBoilerplate.java 172 Object key = it.next(); local
173 buffer.append(key + "=>" + m.get(key) + "\r\n");
181 Integer key = it.next(); local
182 T val = m.get(key);
184 result.add(key.intValue());
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollationKey.java 39 * the key is created, binary comparisons are fast. This approach is
145 * @param key array of bytes that represent the collation order of argument
150 public CollationKey(String source, byte key[])
152 this(source, key, -1);
157 * There must be a 00 byte at key[length] and none before.
159 private CollationKey(String source, byte key[], int length)
162 m_key_ = key;
168 * CollationKey constructor that forces key to release its internal byte
169 * array for adoption. key will have a null byte array after this
172 * @param key RawCollationKey object that represents the collation order o
354 StringBuilder key = new StringBuilder(size); local
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestBoilerplate.java 171 Object key = it.next(); local
172 buffer.append(key + "=>" + m.get(key) + "\r\n");
180 Integer key = it.next(); local
181 T val = m.get(key);
183 result.add(key.intValue());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyPreviewView.java 29 import com.android.inputmethod.keyboard.Key;
35 * The pop up key preview view.
54 public void setPreviewVisual(final Key key, final KeyboardIconsSet iconsSet,
56 // What we show as preview should match what we show on a key top in onDraw().
57 final int iconId = key.getIconId();
59 setCompoundDrawables(null, null, null, key.getPreviewIcon(iconsSet));
66 setTextSize(TypedValue.COMPLEX_UNIT_PX, key.selectPreviewTextSize(drawParams));
67 setTypeface(key.selectPreviewTypeface(drawParams));
69 setTextAndScaleX(key.getPreviewLabel())
    [all...]
  /prebuilts/tools/common/m2/repository/io/opentracing/opentracing-impl/0.13.0/
opentracing-impl-0.13.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.0.0/
kotlin-gradle-plugin-api-1.0.0.jar 
  /bionic/libc/kernel/uapi/linux/netfilter/
nf_conntrack_tuple_common.h 47 __be16 key; member in struct:nf_conntrack_man_proto::__anon896
  /bionic/libc/kernel/uapi/rdma/
cxgb3-abi.h 27 __u64 key; member in struct:iwch_create_cq_resp_v0
32 __u64 key; member in struct:iwch_create_cq_resp
39 __u64 key; member in struct:iwch_create_qp_resp
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
BundleUtils.java 35 final String key = keysAndValues[i].toString(); local
39 ret.putString(key, null);
42 ret.putBoolean(key, (Boolean) value);
45 ret.putInt(key, (Integer) value);
48 ret.putString(key, (String) value);
51 ret.putBundle(key, (Bundle) value);
  /cts/tools/utils/
certificates.py 23 key = None variable in class:Certificate
24 def __init__(self, cert, key):
26 self.key = key
32 return crypto.dump_privatekey(crypto.FILETYPE_PEM, self.key)
48 key = crypto.load_privatekey(crypto.FILETYPE_PEM, data)
49 return Certificate(cert, key)
52 def create(cn, issuer=None, key=None, keysize=2048, digest="sha256",
55 if key is None:
56 key = crypto.PKey(
    [all...]
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboard.java 29 private Key mEnterKey;
30 private Key mSpaceKey;
32 * Stores the current state of the mode change key. Its width will be dynamically updated to
35 private Key mModeChangeKey;
37 * Stores the current state of the language switch key (a.k.a. globe key). This should be
39 * returns true. When this key becomes invisible, its width will be shrunk to zero.
41 private Key mLanguageSwitchKey;
47 private Key mSavedModeChangeKey;
53 private Key mSavedLanguageSwitchKey
67 Key key = new LatinKey(res, parent, x, y, parser); local
    [all...]
  /development/tools/mkstubs/src/com/android/mkstubs/
AsmAnalyzer.java 87 String key = it.next(); local
89 // TODO: We *could* filter out all private classes here: classes.get(key).getAccess().
92 if (!filter.accept(key)) {
93 log.debug("- Remove class " + key);
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
key.h 23 /* Supported key algorithms */
37 * One instance of this structure must be created for each key, usually in an
42 int id; /* Key id */
43 const char *opt; /* Command line option to specify a key */
45 const char *desc; /* Key description (debug purposes) */
46 char *fn; /* Filename to load/store the key */
47 EVP_PKEY *key; /* Key container */ member in struct:key_s
53 int key_new(key_t *key);
54 int key_create(key_t *key, int type)
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
key.c 25 #include "key.h"
31 * Create a new key container
33 int key_new(key_t *key)
35 /* Create key pair container */
36 key->key = EVP_PKEY_new();
37 if (key->key == NULL) {
44 static int key_create_rsa(key_t *key)
62 printf("Cannot create RSA key\n")
188 key_t *key; local
208 key_t *key; local
    [all...]
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
LocalVariableCriterion.java 62 Pair<String, Pair<Integer, Integer>> key = local
65 LocalVariableScanner.getFromMethodNameIndexMap(key);
  /external/autotest/client/deps/fakegudev/src/
gudev-exercise.c 46 gpointer key, value; local
68 while (g_hash_table_iter_next (&iter, &key, &value))
69 printf (" Property %s: %s\n", (gchar *)key, (gchar *)value);
  /external/autotest/client/profilers/powertop/src/
suggestions.c 48 char key; member in struct:suggestion
80 void add_suggestion(char *text, int weight, char key, char *keystring, suggestion_func *func)
93 new->key = key;
130 suggestion_key = ptr->key;
  /external/avb/libavb/
avb_property_descriptor.c 46 /* Check that key and value are fully contained. */
62 const char* key; member in struct:__anon14245
86 avb_error("No terminating NUL byte in key.\n");
92 data->key,
109 const char* key,
115 key_size = avb_strlen(key);
118 data.key = key;
137 const char* key,
146 value = avb_property_lookup(image_data, image_size, key, key_size, NULL)
    [all...]
  /external/boringssl/src/fipstools/
cavp_keywrap_test.cc 36 const std::vector<uint8_t> &key,
38 size_t key_bits = key.size() * 8;
46 if (AES_set_encrypt_key(key.data(), key_bits, &aes_key) ||
53 if (AES_set_decrypt_key(key.data(), key_bits, &aes_key) ||
68 std::vector<uint8_t> key, in, result; local
72 !t->GetBytes(&key, "K") ||
79 if (!AESKeyWrap(&result, ctx->encrypt, key, in)) {
cavp_rsa2_siggen_test.cc 32 bssl::UniquePtr<RSA> key; member in struct:__anon14357::TestCtx
52 ctx->key = bssl::UniquePtr<RSA>(RSA_new());
53 if (ctx->key == nullptr ||
55 !RSA_generate_key_fips(ctx->key.get(), mod_bits, nullptr)) {
60 RSA_get0_key(ctx->key.get(), &n, &e, nullptr);
78 std::vector<uint8_t> sig(RSA_size(ctx->key.get()));
87 if (!RSA_sign_pss_mgf1(ctx->key.get(), &sig_len, sig.data(), sig.size(),
94 &sig_len_u, ctx->key.get())) {
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DefaultSignedAttributeTableGenerator.java 125 Object key = keys.nextElement(); local
126 newTable.put(key, paramsMap.get(key));
  /external/clang/www/
make_cxx_dr_status 48 key = lambda dr: dr.issue) variable
  /external/curl/lib/
hash.h 32 typedef size_t (*hash_function) (void *key,
63 char key[1]; /* allocated memory following the struct */ member in struct:curl_hash_element
78 void *Curl_hash_add(struct curl_hash *h, void *key, size_t key_len, void *p);
79 int Curl_hash_delete(struct curl_hash *h, void *key, size_t key_len);
80 void *Curl_hash_pick(struct curl_hash *, void *key, size_t key_len);
88 size_t Curl_hash_str(void *key, size_t key_length, size_t slots_num);

Completed in 597 milliseconds

<<11121314151617181920>>