/external/clang/test/SemaObjCXX/ |
foreach.mm | 7 id keys; 12 for (id thisKey : keys); 14 for (auto thisKey : keys) { } // expected-warning{{'auto' deduced as 'id' in declaration of 'thisKey'}}
|
/external/guava/guava/src/com/google/common/collect/ |
TreeMultimap.java | 38 * Implementation of {@code Multimap} whose keys and values are ordered by 50 * through the keys according to the key comparator ordering or the natural 51 * ordering of the keys. Similarly, {@code get}, {@code removeAll}, and {@code 54 * collections generated by {@code entries}, {@code keys}, and {@code values} 55 * iterate across the keys according to the above key ordering, and for each 61 * <p>Null keys and values are permitted (provided, of course, that the 85 * its keys and values. 109 * keys and values, with the same mappings as the specified multimap. 154 * Returns the comparator that orders the multimap keys. 201 * <p>Because a {@code TreeMultimap} has unique sorted keys, this metho [all...] |
/external/libchrome/crypto/ |
nss_key_util_unittest.cc | 50 // Create an NSS keypair, which will put the keys in the user's NSSDB. 68 // Create an NSS keypair, which will put the keys in the user's NSSDB. 79 // Remove the keys from the DB, and make sure we can't find them again.
|
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/ |
data_tests.py | 21 if set(d1.keys()) != set(d2.keys()): 23 for key in d1.keys():
|
/external/openssh/ |
ssh-keysign.0 | 10 ssh-keysign is used by ssh(1) to access the local host keys and generate 29 These files contain the private parts of the host keys used to 40 certificate information corresponding with the private keys
|
/external/ply/ply/example/BASIC/ |
basic.py | 50 keys = list(prog) variable 51 if keys[0] > 0: 54 stat = prog[keys[0]]
|
basiclog.py | 58 keys = list(prog) variable 59 if keys[0] > 0: 62 stat = prog[keys[0]]
|
/external/skia/tools/gpu/ |
GrTest.cpp | 110 void GrContext::dumpCacheStatsKeyValuePairs(SkTArray<SkString>* keys, 113 fResourceCache->dumpStatsKeyValuePairs(keys, values); 129 void GrContext::dumpGpuStatsKeyValuePairs(SkTArray<SkString>* keys, 132 return fGpu->stats()->dumpKeyValuePairs(keys, values); 167 void GrGpu::Stats::dumpKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values) { 168 keys->push_back(SkString("render_target_binds")); values->push_back(fRenderTargetBinds); 169 keys->push_back(SkString("shader_compilations")); values->push_back(fShaderCompilations); 170 keys->push_back(SkString("texture_uploads")); values->push_back(fTextureUploads); 171 keys->push_back(SkString("number_of_draws")); values->push_back(fNumDraws); 172 keys->push_back(SkString("number_of_failed_draws")); values->push_back(fNumFailedDraws) [all...] |
/external/syslinux/gpxe/src/core/ |
getkey.c | 24 #include <gpxe/keys.h> 60 * will return "special" keys (e.g. cursor keys) as a series of
|
/frameworks/av/drm/mediacas/plugins/clearkey/ |
ClearKeyFetcher.h | 43 // Obtains the |asset_id| and |keys| from the Ecm contained in |ecm|. 48 // |asset_id| and |keys| are owned by the caller and cannot be null. 51 std::vector<KeyInfo>* keys) override;
|
/frameworks/base/core/res/res/drawable/ |
btn_keyboard_key_ics.xml | 19 <!-- Functional keys. --> 26 <!-- Toggle keys. Use checkable/checked state. --> 37 <!-- Normal keys -->
|
/hardware/interfaces/audio/2.0/default/ |
ParametersUtil.h | 44 const hidl_vec<hidl_string>& keys, 46 std::unique_ptr<AudioParameter> getParams(const AudioParameter& keys); 56 virtual char* halGetParameters(const char* keys) = 0;
|
/libcore/ojluni/src/main/java/java/util/ |
Dictionary.java | 30 * class, such as <code>Hashtable</code>, which maps keys to values. 37 * implementations of this class to decide if two keys are the same. 59 * Returns the number of entries (distinct keys) in this dictionary. 61 * @return the number of keys in this dictionary. 66 * Tests if this dictionary maps no keys to value. The general contract 70 * @return <code>true</code> if this dictionary maps no keys to values; 76 * Returns an enumeration of the keys in this dictionary. The general 77 * contract for the keys method is that an <tt>Enumeration</tt> object 78 * is returned that will generate all the keys for which this dictionary 81 * @return an enumeration of the keys in this dictionary 85 abstract public Enumeration<K> keys(); method in class:Dictionary [all...] |
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
AccessibilitySettingsTest.java | 44 final List<String> keys = new ArrayList<>(); local 46 keys.addAll(XmlTestUtils.getKeysFromPreferenceXml(context, R.xml.accessibility_settings)); 48 assertThat(keys).containsAllIn(niks);
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
CastPreferenceControllerTest.java | 64 final List<String> keys = new ArrayList<>(); local 66 mController.updateNonIndexableKeys(keys); 68 assertThat(keys).isEmpty();
|
/packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/ |
PresetSettingsListener.java | 57 final String[] keys = res.getStringArray(R.array.setting_keys); local 61 for (int i = 0; i < keys.length; i++) { 62 prefs.putInt(keys[i], newValues[i]);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
Keyboard.java | 35 * Loads an XML description of a keyboard and stores the attributes of the keys. A keyboard 36 * consists of rows of keys. 57 /** Total height of the keyboard, including the padding and keys */ 59 /** Total width of the keyboard, including the padding and keys */ 64 /** Base width of the keyboard, used to calculate keys' width */ 78 /** More keys keyboard template */ 81 /** Maximum column for more keys keyboard */ 84 /** List of keys in this keyboard */ 179 * Return the sorted list of keys of this keyboard. 180 * The keys are sorted from top-left to bottom-right order [all...] |
/development/ndk/platforms/android-14/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
|
/development/ndk/platforms/android-21/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
|
/development/ndk/platforms/android-24/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
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_dumbdbm.py | 35 self.assertEqual(f.keys(), [])
88 keys = self.keys_helper(f)
120 keys = self.keys_helper(f)
131 keys = f.keys()
132 keys.sort()
133 dkeys = self._dict.keys()
135 self.assertEqual(keys, dkeys)
136 return keys
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
Dictionary.py | 31 Keys = []
38 if len(Key) == 1 and Key[0][0] != CommentCharacter and Key[0] not in Keys:
43 Keys += [Key[0]]
58 KeyList = Dict.keys()
|
/external/autotest/client/common_lib/cros/network/ |
apmanager_constants.py | 5 # These constants are configuration keys for configuring AP service through
|
/external/autotest/client/site_tests/hardware_Keyboard/ |
control | 12 the driver presents all of the expected Chrome OS keyboard keys.
|
/external/autotest/client/site_tests/platform_InputBrightness/ |
control | 7 PURPOSE = """Verify that functional keys F6, F7 can increase and
|