/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/chrome/scroll_jank/ |
H A D | scroll_jank_v3.sql | 24 -- timestamps, regardless of being presented. 36 -- Whether this input event was presented. 75 -- presented scroll update. 77 -- Minimum slice id for input presented in this frame, the non-presented input. 83 -- The timestamp of the last input that arrived and got presented in the frame. 99 -- For each scroll update, find the latest presented update which 115 -- Find the latest input that was presented in this scroll update. 145 -- Obtain the subset of input events that were fully presented. 151 -- The timestamp of the last presented input. 191 -- The timestamp of the last presented input. [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/webpki/src/name/ |
D | dns_name.rs | 186 // An relative presented DNS ID matches both an absolute reference ID and a 187 // relative reference ID. Absolute presented DNS IDs are not supported: 189 // Presented ID Reference ID Result 212 // Q: Does a presented identifier equal (case insensitive) to the name 213 // constraint match the constraint? For example, does the presented 219 // presented identifiers match it? For example, does the presented 235 // semantics does it have? For example, does a presented ID of 237 // presented ID of "example.com" match a constraint of ".example.com"? 242 // presented identifier equal (case insensitive) to the name 243 // constraint is not matched; i.e. presented dNSName identifiers [all …]
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/ |
H A D | LayerCallback_test.cpp | 180 expected.addSurface(ExpectedResult::Transaction::PRESENTED, layer); in TEST_F() 225 expected.addSurface(ExpectedResult::Transaction::PRESENTED, layer); in TEST_F() 247 expected.addSurface(ExpectedResult::Transaction::PRESENTED, layer, in TEST_F() 285 expected.addSurface(ExpectedResult::Transaction::PRESENTED, layer); in TEST_F() 318 expected.addSurfaces(ExpectedResult::Transaction::PRESENTED, {layer1, layer2}); in TEST_F() 352 expected.addSurfaces(ExpectedResult::Transaction::PRESENTED, {layer1, layer2}, in TEST_F() 387 expected.addSurface(ExpectedResult::Transaction::PRESENTED, layer1); in TEST_F() 388 expected.addSurface(ExpectedResult::Transaction::PRESENTED, layer2, in TEST_F() 414 expected.addSurfaces(ExpectedResult::Transaction::PRESENTED, {layer1, layer2}); in TEST_F() 439 expected.addSurface(ExpectedResult::Transaction::PRESENTED, layer); in TEST_F() [all …]
|
H A D | ReleaseBufferCallback_test.cpp | 130 // If a buffer is being presented, we should not emit a release callback. in TEST_F() 136 expected.addSurface(ExpectedResult::Transaction::PRESENTED, layer, in TEST_F() 149 // If a presented buffer is replaced, we should emit a release callback for the in TEST_F() 150 // previously presented buffer. in TEST_F() 156 expected.addSurface(ExpectedResult::Transaction::PRESENTED, layer, in TEST_F() 169 // If a buffer is being presented, we should not emit a release callback. in TEST_F() 175 expected.addSurface(ExpectedResult::Transaction::PRESENTED, layer, in TEST_F() 194 // If a presented buffer is replaced, we should emit a release callback for the in TEST_F() 195 // previously presented buffer. in TEST_F() 201 expected.addSurface(ExpectedResult::Transaction::PRESENTED, layer, in TEST_F() [all …]
|
/aosp_15_r20/external/cronet/base/tracing/stdlib/chrome/scroll_jank/ |
H A D | scroll_jank_v3.sql | 101 -- presented scroll update. 103 -- Minimum slice id for input presented in this frame, the non coalesced input. 123 -- presented scroll update they have been coalesced into. 199 -- Join presented gesture scrolls with their respective event 270 -- Group all gestures presented at the same timestamp together in 312 -- View contains all chrome presented frames during gesture updates 313 -- while calculating delay since last presented which usually should 326 -- Trace ids of all frames presented in at this vsync. 332 -- Event latency id of the presented frame. 338 -- Time elapsed since the previous frame was presented, usually equals |VSYNC| [all …]
|
H A D | scroll_offsets.sql | 10 -- scroll inputs (coalesced and not coalesced), and for chrome presented frames 18 -- For presented frames, the delta is calculated from the visual offset, 98 -- All of the presented frame scroll update ids. 100 -- A scroll update id that was included in the presented frame. 127 -- which were presented (_non_coalesced_scrolls) and scroll events which 165 -- Calculate the total visual offset for all presented frames (non-coalesced 167 -- correspond with the inverse of the deltas for the presented frame. 197 -- The pixel offset of this scroll update (the presented frame) compared to
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | FrameTimelineTest.cpp | 336 surfaceFrame1->setPresentState(SurfaceFrame::PresentState::Presented); in TEST_F() 338 surfaceFrame2->setPresentState(SurfaceFrame::PresentState::Presented); in TEST_F() 385 surfaceFrame1->setPresentState(SurfaceFrame::PresentState::Presented); in TEST_F() 396 surfaceFrame2->setPresentState(SurfaceFrame::PresentState::Presented); in TEST_F() 437 surfaceFrame->setPresentState(SurfaceFrame::PresentState::Presented); in TEST_F() 462 surfaceFrame->setPresentState(SurfaceFrame::PresentState::Presented); in TEST_F() 517 surfaceFrame->setPresentState(SurfaceFrame::PresentState::Presented); in TEST_F() 534 surfaceFrame->setPresentState(SurfaceFrame::PresentState::Presented); in TEST_F() 551 surfaceFrame->setPresentState(SurfaceFrame::PresentState::Presented); in TEST_F() 574 surfaceFrame1->setPresentState(SurfaceFrame::PresentState::Presented); in TEST_F() [all …]
|
H A D | TransactionSurfaceFrameTest.cpp | 83 EXPECT_EQ(PresentState::Presented, surfaceFrame->getPresentState()); in PresentedSurfaceFrameForBufferlessTransaction() 111 // Buffers are presented only at latch time. in PresentedSurfaceFrameForBufferTransaction() 118 EXPECT_EQ(PresentState::Presented, surfaceFrame->getPresentState()); in PresentedSurfaceFrameForBufferTransaction() 178 EXPECT_EQ(PresentState::Presented, presentedSurfaceFrame->getPresentState()); in DroppedSurfaceFrameForBufferTransaction() 216 // Buffers are presented only at latch time. in BufferlessSurfaceFramePromotedToBufferSurfaceFrame() 221 EXPECT_EQ(PresentState::Presented, surfaceFrame->getPresentState()); in BufferlessSurfaceFramePromotedToBufferSurfaceFrame() 300 EXPECT_EQ(PresentState::Presented, bufferlessSurfaceFrame1->getPresentState()); in MultipleSurfaceFramesPresentedTogether() 304 EXPECT_EQ(PresentState::Presented, bufferlessSurfaceFrame2->getPresentState()); in MultipleSurfaceFramesPresentedTogether() 308 // Buffers are presented only at latch time. in MultipleSurfaceFramesPresentedTogether() 313 EXPECT_EQ(PresentState::Presented, bufferSurfaceFrameTX->getPresentState()); in MultipleSurfaceFramesPresentedTogether() [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/crosvm/gpu_display/gpu_display_client_protocol_headers/gen/wayland_protocol_codegen/ |
D | fullscreen-shell-unstable-v1.h | 70 * Requesting a surface to be presented on an output that already has a 71 * surface replaces the previously presented surface. Presenting a null 74 * compositor-specific. The same surface may be presented on multiple 77 * Once a surface is presented on an output, it stays on that output 109 * Requesting a surface to be presented on an output that already has a 110 * surface replaces the previously presented surface. Presenting a null 113 * compositor-specific. The same surface may be presented on multiple 116 * Once a surface is presented on an output, it stays on that output 344 * may replace any or all surfaces currently presented so it should 349 * is to be presented. In particular, it tells the compositor how to [all …]
|
D | presentation-time.h | 73 * presentation_feedback.presented events are sent. The final 101 * presentation_feedback.presented events are sent. The final 118 * content update is presented to the user, and a presentation 123 * Once a presentation_feedback object has delivered a 'presented' 135 * content update is presented to the user, and a presentation 140 * Once a presentation_feedback object has delivered a 'presented' 299 * bitmask of flags in presented event 358 * sent prior to the presented event. 421 void (*presented)(void *data, member
|
/aosp_15_r20/external/google-cloud-java/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/integration/ |
H A D | ITPaginationTest.java | 51 boolean presented = false; in testList() 54 presented = true; in testList() 57 Assert.assertTrue(presented); in testList() 116 boolean presented = false; in testPaginationIterating() 121 presented = true; in testPaginationIterating() 128 presented); in testPaginationIterating() 141 boolean presented = false; in testPaginationAggregatedIterating() 146 presented = true; in testPaginationAggregatedIterating() 152 Assert.assertTrue(presented); in testPaginationAggregatedIterating()
|
H A D | ITAddressesTest.java | 78 boolean presented = false; in testList() 81 presented = true; in testList() 84 System.out.println(presented); in testList() 85 Assert.assertTrue(presented); in testList() 93 boolean presented = false; in testAggregatedList() 98 presented = true; in testAggregatedList() 103 Assert.assertTrue(presented); in testAggregatedList()
|
/aosp_15_r20/external/wayland-protocols/freedesktop.org/unstable/fullscreen-shell/ |
H A D | fullscreen-shell-unstable-v1.xml | 44 Requesting a surface to be presented on an output that already has a 45 surface replaces the previously presented surface. Presenting a null 48 compositor-specific. The same surface may be presented on multiple 51 Once a surface is presented on an output, it stays on that output 137 may replace any or all surfaces currently presented so it should 142 is to be presented. In particular, it tells the compositor how to 143 handle a size mismatch between the presented surface and the 175 previously presented surface (if any). If another surface is 176 presented on the given output before either of these has a chance 185 If the size of the presented surface changes, the resulting output
|
/aosp_15_r20/external/googleapis/google/cloud/networkservices/v1beta1/ |
H A D | common.proto | 72 // The matcher that is based on node metadata presented by xDS clients. 76 // Required. Label name presented as key in xDS Node Metadata. 79 // Required. Label value presented as value corresponding to the above 90 // metadata presented by xDS client. 93 // The metadata presented by the xDS client should contain all of the 102 // matcher should match the metadata presented by xDS client. 103 // MATCH_ALL: The metadata presented by the xDS client should 136 // The matcher is based on node metadata presented by xDS clients.
|
/aosp_15_r20/external/googleapis/google/cloud/networkservices/v1/ |
H A D | common.proto | 72 // The matcher that is based on node metadata presented by xDS clients. 76 // Required. Label name presented as key in xDS Node Metadata. 79 // Required. Label value presented as value corresponding to the above 90 // metadata presented by xDS client. 93 // The metadata presented by the xDS client should contain all of the 102 // matcher should match the metadata presented by xDS client. 103 // MATCH_ALL: The metadata presented by the xDS client should 136 // The matcher is based on node metadata presented by xDS clients.
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/ |
H A D | timestats_atoms.proto | 54 // Total number of frames presented during the tracing period 82 // frame, until the frame was requested to be presented to the display. This 127 // than one buffer ready to be presented at the same vsync). Usually caused 192 // Total number of frames presented 199 // presentation, until the buffer was actually presented to the 202 // Set of timings measured from when a buffer is ready to be presented, 203 // until the buffer was actually presented to the display. 206 // SurfaceFlinger, until the buffer was presented to the display 212 // presentation, until the buffer was ready to be presented. 250 // than one buffer ready to be presented at the same vsync). Usually caused
|
/aosp_15_r20/external/perfetto/docs/data-sources/ |
H A D | frametimeline.md | 5 A frame is said to be janky if the time the frame was presented on screen does 84 Name of the Layer/Surface to which the frame was presented. Some processes 112 …green.png) | High latency state. The framerate is smooth but frames are presented late, resulting … 143 frames to SurfaceFlinger before the previous frame was even presented. The 144 internal Buffer Queue is stuffed with buffers that are yet to be presented, 145 hence the name, Buffer Stuffing. These extra buffers in the queue are presented 150 deadline, but due to the stuffed nature, all the frames will be presented at 186 sent the frame down to the HAL on time, but the frame wasn’t presented on the 187 vsync. It was presented on the next vsync. It could be that SurfaceFlinger did 208 and missed the deadline but the frame was still presented early. The probability
|
/aosp_15_r20/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/compat/widget/ |
D | SliceViewPolicy.java | 27 * Mode indicating this slice should be presented in small format, only top-level information and 33 * Mode indicating this slice should be presented in large format, as much or all of the slice 38 /** Mode indicating this slice should be presented as a tappable icon. */ 77 * @return the maximum height a small slice should be presented in. 97 /** Sets what the max height the slice can be presented in. */ 117 /** Sets whether the slice should be presented as scrollable or not. */ 127 /** Set the mode of the slice being presented. */
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/domain/interactor/ |
D | ActiveNotificationsInteractor.java | 24 * Top level list of Notifications actively presented to the user in the notification stack, in 31 * Flattened list of Notifications actively presented to the user in the notification stack, in 38 * Size of the flattened list of Notifications actively presented in the stack. 59 * Are any notifications being actively presented in the notification stack? 93 * Top level list of Notifications actively presented to the user in the notification stack, in 102 * Flattened list of Notifications actively presented to the user in the notification stack, in 111 * Size of the flattened list of Notifications actively presented in the stack. 142 * Are any notifications being actively presented in the notification stack?
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/ |
H A D | Layer.cpp | 282 * to produce an upper bound on the amount of the buffer which was presented. 366 // Set the present state for all bufferlessSurfaceFramesTX to Presented. The in commitTransaction() 367 // bufferSurfaceFrameTX will be presented in latchBuffer. in commitTransaction() 369 if (surfaceFrame->getPresentState() != PresentState::Presented) { in commitTransaction() 370 // With applyPendingStates, we could end up having presented surfaceframes from previous in commitTransaction() 372 surfaceFrame->setPresentState(PresentState::Presented, mLastLatchTime); in commitTransaction() 442 if (it->second->getPresentState() == PresentState::Presented) { in setFrameTimelineVsyncForBufferlessTransaction() 443 // If the SurfaceFrame was already presented, its safe to overwrite it since it must in setFrameTimelineVsyncForBufferlessTransaction() 463 surfaceFrame->setPresentState(PresentState::Presented, mLastLatchTime); in addSurfaceFramePresentedForBuffer() 756 // buffer that was presented on this layer. The first transaction that came in this frame that in findCallbackHandle() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/cert/ |
D | PKIXCertPathChecker.java | 61 * <p>The order in which the certificates are presented to the 66 * it is presented with certificates in the reverse direction) and <b>may</b> 68 * presented with certificates in the forward direction). The 106 * @param forward the order that certificates are presented to 108 * are presented from target to most-trusted CA (forward); if 122 * its checks when certificates are presented to the {@code check} 155 * critical extensions. The certificates are presented in the order
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/11/libcore/ojluni/src/main/java/java/security/cert/ |
D | PKIXCertPathChecker.java | 61 * <p>The order in which the certificates are presented to the 66 * it is presented with certificates in the reverse direction) and <b>may</b> 68 * presented with certificates in the forward direction). The 106 * @param forward the order that certificates are presented to 108 * are presented from target to most-trusted CA (forward); if 122 * its checks when certificates are presented to the {@code check} 155 * critical extensions. The certificates are presented in the order
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/cert/ |
H A D | PKIXCertPathChecker.java | 61 * <p>The order in which the certificates are presented to the 66 * it is presented with certificates in the reverse direction) and <b>may</b> 68 * presented with certificates in the forward direction). The 106 * @param forward the order that certificates are presented to 108 * are presented from target to most-trusted CA (forward); if 122 * its checks when certificates are presented to the {@code check} 155 * critical extensions. The certificates are presented in the order
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | networkservices_v1beta1.projects.locations.endpointPolicies.html | 128 …matcher that is based on node metadata presented by xDS clients. # The matcher is based on node me… 129 …ified in the matcher should match the metadata presented by xDS client. MATCH_ALL: The metadata pr… 132 …"labelName": "A String", # Required. Label name presented as key in xDS Node M… 133 …"labelValue": "A String", # Required. Label value presented as value correspon… 237 …matcher that is based on node metadata presented by xDS clients. # The matcher is based on node me… 238 …ified in the matcher should match the metadata presented by xDS client. MATCH_ALL: The metadata pr… 241 …"labelName": "A String", # Required. Label name presented as key in xDS Node M… 242 …"labelValue": "A String", # Required. Label value presented as value correspon… 334 …matcher that is based on node metadata presented by xDS clients. # The matcher is based on node me… 335 …ified in the matcher should match the metadata presented by xDS client. MATCH_ALL: The metadata pr… [all …]
|
D | networkservices_v1.projects.locations.endpointPolicies.html | 128 …matcher that is based on node metadata presented by xDS clients. # The matcher is based on node me… 129 …ified in the matcher should match the metadata presented by xDS client. MATCH_ALL: The metadata pr… 132 …"labelName": "A String", # Required. Label name presented as key in xDS Node M… 133 …"labelValue": "A String", # Required. Label value presented as value correspon… 237 …matcher that is based on node metadata presented by xDS clients. # The matcher is based on node me… 238 …ified in the matcher should match the metadata presented by xDS client. MATCH_ALL: The metadata pr… 241 …"labelName": "A String", # Required. Label name presented as key in xDS Node M… 242 …"labelValue": "A String", # Required. Label value presented as value correspon… 334 …matcher that is based on node metadata presented by xDS clients. # The matcher is based on node me… 335 …ified in the matcher should match the metadata presented by xDS client. MATCH_ALL: The metadata pr… [all …]
|