| /external/toolchain-utils/llvm_tools/ |
| D | README.md | 19 ### Usage 74 ### Usage 129 ### Usage 158 ### Usage 232 #### Usage 266 #### Usage 300 #### Usage 366 #### Usage 419 #### Usage 478 #### Usage
|
| /external/google-benchmark/docs/ |
| D | tools.md | 7 ### Dependencies 13 ### Displaying aggregates only 22 ### Modes of operation 189 ### U test
|
| /external/pigweed/pw_console/ |
| D | plugins.rst | 135 .. _clock_pane_code: 143 …https://cs.opensource.google/pigweed/pigweed/+/main:pw_console/py/pw_console/widgets/window_pane.py 144 …cs.opensource.google/pigweed/pigweed/+/main:pw_console/py/pw_console/widgets/window_pane_toolbar.py 145 …ps://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.23/examples/full-screen/calculator.py 146 …python-prompt-toolkit.readthedocs.io/en/latest/pages/reference.html#prompt_toolkit.widgets.TextArea
|
| /external/libcxx/utils/google-benchmark/docs/ |
| D | tools.md | 9 ### Displaying aggregates only 18 ### Modes of operation 185 ### U test
|
| /external/zstd/tests/fuzz/ |
| D | README.md | 19 ### Generating Data 32 ### Build 46 ### Running Fuzzers
|
| /external/minijail/tools/ |
| D | README.md | 16 ### Sample usage 23 ### Using linux audit logs to generate policy 100 ### Sample usage
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowLegacyMatrix.java | 125 protected void setScale(float sx, float sy, float px, float py) { in setScale() 137 protected void setRotate(float degrees, float px, float py) { in setRotate() 149 protected void setSinCos(float sinValue, float cosValue, float px, float py) { in setSinCos() 161 protected void setSkew(float kx, float ky, float px, float py) { in setSkew() 185 protected boolean preScale(float sx, float sy, float px, float py) { in preScale() 197 protected boolean preRotate(float degrees, float px, float py) { in preRotate() 209 protected boolean preSkew(float kx, float ky, float px, float py) { in preSkew() 233 protected boolean postScale(float sx, float sy, float px, float py) { in postScale() 245 protected boolean postRotate(float degrees, float px, float py) { in postRotate() 257 protected boolean postSkew(float kx, float ky, float px, float py) { in postSkew() [all …]
|
| D | ShadowNativeMatrix.java | 105 protected static void nSetScale(long nObject, float sx, float sy, float px, float py) { in nSetScale() 115 protected static void nSetRotate(long nObject, float degrees, float px, float py) { in nSetRotate() 126 long nObject, float sinValue, float cosValue, float px, float py) { in nSetSinCos() 136 protected static void nSetSkew(long nObject, float kx, float ky, float px, float py) { in nSetSkew() 156 protected static void nPreScale(long nObject, float sx, float sy, float px, float py) { in nPreScale() 166 protected static void nPreRotate(long nObject, float degrees, float px, float py) { in nPreRotate() 176 protected static void nPreSkew(long nObject, float kx, float ky, float px, float py) { in nPreSkew() 196 protected static void nPostScale(long nObject, float sx, float sy, float px, float py) { in nPostScale() 206 protected static void nPostRotate(long nObject, float degrees, float px, float py) { in nPostRotate() 216 protected static void nPostSkew(long nObject, float kx, float ky, float px, float py) { in nPostSkew()
|
| /external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
| D | MatrixNatives.java | 67 public static native void nSetScale(long nObject, float sx, float sy, float px, float py); in nSetScale() 71 public static native void nSetRotate(long nObject, float degrees, float px, float py); in nSetRotate() 76 long nObject, float sinValue, float cosValue, float px, float py); in nSetSinCos() 80 public static native void nSetSkew(long nObject, float kx, float ky, float px, float py); in nSetSkew() 88 public static native void nPreScale(long nObject, float sx, float sy, float px, float py); in nPreScale() 92 public static native void nPreRotate(long nObject, float degrees, float px, float py); in nPreRotate() 96 public static native void nPreSkew(long nObject, float kx, float ky, float px, float py); in nPreSkew() 104 public static native void nPostScale(long nObject, float sx, float sy, float px, float py); in nPostScale() 108 public static native void nPostRotate(long nObject, float degrees, float px, float py); in nPostRotate() 112 public static native void nPostSkew(long nObject, float kx, float ky, float px, float py); in nPostSkew()
|
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowMatrix.java | 125 protected void setScale(float sx, float sy, float px, float py) { in setScale() 137 protected void setRotate(float degrees, float px, float py) { in setRotate() 149 protected void setSinCos(float sinValue, float cosValue, float px, float py) { in setSinCos() 161 protected void setSkew(float kx, float ky, float px, float py) { in setSkew() 185 protected boolean preScale(float sx, float sy, float px, float py) { in preScale() 197 protected boolean preRotate(float degrees, float px, float py) { in preRotate() 209 protected boolean preSkew(float kx, float ky, float px, float py) { in preSkew() 233 protected boolean postScale(float sx, float sy, float px, float py) { in postScale() 245 protected boolean postRotate(float degrees, float px, float py) { in postRotate() 257 protected boolean postSkew(float kx, float ky, float px, float py) { in postSkew() [all …]
|
| /external/python/bumble/apps/ |
| D | README.md | 25 ### Usage 30 ### Examples
|
| /external/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_rast_tri_tmp.h | 161 int py = y + iy; in TAG() local 183 int py = y + iy; in TAG() local 315 int py = y + iy; in TAG() local 336 int py = y + iy; in TAG() local 403 int py = y + iy; in TRI_16() local
|
| /external/dtc/ |
| D | meson.build | 46 py = import('python') variable 47 py = py.find_installation(required: get_option('python')) variable
|
| /external/XNNPACK/test/ |
| D | max-pooling-operator-tester.h | 472 for (size_t py = 0; py < pooling_height(); py++) { in TestS8() local 555 for (size_t py = 0; py < pooling_height(); py++) { in TestU8() local 641 for (size_t py = 0; py < pooling_height(); py++) { in TestF16() local 751 for (size_t py = 0; py < pooling_height(); py++) { in TestF32() local 856 for (size_t py = 0; py < pooling_height(); py++) { in TestSetupS8() local 927 for (size_t py = 0; py < pooling_height(); py++) { in TestSetupS8() local 996 for (size_t py = 0; py < pooling_height(); py++) { in TestSetupU8() local 1067 for (size_t py = 0; py < pooling_height(); py++) { in TestSetupU8() local 1139 for (size_t py = 0; py < pooling_height(); py++) { in TestSetupF16() local 1237 for (size_t py = 0; py < pooling_height(); py++) { in TestSetupF16() local [all …]
|
| D | average-pooling-operator-tester.h | 467 for (size_t py = 0; py < pooling_height(); py++) { in TestQU8() local 551 for (size_t py = 0; py < pooling_height(); py++) { in TestF32() local 652 for (size_t py = 0; py < pooling_height(); py++) { in TestSetupQU8() local 722 for (size_t py = 0; py < pooling_height(); py++) { in TestSetupQU8() local 797 for (size_t py = 0; py < pooling_height(); py++) { in TestSetupF32() local 880 for (size_t py = 0; py < pooling_height(); py++) { in TestSetupF32() local
|
| D | unpooling-operator-tester.h | 302 const uint32_t py = pooling_index % pooling_height(); in TestX32() local 383 const uint32_t py = pooling_index % pooling_height(); in TestSetupX32() local 444 const uint32_t py = pooling_index % pooling_height(); in TestSetupX32() local
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
| D | DfpMath.java | 295 Dfp py = new Dfp(y); in expInternal() local 445 Dfp py = new Dfp(y); in logInternal() local 679 Dfp py = new Dfp(y); in sinInternal() local 711 Dfp py = new Dfp(y); in cosInternal() local 847 Dfp py = new Dfp(y); in atanInternal() local
|
| /external/tensorflow/tensorflow/compiler/mlir/python/mlir_wrapper/ |
| D | mlir_wrapper.h | 22 namespace py = pybind11; variable
|
| /external/angle/src/tests/gl_tests/ |
| D | MipmapTest.cpp | 1073 int py = getWindowHeight() / 2; in TEST_P() local 1161 int py = getWindowHeight() / 2; in TEST_P() local 1281 int py = getWindowHeight() / 2; in TEST_P() local 1401 int py = getWindowHeight() / 2; in TEST_P() local 1459 int py = getWindowHeight() / 2; in TEST_P() local 1499 int py = getWindowHeight() / 2; in TEST_P() local 1580 int py = getWindowHeight() / 2; in TEST_P() local 1621 int py = getWindowHeight() / 2; in TEST_P() local
|
| /external/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/ |
| D | convertible_propagate_const.move_ctor.pass.cpp | 27 PY py(std::move(px)); in main() local
|
| /external/libkmsxx/ |
| D | meson.build | 48 subdir('py') subdir
|
| /external/mesa3d/src/mesa/swrast/ |
| D | s_bitmap.c | 49 _swrast_Bitmap( struct gl_context *ctx, GLint px, GLint py, in _swrast_Bitmap()
|
| /external/llvm/docs/ |
| D | ReleaseProcess.rst | 95 .. _test-suite:
|
| /external/libffi/testsuite/libffi.call/ |
| D | complex_int.c | 13 _Complex int f_complex(_Complex int c, int x, int *py) in f_complex()
|
| /external/libffi/testsuite/libffi.complex/ |
| D | complex_int.c | 13 _Complex int f_complex(_Complex int c, int x, int *py) in f_complex()
|