Searched refs:entry (Results 101 - 125 of 497) sorted by relevance

1234567891011>>

/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/
H A DLayoutBinderTest.java52 final Map.Entry<String, Expr> entry = findIdentifier("test");
53 final Expr value = entry.getValue();
66 final Map.Entry<String, Expr> entry = findIdentifier("test");
67 final Expr value = entry.getValue();
110 for (Map.Entry<String, Expr> entry : mExprModel.getExprMap().entrySet()) {
111 if (entry.getValue() instanceof IdentifierExpr) {
112 IdentifierExpr expr = (IdentifierExpr) entry.getValue();
114 return 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);
H A DImportTestProvider.java97 for (Entry<String, Object> entry : actualContentValues.valueSet()) {
98 Object value = entry.getValue();
100 keyToBeRemoved.add(entry.getKey());
110 // Remove RAW_CONTACT_ID entry just for safety, since we do not care
111 // how resolver-related code handles the entry in this unit test,
183 for (Entry<String, Object> entry : contentValues.valueSet()) {
184 final String key = entry.getKey();
185 final Object value = entry.getValue();
198 for (Entry<String, String> entry : sortedMap.entrySet()) {
199 final String key = entry
[all...]
/frameworks/base/tools/aapt/
H A DFileFinder.cpp54 struct dirent* entry; local
55 while ((entry = dw->nextEntry()) != NULL) {
56 String8 entryName(entry->d_name);
57 if (entry->d_name[0] == '.') // Skip hidden files and directories
61 // If this entry is a directory we'll recurse into it
68 // If this entry is a file, we'll pass it over to checkAndAddFile
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGNUInfo.h28 const char* entry() const;
/frameworks/ex/framesequence/jni/
H A DRegistry.h44 Registry(const RegistryEntry& entry);
/frameworks/opt/chips/sample/src/com/android/ex/chips/sample/
H A DMainActivity.java75 public void onRecipientChipAdded(RecipientEntry entry) { argument
76 Log.i("ChipsSample", entry.getDisplayName() + " recipient chip added");
80 public void onRecipientChipDeleted(RecipientEntry entry) { argument
81 Log.i("ChipsSample", entry.getDisplayName() + " recipient chip removed");
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DNoCache.java35 public void put(String key, Entry entry) { argument
H A DBasicNetwork.java104 Entry entry = request.getCacheEntry();
105 if (entry == null) {
112 // have to use the header fields from the cache entry plus
115 entry.responseHeaders.putAll(responseHeaders);
116 return new NetworkResponse(HttpStatus.SC_NOT_MODIFIED, entry.data,
117 entry.responseHeaders, true,
205 private void addCacheHeaders(Map<String, String> headers, Cache.Entry entry) { argument
206 // If there's no cache entry, we're done.
207 if (entry == null) {
211 if (entry
[all...]
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffEntry.h33 inline bool operator op (const TiffEntry& entry) const;
36 * This class holds a single TIFF IFD entry.
45 * Write the 12-byte IFD entry to the output. The given offset will be
54 * Get the count set for this entry. This corresponds to the TIFF Count
60 * Get the tag id set for this entry. This corresponds to the TIFF Tag
66 * Get the type set for this entry. This corresponds to the TIFF Type
72 * Get the defined endianness for this entry. If this is defined,
78 * Get the value for this entry. This corresponds to the TIFF Value
110 bool TiffEntry::operator op (const TiffEntry& entry) const { \
111 return getComparableValue() op entry
[all...]
/frameworks/base/location/lib/java/com/android/location/provider/
H A DFusedLocationHardware.java318 for(Map.Entry<FusedLocationHardwareSink, DispatcherHandler> entry : sinks.entrySet()) {
320 entry.getValue(),
322 new MessageCommand(entry.getKey(), locations, null /*data*/, 0, 0));
333 for(Map.Entry<FusedLocationHardwareSink, DispatcherHandler> entry : sinks.entrySet()) {
335 entry.getValue(),
337 new MessageCommand(entry.getKey(), null /*locations*/, data, 0, 0));
348 for(Map.Entry<FusedLocationHardwareSink, DispatcherHandler> entry : sinks.entrySet()) {
350 entry.getValue(),
352 new MessageCommand(entry.getKey(), null /*locations*/, null, capabilities, 0));
363 for(Map.Entry<FusedLocationHardwareSink, DispatcherHandler> entry
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DKeyValueMap.java69 for (Map.Entry<String, Object> entry : entrySet()) {
71 Object value = entry.getValue();
77 writer.write(entry.getKey() + " = " + valueString + ";\n");
/frameworks/base/tools/aapt2/filter/
H A DConfigFilter.cpp48 for (const auto& entry : mConfigs) {
49 const ConfigDescription& target = entry.first;
50 const uint32_t diffMask = entry.second;
/frameworks/base/tools/aapt2/link/
H A DAutoVersioner_test.cpp31 ResourceEntry entry(u"foo");
32 entry.values.push_back(util::make_unique<ResourceConfigValue>(defaultConfig, ""));
33 entry.values.push_back(util::make_unique<ResourceConfigValue>(landConfig, ""));
34 entry.values.push_back(util::make_unique<ResourceConfigValue>(sw600dpLandConfig, ""));
36 EXPECT_TRUE(shouldGenerateVersionedResource(&entry, defaultConfig, 17));
37 EXPECT_TRUE(shouldGenerateVersionedResource(&entry, landConfig, 17));
45 ResourceEntry entry(u"foo");
46 entry.values.push_back(util::make_unique<ResourceConfigValue>(defaultConfig, ""));
47 entry.values.push_back(util::make_unique<ResourceConfigValue>(sw600dpV13Config, ""));
48 entry
[all...]
/frameworks/ex/common/java/com/android/common/content/
H A DProjectionMap.java50 for (Map.Entry<String, String> entry : map.entrySet()) {
51 mMap.putColumn(entry.getKey(), entry.getValue());
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DDataUsageController.java155 final NetworkStatsHistory.Entry entry = history.getValues(start, end, now, null);
159 historyEntryToString(entry)));
160 if (entry == null) {
161 return warn("no entry data");
163 final long totalBytes = entry.rxBytes + entry.txBytes;
197 private static String historyEntryToString(NetworkStatsHistory.Entry entry) { argument
198 return entry == null ? null : new StringBuilder("Entry[")
199 .append("bucketDuration=").append(entry.bucketDuration)
200 .append(",bucketStart=").append(entry
[all...]
/frameworks/base/core/java/android/util/jar/
H A DStrictJarManifestReader.java66 Attributes entry = entries.get(entryNameValue);
67 if (entry == null) {
68 entry = new Attributes(12);
72 entry.put(name, value);
83 throw new IOException("A jar verifier does not support more than one entry with the same name");
89 entries.put(entryNameValue, entry);
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp54 EntryListType::iterator entry, entryEnd = m_EntryList.end(); local
55 for (entry = m_EntryList.begin(); entry != entryEnd; ++entry) {
56 if (*entry != NULL)
57 delete (*entry);
61 for (entry = m_NeedList.begin(); entry != entryEnd; ++entry) {
62 if (*entry !
335 EntryListType::const_iterator entry, entryEnd = m_NeedList.end(); local
[all...]
/frameworks/base/core/tests/coretests/src/android/net/
H A DNetworkStatsHistoryTest.java69 NetworkStatsHistory.Entry entry = null;
74 entry = history.getValues(0, entry);
75 assertEquals(29143L, entry.rxBytes);
76 assertEquals(6223L, entry.txBytes);
78 entry = history.getValues(history.size() - 1, entry);
79 assertEquals(1476L, entry.rxBytes);
80 assertEquals(838L, entry.txBytes);
82 entry
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DAtlas.java56 * Represents a bitmap packed in the atlas. Each entry has a location in
124 * @param entry Out parameter that will be filled in with the location
132 public Entry pack(int width, int height, Entry entry) { argument
133 if (entry == null) entry = new Entry();
134 return mPolicy.pack(width, height, entry);
159 abstract Entry pack(int width, int height, Entry entry); argument
273 Entry pack(int width, int height, Entry entry) { argument
278 if (insert(cell, prev, width, height, entry)) {
279 return entry;
356 insert(Cell cell, Cell prev, int width, int height, Entry entry) argument
[all...]
/frameworks/base/libs/hwui/renderstate/
H A DOffscreenBufferPool.cpp133 for (auto& entry : mPool) {
134 delete entry.layer;
144 Entry entry(width, height);
145 auto iter = mPool.find(entry);
148 entry = *iter;
151 layer = entry.layer;
180 for (auto entry : mPool) {
181 ALOGD(" Layer size %dx%d", entry.width, entry.height);
200 Entry entry(laye
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java950 Entry entry = activeNotifications.get(i);
951 boolean exposedGuts = entry.row.getGuts() == mNotificationGutsExposed;
952 entry.row.reInflateViews();
954 mNotificationGutsExposed = entry.row.getGuts();
955 bindGuts(entry.row);
957 entry.cacheContentViews(mContext, null /* updatedNotification */);
958 inflateViews(entry, mStackScroller);
1002 NotificationData.Entry entry) {
1004 if (entry.getContentView().getId()
1007 if (entry
1001 applyColorsAndBackgrounds(StatusBarNotification sbn, NotificationData.Entry entry) argument
1019 isMediaNotification(NotificationData.Entry entry) argument
1579 inflateViews(Entry entry, ViewGroup parent) argument
2211 addNotificationViews(Entry entry, RankingMap ranking) argument
2431 updateHeadsUp(String key, Entry entry, boolean shouldPeek, boolean alertAgain) argument
2434 updateNotificationViews(Entry entry, StatusBarNotification sbn) argument
2463 updatePublicContentView(Entry entry, StatusBarNotification sbn) argument
2493 shouldPeek(Entry entry) argument
2497 shouldPeek(Entry entry, StatusBarNotification sbn) argument
[all...]
/frameworks/rs/
H A DrsMap.h34 MapEntry entry; member in struct:android::renderscript::Map::LinkNode
61 if (node->entry.first == key) {
62 return node->entry.second;
69 node->entry.first = key;
76 return node->entry.second;
114 return node->entry;
148 if (node->entry.first == key) {
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsRecorder.java236 NetworkStats.Entry entry = null;
238 entry = delta.getValues(i, entry);
239 final NetworkIdentitySet ident = ifaceIdent.get(entry.iface);
241 unknownIfaces.add(entry.iface);
246 if (entry.isEmpty()) continue;
249 if ((entry.tag == TAG_NONE) != mOnlyTags) {
251 mPending.recordData(ident, entry.uid, entry.set, entry
[all...]

Completed in 9328 milliseconds

1234567891011>>