/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
D | Transform.java | 123 public void look(char dir, TriData tri, int w, int h) { in look() method in Transform 124 mViewMatrix.look(dir, tri, mVoxelDim, w, h); in look() 178 float[] look = {0, 0, 1}; in main() local 179 m.mult3v(look, ret); in main()
|
D | ViewMatrix.java | 213 double[] look = {0, 0, 0}; in main() local 217 v.setLookPoint(look); in main() 261 public void look(char dir, TriData tri, float[] voxelDim, int w, int h) { in look() method in ViewMatrix
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/ |
D | VrView.java | 298 mState1.mTransform.look(looks[last_look], mState1.mCubeScreen, getWidth(), getHeight()); in resetCut() 311 mState1.mTransform.look(ViewMatrix.DOWN_AT, mState1.mCubeScreen, getWidth(), getHeight()); in setVolume() 315 protected void look(int k) { in look() method in VrView 316 mState1.mTransform.look(looks[k], mState1.mCubeVolume, getWidth(), getHeight()); in look() 336 public void setLook(String look) { in setLook() argument 337 int[][] color = mState1.mVolume.getLookColor(look); in setLook() 338 int[][] opacity = mState1.mVolume.getLookOpactiy(look); in setLook()
|
/frameworks/native/opengl/libs/EGL/ |
D | GLES_layers.md | 14 …r for the layer to use (layer_id) and an entrypoint that can be called to look up functions below … 29 …look up functions independently (i.e. not wait for calls to `AndroidGLESLayer_GetProcAddress`). L… 106 …look up extensions not known to the EGL loader, active layer initialization is the way to go. The… 142 // look up any entrypoints 246 # Q is the first that will support this, so look for `Q` or 10 for release 248 # Or look for the SDK version, which should be 29 for Q
|
/frameworks/native/opengl/tests/testFramerate/ |
D | Android.bp | 2 // Test framerate and look for hiccups
|
/frameworks/native/services/surfaceflinger/tests/ |
D | BufferGeneratorShader.h | 320 // Camera position and "look at"
|
/frameworks/base/core/proto/android/util/ |
D | log.proto | 51 // Represents a Binary Log in logd, need to look event-log-tags for more info. 62 // Index of the event tag, can look up in event-log-tags file
|
/frameworks/native/cmds/installd/ |
D | otapreopt.rc | 1 # When /data is available, look for A/B artifacts for the current slot and move them
|
/frameworks/wilhelm/tools/hashgen/ |
D | README.txt | 16 If the differences look OK, then copy the new IID_to_MPH.c back to
|
/frameworks/base/tools/lint/common/ |
D | Android.bp | 45 // all classes in the jar to look for tests, it crashes loading them.
|
/frameworks/base/core/java/android/text/ |
D | DynamicLayout.java | 663 int look = TextUtils.indexOf(text, '\n', where + after); in reflow() local 664 if (look < 0) in reflow() 665 look = len; in reflow() 667 look++; // we want the index after the \n in reflow() 669 int change = look - (where + after); in reflow()
|
/frameworks/base/packages/SystemUI/ |
D | TEST_MAPPING | 18 // If you want to see one shot place to monitor all e2e tests, look for
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-testing.md | 4 … state is correct, usability will not be affected - animations might just look a bit off until the…
|
D | clock-plugins.md | 84 The goal is to look for bright spots in the luminosity average over a period of time. It is
|
D | scene.md | 88 *(a)* look for the sash/ribbon UI at the bottom-right corner of the display: 93 *(b)* Turn on logging and look for the logging statements in `logcat`:
|
D | falsing.md | 93 in fact look like a simple tap.
|
/frameworks/compile/slang/lit-tests/ |
D | lit.cfg | 37 # Otherwise look in the path.
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | lit.site.cfg | 33 # Otherwise look in the path.
|
/frameworks/native/cmds/flatland/ |
D | README.txt | 35 The output of flatland should look something like this:
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 40 Things to look for:
|
/frameworks/native/services/inputflinger/docs/ |
D | anr.md | 18 …f any are unresponsive. To determine whether an app is not responding, we look at the oldest entry…
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
D | README.md | 22 - The "bottom layer" is concerned with HAL compatibility - making all HAL versions look and behave
|
/frameworks/proto_logging/stats/enums/stats/dnsresolver/ |
D | dns_resolver.proto | 146 NS_T_DLV = 32769; // DNSSEC look-aside validatation.
|
/frameworks/base/cmds/uinput/ |
D | README.md | 243 keys would look like this:
|
/frameworks/av/media/tests/benchmark/ |
D | README.md | 203 To find the location of the CSV file, look for the path in logs. Example log below -
|