HomeSort by relevance Sort by last modified time
    Searched full:entries (Results 276 - 300 of 4497) sorted by null

<<11121314151617181920>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ldt.h 9 /* Maximum number of LDT entries supported. */
  /system/core/libzipfile/
private.h 36 Zipentry* entries; member in struct:Zipfile
zipfile.c 33 Zipentry* entry = file->entries;
46 Zipentry* entry = file->entries;
135 Zipentry* entry = zip->entries;
153 *cookie = zip->entries;
  /external/chromium/chrome/browser/webdata/
autofill_table.h 47 // standard entries in a contact information form.
100 // standard entries in a credit card form.
120 // autofill table. A list of all added and updated autofill entries
126 // of all added and updated autofill entries is returned in the changes out
161 // Gets the pair_id and count entries from name and value specified in
187 // Retrieves all of the entries in the autofill table.
188 virtual bool GetAllAutofillEntries(std::vector<AutofillEntry>* entries);
195 // Replaces existing autofill entries with the entries supplied in
198 virtual bool UpdateAutofillEntries(const std::vector<AutofillEntry>& entries);
    [all...]
  /external/dbus/bus/
activation.c 48 DBusHashTable *entries; member in struct:BusActivation
64 DBusHashTable *entries; member in struct:__anon5382
96 DBusList *entries; member in struct:__anon5384
127 if (dir->entries)
128 _dbus_hash_table_unref (dir->entries);
205 link = _dbus_list_get_first_link (&pending_activation->entries);
213 link = _dbus_list_get_next_link (&pending_activation->entries, link);
215 _dbus_list_clear (&pending_activation->entries);
360 entry = _dbus_hash_table_lookup_string (s_dir->entries,
370 if (_dbus_hash_table_lookup_string (activation->entries, name)
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WorkerFileSystemCallbacksBridge.cpp 68 static Type copy(const WebKit::WebVector<WebKit::WebFileSystemEntry>& entries)
70 WebKit::WebVector<WebKit::WebFileSystemEntry> newEntries(entries.size());
71 for (size_t i = 0; i < entries.size(); ++i) {
72 String name = entries[i].name;
73 newEntries[i].isDirectory = entries[i].isDirectory;
124 virtual void didReadDirectory(const WebVector<WebFileSystemEntry>& entries, bool hasMore)
126 m_bridge->didReadDirectoryOnMainThread(entries, hasMore, m_mode);
297 void WorkerFileSystemCallbacksBridge::didReadDirectoryOnMainThread(const WebVector<WebFileSystemEntry>& entries, bool hasMore, const String& mode)
299 mayPostTaskToWorker(createCallbackTask(&didReadDirectoryOnWorkerThread, this, entries, hasMore), mode);
336 void WorkerFileSystemCallbacksBridge::didReadDirectoryOnWorkerThread(ScriptExecutionContext*, WorkerFileSystemCallbacksBridge* bridge, const WebVector<WebFileSystemEntry>& entries, bool hasMore
    [all...]
  /build/tools/zipalign/
README.txt 27 Alterations to the archive, such as renaming or deleting entries, will
29 entries. Files added to an "aligned" archive will not be aligned.
  /cts/tests/tests/preference2/src/android/preference2/cts/
ListPreferenceTest.java 42 String[] entries = convertToStringArray((CharSequence[]) mListPref.getEntries()); local
45 compareArrays(entriesExp, entries);
  /external/apache-harmony/support/src/test/java/tests/support/
Support_MapTest2.java 42 assertTrue("Should not have entries", !map.entrySet().iterator()
56 assertTrue("Should not have entries", !map.entrySet().iterator()
  /external/chromium/chrome/browser/ui/gtk/
edit_search_engine_dialog.h 60 // Text entries for each field.
71 // entries are not all filled in.)
  /external/chromium/net/ftp/
ftp_auth_cache.h 17 // information for ftp. Provides lookup, insertion, and deletion of entries.
26 // Maximum number of entries we allow in the cache.
ftp_directory_listing_parser_ls_unittest.cc 111 std::vector<FtpDirectoryListingEntry> entries; local
115 &entries));
116 VerifySingleLineTestCase(good_cases[i], entries);
137 std::vector<FtpDirectoryListingEntry> entries; local
141 &entries));
142 EXPECT_EQ(0U, entries.size());
170 std::vector<FtpDirectoryListingEntry> entries; local
173 &entries));
  /external/chromium/net/http/
http_auth_cache.cc 68 // Performance: O(n), where n is the number of realm entries.
74 // Linear scan through the realm entries.
83 // Performance: O(n*m), where n is the number of realm entries, m is the number
84 // of path entries per realm. Both n amd m are expected to be small; m is
99 // Linear scan through the realm entries.
126 LOG(WARNING) << "Num auth cache entries reached limit -- evicting";
166 // Remove any entries that have been subsumed by the new entry.
171 LOG(WARNING) << "Num path entries for " << origin()
  /external/emma/core/java12/com/vladium/emma/data/
MetaData.java 164 * note: rhs entries must override current entries
175 // rhs entries always override existing content:
177 for (Iterator entries = rhsclasses.entrySet ().iterator (); entries.hasNext (); )
179 final Map.Entry entry = (Map.Entry) entries.next ();
251 final Iterator entries = classMap.entrySet ().iterator (); local
254 final Map.Entry entry = (Map.Entry) entries.next ();
  /external/icu4c/layout/
LookupTables.cpp 56 const LookupSingle *BinarySearchLookupTable::lookupSingle(const LookupSingle *entries, LEGlyphID glyph) const
62 const LookupSingle *entry = entries;
  /external/oprofile/libpp/
sample_container.h 23 * Arbitrary container of sample entries. Can return
71 * Sample entries by file location. Lazily built when necessary,
  /external/proguard/src/proguard/io/
ParentDataEntryWriter.java 27 * entries.
39 * delegated, passing the data entries' parents.
  /frameworks/base/opengl/libs/tools/
genfiles 33 > ../entries.in
35 ./gltracegen ../entries.in >../trace.in
  /libcore/support/src/test/java/tests/support/
Support_MapTest2.java 42 assertTrue("Should not have entries", !map.entrySet().iterator()
56 assertTrue("Should not have entries", !map.entrySet().iterator()
  /packages/apps/Calendar/res/layout/
edit_reminder_item.xml 33 android:entries="@array/reminder_minutes_labels"/>
43 android:entries="@array/reminder_methods_labels"/>
  /packages/apps/Email/res/xml/
general_preferences.xml 28 android:entries="@array/general_preference_auto_advance_entries"
36 android:entries="@array/general_preference_text_zoom_entries"
  /packages/apps/Phone/res/xml/
cdma_options.xml 24 android:entries="@array/cdma_system_select_choices"
32 android:entries="@array/cdma_subscription_choices"
sip_settings_category.xml 37 android:entries="@array/sip_call_options_entries"
45 android:entries="@array/sip_call_options_wifi_only_entries"
  /packages/apps/Settings/res/xml/
display_settings.xml 40 android:entries="@array/screen_timeout_entries"
47 android:entries="@array/entries_font_size"
wifi_advanced_settings.xml 31 android:entries="@array/wifi_sleep_policy_entries"
47 android:entries="@array/wifi_frequency_band_entries"

Completed in 4804 milliseconds

<<11121314151617181920>>