| /external/google-benchmark/docs/ |
| D | tools.md | 7 ### Dependencies 13 ### Displaying aggregates only 22 ### Modes of operation 189 ### Note: Interpreting the output 329 ### U test
|
| /external/toolchain-utils/llvm_tools/ |
| D | README.md | 19 ### Usage 73 ### Usage 128 ### Usage 187 #### Usage 221 #### Usage 255 #### Usage 321 #### Usage 374 #### Usage 433 #### Usage
|
| /external/pigweed/pw_console/ |
| D | plugins.rst | 172 .. _clock_pane_code: 180 .. _twenty48_pane_code: 189 … _WindowPane: https://cs.pigweed.dev/pigweed/+/main:pw_console/py/pw_console/widgets/window_pane.py 190 …lbar: https://cs.pigweed.dev/pigweed/+/main:pw_console/py/pw_console/widgets/window_pane_toolbar.py 191 …ps://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.23/examples/full-screen/calculator.py 192 …python-prompt-toolkit.readthedocs.io/en/latest/pages/reference.html#prompt_toolkit.widgets.TextArea
|
| /external/cronet/third_party/google_benchmark/src/docs/ |
| D | tools.md | 7 ### Dependencies 13 ### Displaying aggregates only 22 ### Modes of operation 189 ### U test
|
| /external/sdv/vsomeip/third_party/boost/smart_ptr/test/ |
| D | intrusive_ptr_test.cpp | 214 boost::intrusive_ptr<Y> py; in copy_constructor() local 226 boost::intrusive_ptr<Y> py(0); in copy_constructor() local 238 boost::intrusive_ptr<Y> py(0, false); in copy_constructor() local 256 boost::intrusive_ptr<Y> py(new Y); in copy_constructor() local 890 boost::intrusive_ptr<Y> py(new Y); in test() local 910 boost::intrusive_ptr<Y> py = boost::static_pointer_cast<Y>(px); in test() local 922 … boost::intrusive_ptr<Y> py = boost::static_pointer_cast<Y>( boost::intrusive_ptr<X>(new Y) ); in test() local 981 boost::intrusive_ptr<Y> py = boost::dynamic_pointer_cast<Y>(px); in test() local 986 boost::intrusive_ptr<Y> py = boost::dynamic_pointer_cast<Y>( boost::intrusive_ptr<X>() ); in test() local 993 boost::intrusive_ptr<Y> py = boost::dynamic_pointer_cast<Y>(px); in test() local [all …]
|
| D | intrusive_ptr_move_test.cpp | 217 boost::intrusive_ptr<Y> py = boost::static_pointer_cast<Y>( std::move( px ) ); in main() local 243 boost::intrusive_ptr<Y> py = boost::dynamic_pointer_cast<Y>( std::move( px ) ); in main() local 256 boost::intrusive_ptr<Y> py = boost::dynamic_pointer_cast<Y>( std::move( px ) ); in main() local
|
| /external/libcxx/utils/google-benchmark/docs/ |
| D | tools.md | 9 ### Displaying aggregates only 18 ### Modes of operation 185 ### U test
|
| /external/minijail/tools/ |
| D | README.md | 16 ### Sample usage 23 ### Using linux audit logs to generate policy 100 ### Sample usage
|
| /external/zstd/tests/fuzz/ |
| D | README.md | 19 ### Generating Data 32 ### Build 46 ### Running Fuzzers
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowLegacyMatrix.java | 123 protected void setScale(float sx, float sy, float px, float py) { in setScale() 135 protected void setRotate(float degrees, float px, float py) { in setRotate() 147 protected void setSinCos(float sinValue, float cosValue, float px, float py) { in setSinCos() 159 protected void setSkew(float kx, float ky, float px, float py) { in setSkew() 183 protected boolean preScale(float sx, float sy, float px, float py) { in preScale() 195 protected boolean preRotate(float degrees, float px, float py) { in preRotate() 207 protected boolean preSkew(float kx, float ky, float px, float py) { in preSkew() 231 protected boolean postScale(float sx, float sy, float px, float py) { in postScale() 243 protected boolean postRotate(float degrees, float px, float py) { in postRotate() 255 protected boolean postSkew(float kx, float ky, float px, float py) { in postSkew() [all …]
|
| D | ShadowNativeMatrix.java | 110 protected static void nSetScale(long nObject, float sx, float sy, float px, float py) { in nSetScale() 120 protected static void nSetRotate(long nObject, float degrees, float px, float py) { in nSetRotate() 131 long nObject, float sinValue, float cosValue, float px, float py) { in nSetSinCos() 141 protected static void nSetSkew(long nObject, float kx, float ky, float px, float py) { in nSetSkew() 161 protected static void nPreScale(long nObject, float sx, float sy, float px, float py) { in nPreScale() 171 protected static void nPreRotate(long nObject, float degrees, float px, float py) { in nPreRotate() 181 protected static void nPreSkew(long nObject, float kx, float ky, float px, float py) { in nPreSkew() 201 protected static void nPostScale(long nObject, float sx, float sy, float px, float py) { in nPostScale() 211 protected static void nPostRotate(long nObject, float degrees, float px, float py) { in nPostRotate() 221 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/python/bumble/apps/ |
| D | README.md | 25 ### Usage 30 ### Examples
|
| /external/dtc/ |
| D | meson.build | 54 py = import('python') variable 55 py = py.find_installation(required: get_option('python')) variable
|
| /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/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_rast_tri_tmp.h | 158 int py = y + iy; in TAG() local 181 int py = y + iy; in TAG() local 315 int py = y + iy; in TAG() local 336 int py = y + iy; in TAG() local 410 int py = y + iy; in TRI_16() 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/apache-commons-math/src/main/java/org/apache/commons/math3/dfp/ |
| D | DfpMath.java | 303 Dfp py = new Dfp(y); in expInternal() local 432 Dfp py = new Dfp(y); in logInternal() local 676 Dfp py = new Dfp(y); in sinInternal() local 709 Dfp py = new Dfp(y); in cosInternal() local 845 Dfp py = new Dfp(y); in atanInternal() local
|
| /external/liblc3/python/ |
| D | meson.build | 1 py = import('python').find_installation() variable
|
| /external/tensorflow/tensorflow/compiler/mlir/python/mlir_wrapper/ |
| D | mlir_wrapper.h | 22 namespace py = pybind11; variable
|
| /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/libxml2/python/ |
| D | meson.build | 3 py = pymod.find_installation('python3', required: false) variable
|
| /external/cronet/third_party/libc++/src/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/AFLplusplus/src/ |
| D | afl-fuzz-python.c | 81 py_mutator_t *py = (py_mutator_t *)py_mutator; in fuzz_py() local 191 py_mutator_t *py = calloc(1, sizeof(py_mutator_t)); in init_py_module() local 291 py_mutator_t *py = (py_mutator_t *)py_mutator; in finalize_py_module() local 518 py_mutator_t *py = (py_mutator_t *)py_mutator; in post_process_py() local
|