HomeSort by relevance Sort by last modified time
    Searched full:keys (Results 376 - 400 of 5906) sorted by null

<<11121314151617181920>>

  /external/harfbuzz_ng/src/
gen-arabic-table.py 122 keys = shapes.keys ()
123 min_u, max_u = min (keys), max (keys)
137 for pair in ligatures.keys ():
159 keys = ligas.keys ()
160 keys.sort ()
161 for first in keys:
  /external/ipsec-tools/src/racoon/
stats.pl 13 foreach (sort keys %t) {
  /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Core.pm 39 foreach my $idx (sort {$a <=> $b} keys %trace_flags) {
69 foreach my $idx (sort {$a <=> $b} keys %{$flag_fields{$event_name}{$field_name}{"values"}}) {
104 for my $event (keys %flag_fields) {
106 for my $field (keys %{$flag_fields{$event}}) {
109 foreach my $idx (sort {$a <=> $b} keys %{$flag_fields{$event}{$field}{"values"}}) {
121 foreach my $idx (sort {$a <=> $b} keys %{$symbolic_fields{$event_name}{$field_name}{"values"}}) {
151 for my $event (keys %symbolic_fields) {
153 for my $field (keys %{$symbolic_fields{$event}}) {
155 foreach my $idx (sort {$a <=> $b} keys %{$symbolic_fields{$event}{$field}{"values"}}) {
  /external/linux-tools-perf/scripts/python/
check-perf-trace.py 71 keys = unhandled.keys()
72 if not keys:
81 for event_name in keys:
failed-syscalls-by-pid.py 63 comm_keys = syscalls.keys()
65 pid_keys = syscalls[comm].keys()
68 id_keys = syscalls[comm][pid].keys()
71 ret_keys = syscalls[comm][pid][id].keys()
  /external/llvm/test/YAMLParser/
construct-merge.data 11 - # Explicit keys
  /external/sepolicy/
mac_permissions.xml 24 <!-- All other keys -->
  /external/skia/include/views/android/
AndroidKeyToSkKey.h 17 // including keys used by the sample app.
  /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
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
environment.ipp 45 typedef std::list<dstring> keys;
48 BOOST_RT_PARAM_INLINE keys& s_keys() { static keys instance; return instance; }
53 // save the name in list of keys
  /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="+ | \\ ?"/>
  /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
  /prebuilts/ndk/9/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/9/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/9/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/9/platforms/android-18/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/9/platforms/android-18/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/9/platforms/android-18/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

Completed in 1017 milliseconds

<<11121314151617181920>>