Searched defs:entries (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_CheckVLCEscapeMode.c67 OMX_U8 escape = 0, fMode = 0, entries; local
76 entries = pRunIndexTable[run + 1]
80 entries = 1;
82 if (level > entries)
104 entries = pRunIndexTable[run + 1]
108 entries = 1;
110 if (levelPlus > entries)
129 entries = pRunIndexTable[runPlus + 1]
133 entries = 1;
135 if (level > entries)
[all...]
/frameworks/base/media/libmedia/
H A DMemoryLeakTrackUtil.cpp98 AllocEntry * entries = new AllocEntry[count]; local
102 AllocEntry *e = &entries[i];
114 // Now we need to sort the entries. They come sorted by size but
120 AllocEntry *e1 = &entries[i];
121 AllocEntry *e2 = &entries[i+1];
134 AllocEntry t = entries[i];
135 entries[i] = entries[i+1];
136 entries[i+1] = t;
143 AllocEntry *e = &entries[
[all...]
/frameworks/base/core/java/android/preference/
H A DListPreference.java29 * A {@link Preference} that displays a list of entries as
68 * Sets the human-readable entries to be shown in the list. This will be
74 * @param entries The entries.
77 public void setEntries(CharSequence[] entries) { argument
78 mEntries = entries;
83 * @param entriesResId The entries array as a resource.
90 * The list of entries to be shown in the list in subsequent dialogs.
100 * entries is selected. If a user clicks on the second item in entries, th
[all...]
H A DMultiSelectListPreference.java31 * A {@link Preference} that displays a list of entries as
63 * Sets the human-readable entries to be shown in the list. This will be
69 * @param entries The entries.
72 public void setEntries(CharSequence[] entries) { argument
73 mEntries = entries;
78 * @param entriesResId The entries array as a resource.
85 * The list of entries to be shown in the list in subsequent dialogs.
95 * entries is selected. If a user clicks on the second item in entries, th
[all...]
/frameworks/base/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp511 int entries = sizeof(function_table) / sizeof(function_table[0]); local
512 for (int i = 0; i < entries; i++) {
/frameworks/ex/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java76 * The number of extra entries requested to allow for duplicates. Duplicates
191 public final List<RecipientEntry> entries; field in class:BaseRecipientAdapter.DefaultFilterResult
197 public DefaultFilterResult(List<RecipientEntry> entries, argument
202 this.entries = entries;
256 final List<RecipientEntry> entries = constructEntryList(false,
265 Log.d(TAG, "More entries should be needed (current: "
279 entries, entryMap, nonAggregatedEntries,
307 updateEntries(defaultFilterResult.entries);
659 final List<RecipientEntry> entries
[all...]
/frameworks/base/core/java/android/view/
H A DViewDebug.java557 long threadStart, ArrayList<Entry> entries) throws IOException {
578 for (Entry entry : entries) {
602 HashMap<String, Integer> names, ArrayList<Entry> entries) throws IOException {
604 Entry last = entries.get(entries.size() - 1);
612 addValue("num-method-calls", Integer.toString(entries.size()), out);
556 writeTraces(FileOutputStream out, long offset, long wallStart, long threadStart, ArrayList<Entry> entries) argument
601 writeHeader(DataOutputStream out, long start, HashMap<String, Integer> names, ArrayList<Entry> entries) argument
/frameworks/base/core/java/android/webkit/
H A DWebTextView.java886 public AutoCompleteAdapter(Context context, ArrayList<String> entries) { argument
888 .web_text_view_dropdown, entries);
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp2164 SortedVector<AaptGroupEntry> entries; local
2197 if (entries.indexOf(kind) < 0) {
2198 entries.add(kind);
2311 // containing no entries.
2347 // containing no entries.
/frameworks/base/include/utils/
H A DResourceTypes.h752 * Specific entries within a resource table can be uniquely identified
1634 * A collection of resource entries for a particular resource data
1645 * It would be nice to have an additional ordered index of entries, so
1672 // Configuration this collection of entries is designed for.
1704 * Extended form of a ResTable_entry for map entries, defining a parent map
1786 // supplied as additional entries in the map.
1790 // supplied as additional entries in the map.
1956 theme_entry* entries; member in struct:android::ResTable::Theme::type_info
/frameworks/base/libs/utils/
H A DResourceTypes.cpp1520 theme_entry* te = pi->types[j].entries;
1536 theme_entry* te = pi->types[j].entries;
1539 newpi->types[j].entries = newte;
1542 newpi->types[j].entries = NULL;
1602 curEntries = curPI->types[t].entries;
1610 curPI->types[t].entries = curEntries;
1702 const theme_entry& te = ti.entries[e];
1767 theme_entry& te = ti.entries[k];
2499 bag_entry* entries = (bag_entry*)(set+1); local
2502 TABLE_NOISY(LOGI("Starting with set %p, entries
[all...]

Completed in 660 milliseconds