HomeSort by relevance Sort by last modified time
    Searched refs:entries (Results 251 - 275 of 1629) sorted by null

<<11121314151617181920>>

  /external/guava/guava-tests/test/com/google/common/collect/
MapsTransformValuesTest.java 225 Set<Map.Entry<String, String>> entries = map.entrySet(); local
226 Map.Entry<String, String> firstEntry = entries.iterator().next();
227 entries.remove(firstEntry);
230 Iterator<Map.Entry<String, String>> entryIterator = entries.iterator();
239 assertTrue(entries.isEmpty());
281 Set<Map.Entry<String, Boolean>> entries = map.entrySet(); local
282 assertTrue(entries.contains(Maps.immutableEntry("a", true)));
283 assertTrue(entries.contains(Maps.immutableEntry("b", (Boolean) null)));
284 assertTrue(entries.contains(
287 assertFalse(entries.contains(Maps.immutableEntry("c", (Boolean) null)))
    [all...]
ForwardingSortedMapTest.java 120 Entry<String, String>[] entries) {
122 for (Entry<String, String> entry : entries) {
141 Entry<String, String>[] entries) {
144 for (Entry<String, String> entry : entries) {
161 Entry<String, String>[] entries) {
164 for (Entry<String, String> entry : entries) {
185 List<Entry<String, String>> entries) {
188 for (Entry<String, String> entry : entries) {
  /external/chromium_org/chrome/installer/util/
shell_util.cc 177 // encapsulate all the registry entries required for registering Chrome at one
214 // This method returns a list of all the registry entries that
216 // These entries need to be registered in HKLM prior to Win8.
220 ScopedVector<RegistryEntry>* entries) {
225 // For user-level installs: entries for the app id and DelegateExecute verb
226 // handler will be in HKCU; thus we do not need a suffix on those entries.
244 entries->push_back(new RegistryEntry(model_id_shell,
250 // mitigate this side-effect by making the context menu entries
270 entries->push_back(new RegistryEntry(sub_path, verb_name.c_str()));
272 entries->push_back(new RegistryEntry
659 ScopedVector<RegistryEntry> entries; local
673 ScopedVector<RegistryEntry> entries; local
877 ScopedVector<RegistryEntry> entries; local
906 ScopedVector<RegistryEntry> entries; local
1944 ScopedVector<RegistryEntry> entries; local
    [all...]
  /build/tools/
dump-package-stats 47 all: the sum of all entries in the package
48 dex: the sum of all "*.dex" entries in the package
  /cts/tests/tests/preference2/src/android/preference2/cts/
ListPreferenceTest.java 42 String[] entries = convertToStringArray((CharSequence[]) mListPref.getEntries()); local
45 compareArrays(entriesExp, entries);
  /dalvik/vm/
AtomicCache.h 45 * struct and "entries" separately, avoiding an indirection. (We already
49 AtomicCacheEntry* entries; /* array of entries */ member in struct:AtomicCache
50 int numEntries; /* #of entries, must be power of 2 */
52 void* entryAlloc; /* memory allocated for entries */
63 * Do a cache lookup. We need to be able to read and write entries
103 pEntry = (_cache)->entries + hash; \
  /external/chromium/net/ftp/
ftp_directory_listing_parser_netware.cc 41 std::vector<FtpDirectoryListingEntry>* entries) {
88 entries->push_back(entry);
  /external/chromium/net/socket/
ssl_client_socket_unittest.cc 91 net::CapturingNetLog::EntryList entries; local
92 log.GetEntries(&entries);
94 entries, 5, net::NetLog::TYPE_SSL_CONNECT));
99 log.GetEntries(&entries);
100 EXPECT_TRUE(LogContainsSSLConnectEndEvent(entries, -1));
132 net::CapturingNetLog::EntryList entries; local
133 log.GetEntries(&entries);
135 entries, 5, net::NetLog::TYPE_SSL_CONNECT));
145 log.GetEntries(&entries);
146 EXPECT_TRUE(LogContainsSSLConnectEndEvent(entries, -1))
175 net::CapturingNetLog::EntryList entries; local
220 net::CapturingNetLog::EntryList entries; local
286 net::CapturingNetLog::EntryList entries; local
601 net::CapturingNetLog::EntryList entries; local
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_object_enumerator.cc 15 const MTPDeviceObjectEntries& entries)
16 : object_entries_(entries),
  /external/chromium_org/chrome/browser/sessions/
in_memory_tab_restore_service.cc 51 const TabRestoreService::Entries& InMemoryTabRestoreService::entries() const { function in class:InMemoryTabRestoreService
52 return helper_.entries();
session_restore_android.cc 30 std::vector<content::NavigationEntry*> entries = local
39 &entries);
  /external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_proxy.cc 125 void QuotaInternalsProxy::DidDumpQuotaTable(const QuotaTableEntries& entries) {
127 host_info.reserve(entries.size());
130 for (iterator itr(entries.begin()); itr != entries.end(); ++itr) {
140 const OriginInfoTableEntries& entries) {
142 origin_info.reserve(entries.size());
145 for (iterator itr(entries.begin()); itr != entries.end(); ++itr) {
  /external/chromium_org/chrome/renderer/resources/extensions/
file_browser_private_custom_bindings.js 30 if (response && !response.error && response.entries) {
31 response.entries = response.entries.map(function(entry) {
41 request.callback(response.entries, response.nextFeed);
  /external/chromium_org/net/ftp/
ftp_directory_listing_parser_netware.cc 41 std::vector<FtpDirectoryListingEntry>* entries) {
88 entries->push_back(entry);
  /external/guava/guava/src/com/google/common/collect/
AbstractSetMultimap.java 69 @Override public Set<Map.Entry<K, V>> entries() { method in class:AbstractSetMultimap
70 return (Set<Map.Entry<K, V>>) super.entries();
  /external/harfbuzz_ng/util/
hb-ot-shape-closure.cc 44 GOptionEntry entries[] = local
49 parser->add_group (entries,
  /external/icu4c/layout/
LookupTables.cpp 56 const LookupSingle *BinarySearchLookupTable::lookupSingle(const LookupSingle *entries, LEGlyphID glyph) const
62 const LookupSingle *entry = entries;
  /external/libvorbis/vq/
vqgen.h 37 /* entries */
41 long entries; member in struct:vqgen
70 int elements,int aux,int entries,float mindist,
  /external/linux-tools-perf/util/
strlist.h 20 struct rb_root entries; member in struct:strlist
53 struct rb_node *rn = rb_first(&self->entries);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
TwoSecondIntersectionFinder.java 43 List<TimeToSampleBox.Entry> entries = track.getDecodingTimeEntries(); local
64 for (TimeToSampleBox.Entry entry : entries) {
  /external/valgrind/main/callgrind/
jumps.c 48 jccs->entries = 0;
63 dst->entries = current_jccs.entries;
73 current_jccs.entries = h->entries;
126 CLG_DEBUG(0, "Resize JCC Hash: %d => %d (entries %d, conflicts %d/%d)\n",
128 current_jccs.entries, conflicts1, conflicts2);
146 current_jccs.entries++;
147 if (10 * current_jccs.entries / current_jccs.size > 8)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
symtab.h 52 hashnode *entries; member in struct:ht
59 unsigned int nslots; /* Total slots in the entries array. */
69 /* Should 'entries' be freed when it is no longer needed? */
73 /* Initialize the hashtable with 2 ^ order entries. */
98 extern void ht_load (hash_table *ht, hashnode *entries,
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
symtab.h 52 hashnode *entries; member in struct:ht
59 unsigned int nslots; /* Total slots in the entries array. */
69 /* Should 'entries' be freed when it is no longer needed? */
73 /* Initialize the hashtable with 2 ^ order entries. */
98 extern void ht_load (hash_table *ht, hashnode *entries,
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
symtab.h 52 hashnode *entries; member in struct:ht
59 unsigned int nslots; /* Total slots in the entries array. */
69 /* Should 'entries' be freed when it is no longer needed? */
73 /* Initialize the hashtable with 2 ^ order entries. */
98 extern void ht_load (hash_table *ht, hashnode *entries,
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
symtab.h 52 hashnode *entries; member in struct:ht
59 unsigned int nslots; /* Total slots in the entries array. */
69 /* Should 'entries' be freed when it is no longer needed? */
73 /* Initialize the hashtable with 2 ^ order entries. */
98 extern void ht_load (hash_table *ht, hashnode *entries,

Completed in 1688 milliseconds

<<11121314151617181920>>