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

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/test/fixedbugs/
bug343.go 11 func getArgs(data map[string]interface{}, keys ...string) map[string]string {
14 for _, k := range keys {
  /external/icu/icu4c/source/i18n/unicode/
sortkey.h 30 * \brief C++ API: Keys for comparing strings multiple times.
47 * Collation keys are generated by the Collator class. Use the CollationKey objects
68 * CollationKey* keys = new CollationKey [3];
69 * myCollator->getCollationKey("Tom", keys[0], success );
70 * myCollator->getCollationKey("Dick", keys[1], success );
71 * myCollator->getCollationKey("Harry", keys[2], success );
73 * // Inside body of sort routine, compare keys this way:
75 * if(keys[0].compareTo( keys[1] ) > 0 ) {
76 * tmp = keys[0]; keys[0] = keys[1]; keys[1] = tmp
    [all...]
  /external/autotest/client/profilers/readprofile/
avgprofile 12 foreach $key (keys %map) {
  /external/autotest/server/site_tests/platform_CryptohomeMigrateChapsToken/
control 13 This test verifies that a user's pkcs11 signing keys are preserved
  /external/autotest/tko/
save_query.cgi 8 if 'label' in form.keys():
13 for key in form.keys():
50 if not 'delete' in dict_url.keys():
64 if not 'delete' in dict_url.keys():
  /external/glide/library/src/main/java/com/bumptech/glide/signature/
EmptySignature.java 9 * An empty key that is always equal to all other empty keys.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestSortedMapGenerator.java 35 * Returns an entry with a key less than the keys of the {@link #samples()}
41 * Returns an entry with a key less than the keys of the {@link #samples()}
47 * Returns an entry with a key greater than the keys of the {@link #samples()}
53 * Returns an entry with a key greater than the keys of the {@link #samples()}
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/trigger/
trigger-hist-mod.tc 36 echo 'hist:keys=common_pid.execname' > events/sched/sched_process_fork/trigger
46 echo 'hist:keys=parent_pid.hex' > events/sched/sched_process_fork/trigger
57 echo 'hist:keys=id.syscall' > events/raw_syscalls/sys_exit/trigger
67 echo 'hist:keys=bytes_req.log2' > events/kmem/kmalloc/trigger
trigger-multihist.tc 38 echo 'hist:keys=parent_pid:vals=child_pid' > events/sched/sched_process_fork/trigger
39 echo 'hist:keys=parent_comm:vals=child_pid' >> events/sched/sched_process_fork/trigger
53 echo 'hist:name=test_hist:keys=common_pid' > events/sched/sched_process_fork/trigger
60 echo 'hist:name=test_hist:keys=common_pid' > events/sched/sched_process_exit/trigger
  /external/llvm/test/YAMLParser/
construct-null.test 6 # This mapping has four keys,
  /external/ltp/testcases/kdump/lib/
ssh.tcl 15 # Handling ssh keys have already been set up.
  /external/mesa3d/src/util/tests/hash_table/
insert_many.c 51 uint32_t keys[size]; local
60 keys[i] = i;
62 _mesa_hash_table_insert(ht, keys + i, NULL);
66 entry = _mesa_hash_table_search(ht, keys + i);
  /external/python/cpython2/Lib/lib-tk/
ScrolledText.py 32 text_meths = vars(Text).keys()
33 methods = vars(Pack).keys() + vars(Grid).keys() + vars(Place).keys()
  /external/skia/bin/
list-skia-bots 11 for j in sorted(json.load(open(path, 'r'))['jobs'].keys()):
  /external/strace/tests/
pkey_free.c 42 static const kernel_ulong_t keys[] = { local
53 for (i = 0; i < ARRAY_SIZE(keys); i++) {
54 rc = syscall(__NR_pkey_free, keys[i]);
55 printf("pkey_free(%d) = %s\n", (int) keys[i], sprintrc(rc));
  /external/strace/tests-m32/
pkey_free.c 42 static const kernel_ulong_t keys[] = { local
53 for (i = 0; i < ARRAY_SIZE(keys); i++) {
54 rc = syscall(__NR_pkey_free, keys[i]);
55 printf("pkey_free(%d) = %s\n", (int) keys[i], sprintrc(rc));
  /external/strace/tests-mx32/
pkey_free.c 42 static const kernel_ulong_t keys[] = { local
53 for (i = 0; i < ARRAY_SIZE(keys); i++) {
54 rc = syscall(__NR_pkey_free, keys[i]);
55 printf("pkey_free(%d) = %s\n", (int) keys[i], sprintrc(rc));
  /external/syslinux/bios/com32/samples/
keytest.c32 
  /external/syslinux/efi32/com32/samples/
keytest.c32 
  /frameworks/base/core/java/android/os/health/
HealthStatsWriter.java 164 int[] keys; local
171 keys = mConstants.getKeys(HealthKeys.TYPE_TIMER);
172 for (int i=0; i<keys.length; i++) {
174 out.writeInt(keys[i]);
182 keys = mConstants.getKeys(HealthKeys.TYPE_MEASUREMENT);
183 for (int i=0; i<keys.length; i++) {
185 out.writeInt(keys[i]);
192 keys = mConstants.getKeys(HealthKeys.TYPE_STATS);
193 for (int i=0; i<keys.length; i++) {
195 out.writeInt(keys[i])
    [all...]
  /frameworks/base/keystore/java/android/security/keystore/
KeyPermanentlyInvalidatedException.java 24 * <p>This only occurs for keys which are authorized to be used only if the user has been
25 * authenticated. Such keys are permanently and irreversibly invalidated once the secure lock screen
28 * keys configured to require user authentication to take place for every of the keys, are also
  /frameworks/native/libs/vr/libdvr/include/dvr/
dvr_display_types.h 35 // Surface attribute keys. VrFlinger defines keys in the negative integer space.
36 // The compositor is free to use keys in the positive integer space for
58 // VrFlinger ingores any keys with this value or greater, passing them to the
  /packages/inputmethods/LatinIME/java/res/drawable/
btn_keyboard_key_ics.xml 18 <!-- Action keys. -->
24 <!-- Toggle keys. Use checkable/checked state. -->
34 <!-- Empty background keys. -->
40 <!-- Normal keys. -->
btn_keyboard_key_klp.xml 18 <!-- Action keys. -->
24 <!-- Toggle keys. Use checkable/checked state. -->
34 <!-- Empty background keys. -->
40 <!-- Normal keys. -->
btn_keyboard_key_lxx_dark.xml 18 <!-- Action keys. -->
24 <!-- Toggle keys. Use checkable/checked state. -->
34 <!-- Empty background keys. -->
40 <!-- Normal keys. -->

Completed in 2849 milliseconds

1 2 3 4 5 6 78 91011>>