Searched defs:existing (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DChartDataLoader.java130 * an existing {@link NetworkStatsHistory} if provided.
133 NetworkTemplate template, int uid, int set, NetworkStatsHistory existing)
138 if (existing != null) {
139 existing.recordEntireHistory(history);
140 return existing;
132 collectHistoryForUid( NetworkTemplate template, int uid, int set, NetworkStatsHistory existing) argument
/frameworks/rs/
H A DrsProgramRaster.cpp84 ProgramRaster *existing = rsc->mStateRaster.mRasterPrograms[ct]; local
85 if (existing->mHal.state.pointSprite != pointSprite) continue;
86 if (existing->mHal.state.cull != cull) continue;
87 returnRef.set(existing);
H A DrsProgramStore.cpp95 ProgramStore *existing = rsc->mStateFragmentStore.mStorePrograms[ct]; local
96 if (existing->mHal.state.ditherEnable != ditherEnable) continue;
97 if (existing->mHal.state.colorRWriteEnable != colorMaskR) continue;
98 if (existing->mHal.state.colorGWriteEnable != colorMaskG) continue;
99 if (existing->mHal.state.colorBWriteEnable != colorMaskB) continue;
100 if (existing->mHal.state.colorAWriteEnable != colorMaskA) continue;
101 if (existing->mHal.state.blendSrc != srcFunc) continue;
102 if (existing->mHal.state.blendDst != destFunc) continue;
103 if (existing->mHal.state.depthWriteEnable != depthMask) continue;
104 if (existing
[all...]
H A DrsSampler.cpp88 Sampler *existing = rsc->mStateSampler.mAllSamplers[ct]; local
89 if (existing->mHal.state.magFilter != magFilter) continue;
90 if (existing->mHal.state.minFilter != minFilter ) continue;
91 if (existing->mHal.state.wrapS != wrapS) continue;
92 if (existing->mHal.state.wrapT != wrapT) continue;
93 if (existing->mHal.state.wrapR != wrapR) continue;
94 if (existing->mHal.state.aniso != aniso) continue;
95 returnRef.set(existing);
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
H A DProcessExpressions.java222 public void removeOverridden(List<Intermediate> existing) { argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DANQPData.java62 public ANQPData(Clock clock, NetworkDetail network, ANQPData existing) { argument
67 if (existing == null) {
72 mRetry = Math.max(existing.getRetry() + 1, MAX_RETRY);
/frameworks/base/tools/aapt2/
H A DResourceTable.cpp194 * existing value, 0 means fail, and +1 means take the incoming value.
196 int ResourceTable::resolveValueCollision(Value* existing, Value* incoming) { argument
197 Attribute* existingAttr = valueCast<Attribute>(existing);
203 // already exists. Keep the existing.
205 } else if (existing->isWeak()) {
209 // The existing and incoming values are strong, this is an error
215 if (existing->isWeak()) {
216 // The existing value is not an attribute and it is weak,
220 // The existing value is not an attribute and it is strong,
247 // Keep the existing attribut
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkStatsHistory.java117 public NetworkStatsHistory(NetworkStatsHistory existing, long bucketDuration) { argument
118 this(bucketDuration, existing.estimateResizeBuckets(bucketDuration));
119 recordEntireHistory(existing);
390 // try finding existing bucket
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DExpr.java283 public void onSwappedWith(Expr existing) { argument
285 child.onParentSwapped(this, existing);
503 // check if remaining dependencies can be satisfied w/ existing values
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java604 * Tracks existing system packages prior to receiving an OTA. Keys are package name.
2409 // save off the names of pre-existing system packages prior to scanning; we don't
4700 * existing one.
6774 // Optimization: reuse the existing cached certificates
7047 + " signatures don't match existing userdata copy; removing");
7147 // Already existing package. Make sure signatures match
7167 // Already existing package. Make sure signatures match
8110 // If we're only installing presumed-existing packages, require that the
8243 // Just create the setting, don't add it yet. For already existing packages
8352 // that conflict with existing package
8984 maybeRenameForeignDexMarkers(PackageParser.Package existing, PackageParser.Package update, UserHandle user) argument
12618 final boolean existing; field in class:PackageManagerService.OriginInfo
12643 OriginInfo(File file, String cid, boolean staged, boolean existing) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 222 milliseconds