Home
last modified time | relevance | path

Searched refs:applied (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/compile/slang/tests/F_foreach_non_kernel/
Dstderr.txt.expect1 foreach_non_kernel.rscript:14:3: error: rsForEach applied to function oldFoo defined without "kerne…
2 foreach_non_kernel.rscript:15:3: error: rsForEach applied to function foo defined without "kernel" …
/frameworks/native/services/surfaceflinger/Tracing/tools/
Dreadme.md6 is applied, along wth a timestamp and vsync id. The transactions
7 are parsed from proto and applied to recreate the layer state. The
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DTelephonyNetworkFactory.java232 boolean applied = entry.getValue() != AccessNetworkConstants.TRANSPORT_TYPE_INVALID; in onActivePhoneSwitch()
237 int action = getAction(applied, shouldApply); in onActivePhoneSwitch()
303 boolean applied = mNetworkRequests.get(networkRequest) in onReleaseNetworkFor()
308 logl("onReleaseNetworkFor " + networkRequest + " applied " + applied); in onReleaseNetworkFor()
310 if (applied) { in onReleaseNetworkFor()
/frameworks/base/packages/SystemUI/
Dproguard_kotlin.flags3 # These checks are generally applied to Java platform types (values returned
34 # Removes lateinit var check being used before being set. Check is applied
/frameworks/libs/systemui/toruslib/torus-core/
Dproguard-rules.pro2 # You can control the set of applied configuration files using the
/frameworks/native/libs/bufferstreams/examples/app/
Dproguard-rules.pro2 # You can control the set of applied configuration files using the
/frameworks/base/services/core/java/com/android/server/wm/
DBLASTSync.md126 transaction applied before it (since setTransactionState is one way from BBQ). Even if
127 the transactions are applied in the right order, it's possible for them to be
139 fired when the transaction has latched on the server side, any transaction applied
162 transaction which is the displaycontent pendingtransaction, applied by the WindowManager.
164 eventually be merged to be applied by the WindowManager. We can see that we have a congruent
166 given to SysUI could end up being applied later than state updates which were made later but
167 directly applied by the WM. We can break this down in to two cases:
/frameworks/native/services/surfaceflinger/FrontEnd/
Dreadme.md32 Transactions contain a group of changes to one or more layers that are applied together.
74 be applied. On commit, we filter the transactions that are ready. We provide an interface
76 applied.
/frameworks/base/core/java/android/app/
Dactivity_manager.aconfig24 description: "API to track and query restrictions applied to apps"
/frameworks/proto_logging/stats/express/catalog/
Dvibrator.cfg79 "The adaptive haptic scale factor applied to vibrations"
/frameworks/base/tools/lint/
DREADME.md27 6. Done! Your lint check should be applied in lint report builds across the
42 4. Done! Your lint checks should be applied in lint report builds for modules that include
/frameworks/base/
DOWNERS.md37 directive. This approach ensures that updates are applied consistently across
/frameworks/base/core/java/android/window/
DSurfaceSyncGroup.md13 … to allow the caller to get back the merged transaction without it being applied. ViewRootImpl use…
37 …nd all children are complete. This doesn't mean the transaction has been applied since it could be…
50 … already contains SSG-B, we need to ensure SSG-A, SSG-B, and VRI are all applied together to ensur…
/frameworks/libs/systemui/weathereffects/graphics/assets/shaders/
Dfog_effect.agsl68 // Dither to be applied to background noise.
/frameworks/base/ravenwood/
Dtest-authors.md107 > **Note:** There's a known bug #308854804 where `TEST_MAPPING` is not being applied, so we're curr…
152 …continuing to validate that test on real devices. The annotation can be applied to either individ…
/frameworks/base/packages/SystemUI/docs/
Dfalsing.md92 All the above rules are applied only after first confirming the gesture does
122 heuristics will be applied to analyze the gesture, and the exact rules vary depending upon
/frameworks/base/services/core/java/com/android/server/am/
DBroadcastQueue.md83 * A per-process queue that has a delayed _runnable at_ policy applied can risk
/frameworks/rs/script_api/
Drs_math.spec20 The mathematical functions below can be applied to scalars and vectors. When applied
21 to vectors, the returned value is a vector of the function applied to each entry of the input. function
507 There are two variants of clamp: one where the min and max are scalars applied
949 The @max() function returns identical results but can be applied to more data types.
994 The @min() function returns identical results but can be applied to more data types.
/frameworks/av/media/libaudiohal/impl/
DHal2AidlMapper.cpp243 bool applied = false; in createOrUpdatePortConfig() local
245 requestedPortConfig, result, &applied))); in createOrUpdatePortConfig()
246 if (!applied) { in createOrUpdatePortConfig()
/frameworks/proto_logging/stats/atoms/framework/
Dframework_extension_atoms.proto535 // uid which got flag_secure applied.
603 // The threshold that was applied to make the decision
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.md63 subject to "ACTIVE" app quota, so minimum deferral will be applied to it.
/frameworks/av/media/libheadtracking/
DREADME.md182 A Rate Limiter block is applied to the final output to smooth out any abrupt
/frameworks/av/media/libaudiohal/tests/
DCoreAudioHalAidl_test.cpp369 bool* applied) override { in setAudioPortConfig() argument
370 *applied = false; in setAudioPortConfig()
392 *applied = true; in setAudioPortConfig()
/frameworks/base/core/proto/android/server/alarm/
Dalarmmanagerservice.proto71 // List of alarms per uid deferred due to user applied background restrictions
/frameworks/proto_logging/stats/atoms/input/
Dinput_atoms.proto92 * event is applied to the 'end_to_end' latency number, and is configurable via a server flag.

12