HomeSort by relevance Sort by last modified time
    Searched defs:keys (Results 1 - 25 of 658) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/Reactive-Extensions/RxCpp/Rx/v2/examples/cep/
main.cpp 19 auto keys = rx::observable<>::create<int>( local
28 auto a = keys.
31 auto g = keys.
40 keys.connect();
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/speculative/
5-1.c 18 * total number of keys per process [PTHREAD_KEYS_MAX] has been
26 * 1. Define an array of keys
27 * 2. Use pthread_key_create() and create those keys
28 * 3. Verify that you can set and get specific values for those keys without
41 static pthread_key_t keys[PTHREAD_KEYS_MAX + 1]; variable
48 rc = pthread_key_create(&keys[i], NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_delete/
1-1.c 19 * 1. Create many keys, and do not specify and value to them (default is NULL)
20 * 2. Delete the keys with pthread_key_delete
35 pthread_key_t keys[NUM_OF_KEYS]; local
39 if (pthread_key_create(&keys[i], NULL) != 0) {
44 if (pthread_key_delete(keys[i]) != 0) {
1-2.c 19 * 1. Create many keys, and specify and value to them
20 * 2. Delete the keys with pthread_key_delete
36 pthread_key_t keys[NUM_OF_KEYS]; local
40 if (pthread_key_create(&keys[i], NULL) != 0) {
45 if (pthread_setspecific(keys[i], (void *)(long)(KEY_VALUE + i))
51 if (pthread_key_delete(keys[i]) != 0) {
  /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));
  /cts/tests/tests/os/src/android/os/cts/
UsbDebuggingTest.java 30 // Don't ship vendor keys in user build
32 File keys = new File("/adb_keys"); local
33 assertFalse(keys.exists());
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
BasePool.java 62 Iterator<Key> keys = internedItems.keySet().iterator(); local
64 keys.next();
66 while (keys.hasNext()) {
67 keys.next();
68 keys.remove();
  /external/autotest/client/tools/
diffprofile 32 # Oprofile seems to be ... erm ... broken. Keys can appear > once ;-(
63 keys = sorted(diff.keys(), key=lambda x : diff[x], reverse = True) variable
65 for key in keys[:results_per_sign]:
70 for key in keys[len(keys)-results_per_sign:]:
  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
stream_map.h 28 Represented as a sorted array of keys, and a corresponding array of values.
30 Adds are restricted to strictly higher keys than previously seen (this is
33 uint32_t* keys; member in struct:__anon23057
44 /* Add a new key: given http2 semantics, new keys must always be greater than
45 existing keys - this is asserted */
  /external/libcxx/test/libcxx/localization/locale.categories/
__scan_keyword.pass.cpp 49 std::string keys[] = {"a", "abb"}; local
52 keys, keys+sizeof(keys)/sizeof(keys[0]),
54 assert(k - keys == 0);
61 std::string keys[] = {"a", "abb"}; local
64 keys, keys+sizeof(keys)/sizeof(keys[0])
73 std::string keys[] = {"a", "abb"}; local
85 std::string keys[] = {"Mon", "Monday", "Tue", "Tuesday"}; local
97 std::string keys[] = {"Mon", "Monday", "Tue", "Tuesday"}; local
109 std::string keys[] = {"Mon", "Monday", "Tue", "Tuesday"}; local
    [all...]
  /external/libcxx/test/std/containers/associative/map/map.modifiers/
extract_key.pass.cpp 53 int keys[] = {1, 2, 3, 4, 5, 6}; local
54 test(m, std::begin(keys), std::end(keys));
61 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; local
63 test(m, std::begin(keys), std::end(keys));
73 int keys[] = {1, 2, 3, 4, 5, 6}; local
74 test(m, std::begin(keys), std::end(keys));
  /external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
extract_key.pass.cpp 53 int keys[] = {1, 2, 3, 4, 5, 6}; local
54 test(m, std::begin(keys), std::end(keys));
61 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; local
63 test(m, std::begin(keys), std::end(keys));
73 int keys[] = {1, 2, 3, 4, 5, 6}; local
74 test(m, std::begin(keys), std::end(keys));
  /external/libcxx/test/std/containers/associative/multiset/
extract_key.pass.cpp 51 int keys[] = {1, 2, 3, 4, 5, 6}; local
52 test(m, std::begin(keys), std::end(keys));
58 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; local
60 test(m, std::begin(keys), std::end(keys));
68 int keys[] = {1, 2, 3, 4, 5, 6}; local
69 test(m, std::begin(keys), std::end(keys));
  /external/libcxx/test/std/containers/associative/set/
extract_key.pass.cpp 51 int keys[] = {1, 2, 3, 4, 5, 6}; local
52 test(m, std::begin(keys), std::end(keys));
58 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; local
60 test(m, std::begin(keys), std::end(keys));
68 int keys[] = {1, 2, 3, 4, 5, 6}; local
69 test(m, std::begin(keys), std::end(keys));
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
extract_key.pass.cpp 53 int keys[] = {1, 2, 3, 4, 5, 6}; local
54 test(m, std::begin(keys), std::end(keys));
61 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; local
63 test(m, std::begin(keys), std::end(keys));
73 int keys[] = {1, 2, 3, 4, 5, 6}; local
74 test(m, std::begin(keys), std::end(keys));
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
extract_key.pass.cpp 54 int keys[] = {1, 2, 3, 4, 5, 6}; local
55 test(m, std::begin(keys), std::end(keys));
62 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; local
64 test(m, std::begin(keys), std::end(keys));
74 int keys[] = {1, 2, 3, 4, 5, 6}; local
75 test(m, std::begin(keys), std::end(keys));
  /external/libcxx/test/std/containers/unord/unord.multiset/
extract_key.pass.cpp 51 int keys[] = {1, 2, 3, 4, 5, 6}; local
52 test(m, std::begin(keys), std::end(keys));
58 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; local
60 test(m, std::begin(keys), std::end(keys));
68 int keys[] = {1, 2, 3, 4, 5, 6}; local
69 test(m, std::begin(keys), std::end(keys));
  /external/libcxx/test/std/containers/unord/unord.set/
extract_key.pass.cpp 51 int keys[] = {1, 2, 3, 4, 5, 6}; local
52 test(m, std::begin(keys), std::end(keys));
58 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; local
60 test(m, std::begin(keys), std::end(keys));
68 int keys[] = {1, 2, 3, 4, 5, 6}; local
69 test(m, std::begin(keys), std::end(keys));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getspecific/
1-1.c 32 pthread_key_t keys[NUM_OF_KEYS]; local
37 if (pthread_key_create(&keys[i], NULL) != 0) {
42 (keys[i], (void *)(long)(i + KEY_VALUE)) != 0) {
51 rc = pthread_getspecific(keys[i]);
58 if (pthread_key_delete(keys[i]) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/
1-1.c 17 * 1. Define an array of keys
18 * 2. Use pthread_key_create() and create those keys
19 * 3. Verify that you can set and get specific values for those keys without errors.
32 pthread_key_t keys[NUM_OF_KEYS]; variable
40 if (pthread_key_create(&keys[i], NULL) != 0) {
45 (keys[i], (void *)(long)(i + KEY_VALUE)) != 0) {
54 rc = pthread_getspecific(keys[i]);
61 if (pthread_key_delete(keys[i]) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setspecific/
1-1.c 33 pthread_key_t keys[NUM_OF_KEYS]; local
38 if (pthread_key_create(&keys[i], NULL) != 0) {
43 (keys[i], (void *)(long)(i + KEY_VALUE)) != 0) {
54 rc = pthread_getspecific(keys[i]);
61 if (pthread_key_delete(keys[i]) != 0) {
  /external/openssh/
sshconnect.h 29 Key **keys; member in struct:Sensitive
  /external/ply/ply/example/BASIC/
basic.py 50 keys = list(prog) variable
51 if keys[0] > 0:
54 stat = prog[keys[0]]

Completed in 2062 milliseconds

1 2 3 4 5 6 7 8 91011>>