/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ObjectBrowser.py | 45 keys = dir(self.object) 47 for key in keys: 89 def keys(self): member in class:SequenceTreeItem 93 for key in self.keys(): 105 def keys(self): member in class:DictTreeItem 106 keys = self.object.keys() 108 keys.sort() 111 return keys
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ObjectBrowser.py | 45 keys = dir(self.object) 47 for key in keys: 89 def keys(self): member in class:SequenceTreeItem 93 for key in self.keys(): 105 def keys(self): member in class:DictTreeItem 106 keys = self.object.keys() 108 keys.sort() 111 return keys
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ACBTree.m | 66 @synthesize keys; 90 keys = keyArray; 110 //tmp.keys[0] = kp; 174 [tnew insert:self.keys[numkeys-1] value:self index:0 split:&h]; 175 [tnew insert:q.keys[q.numkeys-1] value:q index:1 split:&h]; 202 ret = [t.keys[i].key compare:kstr]; 235 ret = [keys[i].key compare:kstr]; 289 self.keys[i] = tsb.keys[nkey]; 315 self.keys[i] = tsb.keys[nkey] [all...] |
/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/linux-kselftest/tools/testing/selftests/ftrace/test.d/trigger/ |
trigger-hist.tc | 36 echo 'hist:keys=parent_pid:vals=child_pid' > events/sched/sched_process_fork/trigger 45 echo "Test histogram with compound keys" 47 echo 'hist:keys=parent_pid,child_pid' > events/sched/sched_process_fork/trigger 50 fail "compound keys on sched_process_fork did not work" 56 echo 'hist:keys=parent_comm' > events/sched/sched_process_fork/trigger 66 echo 'hist:keys=parent_pid,child_pid:sort=child_pid.ascending' > events/sched/sched_process_fork/trigger
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/ |
BuilderMapEntryCollection.java | 41 @Nonnull private final Collection<Key> keys; field in class:BuilderMapEntryCollection 43 public BuilderMapEntryCollection(@Nonnull Collection<Key> keys) { 44 this.keys = keys; 64 final Iterator<Key> iter = keys.iterator(); 84 return keys.size();
|
/external/vboot_reference/host/lib21/include/ |
host_signature2.h | 47 * Calculate the total signature size for a list of keys. 50 * @param key_list List of keys to calculate signature length from. 51 * @param key_count Number of keys. 74 * Sign object with list of keys. 80 * @param key_list List of keys to sign object with 81 * @param key_count Number of keys in list
|
/hardware/interfaces/drm/1.0/ |
IDrmPluginListener.hal | 44 * update indicates how long the current keys are valid before they 48 * @param expiryTimeInMS the time when the keys need to be renewed. 50 * of 0 indicates that the keys never expire. 55 * Send a keys change event to the listener. The keys change event 56 * indicates the status of each key in the session. Keys can be
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
ListResourceBundleTest.java | 35 Enumeration<String> keys = bundle.getKeys(); local 37 while (keys.hasMoreElements()) { 38 result.addElement(keys.nextElement()); 54 Enumeration keys = bundle.getKeys(); local 57 while (keys.hasMoreElements()) { 58 result.addElement(bundle.handleGetObject((String)keys.nextElement()));
|
/external/ltp/pan/ |
reporter.c | 68 * I could get a key (tag), get it's sub-keys (TCIDs), then get the key 85 SYM Tag, Keys; 146 * The way that I am using 'Keys' and 'Tag' makes assumptions about the 156 if ((Keys = sym_get(tags, key_get)) == NULL) { 162 tag_report(NULL, Tag, Keys); 181 static int scanner_test_end(SYM alltags, SYM ctag, SYM keys) 189 if (alltags == NULL || keys == NULL || ctag == NULL) 192 /* insert keys into tag */ 193 sym_put(ctag, "_keys", (void *)keys, 0); 196 if ((tag = (char *)sym_get(keys, "tag")) == NULL) [all...] |
tag_report.c | 109 int cuts_report(SYM tags, SYM keys, char *at, char *tag) 187 (char *)Data.data, keys); 193 test_result(tag, "*", "*", result, keys); 196 test_result(tag, "-", "-", "TC count wrong", keys); 211 * I could get a key (tag), get it's sub-keys (TCIDs), then get the key 225 int tag_report(SYM alltags, SYM ctag, SYM keys) 239 if ((tag = (char *)sym_get(keys, key_get)) == NULL) { 245 if ((is = (char *)sym_get(keys, key_get)) == NULL) { 246 test_result(tag, NULL, NULL, "no init status", keys); 251 test_result(tag, NULL, NULL, is, keys); [all...] |
/external/openssh/ |
PROTOCOL.agent | 3 OpenSSH's agent supports managing keys for the standard SSH protocol 6 protocol 2 keys cannot see or affect protocol 1 keys and vice-versa. 8 Protocol 1 and protocol 2 keys are separated because of the differing 9 cryptographic usage: protocol 1 private RSA keys are used to decrypt 11 whereas protocol 2 RSA private keys are used to sign challenges with 18 messages refer to protocol 1 keys only. SSH2_* messages refer to 19 protocol 2 keys. Furthermore, the names also indicate whether the 26 Because of support for legacy SSH protocol 1 keys, OpenSSH's agent 78 2.2 Adding keys to the agen [all...] |
/tools/test/connectivity/acts/framework/acts/ |
config_parser.py | 23 from acts import keys 43 for k in keys.Config.reserved_keys.value: 85 name = config[keys.Config.key_testbed_name.value] 228 configs[keys.Config.key_test_paths.value] = override_test_path 230 configs[keys.Config.key_log_path.value] = override_log_path 232 configs[keys.Config.ikey_cli_args.value] = override_test_args 234 configs[keys.Config.key_random.value] = override_random 236 configs[keys.Config.key_test_case_iterations.value] = \ 240 for tb in configs[keys.Config.key_testbed.value]: 241 if tb[keys.Config.key_testbed_name.value] in tb_filters [all...] |
/external/v8/src/ |
keys.cc | 5 #include "src/keys.h" 55 OrderedHashSet::ConvertToKeysArray(keys(), convert); 80 keys_ = OrderedHashSet::Add(keys(), key); 101 Handle<FixedArray> keys, 105 return keys; 109 for (int i = 0; i < keys->length(); ++i) { 110 Handle<Name> key(Name::cast(keys->get(i)), isolate); 125 keys->set(store_position, *key); 130 keys->Shrink(store_position); 131 return keys; 357 Handle<FixedArray> keys; local 384 Handle<FixedArray> keys; local 412 Handle<FixedArray> keys; local 445 Handle<FixedArray> keys = GetFastEnumPropertyKeys(isolate_, object); local 866 Handle<FixedArray> keys; local [all...] |
/external/autotest/client/cros/video/ |
frame_checksum_utils.py | 12 @returns a dictionary of checksums as keys mapped to their respective 30 @returns an OrderedDict containing checksums as keys and their respective
|
/external/autotest/client/site_tests/platform_CryptohomeKeyEviction/ |
control | 7 PURPOSE = "Verify that crypthome correctly reloads evicted TPM keys." 17 the tpm. This test verifies this behaviour by creating 30 keys using
|
/external/autotest/client/site_tests/platform_CryptohomeMigrateKey/ |
control | 17 This test checks that cryptohome can migrate cryptohomes from old keys to new 18 keys. It first mounts and unmounts a vault using an old key, then migrates from
|
/external/autotest/client/site_tests/platform_TPMEvict/ |
control | 17 operating under low-resource conditions. Specifically, more keys are used than 18 are able to fit in TPM memory which requires that previously loaded keys be
|
/external/clang/test/CodeGenObjC/ |
objc2-write-barrier-4.m | 27 id *keys; 28 keys[idx] = 0;
|
/external/clang/test/SemaObjCXX/ |
pointer-to-objc-pointer-conv.mm | 17 G **keys; 18 [b bar:keys];
|
/external/libmojo/mojo/public/tools/bindings/generators/js_templates/ |
union_definition.tmpl | 19 var keys = Object.keys(value); 20 if (keys.length == 0) { 24 if (keys.length > 1) { 34 if (fields.indexOf(keys[0]) < 0) { 35 throw new ReferenceError(keys[0] + " is not a {{union.name}} member."); 39 this[keys[0]] = value[keys[0]];
|
/frameworks/av/drm/mediacas/plugins/clearkey/ |
ClearKeyFetcher.cpp | 51 uint64_t* asset_id, std::vector<KeyInfo>* keys) { 53 CHECK(keys); 56 keys->clear(); 75 "content keys have same parity, id0=%d, id1=%d", 105 keys->resize(container.descriptor_size()); 112 keys->clear(); 116 // should be keys[1]. 121 keys->at(key.key_id & 1) = key;
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
SelectorImpl.java | 43 // The set of keys with data ready for an operation 46 // The set of keys registered with this Selector 47 protected HashSet<SelectionKey> keys; field in class:SelectorImpl 55 keys = new HashSet<SelectionKey>(); 58 publicKeys = keys; 61 publicKeys = Collections.unmodifiableSet(keys); 66 public Set<SelectionKey> keys() { method in class:SelectorImpl 141 // Precondition: Synchronized on this, keys, and selectedKeys
|
/packages/apps/Settings/src/com/android/settings/gestures/ |
GestureSettings.java | 111 List<String> keys = super.getNonIndexableKeys(context); 113 keys.add(KEY_ASSIST); 114 keys.add(KEY_SWIPE_DOWN); 115 keys.add(KEY_DOUBLE_TAP_POWER); 116 keys.add(KEY_DOUBLE_TWIST); 117 keys.add(KEY_DOUBLE_TAP_SCREEN); 118 keys.add(KEY_PICK_UP); 120 return keys;
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug343.go | 11 func getArgs(data map[string]interface{}, keys ...string) map[string]string { 14 for _, k := range keys {
|