Home
last modified time | relevance | path

Searched refs:live (Results 1 – 25 of 132) sorted by relevance

123456

/aosp12/packages/services/Car/tools/emulator/
H A Ddiagjson.example4 "type": "live",
48 "type": "live",
92 "type": "live",
136 "type": "live",
180 "type": "live",
224 "type": "live",
268 "type": "live",
312 "type": "live",
356 "type": "live",
400 "type": "live",
[all …]
/aosp12/frameworks/native/libs/ftl/
H A Dsmall_vector_test.cpp356 DestroyCounts(int& live, int& dead) : counts{live, dead} {} in DestroyCounts()
362 int& live; member
376 int live = 0; in TEST() local
380 EXPECT_EQ(0, live); in TEST()
391 EXPECT_EQ(3, live); in TEST()
394 live = 0; in TEST()
404 EXPECT_EQ(4, live); in TEST()
407 live = dead = 0; in TEST()
417 EXPECT_EQ(6, live); in TEST()
420 live = dead = 0; in TEST()
[all …]
H A Dstatic_vector_test.cpp318 DestroyCounts(int& live, int& dead) : counts{live, dead} {} in DestroyCounts()
324 int& live; member
338 int live = 0; in TEST() local
342 EXPECT_EQ(0, live); in TEST()
351 EXPECT_EQ(3, live); in TEST()
354 live = 0; in TEST()
363 EXPECT_EQ(6, live); in TEST()
366 live = 0; in TEST()
375 EXPECT_EQ(3, live); in TEST()
378 live = dead = 0; in TEST()
[all …]
/aosp12/hardware/interfaces/tv/tuner/1.1/vts/functional/
H A DVtsHalTvTunerV1_1TargetTest.cpp212 if (!live.hasFrontendConnection) { in TEST_P()
216 configSingleFilterInDemuxTest(filterMap[live.videoFilterId], frontendMap[live.frontendId]); in TEST_P()
222 if (!live.hasFrontendConnection) { in TEST_P()
225 if (live.ipFilterId.compare(emptyHardwareId) == 0) { in TEST_P()
228 configSingleFilterInDemuxTest(filterMap[live.ipFilterId], frontendMap[live.frontendId]); in TEST_P()
233 if (!live.hasFrontendConnection) { in TEST_P()
237 reconfigSingleFilterInDemuxTest(filterMap[live.videoFilterId], filterMap[live.videoFilterId], in TEST_P()
252 if (!live.hasFrontendConnection) { in TEST_P()
268 if (!live.hasFrontendConnection) { in TEST_P()
271 mediaFilterUsingSharedMemoryTest(filterMap[live.videoFilterId], frontendMap[live.frontendId]); in TEST_P()
[all …]
H A DVtsHalTvTunerV1_1TestConfigurations.h66 static LiveBroadcastHardwareConnections live; variable
145 TunerTestingConfigReader1_0::connectLiveBroadcast(live); in connectHardwaresToTestCases()
156 bool feIsValid = frontendMap.find(live.frontendId) != frontendMap.end() && in validateConnections()
165 bool dvrIsValid = frontendMap[live.frontendId].config1_0.isSoftwareFe in validateConnections()
166 ? dvrMap.find(live.dvrSoftwareFeId) != dvrMap.end() in validateConnections()
185 bool filterIsValid = filterMap.find(live.audioFilterId) != filterMap.end() && in validateConnections()
186 filterMap.find(live.videoFilterId) != filterMap.end(); in validateConnections()
/aosp12/art/test/466-get-live-vreg/
H A DAndroid.bp3 // Build rules for ART run-test `466-get-live-vreg`.
16 name: "art-run-test-466-get-live-vreg",
21 ":art-run-test-466-get-live-vreg-expected-stdout",
22 ":art-run-test-466-get-live-vreg-expected-stderr",
28 name: "art-run-test-466-get-live-vreg-expected-stdout",
29 out: ["art-run-test-466-get-live-vreg-expected-stdout.txt"],
36 name: "art-run-test-466-get-live-vreg-expected-stderr",
37 out: ["art-run-test-466-get-live-vreg-expected-stderr.txt"],
H A Dinfo.txt1 Tests for inspecting live DEX registers. The test must
2 also pass for non-debuggable, as we need to know live DEX registers
/aosp12/art/test/430-live-register-slow-path/
H A DAndroid.bp3 // Build rules for ART run-test `430-live-register-slow-path`.
16 name: "art-run-test-430-live-register-slow-path",
21 ":art-run-test-430-live-register-slow-path-expected-stdout",
22 ":art-run-test-430-live-register-slow-path-expected-stderr",
28 name: "art-run-test-430-live-register-slow-path-expected-stdout",
29 out: ["art-run-test-430-live-register-slow-path-expected-stdout.txt"],
36 name: "art-run-test-430-live-register-slow-path-expected-stderr",
37 out: ["art-run-test-430-live-register-slow-path-expected-stderr.txt"],
/aosp12/hardware/interfaces/tv/tuner/1.0/vts/functional/
H A DVtsHalTvTunerV1_0TargetTest.cpp411 if (!live.hasFrontendConnection) { in TEST_P()
459 if (!live.hasFrontendConnection) { in TEST_P()
477 if (!live.hasFrontendConnection) { in TEST_P()
518 if (!live.hasFrontendConnection) { in TEST_P()
522 configSingleFilterInDemuxTest(filterMap[live.videoFilterId], frontendMap[live.frontendId]); in TEST_P()
564 if (!live.hasFrontendConnection) { in TEST_P()
567 broadcastSingleFilterTest(filterMap[live.videoFilterId], frontendMap[live.frontendId]); in TEST_P()
572 if (!live.hasFrontendConnection) { in TEST_P()
575 broadcastSingleFilterTest(filterMap[live.audioFilterId], frontendMap[live.frontendId]); in TEST_P()
586 broadcastSingleFilterTest(filterMap[live.sectionFilterId], frontendMap[live.frontendId]); in TEST_P()
[all …]
H A DVtsHalTvTunerV1_0TestConfigurations.h56 static LiveBroadcastHardwareConnections live; variable
142 TunerTestingConfigReader1_0::connectLiveBroadcast(live); in connectHardwaresToTestCases()
153 if ((!live.hasFrontendConnection || !scan.hasFrontendConnection) && !playback.support) { in validateConnections()
170 bool feIsValid = live.hasFrontendConnection in validateConnections()
171 ? frontendMap.find(live.frontendId) != frontendMap.end() in validateConnections()
190 bool dvrIsValid = (live.hasFrontendConnection && frontendMap[live.frontendId].isSoftwareFe) in validateConnections()
191 ? dvrMap.find(live.dvrSoftwareFeId) != dvrMap.end() in validateConnections()
219 bool filterIsValid = (live.hasFrontendConnection) in validateConnections()
220 ? filterMap.find(live.audioFilterId) != filterMap.end() && in validateConnections()
221 filterMap.find(live.videoFilterId) != filterMap.end() in validateConnections()
/aosp12/art/test/072-reachability-fence/
H A Dexpected-stdout.txt2 Reference 0 was live.
3 Reference 3 was live.
4 Reference 4 was live.
/aosp12/art/test/543-checker-dce-trycatch/smali/
H A DTestCase.smali27 # block remains live.
72 # block remains live.
167 # not replaced with the try entry from the live branch.
255 const v1, 0xb # live catch phi input
256 const v2, 0xc # live catch phi input
257 const v3, 0x10 # live catch phi input
260 const v1, 0xd # live catch phi input
316 const v1, 0xb # live catch phi input
317 const v2, 0xc # live catch phi input
320 const v1, 0xd # live catch phi input
[all …]
/aosp12/packages/apps/TV/tuner/SampleDvbTuner/
H A DAndroid.bp34 "live-tv-tuner",
35 "live-tv-tuner-proto",
42 "live-channels-partner-support",
/aosp12/packages/apps/TV/tuner/SampleNetworkTuner/
H A DAndroid.bp34 "live-tv-tuner",
35 "live-tv-tuner-proto",
42 "live-channels-partner-support",
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dllkd.te15 # swapped out and unable to discover a kernel in live-lock state.
35 # live lock watchdog process allowed to look through /proc/
42 # live lock watchdog process allowed to dump process trace and
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dllkd.te15 # swapped out and unable to discover a kernel in live-lock state.
35 # live lock watchdog process allowed to look through /proc/
42 # live lock watchdog process allowed to dump process trace and
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dllkd.te15 # swapped out and unable to discover a kernel in live-lock state.
35 # live lock watchdog process allowed to look through /proc/
42 # live lock watchdog process allowed to dump process trace and
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dllkd.te15 # swapped out and unable to discover a kernel in live-lock state.
35 # live lock watchdog process allowed to look through /proc/
42 # live lock watchdog process allowed to dump process trace and
/aosp12/system/sepolicy/private/
H A Dllkd.te15 # swapped out and unable to discover a kernel in live-lock state.
35 # live lock watchdog process allowed to look through /proc/
42 # live lock watchdog process allowed to dump process trace and
/aosp12/hardware/interfaces/radio/config/1.1/
H A DIRadioConfig.hal62 * Set modems configurations by specifying the number of live modems (i.e modems that are
66 * the number of live modems as 1, 2, etc
68 * Note: by setting the number of live modems in this API, that number of modems will
72 * @param modemsConfig ModemsConfig object including the number of live modems
80 * which includes the number of live modems (i.e modems that are
/aosp12/hardware/interfaces/tv/tuner/config/
H A DTunerTestingConfigReaderV1_0.h414 live.hasFrontendConnection = true; in connectLiveBroadcast()
416 live.hasFrontendConnection = false; in connectLiveBroadcast()
420 live.frontendId = liveConfig.getFrontendConnection(); in connectLiveBroadcast()
422 live.audioFilterId = liveConfig.getAudioFilterConnection(); in connectLiveBroadcast()
423 live.videoFilterId = liveConfig.getVideoFilterConnection(); in connectLiveBroadcast()
425 live.pcrFilterId = liveConfig.getPcrFilterConnection(); in connectLiveBroadcast()
427 live.pcrFilterId = emptyHardwareId; in connectLiveBroadcast()
430 live.sectionFilterId = liveConfig.getSectionFilterConnection(); in connectLiveBroadcast()
432 live.sectionFilterId = emptyHardwareId; in connectLiveBroadcast()
438 live.ipFilterId = liveConfig.getIpFilterConnection(); in connectLiveBroadcast()
[all …]
/aosp12/art/test/565-checker-irreducible-loop/smali/
H A DIrreducibleLoop.smali44 # In that block, v4 has no live range.
53 # a live interval is found while connecting siblings, but that
54 # live interval is inactive at the desired position.
/aosp12/packages/apps/TV/
H A DAndroid.bp87 "live-channels-partner-support",
88 "live-tv-tuner-proto",
89 "live-tv-tuner",
/aosp12/packages/apps/TV/tuner/
H A DAndroid.bp22 name: "live-tv-tuner",
35 "live-tv-tuner-proto",
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dlmkd.te38 # live lock watchdog process allowed to look through /proc/
42 # live lock watchdog process allowed to dump process trace and

123456