/frameworks/base/services/robotests/ |
D | README | 10 Robolectric loads some classes that it decides from versioned jars of the framework. Since we are 11 part of the framework some of our classes get loaded from these jars. This is NOT what we want, we 12 want to test against what we wrote in the tree. Because of this we use a custom test runner,
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | check_dims.rscript | 23 // This test checks to see that we only work on the cells specified for the 25 // each row). If we don't see the pattern that we wrote, we know that we
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | check_dims.rscript | 25 // This test checks to see that we only work on the cells specified for the 27 // each row). If we don't see the pattern that we wrote, we know that we
|
/frameworks/layoutlib/rename_font/ |
D | README | 1 This tool is used to rename the PS name encoded inside the ttf font that we ship 4 versions are loaded. As a workaround, we rename all the fonts that we ship with
|
/frameworks/base/packages/SystemUI/docs/ |
D | sos_gesture.md | 17 2. whether the screen is on; if not, we need to delay until that happens 19 1. Note that we cannot have an intent resolver, so we launch the default. 23 Due to the nature of the gesture, we need the flow to work behind the lockscreen, and without disam… 24 Thus, we always launch the same intent, and verify that there is only one matching intent-filter in…
|
D | physics-animation-testing.md | 4 For this reason, we only test the end state of animations. Manual testing should be sufficient to r… 7 …we can assert anything about its end state. For normal animations, we can invoke skipToEnd to avoi… 11 …s. The latch is initialized with a count equal to the number of properties we’re listening to. We …
|
/frameworks/base/cmds/app_process/ |
D | Android.bp | 52 // Even though app_process doesn't call into libsigchain, we need to 53 // make sure it's in the DT list of app_process, as we want all code 79 …// // In SANITIZE_LITE mode, we create the sanitized binary in a separate location (but reu… 94 // server to use MTE. We use ASYNC because we don't expect the pre-fork 96 // code), and we don't want to waste memory recording malloc/free stack
|
/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/ |
D | README.md | 10 - Audio policy service lock. This one is external - it should be assumed to be held whenever we're 17 We always invoke those calls outside of the `SoundTriggerModule` lock, so we can lock 18 `SoundTriggerMiddlewareValidation`. However, in the `setCaptureState()` case, we have to use atomics
|
/frameworks/compile/slang/tests/F_reflection3264_multifile/ |
D | reflection3264_multifile_3.rscript | 4 // we stop compiling after the first file with an error; 5 // reflection3264_multifile_2.rs has errors, so we never get here, and
|
/frameworks/compile/mclinker/lib/Support/Windows/ |
D | PathV3.inc | 31 // if we meet '//', '///', '////', ... 35 // if we meet '/./' 38 // if we meet '/../' 41 // if we meet other else 43 // if we meet '/.../', '/..../', ... -> illegal 156 // 2. Some but not all elements had beed put into cache, and we stoped.
|
/frameworks/layoutlib/create/ |
D | README.txt | 24 - they contains references to native code (which we cannot support in Android Studio at the moment,… 27 - some of the classes that need to be changed are final and/or we need access to their private 33 - filters some packages and removes those we don't want in the output JAR, 62 dependencies and then only keep the ones we want. 65 from these is kept. Currently the one such class is android.view.View: since we want to render 70 ("*" does not match dots whilst "**" does, and "." and "$" are interpreted as-is). In practice we 98 Each of these are specific strategies we use to be able to modify the Android code to fit within the 116 The next step of the transformation is changing the name of the class in case we requested the class 130 This is useful for methods in the Java namespace where we cannot add delegates. The configuration 147 The listeners are currently pretty basic: we only pass the signature of the method being called, its [all …]
|
/frameworks/native/services/sensorservice/ |
D | Fusion.cpp | 433 vec3_t we = w - b; in predict() local 435 if (length(we) < WVEC_EPS) { in predict() 436 we = (we[0]>0.f)?WVEC_EPS:-WVEC_EPS; in predict() 466 const mat33_t wx(crossMatrix(we, 0)); in predict() 468 const float lwedT = length(we)*dT; in predict() 470 const float ilwe = 1.f/length(we); in predict() 474 const vec3_t psi(sinf(hlwedT)*ilwe*we); in predict()
|
/frameworks/layoutlib/bridge/resources/bars/ |
D | README | 7 For example, for the back icon for ICS, we search first in v18, where we don't
|
/frameworks/av/apex/ |
D | mediatranscoding.rc | 2 # to API29, but we only want it started on API31+ devices. So we declare it as
|
/frameworks/base/tests/SmokeTest/tests/ |
D | Android.bp | 14 // Notice that we don't have to include the src files of SmokeTestApp because, by 15 // running the tests using an instrumentation targeting SmokeTestApp, we
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | PathV3.inc | 37 // if we meet '//', '///', '////', ... 41 // if we meet '/./' 44 // if we meet '/../' 47 // if we meet other else 49 // if we meet '/.../', '/..../', ... -> illegal 187 // 2. Some but not all elements had been put into cache, and we stoped.
|
/frameworks/av/media/codecs/amrwb/enc/src/ |
D | p_med_ol.c | 40 Word16 *ww, *we, *hp_wsp; in Pitch_med_ol() local 53 we = &corrweight[98 + L_max - L_0]; in Pitch_med_ol() 82 R0 = Mpy_32_16(hi, lo, *we); in Pitch_med_ol() 83 we--; in Pitch_med_ol()
|
/frameworks/av/media/codecs/amrnb/enc/src/ |
D | p_ol_wgh.cpp | 596 const Word16 *we; in Lag_max() local 601 we = &corrweight[123 + lag_max - old_lag]; in Lag_max() 618 t0 = Mpy_32_16(t0_h, t0_l, *we, pOverflow); in Lag_max() 619 we--; in Lag_max()
|
/frameworks/base/tools/obbtool/ |
D | Android.bp | 34 // This tool is prebuilt if we're doing an app-only build. 54 // This tool is prebuilt if we're doing an app-only build.
|
/frameworks/opt/setupwizard/library/ |
D | rules.gradle | 22 // TODO(yukl): Bump this file to v28 once we can properly test that 56 // For builds in the Android tree we want to build the dependencies from source 63 // For standalone project clients, since the source may not be available, we
|
/frameworks/base/tools/dump-coverage/ |
D | README.md | 3 …y JaCoCo. JaCoCo automatically starts recording data on process start, and we need a way to trigge… 16 Then we can run the command to dump the data: 28 then perform more actions, then dump the data again. To get the files, we can get
|
/frameworks/av/services/minijail/ |
D | Android.bp | 34 // By adding "vendor_available: true" to "libavservices_minijail", we don't 36 // "libavservices_minijail_vendor" will be removed, once we replace it with
|
/frameworks/rs/driver/ |
D | README.txt | 15 implies that whenever we modify (runtime, driver, bcc) to take 16 advantage of some new SlangVersion guarantee, we may have to update
|
/frameworks/compile/libbcc/ |
D | README.rst | 48 * To reduce launch time, we support caching of 50 if the given apps are performance-sensitive. Thus, we implemented 55 portability enhancement. Launch time reduction after we 74 * For steady-state performance, we enable VFP3 and aggressive 77 * Currently we disable Lazy JITting. 172 a page size, so that we can mmap the context directly into memory. 200 On ARM, we use hardfp. Note that double will be placed in a register pair.
|
/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch_init/ |
D | reflection3264_variable_mismatch_init.rscript | 32 = 0 // we get an error even though explicit zero initialization is redundant 61 = 0 // we get an error even though explicit zero initialization is redundant
|