/aosp12/art/test/626-const-class-linking/ |
H A D | expected-stdout.txt | 3 second: Test class loader: DefiningLoader 5 second: Test class loader: DefiningLoader 8 second: Test class loader: DefiningLoader 10 second: Test class loader: DefiningLoader 13 second: Test class loader: DefiningLoader 15 second: Test class loader: DefiningLoader 17 second: Test class loader: DefiningLoader 19 second: Test class loader: DefiningLoader 25 second: Test class loader: DefiningLoader 27 second: Test class loader: DefiningLoader [all …]
|
/aosp12/art/test/113-multidex/src-multidex/ |
H A D | Main.java | 21 Inf1 second = new Second(); in main() local 23 second.zcall(); in main() 24 second.zcall1(); in main() 25 second.zcall2(); in main() 26 second.zcall3(); in main() 27 second.zcall4(); in main() 28 second.zcall5(); in main() 29 second.zcall6(); in main() 30 second.zcall7(); in main() 31 second.zcall8(); in main() [all …]
|
/aosp12/system/bt/gd/packet/parser/ |
H A D | gen_cpp.cc | 109 if (c.second->GetDefinitionType() == TypeDef::Type::CUSTOM || in generate_cpp_headers_one_file() 111 ((CustomFieldDef*)c.second)->GenInclude(out_file); in generate_cpp_headers_one_file() 124 ((CustomFieldDef*)c.second)->GenUsing(out_file); in generate_cpp_headers_one_file() 149 if (e.second->GetDefinitionType() == TypeDef::Type::ENUM) { in generate_cpp_headers_one_file() 157 if (e.second->GetDefinitionType() == TypeDef::Type::ENUM) { in generate_cpp_headers_one_file() 174 if (c.second->size_ == -1 /* Variable Size */) { in generate_cpp_headers_one_file() 200 packet_def.second->GenParserDefinition(out_file); in generate_cpp_headers_one_file() 205 packet_def.second->GenBuilderDefinition(out_file); in generate_cpp_headers_one_file() 214 auto packet = packet_def.second; in generate_cpp_headers_one_file() 368 packet_def.second->GenParserDefinitionPybind11(out_file); in generate_pybind11_sources_one_file() [all …]
|
/aosp12/packages/modules/StatsD/statsd/src/guardrail/ |
H A D | StatsdStats.cpp | 177 addToIceBoxLocked(it->second); in noteConfigRemovedInternalLocked() 664 return it->second; in getPushedAtomErrors() 756 stats.second); in dumpStats() 761 stats.second); in dumpStats() 795 (int)pair.first, (long)pair.second.totalPull, (long)pair.second.totalPullFromCache, in dumpStats() 796 (long)pair.second.pullFailed, (long)pair.second.minPullIntervalSec, in dumpStats() 797 (long long)pair.second.avgPullTimeNs, (long long)pair.second.maxPullTimeNs, in dumpStats() 798 (long long)pair.second.avgPullDelayNs, (long long)pair.second.maxPullDelayNs, in dumpStats() 799 pair.second.dataError, pair.second.pullTimeout, pair.second.pullExceedMaxDelay, in dumpStats() 800 pair.second.pullUidProviderNotFound, pair.second.pullerNotFound, in dumpStats() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationUiAdjustment.java | 84 if (first == second) { in areDifferent() 87 if (first == null || second == null) { in areDifferent() 90 if (first.size() != second.size()) { in areDifferent() 117 if (first == second) { in areDifferent() 120 if (first == null || second == null) { in areDifferent() 123 return !first.sameAs(second); in areDifferent() 128 if (first == second) { in areDifferent() 131 if (first == null || second == null) { in areDifferent() 134 if (first.length != second.length) { in areDifferent() 153 if (first == second) { in areDifferent() [all …]
|
/aosp12/frameworks/native/libs/renderengine/skia/debug/ |
H A D | SkiaMemoryReporter.cpp | 40 return resource.second; in mapName() 67 mTotalSize.value += sizeResult->second.value; in processCurrentElement() 78 mPurgeableSize.value += purgeableResult->second.value; in processCurrentElement() 93 auto& resourceValues = result->second; in processCurrentElement() 96 ALOGE_IF(sizeResult->second.units != totalResult->second.units, in processCurrentElement() 99 totalResult->second.value += sizeResult->second.value; in processCurrentElement() 100 totalResult->second.count++; in processCurrentElement() 140 auto result = categoryItem->second.find("size"); in logOutput() 141 if (result != categoryItem->second.end()) { in logOutput() 142 TraceValue traceValue = convertUnits(result->second); in logOutput() [all …]
|
/aosp12/frameworks/base/test-runner/src/android/test/ |
H A D | ViewAsserts.java | 129 second.getLocationOnScreen(xy); in assertBaselineAligned() 130 int secondTop = xy[1] + second.getBaseline(); in assertBaselineAligned() 147 second.getLocationOnScreen(xy); in assertRightAligned() 148 int secondRight = xy[0] + second.getMeasuredWidth(); in assertRightAligned() 166 second.getLocationOnScreen(xy); in assertRightAligned() 184 second.getLocationOnScreen(xy); in assertLeftAligned() 203 second.getLocationOnScreen(xy); in assertLeftAligned() 221 second.getLocationOnScreen(xy); in assertBottomAligned() 240 second.getLocationOnScreen(xy); in assertBottomAligned() 258 second.getLocationOnScreen(xy); in assertTopAligned() [all …]
|
/aosp12/system/bt/gd/storage/ |
H A D | config_cache.cc | 124 return section_iter->second.find(property) != section_iter->second.end(); in HasProperty() 128 return section_iter->second.find(property) != section_iter->second.end(); in HasProperty() 132 return section_iter->second.find(property) != section_iter->second.end(); in HasProperty() 143 return property_iter->second; in GetProperty() 150 return property_iter->second; in GetProperty() 157 return property_iter->second; in GetProperty() 281 if (it->second.contains(property)) { in RemoveSectionWithProperty() 345 if (it != elem.second.end()) { in GetSectionNamesWithProperty() 353 if (it != elem.second.end()) { in GetSectionNamesWithProperty() 434 section_ptr = §ion_iter->second; in HasAtLeastOneMatchingPropertiesInSection() [all …]
|
/aosp12/packages/modules/StatsD/statsd/src/packages/ |
H A D | UidMap.cpp | 99 names.insert(returnNormalized ? normalizeAppName(kv.first.second) : kv.first.second); in getAppNamesFromUidLocked() 112 return it->second.versionCode; in getAppVersion() 126 if (kv.second.deleted) { in updateMap() 237 it->second.deleted = true; in removeApp() 286 return it->second; in getHostUidOrSelf() 303 m = kv.second; in getMinimumTimestampNs() 304 } else if (kv.second < m) { in getMinimumTimestampNs() 305 m = kv.second; in getMinimumTimestampNs() 444 if (!kv.second.deleted) { in printUidMap() 446 kv.second.versionCode, kv.second.versionString.c_str(), in printUidMap() [all …]
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/parsing/ |
H A D | AndroidPackageParsingEquivalenceTest.kt | 43 val secondName = it.second?.packageName 51 .isEqualTo(it.second?.dumpToString()) 77 val secondName = it.second?.packageName 90 .that(it.second?.dumpToString()) 94 .that(it.second?.applicationInfo?.dumpToString()) 107 .that(it.second.dumpToString()) 120 it.first?.receivers?.zip(it.second?.receivers!!)?.forEach { 122 .that(it.second.dumpToString()) 137 .that(it.second.dumpToString()) 150 it.first?.services?.zip(it.second?.services!!)?.forEach { [all …]
|
/aosp12/system/bt/gd/common/ |
H A D | list_map_test.cc | 67 EXPECT_EQ(*iter->second, 100); in TEST() 71 *iter->second = 300; in TEST() 86 *iter->second = 300; in TEST() 125 EXPECT_EQ(iter->second, 30); in TEST() 155 EXPECT_EQ(iter->second, 40); in TEST() 170 EXPECT_EQ(iter->second, 40); in TEST() 176 EXPECT_EQ(iter->second, 40); in TEST() 204 EXPECT_TRUE(result.second); in TEST() 217 EXPECT_TRUE(result.second); in TEST() 242 iter->second = 200; in TEST() [all …]
|
H A D | lru_cache_test.cc | 79 EXPECT_EQ(iter->second, 420); in TEST() 92 *iter->second = 300; in TEST() 107 *iter->second = 300; in TEST() 149 EXPECT_EQ(iter->second, 10); in TEST() 203 EXPECT_EQ(iter->second, 40); in TEST() 205 EXPECT_EQ(iter->second, 20); in TEST() 207 EXPECT_EQ(iter->second, 30); in TEST() 227 EXPECT_EQ(iter->second, 20); in TEST() 314 iter->second = 200; in TEST() 320 iter->second = 400; in TEST() [all …]
|
/aosp12/hardware/qcom/gps/msm8909w_3100/core/data-items/common/ |
H A D | DataItemIndex.cpp | 57 out = cdiIter->second; in getListOfSubscribedClients() 82 cdiIter->second.begin (), in remove() 83 cdiIter->second.end (), in remove() 87 cdiIter->second.erase (iter); in remove() 91 if (cdiIter->second.empty ()) { in remove() 116 set_intersection (cdiIter->second.begin (), cdiIter->second.end (), in remove() 122 cdiIter->second.erase (find (cdiIter->second.begin (), in remove() 127 if (cdiIter->second.empty ()) { in remove() 149 cdiIter->second.begin (), cdiIter->second.end (), in add() 185 cdiIter->second.begin (), in add() [all …]
|
H A D | ClientIndex.cpp | 65 out = it->second; in getSubscribedList() 88 find (dicIter->second.begin (), dicIter->second.end (), *it); in remove() 89 if (iter != dicIter->second.end ()) { in remove() 90 dicIter->second.erase (iter); in remove() 93 if (dicIter->second.empty ()) { in remove() 117 set_intersection (dicIter->second.begin (), dicIter->second.end (), in remove() 123 dicIter->second.erase (find (dicIter->second.begin (), in remove() 128 if (dicIter->second.empty ()) { in remove() 150 dicIter->second.begin (), dicIter->second.end (), in add() 155 dicIter->second.merge (difference); in add() [all …]
|
/aosp12/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | SkiaMemoryTracer.cpp | 38 return resource.second; in mapName() 49 mTotalSize.value += sizeResult->second.value; in processElement() 68 type = typeResult->second.units; in processElement() 83 resourceName = categoryResult->second.units; in processElement() 96 auto& resourceValues = result->second; in processElement() 99 SkASSERT(sizeResult->second.units == typeResult->second.units); in processElement() 100 typeResult->second.value += sizeResult->second.value; in processElement() 101 typeResult->second.count++; in processElement() 106 TraceValue sizeValue = sizeResult->second; in processElement() 146 auto result = namedItem.second.find("size"); in logOutput() [all …]
|
H A D | ATraceMemoryDump.cpp | 82 mCategory = categoryIt->second; in dumpStringValue() 92 mCategory = categoryIt->second; in setMemoryBacking() 107 it.second.memory = 0; in startFrame() 109 if (it.second.purgeableMemory != INVALID_MEMORY_SIZE) { in startFrame() 110 it.second.purgeableMemory = 0; in startFrame() 123 hwui_all_frame_memory += it.second.memory; in logTraces() 124 ATRACE_INT64(it.first.c_str(), it.second.memory); in logTraces() 125 if (it.second.purgeableMemory != INVALID_MEMORY_SIZE) { in logTraces() 150 memoryCounter->second.memory += mLastDumpValue; in recordAndResetCountersIfNeeded() 152 if (memoryCounter->second.purgeableMemory == INVALID_MEMORY_SIZE) { in recordAndResetCountersIfNeeded() [all …]
|
/aosp12/packages/modules/StatsD/statsd/tests/metrics/ |
H A D | ValueMetricProducer_test.cpp | 1682 auto& interval1 = iter->second.intervals[0]; in TEST() 1718 auto& interval2 = it->second.intervals[0]; in TEST() 1761 ->second.baseInfos[0]; in TEST() 1791 ->second.baseInfos[0]; in TEST() 1820 ASSERT_EQ(it3->second.intervals.size(), 1); in TEST() 1821 ASSERT_EQ(it4->second.intervals.size(), 1); in TEST() 1826 ->second.baseInfos[0]; in TEST() 1829 ->second.baseInfos[0]; in TEST() 1905 auto interval2 = it->second.intervals[0]; in TEST() 4062 EXPECT_EQ(0, it->second.intervals.size()); in TEST() [all …]
|
/aosp12/frameworks/av/media/bufferpool/1.0/ |
H A D | AccessorImpl.cpp | 99 } else if (iter->second.find(value) == iter->second.end()) { in insert() 100 iter->second.insert(value); in insert() 111 if (iter->second.erase(value) > 0) { in erase() 114 if (iter->second.size() == 0) { in erase() 126 return setIter != iter->second.end(); in contains() 270 iter->second->mOwnerCount++; in handleOwnBuffer() 281 iter->second->mOwnerCount--; in handleReleaseBuffer() 282 if (iter->second->mOwnerCount == 0 && in handleReleaseBuffer() 326 bufferIter->second->mTransactionCount++; in handleTransferTo() 508 if (res.second) { in addNewBuffer() [all …]
|
/aosp12/frameworks/av/include/media/ |
H A D | Interpolator.h | 67 return this->rbegin()->second; in findY() 71 return high->second; in findY() 80 return high->first == x ? high->second : low->second; in findY() 82 return ((high->first - x) * low->second + (x - low->first) * high->second) in findY() 127 sec = (high->second - low->second) / interval; in findY() 129 ? (low->second - low2->second) / (low->first - low2->first) in findY() 132 ? (high2->second - high->second) / (high2->first - high->first) in findY() 141 ? (high->second - low2->second) / (high->first - low2->first) in findY() 145 ? (high2->second - low->second) / (high2->first - low->first) in findY() 173 const T dy = high->second - low->second; in findY() [all …]
|
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/ |
H A D | DomainVerificationCoreApiTest.kt | 65 assertion = { first, second -> 84 assertion = { first, second -> 109 assertion = { first, second -> 120 first, second, { it.isLinkHandlingAllowed }, 124 first, second, { it.hostToStateMap }, 133 assertion = { first, second -> 135 first, second, 146 private val assertion: (first: T, second: T) -> Unit 149 fun assert(first: Any, second: Any) = assertion(first as T, second as T) 162 second: T, [all …]
|
/aosp12/frameworks/av/media/bufferpool/2.0/ |
H A D | AccessorImpl.cpp | 111 } else if (iter->second.find(value) == iter->second.end()) { in insert() 112 iter->second.insert(value); in insert() 123 if (iter->second.erase(value) > 0) { in erase() 126 if (iter->second.size() == 0) { in erase() 448 iter->second->mOwnerCount++; in handleOwnBuffer() 459 iter->second->mOwnerCount--; in handleReleaseBuffer() 718 if (res.second) { in addNewBuffer() 751 it->second->mOwnerCount == 0 && it->second->mTransactionCount == 0) { in cleanUp() 770 it->second->mOwnerCount == 0 && it->second->mTransactionCount == 0) { in invalidate() 785 it->second->invalidate(); in invalidate() [all …]
|
/aosp12/hardware/google/pixel/thermal/ |
H A D | Thermal.cpp | 282 if (sensor_info_pair.second.virtual_sensor_info != nullptr) { in dumpVirtualSensorInfo() 304 switch (sensor_info_pair.second.virtual_sensor_info->formula) { in dumpVirtualSensorInfo() 331 if (name_info_pair.second.throttling_info->binded_cdev_info_map.size()) { in dumpThrottlingInfo() 346 *dump_buf << name_info_pair.second.throttling_info->k_i[i] << " "; in dumpThrottlingInfo() 407 if (!binded_cdev_info_pair.second.power_rail.empty()) { in dumpThrottlingInfo() 416 switch (binded_cdev_info_pair.second.release_logic) { in dumpThrottlingInfo() 453 for (const auto &request_pair : cdev_status_pair.second) { in dumpThrottlingRequestStatus() 494 if (power_status_pair.second.count(power_rail_pair.first)) { in dumpPowerRailInfo() 502 if (power_rail_pair.second.virtual_power_rail_info != nullptr) { in dumpPowerRailInfo() 666 if (name_info_pair.second.send_cb) { in debug() [all …]
|
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/ |
H A D | EmulatedSensor.cpp | 448 if (stalling_count.second > in IsStreamCombinationSupported() 458 if (processed_count.second > in IsStreamCombinationSupported() 507 device_chars->second.full_res_width, device_chars->second.full_res_height, in StartUp() 753 2 * device_chars->second.width * device_chars->second.height; in threadLoop() 782 device_settings->second.gain, device_chars->second); in threadLoop() 786 device_settings->second.gain, device_chars->second); in threadLoop() 812 device_chars->second); in threadLoop() 819 device_settings->second.gain, device_chars->second); in threadLoop() 830 device_settings->second.gain, device_chars->second); in threadLoop() 1088 logical_settings->second.gain, in ReturnResults() [all …]
|
/aosp12/frameworks/opt/chips/tests/src/com/android/ex/chips/ |
H A D | ChipsTest.java | 188 mEditable.append(first + extra + second); in testSanitizeBetween() 225 mEditable.append(first + second); in testSanitizeEnd() 252 mEditable.append(first+second+third); in testMoreChipPlainText() 303 mEditable.append(first+second+third); in testMoreChip() 443 mEditable.append(first+second+third); in testMoreChipSpecialChars() 530 mEditable.append(first + second + third); in testRemoveChip() 559 mEditable.append(first + second + third); in testRemoveChip() 636 + second + third); in testReplaceChip() 640 .toString().indexOf(second)); in testReplaceChip() 642 .toString().indexOf(second) in testReplaceChip() [all …]
|
/aosp12/system/bt/stack/gatt/ |
H A D | connection_manager.cc | 78 return (!it->second.doing_bg_conn.empty() || in anyone_connecting() 79 !it->second.doing_direct_conn.empty()); in anyone_connecting() 103 if (it->second.doing_bg_conn.count(app_id)) { in background_connect_add() 160 it->second.doing_bg_conn.erase(app_id); in on_app_deregistered() 162 it->second.doing_direct_conn.erase(app_id); in on_app_deregistered() 216 if (it->second.doing_direct_conn.count(app_id)) { in direct_connect_add() 267 if (app_it == it->second.doing_direct_conn.end()) { in direct_connect_remove() 273 it->second.doing_direct_conn.erase(app_it); in direct_connect_remove() 302 if (!entry.second.doing_direct_conn.empty()) { in dump() 309 if (!entry.second.doing_bg_conn.empty()) { in dump() [all …]
|