Searched defs:entry (Results 1 - 25 of 188) sorted by relevance

12345678

/frameworks/ex/framesequence/jni/
H A DFrameSequence.cpp22 const RegistryEntry* entry = Registry::Find(stream); local
24 if (!entry) return NULL;
26 FrameSequence* frameSequence = entry->createFrameSequence(stream);
H A DRegistry.cpp24 Registry::Registry(const RegistryEntry& entry) { argument
25 mImpl = entry;
30 if (gHeaderBytesRequired < entry.requiredHeaderBytes) {
31 gHeaderBytesRequired = entry.requiredHeaderBytes;
/frameworks/base/tools/aapt/tests/
H A DAaptGroupEntry_test.cpp26 static ::testing::AssertionResult TestParse(AaptGroupEntry& entry, const String8& dirName, argument
28 if (entry.initFromDirName(dirName, outType)) {
34 static ::testing::AssertionResult TestParse(AaptGroupEntry& entry, const char* input, argument
36 return TestParse(entry, String8(input), outType);
40 AaptGroupEntry entry; local
42 EXPECT_TRUE(TestParse(entry, "menu", &type));
47 AaptGroupEntry entry; local
49 EXPECT_TRUE(TestParse(entry, "anim", &type));
52 EXPECT_TRUE(TestParse(entry, "animator", &type));
/frameworks/av/camera/
H A DCameraUtils.cpp40 camera_metadata_ro_entry_t entry = staticInfo.find(ANDROID_SENSOR_ORIENTATION); local
41 if (entry.count == 0) {
47 if (entry.count == 0) {
55 int orientation = entry.data.i32[0];
/frameworks/base/libs/androidfw/
H A DTypeWrappers.cpp41 ALOGE("Type's entry indices extend beyond its boundaries");
51 ALOGE("Index %u points to entry with unaligned offset 0x%08x", mIndex, entryOffset);
55 const ResTable_entry* entry = reinterpret_cast<const ResTable_entry*>( local
57 if (reinterpret_cast<uintptr_t>(entry) > containerEnd - sizeof(*entry)) {
60 } else if (reinterpret_cast<uintptr_t>(entry) + dtohs(entry->size) > containerEnd) {
63 } else if (dtohs(entry->size) < sizeof(*entry)) {
64 ALOGE("Entry at index %u is too small (%u)", mIndex, dtohs(entry
[all...]
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DCSVFormatter.java42 public String getOutput(TrackerEntry entry) { argument
45 rowOutput.append(entry.getTimestamp());
47 rowOutput.append(entry.getTag());
49 //rowOutput.append(entry.getType());
51 if (entry.getType() == EntryType.LOCATION_TYPE) {
52 if (entry.getLocation().hasAccuracy()) {
53 rowOutput.append(entry.getLocation().getAccuracy());
56 rowOutput.append(entry.getLocation().getLatitude());
58 rowOutput.append(entry.getLocation().getLongitude());
60 if (entry
[all...]
H A DIFormatter.java25 String getOutput(TrackerEntry entry); argument
H A DKMLFormatter.java43 public String getOutput(TrackerEntry entry) { argument
46 if (entry.getType() == EntryType.LOCATION_TYPE) {
48 Location loc = entry.getLocation();
53 + entry.getDistFromNetLocation());
56 builder.addLine("<when>" + entry.getTimestamp() + "</when>");
/frameworks/compile/mclinker/unittests/
H A DDirIteratorTest.cpp47 Directory::iterator entry = m_pDir->begin(); local
51 while (entry != enEnd) {
52 if (0 != entry.path()) {
53 size = entry.path()->native().size();
57 ++entry;
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntryHandler.java34 * The method called when one vCard entry is created. Children come before their parent in
38 * In the following vCard, the entry for "entry2" comes before one for "entry1".
48 public void onEntryCreated(final VCardEntry entry); argument
/frameworks/av/media/libstagefright/foundation/
H A DAAtomizer.cpp42 List<AString> &entry = mAtoms.editItemAt(index); local
43 List<AString>::iterator it = entry.begin();
44 while (it != entry.end()) {
51 entry.push_back(AString(name));
53 return (*--entry.end()).c_str();
/frameworks/av/media/mtp/
H A DMtpDebug.cpp371 const CodeEntry* entry = table; local
372 while (entry->name) {
373 if (entry->code == code)
374 return entry->name;
375 entry++;
/frameworks/base/core/java/android/content/res/
H A DConfigurationBoundResourceCache.java46 final ConstantState<T> entry = get(key, theme);
47 if (entry != null) {
48 return entry.newInstance(mResources, theme);
55 public boolean shouldInvalidateEntry(ConstantState<T> entry, int configChanges) { argument
56 return Configuration.needNewResources(configChanges, entry.getChangingConfigurations());
H A DDrawableCache.java45 final Drawable.ConstantState entry = get(key, theme);
46 if (entry != null) {
47 return entry.newDrawable(mResources, theme);
54 public boolean shouldInvalidateEntry(Drawable.ConstantState entry, int configChanges) { argument
55 return Configuration.needNewResources(configChanges, entry.getChangingConfigurations());
/frameworks/base/core/java/android/hardware/camera2/params/
H A DReprocessFormatsMap.java52 * An inner array is followed by another inner array if the total metadata entry size hasn't
57 * <p>The entry array ownership is passed to this instance after construction; do not
60 * @param entry Array of ints, not yet deserialized (not-null)
67 * if entry was null
73 public ReprocessFormatsMap(final int[] entry) { argument
74 checkNotNull(entry, "entry must not be null");
77 int left = entry.length;
78 for (int i = 0; i < entry.length; ) {
79 int inputFormat = StreamConfigurationMap.checkArgumentFormatInternal(entry[
[all...]
/frameworks/base/core/tests/utillib/src/android/test/
H A DBandwidthTestCase.java106 NetworkStats.Entry entry = stats.getTotal(null);
107 getInstrumentation().sendStatus(2, getBandwidthStats(entry));
147 private Bundle getBandwidthStats(NetworkStats.Entry entry){ argument
149 bundle.putLong(REPORT_KEY_BYTES_RECEIVED, entry.rxBytes);
150 bundle.putLong(REPORT_KEY_BYTES_SENT, entry.txBytes);
151 bundle.putLong(REPORT_KEY_PACKETS_RECEIVED, entry.rxPackets);
152 bundle.putLong(REPORT_KEY_PACKETS_SENT, entry.txPackets);
153 bundle.putLong(REPORT_KEY_OPERATIONS, entry.operations);
/frameworks/base/tools/aapt/
H A DResourceFilter.cpp27 std::pair<ConfigDescription, uint32_t>& entry = mConfigs.editItemAt(i); local
33 val.writeTo(&entry.first);
34 } else if (!AaptConfig::parse(part, &entry.first)) {
39 entry.second = mDefault.diff(entry.first);
42 entry.second &= ~ResTable_config::CONFIG_VERSION;
45 if ((entry.second & ResTable_config::CONFIG_DENSITY) != 0) {
46 fprintf(stderr, "warning: ignoring flag -c %s. Use --preferred-density instead.\n", entry.first.toString().string());
47 entry.first.density = 0;
48 entry
69 const std::pair<ConfigDescription, uint32_t>& entry = mConfigs[i]; local
[all...]
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNUInfo.h45 /// entry - the symbol name of the entry point
46 virtual const char* entry() const { return "_start"; } function in class:mcld::GNUInfo
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGNUInfo.cpp54 const char* MipsGNUInfo::entry() const { function in class:mcld::MipsGNUInfo
/frameworks/opt/chips/src/com/android/ex/chips/
H A DPhotoManager.java39 void populatePhotoBytesAsync(RecipientEntry entry, PhotoManagerCallback callback); argument
H A DSingleRecipientArrayAdapter.java31 public SingleRecipientArrayAdapter(Context context, RecipientEntry entry, argument
33 this(context, entry, dropdownChipLayouter, null);
36 public SingleRecipientArrayAdapter(Context context, RecipientEntry entry, argument
40 new RecipientEntry[] { entry });
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DContentValuesVerifier.java45 public void onEntryCreated(VCardEntry entry) { argument
47 mContentValuesVerifierElemList.get(mIndex).onEntryCreated(entry);
H A DContentValuesVerifierElem.java50 public void onEntryCreated(VCardEntry entry) { argument
51 mHandler.onEntryCreated(entry);
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DNoCache.java35 public void put(String key, Entry entry) { argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerStreamListener.cpp56 QueueEntry entry; local
57 entry.mIsCommand = false;
58 entry.mIndex = index;
59 entry.mSize = size;
60 entry.mOffset = 0;
63 mQueue.push_back(entry);
78 QueueEntry entry; local
79 entry.mIsCommand = true;
80 entry.mCommand = cmd;
81 entry
113 QueueEntry *entry = &*mQueue.begin(); local
[all...]

Completed in 1823 milliseconds

12345678