| /external/guava/guava/src/com/google/common/collect/ |
| TreeMultimap.java | 35 * Implementation of {@code Multimap} whose keys and values are ordered by 47 * through the keys according to the key comparator ordering or the natural 48 * ordering of the keys. Similarly, {@code get}, {@code removeAll}, and {@code 51 * collections generated by {@code entries}, {@code keys}, and {@code values} 52 * iterate across the keys according to the above key ordering, and for each 58 * <p>Null keys and values are permitted (provided, of course, that the 77 * its keys and values. 101 * keys and values, with the same mappings as the specified multimap. 138 * Returns the comparator that orders the multimap keys. 152 * <p>Because a {@code TreeMultimap} has unique sorted keys, this metho [all...] |
| /external/marisa-trie/lib/marisa/ |
| tail.h | 13 void build(const Vector<String> &keys, 59 void build_binary_tail(const Vector<String> &keys, 61 bool build_text_tail(const Vector<String> &keys,
|
| /external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
| tail.h | 13 void build(const Vector<String> &keys, 60 void build_binary_tail(const Vector<String> &keys, 62 bool build_text_tail(const Vector<String> &keys,
|
| /external/openssh/ |
| ssh-keysign.0 | 10 ssh-keysign is used by ssh(1) to access the local host keys and generate 29 These files contain the private parts of the host keys used to 39 certificate information corresponding with the private keys
|
| /frameworks/base/core/res/res/drawable/ |
| btn_keyboard_key_ics.xml | 19 <!-- Functional keys. --> 26 <!-- Toggle keys. Use checkable/checked state. --> 37 <!-- Normal keys -->
|
| /build/target/product/security/ |
| README | 8 The following standard test keys are currently included: 15 These test keys are used strictly in development, and should never be assumed 17 honor these keys in any context. 29 extracting public keys for embedding
|
| /development/ndk/platforms/android-14/include/SLES/ |
| OpenSLES_AndroidMetadata.h | 25 /* Android metadata keys */ 29 * Additional metadata keys to be used in SLMetadataExtractionItf: 30 * the ANDROID_KEY_PCMFORMAT_* keys follow the fields of the SLDataFormat_PCM struct, and as such 31 * all values corresponding to these keys are of SLuint32 type, and are defined as the fields
|
| /device/asus/grouper/ |
| nfcee_access_debug.xml | 14 <!-- Platform dev-keys signature -->
|
| /device/lge/mako/nfc/ |
| nfcee_access_debug.xml | 14 <!-- Platform dev-keys signature -->
|
| /device/samsung/manta/nfc/ |
| nfcee_access_debug.xml | 14 <!-- Platform dev-keys signature -->
|
| /external/blktrace/doc/ |
| bno_plot.1 | 14 [ \-K | \-\-keys-below ] 31 The \fI-K\fR option forces bno_plot to put the keys below the graph. If it is 32 not specified, all keys for input files are put in the upper right corner of the 34 push the keys under the graph.
|
| /external/chromium/base/ |
| base_paths_mac.h | 9 // This file declares Mac-specific path keys for the base module.
|
| /external/chromium/chrome/browser/extensions/ |
| extension_debugger_api_constants.h | 13 // Keys.
|
| /external/chromium/chrome/browser/ui/cocoa/extensions/ |
| extension_installed_bubble_controller_unittest.mm | 40 namespace keys = extension_manifest_keys; 85 extension_input_value.SetString(keys::kVersion, "1.0.0.0"); 87 extension_input_value.SetString(keys::kName, "page action extension"); 89 action->SetString(keys::kPageActionId, "ExtensionActionId"); 90 action->SetString(keys::kPageActionDefaultTitle, "ExtensionActionTitle"); 91 action->SetString(keys::kPageActionDefaultIcon, "image1.png"); 94 extension_input_value.Set(keys::kPageActions, action_list); 96 extension_input_value.SetString(keys::kName, "browser action extension"); 99 extension_input_value.Set(keys::kBrowserAction, browser_action);
|
| /external/chromium/chrome/browser/ui/webui/options/chromeos/ |
| language_customize_modifier_keys_handler.h | 14 // Customize modifier keys overlay page UI handler.
|
| /external/chromium/chrome/common/extensions/ |
| extension_l10n_util.cc | 27 namespace keys = extension_manifest_keys; 43 if (manifest.GetString(keys::kDefaultLocale, &default_locale)) 56 if (!manifest->HasKey(keys::kDefaultLocale)) 60 manifest->GetString(keys::kCurrentLocale, &manifest_current_locale); 85 if (!manifest->GetString(keys::kName, &result)) { 89 if (!LocalizeManifestValue(keys::kName, messages, manifest, error)) { 94 if (!LocalizeManifestValue(keys::kDescription, messages, manifest, error)) 98 std::string key(keys::kBrowserAction); 100 key.append(keys::kPageActionDefaultTitle); 105 key.assign(keys::kPageAction) [all...] |
| /external/chromium/net/proxy/ |
| proxy_config_service_win.h | 29 // (1) Watch the internet explorer settings registry keys for changes. When 30 // one of the registry keys pertaining to proxy settings has changed, we 56 // Registers change observers on the registry keys relating to proxy settings. 64 // This is called whenever one of the registry keys we are watching change.
|
| /external/chromium-trace/trace-viewer/src/tcmalloc/ |
| heap_test.js | 78 var childKeys = Object.keys(heap.children); 89 assertEquals(1, Object.keys(trace.children).length); 98 assertEquals(2, Object.keys(trace.children).length); 105 assertEquals(1, Object.keys(trace.children).length);
|
| /external/chromium_org/base/ |
| base_paths_android.h | 8 // This file declares Android-specific path keys for the base module.
|
| /external/chromium_org/base/debug/ |
| crash_logging.cc | 55 //DCHECK(crash_key) << "All crash keys must be registered before use " 73 // Set the chunked keys. 141 size_t InitCrashKeys(const CrashKey* const keys, size_t count, 144 if (!keys) { 155 g_crash_keys_->insert(std::make_pair(keys[i].key_name, keys[i])); 156 total_keys += NumChunksForLength(keys[i].max_length); 157 DCHECK_LT(keys[i].max_length, kLargestValueAllowed); 160 << "Duplicate crash keys were registered";
|
| /external/chromium_org/build/android/pylib/ |
| device_stats_monitor.html | 43 * @returns An array of keys in |obj| sorted by value. 46 var keys = []; 48 keys.push(key); 50 keys.sort(); 51 return keys; 117 var keys = sortedKeys(results); 118 for (var i = 0; i < keys.length; i++) { 119 var key = keys[i]; 130 keys.remove(combined_keys[j]);
|
| /external/chromium_org/chrome/browser/accessibility/ |
| accessibility_extension_api.cc | 24 namespace keys = extension_accessibility_api_constants; 121 DispatchEvent(info->profile(), keys::kOnWindowOpened, args.Pass()); 127 DispatchEvent(info->profile(), keys::kOnWindowClosed, args.Pass()); 135 DispatchEvent(info->profile(), keys::kOnControlFocused, args.Pass()); 141 DispatchEvent(info->profile(), keys::kOnControlAction, args.Pass()); 147 DispatchEvent(info->profile(), keys::kOnTextChanged, args.Pass()); 153 DispatchEvent(info->profile(), keys::kOnMenuOpened, args.Pass()); 159 DispatchEvent(info->profile(), keys::kOnMenuClosed, args.Pass()); 237 alert_value->SetString(keys::kMessageKey, message_text);
|
| /external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/ |
| bookmark_manager_private_api_constants.cc | 10 // Keys.
|
| /external/chromium_org/chrome/browser/extensions/api/content_settings/ |
| content_settings_api_constants.h | 13 // Keys.
|
| /external/chromium_org/chrome/browser/extensions/api/declarative_content/ |
| content_constants.cc | 13 // Keys of dictionaries.
|