Home
last modified time | relevance | path

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

12345

/external/toolchain-utils/llvm_tools/
DREADME.md19 ### Usage
73 ### Usage
128 ### Usage
197 #### Usage
231 #### Usage
265 #### Usage
331 #### Usage
384 #### Usage
443 #### Usage
/external/pigweed/pw_console/
Dplugins.rst162 .. _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/
Dtools.md7 ### Dependencies
13 ### Displaying aggregates only
22 ### Modes of operation
189 ### U test
/external/libcxx/utils/google-benchmark/docs/
Dtools.md9 ### Displaying aggregates only
18 ### Modes of operation
185 ### U test
/external/zstd/tests/fuzz/
DREADME.md19 ### Generating Data
32 ### Build
46 ### Running Fuzzers
/external/minijail/tools/
DREADME.md16 ### Sample usage
23 ### Using linux audit logs to generate policy
100 ### Sample usage
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyMatrix.java125 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 …]
DShadowNativeMatrix.java105 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/
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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMatrix.java125 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/
DREADME.md25 ### Usage
30 ### Examples
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri_tmp.h161 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/
DINTEGRATION.md37 #### 2-1. Propogate `genvk.py` changes
41 #### 2-2. Vulkan-ValidationLayers sub-step: check for VUID inconsistencies
/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/dtc/
Dmeson.build54 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/
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/tensorflow/tensorflow/compiler/mlir/python/mlir_wrapper/
Dmlir_wrapper.h22 namespace py = pybind11; variable
/external/AFLplusplus/src/
Dafl-fuzz-python.c51 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/
Dconvertible_propagate_const.move_ctor.pass.cpp27 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/
Dconvertible_propagate_const.move_ctor.pass.cpp27 PY py(std::move(px)); in main() local
/external/angle/src/tests/gl_tests/
DMipmapTest.cpp1085 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/
Dmeson.build48 subdir('py') subdir
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/renderer/
DHorizontalBarChartRenderer.java240 float py = y; in drawValues() local
311 float py = buffer.buffer[bufferIndex + 1]; in drawValues() local
/external/mesa3d/src/mesa/swrast/
Ds_bitmap.c49 _swrast_Bitmap( struct gl_context *ctx, GLint px, GLint py, in _swrast_Bitmap()

12345