Searched refs:it (Results 451 - 475 of 565) sorted by relevance

<<11121314151617181920>>

/frameworks/base/cmds/statsd/src/metrics/
H A DGaugeMetricProducer.cpp164 for (const auto& it : *mCurrentSlicedBucket) {
166 it.first.getDimensionKeyInWhat().toString().c_str(),
167 it.first.getDimensionKeyInCondition().toString().c_str(),
168 (int)it.second.size());
318 // current bucket, do not do it again.
/frameworks/base/libs/hwui/
H A DClipArea.cpp118 // Add it to the list if there is room
518 SkRegion::Iterator it(*region);
519 while (!it.done()) {
520 Rect rect(it.rect());
524 it.next();
/frameworks/base/services/net/java/android/net/ip/
H A DRouterAdvertisementDaemon.java67 * "kick" messages when it's time to send a multicast RA.
209 for (Iterator<Map.Entry<T, Integer>> it = map.entrySet().iterator();
210 it.hasNext();) {
211 Map.Entry<T, Integer> kv = it.next();
213 it.remove();
320 // The packet up to mRaLength is valid, since it has been updated
/frameworks/base/tools/incident_section_gen/
H A Dmain.cpp35 * When argument "incident" is specified, it generates incident_section.cpp file.
37 * When argument "incidentd" is specified, it generates section_list.cpp file.
39 * In section_list.cpp file, it generates a SECTION_LIST array and a PRIVACY_POLICY_LIST array.
40 * For SECTION_LIST, it generates Section.h classes only for proto fields with section option enabled.
41 * For PRIVACY_POLICY_LIST, it generates Privacy.h classes only for proto fields with privacy option enabled.
43 * For Privacy struct, it is possible to have self recursion definitions since protobuf is defining "classes"
44 * So the logic to handle it becomes very complicated when Privacy tag of a message contains a list of Privacies
121 for (map<string,FieldDescriptor const*>::const_iterator it = sections.begin();
122 it != sections.end(); it
[all...]
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
H A DLocalizeDependenciesTask.groovy114 def repo = new File(it).getCanonicalFile()
121 def artifact = new DefaultArtifact(it)
148 println("skipping ${artifact} because it exists in $repo")
/frameworks/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java49 * it and the original Path class.
614 for (PathIterator it = mPath.getPathIterator(null); !it.isDone(); it.next()) {
615 int type = it.currentSegment(coords);
/frameworks/native/opengl/libagl/
H A Dcontext.h554 int iteratorsScale(int32_t it[3],
557 void iterators1616(GGLfixed it[3],
560 void iterators0032(int32_t it[3],
563 void iterators0032(int64_t it[3],
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationManagerCompat.java208 // Cancel this notification in notification manager if it just transitioned to being
267 // Parse the string again if it is different from the last time this method was called.
443 Iterator<Map.Entry<ComponentName, ListenerRecord>> it =
445 while (it.hasNext()) {
446 Map.Entry<ComponentName, ListenerRecord> entry = it.next();
452 it.remove();
/frameworks/support/core/ktx/src/androidTest/java/androidx/core/view/
H A DViewGroupTest.kt133 views += it
204 views.forEach { viewGroup.addView(it) }
H A DMenuTest.kt97 items += it
/frameworks/support/media/src/main/java/androidx/media/subtitle/
H A DSubtitleTrack.java137 for (Iterator<Pair<Long, Cue>> it =
138 mCues.entriesBetween(mLastUpdateTimeMs, timeMs).iterator(); it.hasNext(); ) {
139 Pair<Long, Cue> event = it.next();
147 it.remove();
319 // handle as it we are not playing
340 // even with synchronized, it is possible that we are going
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
H A DProcessorErrors.kt49 return "Method returns $definedReturn but it should return one of the following: `" +
59 it.java.simpleName
68 " If you are trying to create a base DAO, create a normal class, extend it with type" +
106 val COLUMN_NAME_CANNOT_BE_EMPTY = "Column name cannot be blank. If you don't want to set it" +
110 " to set it, just remove the tableName property."
141 "annotated with @Entity or a collection/array of it."
173 " database. You can consider adding a type converter for it."
212 interface, don't make it abstract, instead, implement the code that calls the
242 [${unusedFields.joinToString(", ") { it.columnName }}] which are not returned by the
255 Fields in $pojoTypeName: ${allFields.joinToString(", ") { it
[all...]
H A DContext.kt52 ProcessorOptions.values().map { it.argName }
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
H A DDaoProcessorTest.kt161 executableElement = it.element,
188 executableElement = it.element,
H A DEntityProcessorTest.kt298 assertThat(entity.primaryKey.fields.map { it.name }, `is`(listOf("id")))
321 assertThat(entity.primaryKey.fields.map { it.name }, `is`(listOf("id")))
341 return fieldNames.mapNotNull { name -> entity.fields.find { it.name == name } }
1047 assertThat(entity.primaryKey.fields.map { it.columnName },
1080 assertThat(entity.primaryKey.fields.map { it.columnName },
1113 assertThat(entity.primaryKey.fields.map { it.columnName },
1148 assertThat(entity.primaryKey.fields.map { it.columnName },
1225 assertThat(entity.primaryKey.fields.map { it.name }, `is`(listOf("id", "foo")))
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp548 auto it = mScrambledRangeInfos.begin(); local
549 ALOGV("[stream %d] fetching scrambled range: size=%zu", mMode, it->mLength);
555 scrambledLength = it->mLength;
559 keyId = it->mKeyId;
561 clearSizes = it->mClearSizes;
562 encSizes = it->mEncSizes;
563 isSync = it->mIsSync;
564 mScrambledRangeInfos.erase(it);
583 // (or it was clear to begin with)
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerFunctionalTest.java84 // it is expected to timeout as download never finishes
241 // Just in case file somehow got created, make sure to delete it
259 Iterator<Long> it = ids.iterator();
261 dlRequest, it.next().longValue());
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java190 for (Iterator<HdmiDeviceInfo> it = mHdmiDeviceList.iterator(); it.hasNext();) {
191 HdmiDeviceInfo deviceInfo = it.next();
195 it.remove();
492 for (Iterator<Message> it = mPendingHdmiDeviceEvents.iterator(); it.hasNext(); ) {
493 Message msg = it.next();
499 it.remove();
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc67 errno = 0; // opendir() will set errno if it failed to open directory.
/frameworks/ml/nn/common/operations/
H A DSVDFTest.cpp201 auto it = input_shapes.begin(); local
205 OperandType X##OpndTy(Type::TENSOR_FLOAT32, *it++); \
308 // Resets the state of SVDF op by filling it with 0's.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java119 // Although mConnections seems to be the place to look, it is not guaranteed
291 // This is a hack to delay DIAL so that it is sent out to RIL only after
325 // and will mark it as dropped.
435 // and will mark it as dropped.
579 // from the network. For CDMA networks which do support it will put the other
853 for (Iterator<Connection> it = mHandoverConnections.iterator();
854 it.hasNext(); ) {
855 Connection c = it.next();
860 it.remove();
889 // it contain
[all...]
/frameworks/av/media/libstagefright/bqhelper/
H A DGraphicBufferSource.cpp71 // TODO: Justify the choice of this value, or make it configurable.
77 * holds a reference to the buffer, and maintains which buffer slot it belongs to (if any), and
78 * whether it is still in a buffer slot. It also maintains whether there are any outstanging acquire
79 * references to it (by buffers acquired from the slot) mainly so that we can keep a debug
99 * Returns the cache slot that this buffer is cached in, or -1 if it is no longer cached.
101 * This assumes that -1 slot id is invalid; though, it is just a benign collision used for
102 * debugging. This object explicitly manages whether it is still cached.
159 * fence for this - as it is assumed that noone waited for the acquire fence. Otherwise, it is
160 * assumed that the encoder has waited for the acquire fence (or returned it a
600 List<ActionItem>::iterator it = mActionQueue.begin(); local
[all...]
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp368 DrmSupportInfo::FileSuffixIterator it = info.getFileSuffixIterator(); local
369 while (it.hasNext()) {
370 String8 value = it.next();
559 DrmInfo::KeyIterator it = pDrmInfo->keyIterator(); local
563 while (it.hasNext()) {
564 String8 key = it.next();
/frameworks/ml/nn/runtime/
H A DExecutionPlan.cpp135 // Adds an operand if it has not been added already.
196 // input. That means it must be defined by a
202 // partition, so keep track of it.
212 // input. That means it must be defined by a
236 // - We may not have seen an input if it is a model input, a
282 const auto it = mTemporaryToDefiningStep.find(fromModelIndex); local
283 nnAssert(it != mTemporaryToDefiningStep.end());
284 const uint32_t stepIndex = it->second;
416 const auto it = fromModelOperandIndexToOutputIndex.find(fromModelOperandIndex); local
417 if (it
[all...]
/frameworks/native/cmds/lshal/
H A DListCommand.cpp93 auto it = mPartitions.find(pid); local
94 if (it != mPartitions.end()) {
95 return it->second;
190 // and HIDL default code doesn't use it.
637 auto it = pidInfo->refPids.find(debugInfo.ptr); local
638 if (it != pidInfo->refPids.end()) {
639 entry->clientPids = it->second;

Completed in 1973 milliseconds

<<11121314151617181920>>