Home
last modified time | relevance | path

Searched defs:py (Results 1 – 25 of 152) sorted by relevance

1234567

/external/cronet/tot/third_party/google_benchmark/src/docs/
Dtools.md7 ### Dependencies
13 ### Displaying aggregates only
22 ### Modes of operation
189 ### Note: Interpreting the output
329 ### U test
/external/google-benchmark/docs/
Dtools.md7 ### Dependencies
13 ### Displaying aggregates only
22 ### Modes of operation
189 ### Note: Interpreting the output
329 ### U test
/external/cronet/stable/third_party/google_benchmark/src/docs/
Dtools.md7 ### Dependencies
13 ### Displaying aggregates only
22 ### Modes of operation
189 ### Note: Interpreting the output
329 ### U test
/external/toolchain-utils/llvm_tools/
DREADME.md19 ### Usage
73 ### Usage
128 ### Usage
187 #### Usage
221 #### Usage
255 #### Usage
321 #### Usage
374 #### Usage
433 #### Usage
/external/pigweed/pw_console/
Dplugins.rst172 .. _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/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dintrusive_ptr_test.cpp214 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 …]
Dintrusive_ptr_move_test.cpp217 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/
Dtools.md9 ### Displaying aggregates only
18 ### Modes of operation
185 ### U test
/external/cldr/tools/scripts/web/conversion_scripts/
DREADME.md11 ### Link Correction
18 ### Common Formatting Issues
24 ### Project specific additions
/external/minijail/tools/
DREADME.md16 ### Sample usage
23 ### Using linux audit logs to generate policy
100 ### Sample usage
/external/zstd/tests/fuzz/
DREADME.md19 ### Generating Data
32 ### Build
46 ### Running Fuzzers
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyMatrix.java122 protected void setScale(float sx, float sy, float px, float py) { in setScale()
134 protected void setRotate(float degrees, float px, float py) { in setRotate()
146 protected void setSinCos(float sinValue, float cosValue, float px, float py) { in setSinCos()
158 protected void setSkew(float kx, float ky, float px, float py) { in setSkew()
182 protected boolean preScale(float sx, float sy, float px, float py) { in preScale()
194 protected boolean preRotate(float degrees, float px, float py) { in preRotate()
206 protected boolean preSkew(float kx, float ky, float px, float py) { in preSkew()
230 protected boolean postScale(float sx, float sy, float px, float py) { in postScale()
242 protected boolean postRotate(float degrees, float px, float py) { in postRotate()
254 protected boolean postSkew(float kx, float ky, float px, float py) { in postSkew()
[all …]
DShadowNativeMatrix.java110 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/
DMatrixNatives.java67 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/
DREADME.md25 ### Usage
30 ### Examples
/external/dtc/
Dmeson.build54 py = import('python') variable
55 py = py.find_installation(required: get_option('python')) variable
/external/XNNPACK/test/
Dmax-pooling-operator-tester.h470 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 …]
Daverage-pooling-operator-tester.h468 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/
Dlp_rast_tri_tmp.h158 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/math3/dfp/
DDfpMath.java303 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/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfpMath.java295 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/liblc3/python/
Dmeson.build1 py = import('python').find_installation() variable
/external/pytorch/torch/csrc/utils/
Dpybind.h20 namespace py = pybind11; variable
/external/pytorch/torch/csrc/autograd/functions/
Dpybind.h11 namespace py = pybind11; variable
/external/tensorflow/tensorflow/compiler/mlir/python/mlir_wrapper/
Dmlir_wrapper.h22 namespace py = pybind11; variable

1234567