/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/core/java/android/text/ |
D | DynamicLayout.java | 525 int look = TextUtils.indexOf(text, '\n', where + after); in reflow() local 526 if (look < 0) in reflow() 527 look = len; in reflow() 529 look++; // we want the index after the \n in reflow() 531 int change = look - (where + after); in reflow()
|
/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 | 25 The goal is to look for bright spots in the luminosity average over a period of
|
D | falsing.md | 93 in fact look like a simple tap.
|
D | plugins.md | 206 …it worth it. Each plugin listener in SysUI simply specifies an action to look for, and the Plugin…
|
/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/proto_logging/stats/enums/stats/dnsresolver/ |
D | dns_resolver.proto | 146 NS_T_DLV = 32769; // DNSSEC look-aside validatation.
|
/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 -
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 194 # scopes will look different, etc. 805 # fine-tune the look of the HTML output. If the tag is left blank doxygen 1172 # The RTF output is optimized for Word 97 and may not look very pretty with 1489 # By default doxygen will tell dot to use the output directory to look for the
|
/frameworks/native/docs/ |
D | Doxyfile | 227 # scopes will look different, etc. 955 # fine-tune the look of the HTML output. If left blank doxygen will 1237 # have LaTeX installed or if you want to formulas look prettier in the HTML 1430 # The RTF output is optimized for Word 97 and may not look very pretty with
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 242 # qualified scopes will look different, etc. 1060 # sheet that is used by each HTML page. It can be used to fine-tune the look of 1356 # further fine-tune the look of the index. As an example, the default style 1413 # installed or if you want to formulas look prettier in the HTML output. When 1695 # RTF output is optimized for Word 97 and may not look too pretty with other RTF
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 260 # qualified scopes will look different, etc. 1123 # sheet that is used by each HTML page. It can be used to fine-tune the look of 1423 # further fine-tune the look of the index. As an example, the default style 1480 # installed or if you want to formulas look prettier in the HTML output. When 1786 # RTF output is optimized for Word 97 and may not look too pretty with other RTF
|