Home
last modified time | relevance | path

Searched refs:pre (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
DLockTarget.java25 private final String pre; field in LockTarget
28 public LockTarget(String targetDesc, String pre, String post) { in LockTarget() argument
30 this.pre = pre; in LockTarget()
39 return pre; in getPre()
43 return pre.substring(0, pre.lastIndexOf('.')); in getPreOwner()
47 return pre.substring(pre.lastIndexOf('.') + 1); in getPreMethod()
/frameworks/opt/net/wifi/service/
DAndroid.bp46 // pre-jarjar version of wifi-service that builds against pre-jarjar version of framework-wifi
48 name: "wifi-service-pre-jarjar",
62 // need pre-jarjar symbols so that wifi-service can reference the original class names at
64 "framework-wifi-pre-jarjar",
105 static_libs: ["wifi-service-pre-jarjar"],
/frameworks/rs/
DrsAnimation.cpp124 RsAnimationEdge pre, in rsi_AnimationCreate() argument
DrsAnimation.h35 RsAnimationEdge pre, RsAnimationEdge post);
/frameworks/base/libs/hostgraphics/
DAndroid.bp18 // We will have to copy necessary headers with a pre-build step (generated headers).
/frameworks/base/tools/lock_agent/java/com/android/lock_checker/
DLockHook.java134 checker.pre(lock); in preLock()
308 void pre(Object lock); in pre() method
DOnThreadLockChecker.java131 public void pre(Object lock) { in pre() method in OnThreadLockChecker
/frameworks/base/core/proto/android/os/
Dcpufreq.proto30 // frequency time pre cpu, unit in jiffy.
/frameworks/base/wifi/
DAndroid.bp78 // wifi-service needs pre-jarjared version of framework-wifi so it can reference copied utility
81 name: "framework-wifi-pre-jarjar",
/frameworks/hardware/interfaces/
Dcurrent.txt2 # pre-existing interfaces will fail VTS and break framework-only OTAs
/frameworks/base/tools/lock_agent/
Dagent.cpp123 void insertHook(lir::Instruction* before, bool pre, u4 reg) { in transform()
126 transformer->hookType_, pre ? "preLock" : "postLock", in transform()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dluts_for_speedup_f32.rsh62 // A lookup table that pre-computes x coordinate of the intersection between a
Dlayered_filter_fast_f32.rscript458 // fuzzy is a result of accumulation and hence is pre-multiplied with alpha.
/frameworks/base/services/core/java/com/android/server/am/
DEventLogTags.logtags63 # Running pre boot receiver
/frameworks/base/services/core/
DAndroid.bp143 …" --pre \"com/android/server/am/ActivityManagerService.boostPriorityForLockedSection,com/android/…
/frameworks/base/core/java/android/view/
DViewDebug.java663 public void pre() { in profileViewMeasure()
717 default void pre() {}
728 operation.pre();
/frameworks/base/packages/SystemUI/docs/
Ddagger.md168 Still here? Yeah, ok, sysui has a lot of pre-existing views that contain a
Dexecutors.md171 anonymous Runnables is too high, consider creating pre-defined Runnables as
/frameworks/opt/net/wifi/tests/wifitests/
DAndroid.bp33 // Statically link wifi-service-pre-jarjar since we want to test the working copy of
35 // Use pre-jarjar version so that we can reference symbols before they are renamed.
38 "wifi-service-pre-jarjar",
47 "framework-wifi-pre-jarjar",
/frameworks/base/tools/aapt2/
Dreadme.md55 pre-processed the PNG and wants it byte-for-byte identical to the input.
/frameworks/rs/tests/lldb/
DREADME.txt63 --install-only It only runs the pre-run stage of the test suite. It
/frameworks/rs/script_api/
Drs_matrix.spec40 modifies a pre-existing transformation matrix so that the new transformation
/frameworks/rs/script_api/include/
Drs_matrix.rsh42 * modifies a pre-existing transformation matrix so that the new transformation
/frameworks/base/
DAndroid.bp556 // maintaining backwards compatibility for APKs that target pre-P and depend on
/frameworks/av/media/codec2/docs/
Ddoxygen.config296 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
407 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
1479 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX

12