| /external/chromium_org/sync/util/ |
| nigori.h | 42 // Initialize the client by importing the given keys instead of deriving new 62 // Exports the raw derived keys.
|
| /external/chromium_org/third_party/WebKit/Source/core/scripts/ |
| make_names.pl | 196 for my $name (keys %names) { 248 %parameters = defaultParametersHash() if (!(keys %parameters) && $initDefaults); 282 die "Failed to read names from file: $namesFile" if (keys %{$hashToFillRef} == 0); 305 for my $name (sort keys %names) { 320 for my $tagName (keys %enabledTags) { 402 for my $tagName (sort keys %tagConstructorMap) { 430 for my $tagName (sort keys %tagConstructorMap) { 444 for my $tagName (sort keys %tagConstructorMap) { 586 if (keys %allTags) { 591 if (keys %allAttrs) [all...] |
| /external/chromium_org/third_party/WebKit/Source/wtf/ |
| ThreadSpecificWin.cpp | 86 static DWORD keys[kMaxTlsKeySize]; local 87 return keys;
|
| /external/chromium_org/third_party/leveldatabase/src/db/ |
| memtable.h | 48 // while the returned iterator is live. The keys returned by this 49 // iterator are internal keys encoded by AppendInternalKey in the
|
| /external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
| comparator.h | 15 // used as keys in an sstable or a database. A Comparator implementation 34 // the relative ordering of any two keys to change.
|
| /external/chromium_org/third_party/leveldatabase/src/issues/ |
| issue178_test.cc | 74 // count the keys 81 ASSERT_EQ(kNumKeys, num_keys) << "Bad number of keys";
|
| /external/chromium_org/v8/test/intl/overrides/ |
| string.js | 64 Object.keys(testData).forEach(testArrays); 69 Object.keys(testData).forEach(testArrays);
|
| /external/compiler-rt/make/ |
| lib_info.mk | 14 # AvailableIn.<function> - The list of subdir keys where 'function' is 21 # Build a per-module map of subdir keys.
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
| TestVersionTracker.java | 114 Enumeration keys=elements.keys(); local 115 while (keys.hasMoreElements()){ 116 String id=keys.nextElement().toString(); 347 Object[] keys = elements.keySet().toArray(); local 348 Arrays.sort(keys); 349 for (int i=0;i<keys.length;i++){ 350 Object key = keys[i];
|
| /external/guava/guava/src/com/google/common/cache/ |
| AbstractLoadingCache.java | 59 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { 61 for (K key : keys) {
|
| ForwardingLoadingCache.java | 57 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { 58 return delegate().getAll(keys);
|
| /external/guava/guava/src/com/google/common/collect/ |
| MapConstraint.java | 25 * A constraint on the keys and values that may be added to a {@code Map} or 27 * prevents a map from including any null keys or values, could be implemented
|
| Multimap.java | 33 * <p>The methods {@link #get}, {@link #keySet}, {@link #keys}, {@link #values}, 54 * @param <K> the type of keys maintained by this multimap 185 * Returns the set of all keys, each appearing once in the returned set. 189 * @return the collection of distinct keys 194 * Returns a collection, which may contain duplicates, of all keys. The number 199 * @return a multiset with keys corresponding to the distinct keys of the 203 Multiset<K> keys(); method in interface:Multimap
|
| /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
| HashBiMap.java | 28 * allows null keys and values. A {@code HashBiMap} and its inverse are both 78 // Override these two methods to show that keys and values may be null
|
| LinkedHashMultimap.java | 38 * <p>The collections returned by {@code keySet}, {@code keys}, and {@code 39 * asMap} iterate through the keys in the order they were first added to the 47 * {@code keys}, and {@code asMap} has a few subtleties. As long as the set of 48 * keys remains unchanged, adding or removing mappings does not affect the key 56 * <p>Keys and values may be null. All optional multimap methods are supported, 91 * the specified numbers of keys and values without rehashing. 93 * @param expectedKeys the expected number of distinct keys 261 * with other keys.
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| ForwardingMultimapTest.java | 119 forward.keys(); 120 assertEquals("[keys]", getCalls());
|
| /external/icu4c/common/ |
| uelement.h | 70 * Comparator function for UnicodeString* keys. Implements UElementsAreEqual. 79 * Comparator function for UnicodeString* keys (case insensitive).
|
| /external/icu4c/samples/legacy/ |
| oldcol.cpp | 84 extern "C" void test_legacy(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[4][32]) { 94 keySize = getSortKey_legacy("ja", data[i], -1, keys[i], 32);
|
| /external/llvm/test/Transforms/ObjCARC/ |
| allocas.ll | 366 %keys = alloca [2 x i8*], align 16 381 %keys.begin = getelementptr inbounds [2 x i8*]* %keys, i64 0, i64 0 383 store i8* %call2, i8** %keys.begin, align 8 384 %keys.elt = getelementptr inbounds [2 x i8*]* %keys, i64 0, i64 1 386 store i8* %call3, i8** %keys.elt 401 %gep1 = getelementptr inbounds [2 x i8*]* %keys, i64 0, i64 2 409 %keys_ptr = getelementptr inbounds [2 x i8*]* %keys, i64 0, i64 0 444 %keys = alloca [2 x i8*], align 1 [all...] |
| /external/openssh/regress/ |
| agent-pkcs11.sh | 36 # add to authorized keys 60 trace "remove pkcs11 keys"
|
| /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
| SDL_biosevents.c | 74 /* Update pressed keys */ 83 /* Read special keys */
|
| SDL_gemdosevents.c | 75 /* Update pressed keys */ 84 /* Read special keys */
|
| /external/qemu/docs/ |
| ANDROID-SKIN-FILES.TXT | 87 Each layout can have the following keys (and corresponding values): 123 Each such key must contain the following sub-keys: 139 D-Pad keys for proper usage. 172 have the following sub-keys: 180 background image to display an emulated LCD screen. Valid sub-keys 193 name, and may contain the following sub-sub-keys: 209 Other top-level keys: 212 A few other top-level keys are supported for legacy reasons, but the
|
| /external/replicaisland/src/com/replica/replicaisland/ |
| QuickSorter.java | 34 * uses Sedgewick's partitioning method which stops on equal keys. 36 * even randomized ones, go quadratic (e.g., all keys are the same).
|
| /frameworks/av/include/media/ |
| AudioParameter.h | 33 // reserved parameter keys for changing standard parameters with setParameters() function. 34 // Using these keys is mandatory for AudioFlinger to properly monitor audio output/input
|