HomeSort by relevance Sort by last modified time
    Searched full:keys (Results 201 - 225 of 3620) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/wpa_supplicant_8/src/eap_server/
eap_server_tls_common.c 78 struct tls_keys keys; local
89 if (tls_connection_get_keys(sm->ssl_ctx, data->conn, &keys))
92 if (keys.client_random == NULL || keys.server_random == NULL ||
93 keys.master_key == NULL)
96 rnd = os_malloc(keys.client_random_len + keys.server_random_len);
99 os_memcpy(rnd, keys.client_random, keys.client_random_len);
100 os_memcpy(rnd + keys.client_random_len, keys.server_random
    [all...]
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/java/android/bordeaux/learning/
StochasticLinearRanker.java 64 * keys and values. The first sample should have higher rank than the second
79 public float scoreSample(String[] keys, float[] values) {
80 return nativeScoreSample(keys, values, mNativeClassifier);
129 public boolean setModelWeights(String[] keys, float [] values, float normalizer){
130 return nativeSetWeightClassifier(keys, values, normalizer, mNativeClassifier);
178 private native float nativeScoreSample(String[] keys, float[] values, int classifierPtr);
180 private native void nativeGetWeightClassifier(String [] keys, float[] values, float normalizer,
183 private native void nativeGetParameterClassifier(String [] keys, String[] values,
188 private native boolean nativeSetWeightClassifier(String [] keys, float[] values,
  /frameworks/wilhelm/include/SLES/
OpenSLES_AndroidMetadata.h 25 /* Android metadata keys */
29 * Additional metadata keys to be used in SLMetadataExtractionItf:
30 * the ANDROID_KEY_PCMFORMAT_* keys follow the fields of the SLDataFormat_PCM struct, and as such
31 * all values corresponding to these keys are of SLuint32 type, and are defined as the fields
  /packages/apps/Browser/src/com/android/browser/
PreferenceKeys.java 25 // Keys for accessibility_preferences.xml
36 // Keys for advanced_preferences.xml
52 // Keys for debug_preferences.xml
59 // Keys for general_preferences.xml
67 // Keys for hidden_debug_preferences.xml
82 // Keys for lab_preferences.xml
88 // Keys for privacy_security_preferences.xml
103 // Keys for bandwidth_preferences.xml
110 // Keys for browser recovery
  /packages/inputmethods/PinyinIME/res/xml/
skb_sym2.xml 26 <keys splitter="|" labels="~|±|×|÷|?|°|&lt;|&gt;|{|}"/>
30 <keys splitter="|" labels="©|£|?|^|®"/>
34 <keys splitter="|" labels="_|="/>
52 <keys splitter=" " labels="+ | \\ ?"/>
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLocaleUtils.java 50 * The classes to generate the Chinese style sort and search keys.
56 * The below additional name lookup keys will be generated.
59 * The name lookup keys are generated to make sure the name can be found by from any
93 HashSet<String> keys = new HashSet<String>(); local
100 // build the lookup keys for itself.
119 keys.add(keyOrignal.toString());
120 keys.add(keyPinyin.toString());
121 keys.add(keyInitial.toString());
123 return keys.iterator();
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES_AndroidMetadata.h 25 /* Android metadata keys */
29 * Additional metadata keys to be used in SLMetadataExtractionItf:
30 * the ANDROID_KEY_PCMFORMAT_* keys follow the fields of the SLDataFormat_PCM struct, and as such
31 * all values corresponding to these keys are of SLuint32 type, and are defined as the fields
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES_AndroidMetadata.h 25 /* Android metadata keys */
29 * Additional metadata keys to be used in SLMetadataExtractionItf:
30 * the ANDROID_KEY_PCMFORMAT_* keys follow the fields of the SLDataFormat_PCM struct, and as such
31 * all values corresponding to these keys are of SLuint32 type, and are defined as the fields
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES_AndroidMetadata.h 25 /* Android metadata keys */
29 * Additional metadata keys to be used in SLMetadataExtractionItf:
30 * the ANDROID_KEY_PCMFORMAT_* keys follow the fields of the SLDataFormat_PCM struct, and as such
31 * all values corresponding to these keys are of SLuint32 type, and are defined as the fields
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES_AndroidMetadata.h 25 /* Android metadata keys */
29 * Additional metadata keys to be used in SLMetadataExtractionItf:
30 * the ANDROID_KEY_PCMFORMAT_* keys follow the fields of the SLDataFormat_PCM struct, and as such
31 * all values corresponding to these keys are of SLuint32 type, and are defined as the fields
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES_AndroidMetadata.h 25 /* Android metadata keys */
29 * Additional metadata keys to be used in SLMetadataExtractionItf:
30 * the ANDROID_KEY_PCMFORMAT_* keys follow the fields of the SLDataFormat_PCM struct, and as such
31 * all values corresponding to these keys are of SLuint32 type, and are defined as the fields
  /tools/motodev/src/help/studio_help/src/topics/
t_cert-key-pwd-changing.dita 5 <shortdesc>Keys used to sign an Android package are protected using a password: you need to supply the key's password whenever you sign an Android package (APK). You specify the password when you create the key, but you can change that password at any time.</shortdesc>
16 <cmd>If necessary, open the Signing and Keys view by <ph product="webui android-studio">selecting <menucascade>
22 <uicontrol>Signing and Keys</uicontrol>
27 <cmd>In the Signing and Keys view select the key whose password is to be changed. Note that you may need to
  /external/chromium/chrome/common/extensions/
extension.cc 48 namespace keys = extension_manifest_keys;
79 // These keys are allowed by all crx files (apps, extensions, themes, etc).
81 keys::kCurrentLocale,
82 keys::kDefaultLocale,
83 keys::kDescription,
84 keys::kIcons,
85 keys::kName,
86 keys::kPublicKey,
87 keys::kSignature,
88 keys::kVersion
    [all...]
extension_unittest.cc 36 namespace keys = extension_manifest_keys;
156 input_value->Remove(keys::kVersion, NULL);
161 input_value->SetInteger(keys::kVersion, 42);
168 input_value->Remove(keys::kName, NULL);
173 input_value->SetInteger(keys::kName, 42);
180 input_value->SetInteger(keys::kDescription, 42);
187 input_value->SetInteger(keys::kIcons, 42);
195 input_value->GetDictionary(keys::kIcons, &icons);
204 input_value->SetInteger(keys::kContentScripts, 42);
212 input_value->GetList(keys::kContentScripts, &content_scripts)
    [all...]
  /external/icu4c/common/
uhash.h 8 * 07/06/01 aliu Modified to support int32_t keys on
20 * based on keys. It provides a good tradeoff between access time and
25 * Keys and values are stored as void* pointers. These void* pointers
29 * functions. These functions hash keys, compare keys, delete keys,
34 * UHashtable ownership of keys and values is flexible, and controlled
39 * then keys passed to uhash_put() are owned by the hashtable and will
40 * be deleted by it at some point, either as keys are replaced, or
42 * and the value deleter function pointer. Keys passed to method
    [all...]
  /frameworks/base/core/java/android/test/
InstrumentationTestCase.java 240 * of keys is a string containing the key names as specified in KeyEvent, without the
245 * @param keysSequence The sequence of keys.
248 final String[] keys = keysSequence.split(" "); local
249 final int count = keys.length;
254 String key = keys[i];
297 * @param keys The series of key codes to send through instrumentation.
299 public void sendKeys(int... keys) {
300 final int count = keys.length;
305 instrumentation.sendKeyDownUpSync(keys[i]);
321 * @param keys The series of key repeats and codes to send through instrumentation
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ResourceBundleTest.java 1182 Set<String> keys = bundle.keySet(); local
1252 Vector<String> keys = new Vector<String>(); local
1269 Set<String> keys = subBundle.handleKeySet(); local
    [all...]
  /external/clang/test/Analysis/
CFContainers.mm 76 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
88 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const
116 CFStringRef keys[6];
118 keys[0] = CFSTR("January"); values[0] = CFNumberCreate(kCFAllocatorDefault, kCFNumberShortType, &days31);
119 keys[1] = CFSTR("February"); values[1] = CFNumberCreate(kCFAllocatorDefault, kCFNumberShortType, &days28);
120 keys[2] = CFSTR("March"); values[2] = CFNumberCreate(kCFAllocatorDefault, kCFNumberShortType, &days31);
121 keys[3] = CFSTR("April"); values[3] = CFNumberCreate(kCFAllocatorDefault, kCFNumberShortType, &days30);
122 keys[4] = CFSTR("May"); values[4] = CFNumberCreate(kCFAllocatorDefault, kCFNumberShortType, &days31);
123 keys[5] = CFSTR("June"); values[5] = CFNumberCreate(kCFAllocatorDefault, kCFNumberShortType, &days30);
127 CFDictionaryRef dict1 = CFDictionaryCreate(kCFAllocatorDefault, (const void**)keys, (const void**)values, numValues, &keyCB, &valCB); // no warnin
    [all...]
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
StochasticLinearRankerWithPrior.java 88 public float scoreSample(String[] keys, float[] values) {
90 return super.scoreSample(keys, values);
94 return (1 - mAutoAlpha) * super.scoreSample(keys,values) +
95 mAutoAlpha * priorScoreSample(keys,values);
97 return priorScoreSample(keys,values);
99 return (1 - mAlpha) * super.scoreSample(keys,values) +
100 mAlpha * priorScoreSample(keys,values);
104 public float priorScoreSample(String[] keys, float[] values) {
106 for (int i=0; i< keys.length; i++){
107 if (mPriorWeights.get(keys[i]) != null
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Keyboard.java 30 * Loads an XML description of a keyboard and stores the attributes of the keys. A keyboard
31 * consists of rows of keys.
50 /** Some common keys code. Must be positive.
70 /** Special keys code. Must be negative.
91 /** Total height of the keyboard, including the padding and keys */
93 /** Total width of the keyboard, including the padding and keys */
107 /** More keys keyboard template */
110 /** Maximum column for more keys keyboard */
113 /** Array of keys and icons in this keyboard */
210 * Returns the array of the keys that are closest to the given point
    [all...]
ProximityInfo.java 32 /** Number of key widths from current touch point to search for nearest keys. */
53 final int mostCommonKeyHeight, final Key[] keys,
69 mKeys = keys;
72 // No proximity required. Keyboard might be more keys keyboard.
113 final Key[] keys = mKeys; local
123 final int keyCount = keys.length;
134 final Key key = keys[i];
149 final Key key = keys[i];
193 final Key[] keys = mKeys; local
197 final Key[] neighborKeys = new Key[keys.length]
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_bookmark_manager_api.cc 26 namespace keys = extension_bookmarks_module_constants;
81 dict->SetString(keys::kIdKey, id_string);
84 dict->SetString(keys::kParentIdKey, parent_id_string);
87 dict->SetString(keys::kUrlKey, node.GetURL().spec());
89 dict->SetString(keys::kTitleKey, node.GetTitle());
94 dict->Set(keys::kChildrenKey, children);
107 dict->SetString(keys::kUrlKey, element.url.spec());
109 dict->SetString(keys::kTitleKey, element.title);
114 dict->Set(keys::kChildrenKey, children);
124 value->SetBoolean(keys::kSameProfileKey, same_profile)
    [all...]
extension_accessibility_api.cc 22 namespace keys = extension_accessibility_api_constants;
141 DispatchEvent(info->profile(), keys::kOnWindowOpened, json_args);
147 DispatchEvent(info->profile(), keys::kOnWindowClosed, json_args);
155 DispatchEvent(info->profile(), keys::kOnControlFocused, json_args);
161 DispatchEvent(info->profile(), keys::kOnControlAction, json_args);
167 DispatchEvent(info->profile(), keys::kOnTextChanged, json_args);
173 DispatchEvent(info->profile(), keys::kOnMenuOpened, json_args);
179 DispatchEvent(info->profile(), keys::kOnMenuClosed, json_args);
  /cts/tools/dasm/src/dasm/
DasmCatchBuilder.java 121 Enumeration<CstType> keys = unprocessed_catches.elementAt(i) local
122 .type_branch.keys();
123 while (keys.hasMoreElements()) {
124 result.add(keys.nextElement().getClassType());
191 Enumeration<CstType> keys = uc.type_branch.keys(); local
194 while (keys.hasMoreElements()) {
195 CstType type = keys.nextElement();
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDoubleKeyMap.m 56 * get all primary keys
65 * get all secondary keys associated with a primary key

Completed in 2601 milliseconds

1 2 3 4 5 6 7 891011>>