HomeSort by relevance Sort by last modified time
    Searched full:keys (Results 101 - 125 of 9707) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/text/
CollationKey.java 61 * allows fast comparisons once the keys are generated. The cost of generating
62 * keys is recouped in faster comparisons when <code>String</code>s need
74 * CollationKey[] keys = new CollationKey[3];
75 * keys[0] = myCollator.getCollationKey("Tom");
76 * keys[1] = myCollator.getCollationKey("Dick");
77 * keys[2] = myCollator.getCollationKey("Harry");
78 * sort(keys);
82 * // Inside body of sort routine, compare keys this way
83 * if (keys[i].compareTo(keys[j]) > 0
    [all...]
  /libcore/ojluni/src/main/java/java/nio/channels/spi/
AbstractSelectableChannel.java 37 * blocking mode of this channel as well as its current set of selection keys.
57 // Keys that have been created by registering this channel with selectors.
58 // They are saved because if this channel is closed the keys must be
61 private SelectionKey[] keys = null; field in class:AbstractSelectableChannel
98 if ((keys != null) && (keyCount < keys.length)) {
100 for (i = 0; i < keys.length; i++)
101 if (keys[i] == null)
103 } else if (keys == null) {
104 keys = new SelectionKey[3]
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
LayoutCustomizer.java 33 // Empty keys definition to remove keys by adding this.
48 * "more keys".
65 * "more keys".
105 * Get other currencies keys.
106 * @return the array of {@link ExpectedKey} that represents other currency keys.
113 * Get "more keys" of double quotation mark.
119 * Get "more keys" of single quotation mark.
139 * Get the left shift keys.
140 * @param isPhone true if requesting phone's keys
    [all...]
  /bootable/recovery/tests/testdata/
bonus.file 
  /development/samples/browseable/AsymmetricFingerprintDialog/
_index.jd 9 before proceeding some actions such as purchasing an item. This version uses asymmetric keys.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
makemakefile.py 8 keys = makevars.keys()
9 keys.sort()
10 for key in keys:
  /external/autotest/server/site_tests/firmware_UpdateFirmwareDataKeyVersion/files/
make_keys.sh 7 pushd /var/tmp/faft/autest/keys
  /external/autotest/server/site_tests/platform_GCC/boards/
chromeos-machine.exp 3 # Set hostname and username. # Make sure SSH keys are set up prior to run.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
ECPrivateKey.java 7 * interface for Elliptic Curve Private keys.
ECPublicKey.java 8 * interface for elliptic curve public keys.
  /external/iproute2/include/linux/tc_act/
tc_pedit.h 30 struct tc_pedit_key keys[0]; member in struct:tc_pedit_sel
  /external/kernel-headers/original/uapi/linux/tc_act/
tc_pedit.h 31 struct tc_pedit_key keys[0]; member in struct:tc_pedit_sel
  /external/libbrillo/brillo/
map_utils_unittest.cc 27 std::set<std::string> keys = GetMapKeys(map_); local
29 keys);
33 std::vector<std::string> keys = GetMapKeysAsVector(map_); local
35 keys);
  /external/libbrillo/policy/
WATCHLISTS 3 # Please keep these keys in alphabetical order.
  /external/libmojo/mojo/public/interfaces/bindings/tests/data/validation/
conformance_mthd10_null_keys.data 17 [u8]0 // null keys array
  /external/linux-kselftest/tools/testing/selftests/static_keys/
test_static_keys.sh 2 # Runs static keys kernel module tests
  /external/openssh/regress/
agent-timeout.sh 14 trace "add keys with timeout"
22 trace "agent has $n keys"
24 fail "ssh-add -l did not return 2 keys: $n"
31 fail "ssh-add -l still returns keys after timeout"
  /external/python/cpython2/Tools/freeze/
makemakefile.py 8 keys = makevars.keys()
9 keys.sort()
10 for key in keys:
  /external/snakeyaml/src/test/java/examples/
CustomMapExampleTest.java 33 Object[] keys = data.keySet().toArray(); local
35 assertEquals(new Integer(1), keys[0]);
36 assertEquals(new Integer(2), keys[1]);
37 assertEquals(new Integer(3), keys[2]);
  /external/snakeyaml/src/test/resources/pyyaml/
construct-null.data 4 # This mapping has four keys,
  /external/vboot_reference/
WATCHLISTS 3 # Please keep these keys in alphabetical order.
  /external/wpa_supplicant_8/wpa_supplicant/examples/
ieee8021x.conf 1 # IEEE 802.1X with dynamic WEP keys using EAP-PEAP/MSCHAPv2
  /packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/
ConnectedDeviceDashboardFragmentTest.java 115 final List<String> keys = mFragment.SEARCH_INDEX_DATA_PROVIDER.getNonIndexableKeys( local
118 assertThat(keys).isNotNull();
119 assertThat(keys).contains(NfcPreferenceController.KEY_TOGGLE_NFC);
120 assertThat(keys).contains(NfcPreferenceController.KEY_ANDROID_BEAM_SETTINGS);
126 final List<String> keys = mFragment.SEARCH_INDEX_DATA_PROVIDER.getNonIndexableKeys( local
129 assertThat(keys).isNotNull();
130 assertThat(keys).doesNotContain(NfcPreferenceController.KEY_TOGGLE_NFC);
131 assertThat(keys).doesNotContain(NfcPreferenceController.KEY_ANDROID_BEAM_SETTINGS);
139 final List<String> keys = mFragment.SEARCH_INDEX_DATA_PROVIDER.getNonIndexableKeys( local
142 assertThat(keys).isNotNull()
151 final List<String> keys = mFragment.SEARCH_INDEX_DATA_PROVIDER.getNonIndexableKeys( local
166 final List<String> keys = XmlTestUtils.getKeysFromPreferenceXml(context, xmlId); local
    [all...]
  /prebuilts/android-emulator/darwin-x86_64/lib/pc-bios/keymaps/
modifiers 12 # Translate Super to Windows keys.
  /prebuilts/android-emulator/linux-x86_64/lib/pc-bios/keymaps/
modifiers 12 # Translate Super to Windows keys.

Completed in 683 milliseconds

1 2 3 45 6 7 8 91011>>