Searched
full:keys (Results
1001 -
1025 of
5906) sorted by null
<<41424344454647484950>>
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/ |
| signals.py | 24 for result in _results.keys():
|
| /external/chromium_org/third_party/icu/source/common/ |
| uhash_us.cpp | 8 * 07/06/01 aliu Modified to support int32_t keys on
|
| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
| brw_program.h | 28 * Sampler information needed by VS, WM, and GS program cache keys.
|
| /external/chromium_org/third_party/tlslite/tlslite/integration/ |
| IntegrationHelper.py | 47 raise ValueError("Can't use shared keys with other forms of"\
|
| /external/chromium_org/tools/grit/grit/format/ |
| data_pack.py | 82 ids = sorted(resources.keys()) 123 duplicate_keys = set(new_content.resources.keys()) & set(resources.keys()) 125 raise exceptions.KeyError("Duplicate keys: " + str(list(duplicate_keys)))
|
| /external/chromium_org/tools/grit/grit/ |
| pseudo.py | 57 _PSUB_RE = lazy_re.compile("(%s)" % '|'.join(_VOWELS.keys() + ['P'])) 67 '''Returns a copy of 'str' where characters that exist as keys in _VOWELS 91 if str[ix] not in _VOWELS.keys(): 98 while ix < len(str) and str[ix] in _VOWELS.keys():
|
| /external/chromium_org/tools/idl_parser/ |
| idl_node.py | 179 def GetListOf(self, *keys): 182 if child.GetClass() in keys: 186 def GetOneOf(self, *keys): 187 out = self.GetListOf(*keys)
|
| /external/chromium_org/tools/memory_watcher/scripts/ |
| memprof.pl | 93 my @keys = sort { $leaks{$b} <=> $leaks{$a} }keys %leaks; 94 for ($i=0; $i<@keys; $i++) { 95 my $key = @keys[$i];
|
| memtrace.pl | 123 my @keys = sort { $leaks{$b} <=> $leaks{$a} }keys %leaks; 124 for ($i=0; $i<@keys; $i++) { 125 my $key = @keys[$i];
|
| summary.pl | 138 my @keys = sort { $leaks{$b} <=> $leaks{$a} }keys %leaks; 139 for ($i=0; $i<@keys; $i++) { 140 my $key = @keys[$i];
|
| /external/chromium_org/tools/telemetry/telemetry/core/ |
| browser_credentials.py | 76 for backend in self._backends.keys(): 99 all_keys = set(credentials.keys()).union( 100 homedir_credentials.keys()).union( 101 self._extra_credentials.keys())
|
| /external/chromium_org/tools/telemetry_tools/ |
| telemetry_bootstrap.py | 62 return [os.path.basename(p) for p in props.keys()] 104 the keys of the 'deps' dictionary. 112 deps_paths = deps.deps.keys() 115 for path in deps.deps_includes.keys():
|
| /external/chromium_org/ui/base/accelerators/ |
| platform_accelerator_gtk.cc | 55 // The second parameter is false because accelerator keys are expressed in
|
| /external/chromium_org/ui/message_center/ |
| notification_types.h | 15 // Keys for optional fields in Notification.
|
| /external/chromium_org/ui/views/focus/ |
| accelerator_handler.h | 45 // The keys currently pressed and consumed by the FocusManager.
|
| /external/clang/test/ARCMT/ |
| objcmt-subscripting-literals.m.result | 62 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 65 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 67 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 70 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
| /external/clang/test/FixIt/ |
| objc-literals.m | 32 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
|
| /external/clang/test/PCH/ |
| subscripting-literals.m | 20 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count;
|
| /external/clang/test/Rewriter/ |
| rewrite-modern-block.mm | 45 __block const char *keys = keybuf, *values = valuebuf, *novalues;
|
| /external/compiler-rt/lib/lsan/lit_tests/TestCases/ |
| use_tls_pthread_specific_dynamic.cc | 13 // From glibc: this many keys are stored in the thread descriptor directly.
|
| use_tls_pthread_specific_static.cc | 13 // From glibc: this many keys are stored in the thread descriptor directly.
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
| VersionTrackerTask.java | 146 Enumeration keys = elements.keys(); local 148 while (keys.hasMoreElements()){ 149 Object key = keys.nextElement();
|
| /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
| ServerHostKeyVerifier.java | 9 * server host keys.
|
| /external/guava/guava/src/com/google/common/collect/ |
| ArrayListMultimap.java | 48 * <p>Keys and values may be null. All optional multimap methods are supported, 79 * the specified numbers of keys and values without resizing. 81 * @param expectedKeys the expected number of distinct keys 140 * @serialData expectedValuesPerKey, number of distinct keys, and then for
|
| HashMultimap.java | 38 * <p>Keys and values may be null. All optional multimap methods are supported, 66 * specified numbers of keys and values without rehashing. 68 * @param expectedKeys the expected number of distinct keys 118 * @serialData expectedValuesPerKey, number of distinct keys, and then for
|
Completed in 1237 milliseconds
<<41424344454647484950>>