Searched refs:entry (Results 201 - 225 of 497) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/util/jar/
H A DStrictJarVerifier.java186 * Invoked for each new JAR entry read operation from the input
188 * which contains the certificates used to sign the entry and its hash value
192 * the name of an entry in a JAR file which is <b>not</b> in the
198 // If no manifest is present by the time an entry is found,
206 // entry has no digest
214 Map.Entry<String, HashMap<String, Attributes>> entry = it.next();
215 HashMap<String, Attributes> hm = entry.getValue();
217 // Found an entry for entry name in .SF file
218 String signatureFile = entry
472 verify(Attributes attributes, String entry, byte[] data, int start, int end, boolean ignoreSecondEndline, boolean ignorable) argument
[all...]
/frameworks/native/vulkan/libvulkan/
H A Dlayers_extensions.cpp336 dirent* entry; local
337 while ((entry = readdir(dir.get())) != nullptr)
338 functor(entry->d_name);
362 ZipEntry entry; local
364 while (Next(iter_cookie, &entry, &name) == 0) {
375 if (entry.method != kCompressStored || entry.offset % PAGE_SIZE != 0)
445 [=](const Layer& entry) {
446 return strcmp(entry.properties.layerName, name) == 0;
/frameworks/av/media/libstagefright/
H A DSampleIterator.cpp164 const SampleTable::SampleToChunkEntry *entry =
167 mFirstChunk = entry->startChunk;
168 mSamplesPerChunk = entry->samplesPerChunk;
169 mChunkDesc = entry->chunkDesc;
172 mStopChunk = entry[1].startChunk;
/frameworks/av/media/mtp/
H A DMtpDebug.cpp372 const CodeEntry* entry = table; local
373 while (entry->name) {
374 if (entry->code == code)
375 return entry->name;
376 entry++;
/frameworks/base/core/java/com/android/server/net/
H A DNetlinkTracker.java205 * Represents a DNS server entry with an expiry time.
312 // Go through the list of servers. For each one, update the entry if one exists, and
323 // There was no entry for this server. Create one, unless it's already expired
326 DnsServerEntry entry = new DnsServerEntry(address, expiry);
327 mAllServers.add(entry);
328 mIndex.put(address, entry);
367 for (DnsServerEntry entry : mAllServers) {
369 changed |= mCurrentServers.add(entry.address);
/frameworks/base/libs/hwui/
H A DPathCache.h176 * Used as a callback when an entry is removed from the cache.
237 PathTexture* addTexture(const PathDescription& entry,
239 PathTexture* addTexture(const PathDescription& entry, SkBitmap* bitmap);
245 void generateTexture(const PathDescription& entry, SkBitmap* bitmap, PathTexture* texture,
248 PathTexture* get(const PathDescription& entry) { argument
249 return mCache.get(entry);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java127 protected boolean shouldShowNotification(NotificationData.Entry entry, argument
129 if (notificationData.isAmbient(entry.key)
130 && !NotificationData.showNotificationEvenIfUnprovisioned(entry.notification)) {
133 if (!PhoneStatusBar.isTopLevelChild(entry)) {
136 if (entry.row.getVisibility() == View.GONE) {
/frameworks/compile/mclinker/lib/Script/
H A DScriptFile.cpp86 EntryCmd* entry = new EntryCmd(pSymbol); local
91 sections->push_back(entry);
93 m_CommandQueue.push_back(entry);
237 ParserStrEntry* entry = local
239 return entry->key();
/frameworks/volley/src/main/java/com/android/volley/
H A DRequest.java98 * the network, the cache entry will be stored here so that in the event of
285 * Annotates this request with an entry retrieved for it from cache.
290 public Request<?> setCacheEntry(Cache.Entry entry) { argument
291 mCacheEntry = entry;
296 * Returns the annotated cache entry, or null if there isn't one.
447 for (Map.Entry<String, String> entry : params.entrySet()) {
448 encodedParams.append(URLEncoder.encode(entry.getKey(), paramsEncoding));
450 encodedParams.append(URLEncoder.encode(entry.getValue(), paramsEncoding));
/frameworks/base/core/java/android/app/backup/
H A DBackupHelperDispatcher.java71 for (Map.Entry<String,BackupHelper> entry: helpers.entrySet()) {
72 header.keyPrefix = entry.getKey();
74 BackupHelper helper = entry.getValue();
/frameworks/base/core/java/android/view/
H A DViewHierarchyEncoder.java86 for (Map.Entry<String,Short> entry : mPropertyNames.entrySet()) {
87 writeShort(entry.getValue());
88 writeString(entry.getKey());
/frameworks/base/media/java/android/media/
H A DMediaMetadataRetriever.java91 for (Map.Entry<String, String> entry: headers.entrySet()) {
92 keys[i] = entry.getKey();
93 values[i] = entry.getValue();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardAbsKeyInputView.java120 final String entry = getPasswordText();
127 if (entry.length() <= MINIMUM_PASSWORD_LENGTH_BEFORE_REPORT) {
137 entry,
180 // Prevent user from using the PIN/Password entry until scheduled deadline.
/frameworks/base/packages/Osu/src/com/android/anqp/eap/
H A DEAP.java131 for (Map.Entry<Integer, EAPMethodID> entry : sEapIds.entrySet()) {
132 sRevEapIds.put(entry.getValue(), entry.getKey());
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
H A DDomainMatcher.java49 for (Map.Entry<String, Label> entry : mSubDomains.entrySet()) {
50 sb.append(entry.getKey());
51 entry.getValue().toString(sb);
/frameworks/base/services/core/java/com/android/server/am/
H A DCoreSettingsObserver.java105 for (Map.Entry<String, Class<?>> entry : map.entrySet()) {
106 String setting = entry.getKey();
107 Class<?> type = entry.getValue();
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmAnalyzer.java140 ZipEntry entry;
142 entry = entries.nextElement();
143 if (entry.getName().endsWith(".class")) {
144 ClassReader cr = new ClassReader(zip.getInputStream(entry));
149 if (includeFilePattern.matcher(entry.getName()).matches()) {
150 filesFound.put(entry.getName(), zip.getInputStream(entry));
242 for (Entry<String, ClassReader> entry : zipClasses.entrySet()) {
243 String class_name = entry.getKey();
281 for (Entry<String, ClassReader> entry
[all...]
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DLocationCluster.java99 for (Map.Entry<String, Long> entry : mNewHistogram.entrySet()) {
100 String timeLabel = entry.getKey();
101 long duration = entry.getValue();
H A DPredictor.java124 Map.Entry<String, Double> entry = topApps.get(i);
125 result.add(new StringFloat(entry.getKey(), entry.getValue().floatValue()));
/frameworks/native/services/sensorservice/
H A DSensorList.cpp44 auto entry = mHandleMap.find(handle); local
45 if (entry != mHandleMap.end()) {
46 mHandleMap.erase(entry);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/eap/
H A DEAP.java131 for (Map.Entry<Integer, EAPMethodID> entry : sEapIds.entrySet()) {
132 sRevEapIds.put(entry.getValue(), entry.getKey());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
H A DDomainMatcher.java52 for (Map.Entry<String, Label> entry : mSubDomains.entrySet()) {
53 sb.append(entry.getKey());
54 entry.getValue().toString(sb);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsExternalCallTracker.java115 Map.Entry<Integer, ImsExternalConnection> entry = connectionIterator.next();
116 int callId = entry.getKey().intValue();
119 ImsExternalConnection externalConnection = entry.getValue();
136 // If there is a new entry and it is already terminated, don't bother adding it to
/frameworks/support/v17/leanback/src/android/support/v17/leanback/util/
H A DStateMachine.java198 Map.Entry<State, ArrayList<State>> entry = iterator.next();
199 ArrayList<State> fromStates = entry.getValue();
203 State toState = entry.getKey();
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java289 ProcessErrorStateInfo entry = iter.next();
292 switch (entry.condition) {
304 builder.append(String.format("Process %s encountered %s (%s)", entry.processName,
305 condition, entry.shortMsg));
306 if (entry.condition == ActivityManager.ProcessErrorStateInfo.CRASHED) {
307 builder.append(String.format(" with stack trace:\n%s\n", entry.stackTrace));

Completed in 4573 milliseconds

1234567891011>>