Searched refs:it (Results 76 - 100 of 565) sorted by relevance

1234567891011>>

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
H A DPojoProcessor.kt72 * Processes any class as if it is a Pojo.
117 !it.hasAnnotation(Ignore::class)
118 && !it.hasAnyOf(STATIC)
119 && (!it.hasAnyOf(TRANSIENT)
120 || it.hasAnnotation(ColumnInfo::class)
121 || it.hasAnnotation(Embedded::class)
122 || it.hasAnnotation(Relation::class))
126 PROCESSED_ANNOTATIONS.count { field.hasAnnotation(it) } < 2, field,
143 element = it,
151 processEmbeddedField(declaredType, it)
[all...]
H A DCustomConverterProcessor.kt60 MoreTypes.isType(it)
61 }?.mapTo(LinkedHashSet(), { it }) ?: LinkedHashSet<TypeMirror>()
64 CustomConverterProcessor(context, MoreTypes.asTypeElement(it))
75 val groupedByFrom = converters.groupBy { it.from.typeName() }
77 it.value.groupBy { it.to.typeName() }.forEach {
78 if (it.value.size > 1) {
79 it.value.forEach { converter ->
81 .duplicateTypeConverters(it.value.minus(converter)))
95 it
[all...]
H A DDatabaseProcessor.kt82 it.hasAnyOf(Modifier.ABSTRACT) && it.kind == ElementKind.METHOD
85 val containing = it.enclosingElement
89 val executable = MoreElements.asExecutable(it)
103 val hasForeignKeys = entities.any { it.foreignKeys.isNotEmpty() }
117 val byTableName = entities.associateBy { it.tableName }
129 it.columnName == columnName
136 allColumns = parent.fields.map { it.columnName }))
143 // ensure that it is indexed in the parent
151 .map { it
[all...]
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp98 List<sp<ABuffer> >::iterator it = mBuffers.begin(); local
99 while (it != mBuffers.end()) {
100 sp<ABuffer> buffer = *it;
110 ++it;
352 List<sp<ABuffer> >::iterator it = mBuffers.begin(); local
353 while (it != mBuffers.end()) {
354 sp<ABuffer> oldBuffer = *it;
359 it = mBuffers.erase(it);
363 ++it;
421 List<sp<ABuffer> >::iterator it; local
471 List<sp<ABuffer> >::iterator it; local
540 List<sp<ABuffer> >::iterator it; local
585 List<sp<ABuffer> >::iterator it; local
644 List<sp<ABuffer> >::iterator it; local
[all...]
/frameworks/base/cmds/statsd/src/external/
H A DStatsCompanionServicePuller.cpp64 for (const StatsLogEventWrapper& it : returned_value) {
66 tmp.entry_v1.len = it.bytes.size();
71 std::copy(it.bytes.begin(), it.bytes.end(), tmp.buf + kLogMsgHeaderSize);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp70 HexagonPLT::iterator it = begin(); local
71 ++it;
72 if (end() != it) {
74 PLTEntryBase* plt1 = &(llvm::cast<PLTEntryBase>(*it));
126 HexagonPLT::iterator it = m_pSectionData->begin(); local
128 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
136 ++it; // skip PLT0
141 while (it != ie) {
142 plt1 = &(llvm::cast<HexagonPLT1>(*it));
161 ++it;
170 iterator it = begin(); local
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLA25Stub.cpp46 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
47 addFixup(**it);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp93 X86PLT::iterator it = begin(); local
94 ++it;
95 if (end() != it) {
97 PLTEntryBase* plt1 = &(llvm::cast<PLTEntryBase>(*it));
167 X86PLT::iterator it = m_pSectionData->begin(); local
169 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
180 ++it;
186 while (it != ie) {
187 plt1 = &(llvm::cast<PLTEntryBase>(*it));
211 ++it;
250 X86PLT::iterator it = m_pSectionData->begin(); local
[all...]
/frameworks/support/app-toolkit/buildSrc/src/main/kotlin/androidx/build/gmaven/
H A DGMavenVersionChecker.kt65 * If data is not cached, this will make a web request to get it.
81 * @return GroupVersionData that has the data or null if it is a new item.
154 val node = it as Node
156 if (it == "0.1" || it == "0.2" || it == "0.3") {
159 Version(it + ".0")
161 Version(it)
164 artifacts.put(it.name(), ArtifactVersionData(it
[all...]
/frameworks/support/app-toolkit/buildSrc/src/main/kotlin/androidx/build/license/
H A DCheckExternalDependencyLicensesTask.kt45 it.allDependencies
48 it.group?.startsWith("com.android") == true
51 it.group?.startsWith("android.arch") == true
54 it.group?.startsWith("androidx") == true
58 checkerConfig.dependencies.add(it)
61 findLicenseFile(it.canonicalFile, prebuiltsRoot) == null
65 "$it does not have a license file. It should probably live in " +
66 "${it.parentFile.parentFile}"
70 build must have a LICENSE or NOTICE file next to it in the prebuilts.
71 The following libraries are missing it
[all...]
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/gmaven/
H A DGMavenVersionChecker.kt65 * If data is not cached, this will make a web request to get it.
81 * @return GroupVersionData that has the data or null if it is a new item.
154 val node = it as Node
156 if (it == "0.1" || it == "0.2" || it == "0.3") {
159 Version(it + ".0")
161 Version(it)
164 artifacts.put(it.name(), ArtifactVersionData(it
[all...]
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/license/
H A DCheckExternalDependencyLicensesTask.kt45 it.allDependencies
48 it.group?.startsWith("com.android") == true
51 it.group?.startsWith("android.arch") == true
54 it.group?.startsWith("androidx") == true
58 checkerConfig.dependencies.add(it)
61 findLicenseFile(it.canonicalFile, prebuiltsRoot) == null
65 "$it does not have a license file. It should probably live in " +
66 "${it.parentFile.parentFile}"
70 build must have a LICENSE or NOTICE file next to it in the prebuilts.
71 The following libraries are missing it
[all...]
/frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/transform/proguard/patterns/
H A DPatternHelper.kt43 * class and compiles it to a [Pattern].
48 rewrites.forEach { result = result.replace(it.first, it.second) }
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/vo/
H A DPrimaryKey.kt30 val columnNames by lazy { fields.map { it.columnName } }
38 autoGenerateId, fields.map { it.columnName })
41 return "$autoGenerateId-${fields.map { it.columnName }}"
/frameworks/compile/mclinker/lib/Script/
H A DGroupCmd.cpp49 for (StringList::const_iterator it = m_StringList.begin(),
51 it != ie;
52 ++it) {
53 assert((*it)->kind() == StrToken::Input);
54 InputToken* input = llvm::cast<InputToken>(*it);
82 for (StringList::const_iterator it = m_StringList.begin(),
84 it != ie;
85 ++it) {
86 assert((*it)->kind() == StrToken::Input);
87 InputToken* token = llvm::cast<InputToken>(*it);
[all...]
/frameworks/support/app-toolkit/buildSrc/
H A Drelease.gradle39 def includeFilters = subprojects.collect { it.tasks.withType(Upload) }.findResults {
40 def group = it.project.group[0]
41 def archiveName = it.project.name[0]
42 def version = it.project.version[0]
44 logger.info "null artifact info for ${it.project.path}"
51 logger.info "skipping $subFolder because it does not exist"
54 // query maven.google to check if it is released.
59 logger.info "adding $subFolder to partial maven zip because it cannot be found on" +
66 include it
/frameworks/support/app-toolkit/buildSrc/src/main/kotlin/androidx/build/
H A DVersion.kt49 { it.major },
50 { it.minor },
51 { it.patch },
52 { it.extra == null }, // False (no extra) sorts above true (has extra)
53 { it.extra } // gradle uses lexicographic ordering
/frameworks/support/buildSrc/
H A Drelease.gradle39 def includeFilters = subprojects.collect { it.tasks.withType(Upload) }.findResults {
40 def group = it.project.group[0]
41 def archiveName = it.project.name[0]
42 def version = it.project.version[0]
44 logger.info "null artifact info for ${it.project.path}"
51 logger.info "skipping $subFolder because it does not exist"
54 // query maven.google to check if it is released.
59 logger.info "adding $subFolder to partial maven zip because it cannot be found on" +
66 include it
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/
H A DVersion.kt49 { it.major },
50 { it.minor },
51 { it.patch },
52 { it.extra == null }, // False (no extra) sorts above true (has extra)
53 { it.extra } // gradle uses lexicographic ordering
/frameworks/av/media/libstagefright/
H A DMediaExtractorFactory.cpp147 for (auto it = plugins->begin(); it != plugins->end(); ++it) {
151 if ((curCreator = (*it)->def.sniff(source, &newConfidence, &newMeta, &newFreeMeta))) {
159 plugin = *it;
190 for (auto it = pluginList.begin(); it != pluginList.end(); ++it) {
191 if (memcmp(&((*it)->def.extractor_uuid), &plugin->def.extractor_uuid, 16) == 0) {
193 if ((*it)
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG2TSAssembler.cpp62 List<sp<ABuffer> >::iterator it = queue->begin(); local
63 while (it != queue->end()) {
64 if ((uint32_t)(*it)->int32Data() >= mNextExpectedSeqNo) {
68 it = queue->erase(it);
/frameworks/base/cmds/incidentd/tests/
H A DFdBuffer_test.cpp53 EncodedBuffer::iterator it = buffer.data(); local
54 while (it.hasNext()) {
55 ASSERT_EQ(it.next(), expected[i++]);
95 EncodedBuffer::iterator it = buffer.data(); local
96 EXPECT_FALSE(it.hasNext());
105 EncodedBuffer::iterator it = buffer.data(); local
106 while (it.hasNext()) {
107 EXPECT_EQ(it.next(), (uint8_t)testdata[i++]);
110 it.rp()->rewind();
111 it
253 EncodedBuffer::iterator it = buffer.data(); local
[all...]
/frameworks/compile/mclinker/lib/Support/
H A DTargetRegistry.cpp70 for (mcld::TargetRegistry::iterator it = mcld::TargetRegistry::begin(),
72 it != ie;
73 ++it) {
74 if (pArchName == (*it)->name()) {
75 result = *it;
/frameworks/av/media/libmediaextractor/
H A DMediaBufferGroup.cpp88 delete buffer; // don't call release, it's not properly formed
111 // associated with it.
126 for (auto it = mInternal->mBuffers.begin();
129 && it != mInternal->mBuffers.end();) {
130 if ((*it)->refcount() == 0) {
131 (*it)->setObserver(nullptr);
132 (*it)->release();
133 it = mInternal->mBuffers.erase(it);
135 ++it;
[all...]
/frameworks/base/core/java/android/os/
H A DPatternMatcher.java24 * A simple pattern matcher, which is safe to use on untrusted data: it does
30 * Pattern type: the given pattern must exactly match the string it is
37 * beginning of the string it is tested against.
43 * simple glob syntax for matching against the string it is tested against.
46 * character before it is '.' it will match any character. The character
54 * expression-like syntax for matching against the string it is tested
267 * Parses the advanced pattern and returns an integer array representation of it. The integer
275 int it = 0;
284 if (it > MAX_PATTERN_STORAG
[all...]

Completed in 1366 milliseconds

1234567891011>>