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

/frameworks/av/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/testing/androidtestlib/tests/src/com/android/test/runner/
H A DClassPathScannerTest.java88 private Enumeration<String> createEntries(String... entries) { argument
89 Vector<String> v = new Vector<String>(entries.length);
90 for (String entry : entries) {
/frameworks/av/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/services/common_time/
H A Dutils.cpp52 LogRing::LogRing(const char* header, size_t entries) argument
53 : mSize(entries)
59 ALOGE("Failed to allocate log ring with %u entries.", mSize);
/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 DMultiCheckPreference.java31 * A {@link Preference} that displays a list of entries as
71 * Sets the human-readable entries to be shown in the list. This will be
77 * @param entries The entries.
80 public void setEntries(CharSequence[] entries) { argument
81 mEntries = entries;
82 mSetValues = new boolean[entries.length];
83 mOrigValues = new boolean[entries.length];
88 * @param entriesResId The entries array as a resource.
95 * The list of entries t
[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/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp510 int entries = sizeof(function_table) / sizeof(function_table[0]); local
511 for (int i = 0; i < entries; i++) {
/frameworks/ex/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java73 * The number of extra entries requested to allow for duplicates. Duplicates
170 public final List<RecipientEntry> entries; field in class:BaseRecipientAdapter.DefaultFilterResult
176 public DefaultFilterResult(List<RecipientEntry> entries, argument
181 this.entries = entries;
237 final List<RecipientEntry> entries = constructEntryList(false,
246 Log.d(TAG, "More entries should be needed (current: "
260 entries, entryMap, nonAggregatedEntries,
292 if (defaultFilterResult.entries.size() == 0 &&
297 updateEntries(defaultFilterResult.entries);
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Device.cpp659 size_t entries = get_camera_metadata_entry_count(*slotEntry); local
663 allocate_camera_metadata(entries, dataBytes);
801 result.appendFormat(" Stream slot: %d entries\n",
816 result = String8::format(" Main queue has %d entries:\n",
903 size_t entries, size_t bytes,
908 allocate_camera_metadata(entries, bytes);
901 producer_dequeue( const camera2_frame_queue_dst_ops_t *q, size_t entries, size_t bytes, camera_metadata_t **buffer) argument
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp2309 SortedVector<AaptGroupEntry> entries; local
2342 if (entries.indexOf(kind) < 0) {
2343 entries.add(kind);
2456 // containing no entries.
2492 // containing no entries.
/frameworks/base/include/androidfw/
H A DResourceTypes.h759 * the names of entries or type identifiers however).
762 * Specific entries within a resource table can be uniquely identified
1100 * A collection of resource entries for a particular resource data
1111 * It would be nice to have an additional ordered index of entries, so
1138 // Configuration this collection of entries is designed for.
1170 * Extended form of a ResTable_entry for map entries, defining a parent map
1252 // supplied as additional entries in the map.
1256 // supplied as additional entries in the map.
1422 theme_entry* entries; member in struct:android::ResTable::Theme::type_info
1527 // but not the names their entries o
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2457 theme_entry* te = pi->types[j].entries;
2473 theme_entry* te = pi->types[j].entries;
2476 newpi->types[j].entries = newte;
2479 newpi->types[j].entries = NULL;
2539 curEntries = curPI->types[t].entries;
2547 curPI->types[t].entries = curEntries;
2639 const theme_entry& te = ti.entries[e];
2704 theme_entry& te = ti.entries[k];
3434 bag_entry* entries = (bag_entry*)(set+1); local
3437 TABLE_NOISY(ALOGI("Starting with set %p, entries
[all...]

Completed in 948 milliseconds