HomeSort by relevance Sort by last modified time
    Searched full:keys (Results 551 - 575 of 5906) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/smhasher/src/
KeysetTest.h 67 printf("%d keys\n",(int)hashes.size());
81 // Keyset 'Permutation' - given a set of 32-bit blocks, generate keys
119 printf("%d keys\n",(int)hashes.size());
133 // Keyset 'Sparse' - generate all possible N-bit keys with up to K bits set
167 printf("Keyset 'Sparse' - %d-bit keys with %s %d bits set - ",keybits, inclusive ? "up to" : "exactly", setbits);
187 printf("%d keys\n",(int)hashes.size());
200 // all possible keys with bits set in that window
215 printf("Keyset 'Windowed' - %3d-bit key, %3d-bit window - %d tests, %d keys per test\n",keybits,windowbits,testcount,keycount);
244 // Keyset 'Cyclic' - generate keys that consist solely of N repetitions of M
252 printf("Keyset 'Cyclic' - %d cycles of %d bytes - %d keys\n",cycleReps,cycleLen,keycount)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 11 action - string, the name of the virtual event these keys will be
73 text="New keys for '"+self.action+"' :")
90 "Select the desired modifier keys\n"+
106 text='Clear Keys',command=self.ClearKeySeq)
131 keyboard has these keys, it matters if Tk understands them. The
133 config-keys.def must use the same ordering.
189 #make a tuple of most of the useful common 'final' keys
190 keys=(self.alphanumKeys+self.punctuationKeys+self.functionKeys+
192 self.listKeysFinal.insert(END, *keys)
206 if key in translateDict.keys()
    [all...]
configDialog.py 71 page_names=['Fonts/Tabs','Highlighting','Keys','General'])
204 for element in self.themeElements.keys():
266 frame=self.tabPages.pages['Keys'].frame
284 self.buttonNewKeys=Button(frameCustom,text='Get New Keys for Selection',
506 self.AddChangedItem('keys',keySet,event,value)
514 self.AddChangedItem('main','Keys','name',value)
519 if value != '- no custom keys -':
520 self.AddChangedItem('main','Keys','name',value)
525 self.AddChangedItem('main','Keys','default',value)
561 self.changedItems={'main':{},'highlight':{},'keys':{},'extensions':{}
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 11 action - string, the name of the virtual event these keys will be
73 text="New keys for '"+self.action+"' :")
90 "Select the desired modifier keys\n"+
106 text='Clear Keys',command=self.ClearKeySeq)
131 keyboard has these keys, it matters if Tk understands them. The
133 config-keys.def must use the same ordering.
189 #make a tuple of most of the useful common 'final' keys
190 keys=(self.alphanumKeys+self.punctuationKeys+self.functionKeys+
192 self.listKeysFinal.insert(END, *keys)
206 if key in translateDict.keys()
    [all...]
configDialog.py 71 page_names=['Fonts/Tabs','Highlighting','Keys','General'])
204 for element in self.themeElements.keys():
266 frame=self.tabPages.pages['Keys'].frame
284 self.buttonNewKeys=Button(frameCustom,text='Get New Keys for Selection',
506 self.AddChangedItem('keys',keySet,event,value)
514 self.AddChangedItem('main','Keys','name',value)
519 if value != '- no custom keys -':
520 self.AddChangedItem('main','Keys','name',value)
525 self.AddChangedItem('main','Keys','default',value)
561 self.changedItems={'main':{},'highlight':{},'keys':{},'extensions':{}
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry_unittest.cc 45 namespace keys = declarative_webrequest_constants;
103 http_condition_url_filter.Set(keys::kUrlKey, http_condition_dict);
104 http_condition_url_filter.SetString(keys::kInstanceTypeKey,
105 keys::kRequestMatcherType);
114 https_condition_url_filter.Set(keys::kUrlKey, https_condition_dict);
115 https_condition_url_filter.SetString(keys::kInstanceTypeKey,
116 keys::kRequestMatcherType);
119 action_dict.SetString(keys::kInstanceTypeKey, keys::kCancelRequestType);
135 condition_dict.SetString(keys::kInstanceTypeKey, keys::kRequestMatcherType)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.cc 83 namespace keys = extension_web_request_api_constants;
95 keys::kOnBeforeRedirectEvent,
96 keys::kOnBeforeRequestEvent,
97 keys::kOnBeforeSendHeadersEvent,
98 keys::kOnCompletedEvent,
99 keys::kOnErrorOccurredEvent,
100 keys::kOnSendHeadersEvent,
101 keys::kOnAuthRequiredEvent,
102 keys::kOnResponseStartedEvent,
103 keys::kOnHeadersReceivedEvent
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/table/
table_test.cc 150 // Finish constructing the data structure with all the keys that have
151 // been added so far. Returns the keys in sorted order in "*keys"
154 std::vector<std::string>* keys,
157 keys->clear();
161 keys->push_back(it->first);
275 // A helper class that converts internal format keys into user keys
478 std::vector<std::string> keys; local
480 constructor_->Finish(options_, &keys, &data)
809 std::vector<std::string> keys; local
849 std::vector<std::string> keys; local
    [all...]
  /external/openssh/
ssh-keygen.0 30 ssh-keygen generates, manages and converts authentication keys for
31 ssh(1). ssh-keygen can create RSA keys for use by SSH protocol version 1
32 and DSA, ECDSA or RSA keys for use by SSH protocol version 2. The type
43 system administrator may use this to generate host keys, as seen in
49 passphrase may be empty to indicate no passphrase (host keys must have an
64 For RSA1 keys, there is also a comment field in the key file that is only
70 After a key is generated, instructions below detail where the keys should
76 host keys do not exist, generate the host keys with the default
79 new host keys
    [all...]
ssh-keygen.1 125 generates, manages and converts authentication keys for
128 can create RSA keys for use by SSH protocol version 1 and DSA, ECDSA or RSA
129 keys for use by SSH protocol version 2.
152 Additionally, the system administrator may use this to generate host keys,
163 (host keys must have an empty passphrase), or it may be a string of
181 For RSA1 keys,
191 After a key is generated, instructions below detail where the keys
197 For each of the key types (rsa1, rsa, dsa and ecdsa) for which host keys
198 do not exist, generate the host keys with the default key file path,
202 to generate new host keys
    [all...]
  /frameworks/base/media/java/android/media/
MediaDrm.java 32 * MediaDrm can be used to obtain keys for decrypting protected media streams, in
46 * Keys are requested from the license server using a key request. The key
203 * This event type indicates that the app needs to request keys from a license
209 * This event type indicates that the licensed usage duration for keys in a session
210 * has expired. The keys are no longer valid.
300 * This key request type species that the keys will be for online use, they will
307 * This key request type specifies that the keys will be for offline use, they
313 * This key request type specifies that previously saved offline keys should be released.
318 * Contains the opaque data an app uses to request keys from a license server
341 * to obtain or release keys used to decrypt encrypted content
    [all...]
  /libcore/luni/src/main/java/java/util/
EnumMap.java 26 * An {@code Map} specialized for use with {@code Enum} types as keys.
39 transient Enum[] keys; field in class:EnumMap
87 return (enumMap.keys[ordinal] == null ? 0 : enumMap.keys[ordinal]
97 return (KT) enumMap.keys[ordinal];
111 return enumMap.put((KT) enumMap.keys[ordinal], value);
116 StringBuilder result = new StringBuilder(enumMap.keys[ordinal]
162 return type.get(new MapEntry(enumMap.keys[prePosition],
169 enumMap.remove(enumMap.keys[prePosition]);
181 new MapEntry(enumMap.keys[prePosition]
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserTests.java 368 assertInsertAdditionalMoreKeys("null more keys and null additons",
372 assertInsertAdditionalMoreKeys("null more keys and empty additons",
376 assertInsertAdditionalMoreKeys("empty more keys and null additons",
380 assertInsertAdditionalMoreKeys("empty more keys and empty additons",
385 assertInsertAdditionalMoreKeys("filter out empty more keys",
418 assertInsertAdditionalMoreKeys("2 more keys & null",
432 assertInsertAdditionalMoreKeys("2 more keys & 1 addtional & no marker",
436 assertInsertAdditionalMoreKeys("2 more keys & 2 addtionals & no marker",
450 assertInsertAdditionalMoreKeys("2 more keys & 1 additon & marker at middle",
455 // 1 marker & excess additional more keys
    [all...]
  /docs/source.android.com/src/devices/tech/security/
enhancements43.jd 45 applications to create exclusive use keys. This provides applications
46 with an API to create or store private keys that cannot be used by
51 (isBoundKeyType) that allows applications to confirm that system-wide keys
53 a place to create or store private keys that cannot be exported off the
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DictionaryExtensions.cs 107 return new HashSet<object>(map.Keys.Cast<object>());
112 return new HashSet<TKey>(map.Keys);
118 return new HashSet<TKey>(map.Keys);
123 return new HashSet<object>(map.Keys.Cast<object>());
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DictionaryExtensions.cs 113 return new HashSet<object>( map.Keys.Cast<object>() );
119 return new HashSet<TKey>( map.Keys );
126 return new HashSet<TKey>( map.Keys );
132 return new HashSet<object>( map.Keys.Cast<object>() );
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator1Test.java 350 int[] keys = { -10000, -1024, -1, 0, 10000 }; local
358 for (int j = 0; j < keys.length; j++) {
360 kpg[i].initialize(keys[j]);
361 kpg[i].initialize(keys[j], random);
387 int[] keys = { -1, -250, 1, 64, 512, 1024 }; local
397 for (int i = 0; i < keys.length; i++) {
399 mKPG.initialize(keys[i]);
401 + Integer.toString(keys[i]) + ")");
405 mKPG.initialize(keys[i], random);
407 + Integer.toString(keys[i]) + ")")
463 int[] keys = { -1, -250, 1, 63, -512, -1024 }; local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_history_api_constants.h 13 // Keys.
extension_processes_api_constants.h 13 // Keys used in serializing process data & events.
extension_webnavigation_api_constants.h 13 // Keys.
extension_webrequest_api_constants.h 13 // Keys.
  /external/chromium/net/http/
http_auth_filter_win.h 23 // The common path to all the registry keys containing domain zone information.
  /external/chromium-trace/trace-viewer/src/base/
settings.js 67 * Return a list of all the keys, or all the keys in the given namespace
73 Settings.keys = function(opt_namespace) {
99 * the get, set, and keys methods in order to group related settings.
  /external/chromium-trace/trace-viewer/src/tracing/
trace_model_settings.js 16 * structures that map model objects to settings keys. It should thus be
21 * considers all the other keys in the model. If it is unique, then the key is
23 * setting is stored on the object itself. Thus, objects with unique keys will
24 * be persisted across page reloads, whereas objects with nonunique keys will
  /external/chromium_org/ash/wm/
event_rewriter_event_filter.h 31 // Enables or disables sticky keys.

Completed in 1201 milliseconds

<<21222324252627282930>>