Home
last modified time | relevance | path

Searched full:tracking (Results 1 – 25 of 9577) sorted by relevance

12345678910>>...384

/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/
H A DFlags.kt44 // TODO(b/254512751): Tracking Bug
48 // TODO(b/254512732): Tracking Bug
51 // TODO(b/254512505): Tracking Bug
54 // TODO(b/254512624): Tracking Bug
59 // TODO(b/280783617): Tracking Bug
70 // TODO(b/254512750): Tracking Bug
74 // TODO(b/254512676): Tracking Bug
83 // TODO(b/255607168): Tracking Bug
87 // TODO(b/244313043): Tracking bug
95 // TODO(b/294110497): Tracking Bug
[all …]
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
H A DBackendServiceConnectionTrackingPolicy.java25 * Connection Tracking configuration for this BackendService.
77 …n-oriented protocols (TCP and SCTP) and only if the Tracking Mode is PER_CONNECTION (default track…
217tracking. There are two options: - PER_CONNECTION: This is the default mode. The Connection Tracki…
356 …n-oriented protocols (TCP and SCTP) and only if the Tracking Mode is PER_CONNECTION (default track…
372 …n-oriented protocols (TCP and SCTP) and only if the Tracking Mode is PER_CONNECTION (default track…
396 …n-oriented protocols (TCP and SCTP) and only if the Tracking Mode is PER_CONNECTION (default track…
456Tracking entry while there is no matching traffic (in seconds). For Internal TCP/UDP Load Balancin…
471Tracking entry while there is no matching traffic (in seconds). For Internal TCP/UDP Load Balancin…
491tracking. There are two options: - PER_CONNECTION: This is the default mode. The Connection Tracki…
507tracking. There are two options: - PER_CONNECTION: This is the default mode. The Connection Tracki…
[all …]
H A DBackendServiceConnectionTrackingPolicyOrBuilder.java30 …n-oriented protocols (TCP and SCTP) and only if the Tracking Mode is PER_CONNECTION (default track…
43 …n-oriented protocols (TCP and SCTP) and only if the Tracking Mode is PER_CONNECTION (default track…
56 …n-oriented protocols (TCP and SCTP) and only if the Tracking Mode is PER_CONNECTION (default track…
95Tracking entry while there is no matching traffic (in seconds). For Internal TCP/UDP Load Balancin…
107Tracking entry while there is no matching traffic (in seconds). For Internal TCP/UDP Load Balancin…
120tracking. There are two options: - PER_CONNECTION: This is the default mode. The Connection Tracki…
133tracking. There are two options: - PER_CONNECTION: This is the default mode. The Connection Tracki…
146tracking. There are two options: - PER_CONNECTION: This is the default mode. The Connection Tracki…
/aosp_15_r20/out/soong/raw-aosp_shiba/d2/
Dd26d466e629f74089a335f3e09579a2daf17535499 …tes/art/test/145-alloc-tracking-stress/art-run-test-145-alloc-tracking-stress/android_common/javac…
100 …tes/art/test/145-alloc-tracking-stress/art-run-test-145-alloc-tracking-stress/android_common/javac…
127tracking-stress/art-run-test-145-alloc-tracking-stress/android_common/lint-srcs.list.rsp __SBOX_SA…
130 …to: "out/soong/.intermediates/art/test/145-alloc-tracking-stress/art-run-test-145-alloc-tracking-s…
134 …to: "out/soong/.intermediates/art/test/145-alloc-tracking-stress/art-run-test-145-alloc-tracking-s…
138 …to: "out/soong/.intermediates/art/test/145-alloc-tracking-stress/art-run-test-145-alloc-tracking-s…
142 …to: "out/soong/.intermediates/art/test/145-alloc-tracking-stress/art-run-test-145-alloc-tracking-s…
146 …to: "out/soong/.intermediates/art/test/145-alloc-tracking-stress/art-run-test-145-alloc-tracking-s…
150 …to: "out/soong/.intermediates/art/test/145-alloc-tracking-stress/art-run-test-145-alloc-tracking-s…
154 …file: "out/soong/.intermediates/art/test/145-alloc-tracking-stress/art-run-test-145-alloc-tracking
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/verifier/
H A Dref_tracking.c2 "reference tracking: leak potential reference",
13 "reference tracking: leak potential reference to sock_common",
24 "reference tracking: leak potential reference on stack",
38 "reference tracking: leak potential reference on stack 2",
53 "reference tracking: zero potential reference",
64 "reference tracking: zero potential reference to sock_common",
75 "reference tracking: copy and zero potential references",
88 "reference tracking: acquire/release user key reference",
110 "reference tracking: acquire/release system key reference",
131 "reference tracking: release user key reference without check",
[all …]
/aosp_15_r20/packages/apps/TV/src/com/android/tv/analytics/
DTracker.java46 /** Sends tracking information for starting the MainActivity. */
50 * Sends tracking for stopping MainActivity.
60 * Sends tracking information for starting to view a channel.
68 * Sends tracking information for tuning to a channel.
76 * Sends tracking information for stopping viewing a channel.
83 /** Sends tracking information for pressing channel up. */
86 /** Sends tracking information for pressing channel down. */
89 /** Sends tracking information for showing the main menu. */
93 * Sends tracking for hiding the main menu.
100 * Sends tracking for clicking a menu item.
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libaudioclient/spatializer-aidl-java-source/gen/android/media/
DISpatializer.java15 * the active state and modes of the spatializer and head tracking effect.
51 * Reports if the spatializer engine supports head tracking or not.
52 * This is a pre condition independent of the fact that a head tracking sensor is
60 * Reports the list of supported head tracking modes.
62 * if the spatializer effect implementation supports head tracking.
70 /** Selects the desired head tracking mode. */
75 * Gets the actual head tracking mode. Can be different from the desired mode if conditions to
76 * enable the desired mode are not met (e.g if the head tracking device was removed)
82 /** Reset the head tracking algorithm to consider current head pose as neutral */
87 * Set the screen to stage transform to use by the head tracking algorithm
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DShadeExpansionStateManagerTest.kt45 val tracking = true in onPanelExpansionChanged_listenerNotified() constant
48 shadeExpansionStateManager.onPanelExpansionChanged(fraction, expanded, tracking) in onPanelExpansionChanged_listenerNotified()
52 assertThat(listener.tracking).isEqualTo(tracking) in onPanelExpansionChanged_listenerNotified()
59 val tracking = true in addExpansionListener_listenerNotifiedOfCurrentValues() constant
61 shadeExpansionStateManager.onPanelExpansionChanged(fraction, expanded, tracking) in addExpansionListener_listenerNotifiedOfCurrentValues()
69 assertThat(listener.tracking).isEqualTo(tracking) in addExpansionListener_listenerNotifiedOfCurrentValues()
94 tracking = false in onPEC_fractionLessThanOne_expandedTrue_trackingFalse_becomesStateOpening()
108 tracking = true in onPEC_fractionLessThanOne_expandedTrue_trackingTrue_becomesStateOpening()
124 tracking = false in onPEC_fractionLessThanOne_expandedFalse_trackingFalse_becomesStateClosed()
140 tracking = true in onPEC_fractionLessThanOne_expandedFalse_trackingTrue_doesNotBecomeStateClosed()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitors.h101 /// Specifies the type of tracking for an expression.
103 /// Default tracking kind -- specifies that as much information should be
106 /// Specifies that a more moderate tracking should be used for the expression
113 /// Defines a set of options altering tracking behavior.
115 /// Specifies the kind of tracking.
168 /// A generalized component for tracking expressions, values, and stores.
172 /// tracking process and insert checker-specific logic.
195 /// Describes a tracking result with the most basic information of what was
200 /// Signifies that the tracking was interrupted at some point.
216 /// \param E The expression value which we are tracking
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitors.h101 /// Specifies the type of tracking for an expression.
103 /// Default tracking kind -- specifies that as much information should be
106 /// Specifies that a more moderate tracking should be used for the expression
113 /// Defines a set of options altering tracking behavior.
115 /// Specifies the kind of tracking.
168 /// A generalized component for tracking expressions, values, and stores.
172 /// tracking process and insert checker-specific logic.
195 /// Describes a tracking result with the most basic information of what was
200 /// Signifies that the tracking was interrupted at some point.
216 /// \param E The expression value which we are tracking
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitors.h101 /// Specifies the type of tracking for an expression.
103 /// Default tracking kind -- specifies that as much information should be
106 /// Specifies that a more moderate tracking should be used for the expression
113 /// Defines a set of options altering tracking behavior.
115 /// Specifies the kind of tracking.
168 /// A generalized component for tracking expressions, values, and stores.
172 /// tracking process and insert checker-specific logic.
195 /// Describes a tracking result with the most basic information of what was
200 /// Signifies that the tracking was interrupted at some point.
216 /// \param E The expression value which we are tracking
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitors.h101 /// Specifies the type of tracking for an expression.
103 /// Default tracking kind -- specifies that as much information should be
106 /// Specifies that a more moderate tracking should be used for the expression
113 /// Defines a set of options altering tracking behavior.
115 /// Specifies the kind of tracking.
168 /// A generalized component for tracking expressions, values, and stores.
172 /// tracking process and insert checker-specific logic.
195 /// Describes a tracking result with the most basic information of what was
200 /// Signifies that the tracking was interrupted at some point.
216 /// \param E The expression value which we are tracking
[all …]
/aosp_15_r20/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
H A DMockModemConfigInterface.java120 * @param client for tracking calling client
177 * @param client for tracking calling client
189 * @param client for tracking calling client
203 * @param client for tracking calling client
222 * @param client for tracking calling client.
237 * @param client for tracking calling client.
249 * @param client for tracking calling client
258 * @param client for tracking calling client
267 * @param client for tracking calling client
276 * @param client for tracking calling client
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/3f/
D3f0941b450d1494d2e08923105622d19593fdc0931 …from: "out/soong/.intermediates/cts/hostsidetests/jvmti/allocation-tracking/app/CtsJvmtiTrackingDe…
32 …to: "out/soong/.intermediates/cts/hostsidetests/jvmti/allocation-tracking/app/CtsJvmtiTrackingDevi…
35 …from: "out/soong/.intermediates/cts/hostsidetests/jvmti/allocation-tracking/app/CtsJvmtiTrackingDe…
36 …to: "out/soong/.intermediates/cts/hostsidetests/jvmti/allocation-tracking/app/CtsJvmtiTrackingDevi…
39 …from: "out/soong/.intermediates/cts/hostsidetests/jvmti/allocation-tracking/app/CtsJvmtiTrackingDe…
40 …to: "out/soong/.intermediates/cts/hostsidetests/jvmti/allocation-tracking/app/CtsJvmtiTrackingDevi…
135tracking/app/CtsJvmtiTrackingDeviceApp/android_common/lint-srcs.list.rsp __SBOX_SANDBOX_DIR__/out/…
138 …to: "out/soong/.intermediates/cts/hostsidetests/jvmti/allocation-tracking/app/CtsJvmtiTrackingDevi…
142 …to: "out/soong/.intermediates/cts/hostsidetests/jvmti/allocation-tracking/app/CtsJvmtiTrackingDevi…
146 …to: "out/soong/.intermediates/cts/hostsidetests/jvmti/allocation-tracking/app/CtsJvmtiTrackingDevi…
[all …]
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DSpatializer.java297 * Constant indicating head tracking is not supported by this {@code Spatializer}
306 * Constant indicating head tracking is disabled on this {@code Spatializer}
315 * Constant indicating head tracking is in a mode whose behavior is unknown. This is not an
325 * Constant indicating head tracking is tracking the user's position / orientation relative to
335 * Constant indicating head tracking is tracking the user's position / orientation relative to
345 * Head tracking mode to string conversion
346 * @param mode a valid head tracking mode
362 return "head tracking mode unknown " + mode; in headtrackingModeToString()
426 * An interface to be notified of changes to the head tracking mode, used by the spatializer
437 * Called when the actual head tracking mode of the spatializer changed.
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/domain/interactor/
H A DShadeInteractorLegacyImplTest.kt169 // GIVEN shade collapsed and not tracking input in userInteractingWithShade_shadeDraggedUpAndDown()
177 // WHEN shade tracking starts in userInteractingWithShade_shadeDraggedUpAndDown()
191 // WHEN shade fully expanded but tracking is not stopped in userInteractingWithShade_shadeDraggedUpAndDown()
198 // WHEN shade fully collapsed but tracking is not stopped in userInteractingWithShade_shadeDraggedUpAndDown()
205 // WHEN shade dragged halfway and tracking is stopped in userInteractingWithShade_shadeDraggedUpAndDown()
225 // GIVEN shade collapsed and not tracking input in userInteractingWithShade_shadeExpanded()
233 // WHEN shade tracking starts in userInteractingWithShade_shadeExpanded()
247 // WHEN shade fully expanded and tracking is stopped in userInteractingWithShade_shadeExpanded()
260 // GIVEN shade collapsed and not tracking input in userInteractingWithShade_shadePartiallyExpanded()
268 // WHEN shade tracking starts in userInteractingWithShade_shadePartiallyExpanded()
[all …]
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
H A DTextLayer.java108 if (textProperties != null && textProperties.tracking != null) { in TextLayer()
109 trackingAnimation = textProperties.tracking.createAnimation(); in TextLayer()
189 // Add tracking in drawTextWithGlyphs()
190 float tracking = documentData.tracking / 10f; in drawTextWithGlyphs() local
192 tracking += trackingCallbackAnimation.getValue(); in drawTextWithGlyphs()
194 tracking += trackingAnimation.getValue(); in drawTextWithGlyphs()
200 …<TextSubLine> lines = splitGlyphTextIntoLines(textLine, boxWidth, font, fontScale, tracking, true); in drawTextWithGlyphs()
208 … drawGlyphTextLine(line.text, documentData, font, canvas, parentScale, fontScale, tracking); in drawTextWithGlyphs()
217 Font font, Canvas canvas, float parentScale, float fontScale, float tracking) { in drawGlyphTextLine() argument
227 float tx = (float) character.getWidth() * fontScale * Utils.dpScale() + tracking; in drawGlyphTextLine()
[all …]
/aosp_15_r20/external/google-cloud-java/java-video-stitcher/proto-google-cloud-video-stitcher-v1/src/main/java/com/google/cloud/video/stitcher/v1/
H A DProgressEvent.java77 * The time when the following tracking events occurs. The time is in
93 * The time when the following tracking events occurs. The time is in
109 * The time when the following tracking events occurs. The time is in
128 * The list of progress tracking events for the ad break. These can be of
144 * The list of progress tracking events for the ad break. These can be of
161 * The list of progress tracking events for the ad break. These can be of
177 * The list of progress tracking events for the ad break. These can be of
193 * The list of progress tracking events for the ad break. These can be of
638 * The time when the following tracking events occurs. The time is in
653 * The time when the following tracking events occurs. The time is in
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthControllerTest.kt145 fraction = 1f, expanded = true, tracking = false)) in <lambda>()
153 fraction = 0.01f, expanded = false, tracking = false)) in <lambda>()
163 fraction = 0f, expanded = false, tracking = false)) in <lambda>()
171 fraction = 1f, expanded = true, tracking = false) in <lambda>()
178 event.copy(fraction = 0.9f, tracking = true)) in <lambda>()
182 event.copy(fraction = 0.8f, tracking = false)) in <lambda>()
192 fraction = 0.6f, expanded = true, tracking = true)) in <lambda>()
200 fraction = 0.5f, expanded = true, tracking = true) in <lambda>()
228 fraction = 1f, expanded = true, tracking = false)) in <lambda>()
239 fraction = 1f, expanded = true, tracking = false)) in <lambda>()
[all …]
/aosp_15_r20/frameworks/av/media/libaudioclient/aidl/android/media/
H A DISpatializer.aidl28 * the active state and modes of the spatializer and head tracking effect.
55 /** Reports if the spatializer engine supports head tracking or not.
56 * This is a pre condition independent of the fact that a head tracking sensor is
62 * Reports the list of supported head tracking modes.
64 * if the spatializer effect implementation supports head tracking.
71 * Selects the desired head tracking mode.
76 * Gets the actual head tracking mode. Can be different from the desired mode if conditions to
77 * enable the desired mode are not met (e.g if the head tracking device was removed)
82 * Reset the head tracking algorithm to consider current head pose as neutral
87 * Set the screen to stage transform to use by the head tracking algorithm
[all …]
/aosp_15_r20/external/zstd/tests/golden-compression/
H A Dhttp1Tracking event="start">http://ads60.vertamedia.com/ve/43C53990160C658B/53</Tracking><Tracking even…
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-aat-layout-trak-table.hh36 * trak -- Tracking
70 valuesZ; /* Offset from start of tracking table to
71 * per-size tracking values for this track. */
106 /* For now we only seek for track entries with zero tracking value */ in get_tracking()
146 sizeTable; /* Offset from start of the tracking table to
175 int tracking = trackData.get_tracking (this, ptem); in apply() local
176 hb_position_t offset_to_add = c->font->em_scalef_x (tracking / 2); in apply()
177 hb_position_t advance_to_add = c->font->em_scalef_x (tracking); in apply()
188 int tracking = trackData.get_tracking (this, ptem); in apply() local
189 hb_position_t offset_to_add = c->font->em_scalef_y (tracking / 2); in apply()
[all …]
/aosp_15_r20/external/googleapis/google/ads/searchads360/v0/resources/
H A Dcustomer.proto69 // The URL template for constructing a tracking URL out of parameters.
81 // Output only. Conversion tracking setting for a customer.
117 // Tracking.
119 // Output only. The conversion tracking id used for this account. This id
120 // doesn't indicate whether the customer uses conversion tracking
125 // Output only. The conversion tracking id of the customer's manager. This is
126 // set when the customer is opted into conversion tracking, and it overrides
132 // Output only. The conversion tracking id of the customer's manager. This is
133 // set when the customer is opted into cross-account conversion tracking, and
139 // using cross-account conversion tracking, this value is inherited from the
[all …]
/aosp_15_r20/frameworks/av/media/libcpustats/include/cpustats/
H A DThreadCpuUsage.h57 // Return whether currently tracking CPU usage by current thread
60 // Enable tracking of CPU usage by current thread;
65 // Disable tracking of CPU usage by current thread;
74 // Add a sample point, and also enable tracking if needed.
75 // If tracking has never been enabled, then this call enables tracking but
78 // Otherwise, if tracking is enabled,
81 // setEnabled(true). If there was a previous sample but tracking is
84 // enables tracking. Calling this method rather than enable() followed
93 // change the tracking enabled status. If tracking has either never been
108 // Reset elapsed wall clock. Has no effect on tracking or accumulator.
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Ddisplayvideo_v1.advertisers.creatives.html121 …&quot;appendedTag&quot;: &quot;A String&quot;, # Third-party HTML tracking tag to be appended to t…
132 …quot;cmTrackingAd&quot;: { # A Campaign Manager 360 tracking ad. # The Campaign Manager 360 tracki…
133 &quot;cmAdId&quot;: &quot;A String&quot;, # The ad ID of the campaign manager 360 tracking Ad.
134 …mCreativeId&quot;: &quot;A String&quot;, # The creative ID of the campaign manager 360 tracking Ad.
135 …lacementId&quot;: &quot;A String&quot;, # The placement ID of the campaign manager 360 tracking Ad.
182 …&quot;clickTrackingUrl&quot;: &quot;A String&quot;, # Required. The click tracking URL of the OBA …
192 …&quot;viewTrackingUrl&quot;: &quot;A String&quot;, # Required. The view tracking URL of the OBA ic…
201 …turn ping for attribution. Only valid when using a Campaign Manager 360 tracking ad with a third-p…
225 …&quot;thirdPartyUrls&quot;: [ # Tracking URLs from third parties to track interactions with a vide…
226 { # Tracking URLs from third parties to track interactions with an audio or a video creative.
[all …]

12345678910>>...384