/external/toolchain-utils/llvm_tools/ |
D | README.md | 19 ### Usage 73 ### Usage 128 ### Usage 197 #### Usage 231 #### Usage 265 #### Usage 331 #### Usage 384 #### Usage 443 #### Usage
|
/external/pigweed/pw_console/ |
D | plugins.rst | 162 .. _clock_pane_code: 170 .. _twenty48_pane_code: 179 … _WindowPane: https://cs.pigweed.dev/pigweed/+/main:pw_console/py/pw_console/widgets/window_pane.py 180 …lbar: https://cs.pigweed.dev/pigweed/+/main:pw_console/py/pw_console/widgets/window_pane_toolbar.py 181 …ps://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.23/examples/full-screen/calculator.py 182 …python-prompt-toolkit.readthedocs.io/en/latest/pages/reference.html#prompt_toolkit.widgets.TextArea
|
/external/google-benchmark/docs/ |
D | tools.md | 7 ### Dependencies 13 ### Displaying aggregates only 22 ### Modes of operation 189 ### U test
|
/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/angle/third_party/vulkan-deps/vulkan-headers/src/ |
D | INTEGRATION.md | 37 #### 2-1. Propogate `genvk.py` changes 41 #### 2-2. Vulkan-ValidationLayers sub-step: check for VUID inconsistencies
|
/external/XNNPACK/test/ |
D | max-pooling-operator-tester.h | 470 for (size_t py = 0; py < pooling_height(); py++) { in TestS8() local 554 for (size_t py = 0; py < pooling_height(); py++) { in TestU8() local 639 for (size_t py = 0; py < pooling_height(); py++) { in TestF16() local 749 for (size_t py = 0; py < pooling_height(); py++) { in TestF32() local 853 for (size_t py = 0; py < pooling_height(); py++) { in TestSetupS8() local 924 for (size_t py = 0; py < pooling_height(); py++) { in TestSetupS8() local 994 for (size_t py = 0; py < pooling_height(); py++) { in TestSetupU8() local 1065 for (size_t py = 0; py < pooling_height(); py++) { in TestSetupU8() local 1136 for (size_t py = 0; py < pooling_height(); py++) { in TestSetupF16() local 1234 for (size_t py = 0; py < pooling_height(); py++) { in TestSetupF16() local [all …]
|
D | average-pooling-operator-tester.h | 468 for (size_t py = 0; py < pooling_height(); py++) { in TestF16() local 576 for (size_t py = 0; py < pooling_height(); py++) { in TestF32() local 673 for (size_t py = 0; py < pooling_height(); py++) { in TestQU8() local 762 for (size_t py = 0; py < pooling_height(); py++) { in TestSetupF16() local 857 for (size_t py = 0; py < pooling_height(); py++) { in TestSetupF16() local 932 for (size_t py = 0; py < pooling_height(); py++) { in TestSetupF32() local 1015 for (size_t py = 0; py < pooling_height(); py++) { in TestSetupF32() local 1090 for (size_t py = 0; py < pooling_height(); py++) { in TestSetupQU8() local 1160 for (size_t py = 0; py < pooling_height(); py++) { in TestSetupQU8() local
|
/external/dtc/ |
D | meson.build | 54 py = import('python') variable 55 py = py.find_installation(required: get_option('python')) variable
|
/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/AFLplusplus/src/ |
D | afl-fuzz-python.c | 51 py_mutator_t *py = (py_mutator_t *)py_mutator; in fuzz_py() local 151 py_mutator_t *py = calloc(1, sizeof(py_mutator_t)); in init_py_module() local 273 py_mutator_t *py = (py_mutator_t *)py_mutator; in finalize_py_module() local 461 py_mutator_t *py = (py_mutator_t *)py_mutator; in post_process_py() 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/cronet/buildtools/third_party/libc++/trunk/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/angle/src/tests/gl_tests/ |
D | MipmapTest.cpp | 1085 int py = getWindowHeight() / 2; in TEST_P() local 1173 int py = getWindowHeight() / 2; in TEST_P() local 1293 int py = getWindowHeight() / 2; in TEST_P() local 1413 int py = getWindowHeight() / 2; in TEST_P() local 1471 int py = getWindowHeight() / 2; in TEST_P() local 1511 int py = getWindowHeight() / 2; in TEST_P() local 1592 int py = getWindowHeight() / 2; in TEST_P() local 1633 int py = getWindowHeight() / 2; in TEST_P() local
|
/external/libkmsxx/ |
D | meson.build | 48 subdir('py') subdir
|
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/renderer/ |
D | HorizontalBarChartRenderer.java | 240 float py = y; in drawValues() local 311 float py = buffer.buffer[bufferIndex + 1]; in drawValues() local
|
/external/mesa3d/src/mesa/swrast/ |
D | s_bitmap.c | 49 _swrast_Bitmap( struct gl_context *ctx, GLint px, GLint py, in _swrast_Bitmap()
|