Searched refs:entry (Results 151 - 175 of 223) sorted by relevance

123456789

/frameworks/base/tools/aapt/
H A DZipFile.cpp133 * Return the Nth entry in the archive.
144 * Find an entry by name.
307 int entry; local
308 for (entry = 0; entry < mEOCD.mTotalNumEntries; entry++) {
533 * Add an entry by copying it from another zip file. If "padding" is
537 * If "ppEntry" is non-NULL, a pointer to the new entry will be returned.
872 * Mark an entry as deleted.
885 /* mark entry a
1151 uncompress(const ZipEntry* entry) argument
[all...]
/frameworks/base/core/java/android/content/
H A DSyncQueue.java183 Map.Entry<String, SyncOperation> entry = entries.next();
184 SyncOperation syncOperation = entry.getValue();
/frameworks/support/v4/java/android/support/v4/content/
H A DLocalBroadcastManager.java135 ReceiverRecord entry = new ReceiverRecord(filter, receiver);
149 entries.add(entry);
/frameworks/av/services/camera/libcameraservice/camera2/
H A DCaptureSequencer.cpp517 camera_metadata_entry_t entry; local
518 entry = mNewFrame.find(ANDROID_SENSOR_TIMESTAMP);
519 if (entry.count == 0) {
522 if (entry.data.i64[0] != mCaptureTimestamp) {
524 " captured buffer %lld", entry.data.i64[0], mCaptureTimestamp);
H A DParameters.cpp933 camera_metadata_ro_entry_t entry; local
934 entry = info->find(ANDROID_QUIRKS_TRIGGER_AF_WITH_AUTO);
935 quirks.triggerAfWithAuto = (entry.count != 0 && entry.data.u8[0] == 1);
939 entry = info->find(ANDROID_QUIRKS_USE_ZSL_FORMAT);
940 quirks.useZslFormat = (entry.count != 0 && entry.data.u8[0] == 1);
944 entry = info->find(ANDROID_QUIRKS_METERING_CROP_REGION);
945 quirks.meteringCropRegion = (entry.count != 0 && entry
955 camera_metadata_ro_entry_t entry = info->find(tag); local
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java715 NotificationData.Entry entry = mNotificationData.get(N-1-mNotificationPeekIndex);
716 entry.icon.setBackgroundColor(0);
725 NotificationData.Entry entry =
730 entry.key,
731 entry.notification,
732 entry.icon);
747 entry.icon.setBackgroundColor(0x20FFFFFF);
761 mNotificationPeekKey = entry.key;
772 NotificationData.Entry entry =
776 entry
1518 isTopNotification(ViewGroup parent, NotificationData.Entry entry) argument
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteQueryBuilder.java647 Entry<String, String> entry = entryIter.next();
650 if (entry.getKey().equals(BaseColumns._COUNT)) {
653 projection[i++] = entry.getValue();
/frameworks/base/core/java/android/webkit/
H A DWebViewDatabaseClassic.java541 Entry<String, String> entry = iter.next();
542 map.put(FORMDATA_NAME_COL, entry.getKey());
543 map.put(FORMDATA_VALUE_COL, entry.getValue());
551 * Get all the values for a form entry with "name" in a given site
554 * @param name The name of the form entry
/frameworks/base/services/java/com/android/server/am/
H A DCompatModePackages.java359 Map.Entry<String, Integer> entry = it.next();
360 String pkg = entry.getKey();
361 int mode = entry.getValue();
/frameworks/base/services/jni/
H A Dcom_android_server_BatteryService.cpp234 struct dirent* entry; local
240 while ((entry = readdir(dir))) {
241 const char* name = entry->d_name;
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DDelegateClassAdapterTest.java438 for (Entry<String, byte[]> entry : cl2.getByteCode()) {
439 String className = entry.getKey();
440 byte[] bytes = entry.getValue();
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp113 OptRunEntry("R", llvm::cl::desc("Run the entry method after successfully load "
117 OptEntryFunction("entry-function", llvm::cl::desc("Specify the entry function "
123 "runs the entry method"));
383 // Retrieve the address of entry function.
384 void *entry = loader->getSymbolAddress(OptEntryFunction.c_str()); local
385 if (entry == NULL) {
386 llvm::errs() << "Couldn't find entry method `" << OptEntryFunction
393 // Execute the entry function.
394 int run_result = reinterpret_cast<int (*)()>(entry)();
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp704 // number of entries in symbol tables starts from 1 to hold the special entry
802 HashTableType::entry_type* entry = 0; local
807 entry = m_pSymIndexMap->insert(NULL, sym_exist);
808 entry->setValue(0);
864 entry = m_pSymIndexMap->insert(NULL, sym_exist);
865 entry->setValue(symtabIdx);
909 HashTableType::entry_type* entry = 0; local
958 entry = m_pSymIndexMap->insert(NULL, sym_exist);
959 entry->setValue(0);
972 entry
1265 HashTableType::iterator entry = m_pSymIndexMap->find(pSymbol); local
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp245 const uint32_t entry = Res_GETENTRY(key); local
268 if (entryCount == 0 || entry < entryOffset || entry - entryOffset > entryCount - 1) {
272 const uint32_t index = typeOffset + 2 + entry - entryOffset;
274 ALOGW("Resource ID map: entry index=%d exceeds size of map=%d\n", index, (int)size);
373 ALOGW("Bad string block: entry of %d items extends past data size %d\n",
456 ALOGW("Bad string block: entry of %d styles extends past data size %d\n",
626 ALOGW("Bad string block: string #%d entry is at %d, past end at %d\n",
653 ALOGW("Bad string block: string #%d entry is at %d, past end at %d\n",
683 ALOGW("Bad string block: style #%d entry i
2971 const ResTable_entry* entry; local
3072 const ResTable_entry* entry; local
3349 const ResTable_entry* entry; local
3726 const ResTable_entry* const entry = (const ResTable_entry*) local
4936 const ResTable_entry* const entry = (const ResTable_entry*) local
[all...]
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp443 ZipEntryRO entry = zip.findEntryByIndex(i); local
444 if (zip.getEntryFileName(entry, name, 256) == 0) {
453 if (zip.getEntryInfo(entry, &method, 0, 0, 0, 0, 0)) {
455 FileMap* map = zip.createEntryFileMap(entry);
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsRenderStatesRS.java352 FileA3D.IndexEntry entry = model.getIndexEntry(0);
353 if (entry == null || entry.getEntryType() != FileA3D.EntryType.MESH) {
356 mTorus = (Mesh)entry.getObject();
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDOptions.h112 const std::string& entry() const function in class:mcld::GeneralOptions
/frameworks/base/core/java/android/os/
H A DRecoverySystem.java107 ZipEntry entry = entries.nextElement();
108 InputStream is = zip.getInputStream(entry);
/frameworks/base/core/java/com/android/internal/util/
H A DFileRotator.java157 final ZipEntry entry = new ZipEntry(name);
158 zos.putNextEntry(entry);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnectionTracker.java1468 for (Entry<Integer, DataConnection> entry : mDcSet) {
1469 pw.printf(" *** mDataConnection[%d] \n", entry.getKey());
1470 entry.getValue().dump(fd, pw, args);
1476 for (Entry<String, Integer> entry : mApnToDcIdSet) {
1477 pw.printf(" mApnToDataConnectonId[%s]=%d\n", entry.getKey(), entry.getValue());
1484 for (Entry<String, ApnContext> entry : mApnContextsSet) {
1485 entry.getValue().dump(fd, pw, args);
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp916 const PropertyTableEntry* entry = kObjectPropertyTable; local
917 for (int i = 0; i < count; i++, entry++) {
918 if (entry->property == property) {
919 type = entry->type;
928 const PropertyTableEntry* entry = kDevicePropertyTable; local
929 for (int i = 0; i < count; i++, entry++) {
930 if (entry->property == property) {
931 type = entry->type;
/frameworks/base/include/androidfw/
H A DResourceTypes.h98 * color the array entry will contain that color value; otherwise it
208 #define Res_MAKEID(package, type, entry) \
209 (((package+1)<<24) | (((type+1)&0xFF)<<16) | (entry&0xFFFF))
215 #define Res_MAKEINTERNAL(entry) (0x01000000 | (entry&0xFFFF))
216 #define Res_MAKEARRAY(entry) (0x02000000 | (entry&0xFFFF))
237 // table entry.
336 * This is a reference to a unique entry (a ResTable_entry structure)
339 * package, and eeee is the entry inde
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp265 /// isGlobalGOTSymbol - return true if the symbol is the global GOT entry.
283 HashTableType::entry_type* entry = 0; local
284 entry = m_pSymIndexMap->insert(&pSymbol, sym_exist);
285 entry->setValue(symtabIdx);
340 HashTableType::entry_type* entry = 0; local
343 entry = m_pSymIndexMap->insert(NULL, sym_exist);
344 entry->setValue(0);
371 // Make sure this golbal GOT entry is a dynamic symbol.
429 // both 32 and 64 bits hash table use 32-bit entry
644 // TODO: (simon) The gold linker does not create an entry i
[all...]
/frameworks/base/media/java/android/media/
H A DAudioService.java1314 Map.Entry entry = (Map.Entry)i.next();
1315 if ((Integer)entry.getValue() == 0) {
1316 entry.setValue(10);
2758 Map.Entry entry = (Map.Entry)i.next();
2759 int device = ((Integer)entry.getKey()).intValue();
2762 ((Integer)entry.getValue() + 5)/10,
2823 // there is always an entry for AudioSystem.DEVICE_OUT_DEFAULT
2873 Map.Entry entry = (Map.Entry)i.next();
2874 int device = ((Integer)entry.getKey()).intValue();
2875 int index = ((Integer)entry
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Device.cpp821 result = String8::format(" Queue entry %d:\n", i);
1418 QueueEntry entry; local
1419 entry.handle = handle;
1420 entry.releaseListener = releaseListener;
1421 mQueue.push_back(entry);
1461 QueueEntry &entry = *(stream->mQueue.begin()); local
1463 *buffer = entry.handle;
1465 stream->mInFlightQueue.push_back(entry);

Completed in 484 milliseconds

123456789