Home
last modified time | relevance | path

Searched refs:py (Results 1 – 25 of 1857) sorted by relevance

12345678910>>...75

/third_party/libxml2/python/tests/
DMakefile.am5 build.py \
6 attribs.py \
7 tst.py \
8 tstxpath.py \
9 xpathext.py \
10 push.py \
11 pushSAX.py \
12 pushSAXhtml.py \
13 error.py \
14 serialize.py\
[all …]
/third_party/python/Lib/idlelib/
DChangeLog22 * ChangeLog, EditorWindow.py, INSTALLATION, NEWS.txt, README.txt,
23 TODO.txt, idlever.py:
28 * INSTALLATION, setup.py: INSTALLATION: Remove the coexist.patch
31 **************** setup.py:
42 * PyShell.py, idle, idles: Implement idle command interface as
46 usage: idle.py [-c command] [-d] [-i] [-r script] [-s] [-t title]
83 window can be started in parallel by "idles -e foo.py".
87 * PyShell.py: Call out IDLE Fork in startup message.
91 * PyShell.py, setup.py: Add a script "idles" which opens a Python
99 window can be started in parallel by "idles -e foo.py".
[all …]
DREADME.txt24 __init__.py # import, does nothing
25 __main__.py # -m, starts IDLE
27 idle.py
32 autocomplete.py # Complete attribute names or filenames.
33 autocomplete_w.py # Display completions.
34 autoexpand.py # Expand word with previous word in file.
35 browser.py # Create module browser window.
36 calltip_w.py # Display calltip.
37 calltips.py # Create calltip text.
38 codecontext.py # Show compound statement headers otherwise not visible.
[all …]
/third_party/mbedtls/tests/scripts/
Dall.sh840 tests/scripts/check_files.py
846 scripts/assemble_changelog.py -o ChangeLog.new
857 tests/scripts/check_names.py -v
867 tests/scripts/check_test_cases.py $opt
922 scripts/config.py full
944 scripts/config.py full
945 scripts/config.py unset MBEDTLS_USE_PSA_CRYPTO
946 scripts/config.py set MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER
964 scripts/config.py full
965 scripts/config.py unset MBEDTLS_USE_PSA_CRYPTO
[all …]
/third_party/benchmark/bindings/python/google_benchmark/
Dbenchmark.cc17 namespace py = ::pybind11;
41 py::function f) { in RegisterBenchmark()
48 py::enum_<TimeUnit>(m, "TimeUnit") in PYBIND11_MODULE()
56 py::enum_<BigO>(m, "BigO") in PYBIND11_MODULE()
69 py::class_<Benchmark>(m, "Benchmark") in PYBIND11_MODULE()
78 .def("unit", &Benchmark::Unit, py::return_value_policy::reference) in PYBIND11_MODULE()
79 .def("arg", &Benchmark::Arg, py::return_value_policy::reference) in PYBIND11_MODULE()
80 .def("args", &Benchmark::Args, py::return_value_policy::reference) in PYBIND11_MODULE()
81 .def("range", &Benchmark::Range, py::return_value_policy::reference, in PYBIND11_MODULE()
82 py::arg("start"), py::arg("limit")) in PYBIND11_MODULE()
[all …]
/third_party/skia/third_party/externals/jinja2/
Djinja2.gni2 "${skia_third_party_dir}/jinja2/__init__.py",
3 "${skia_third_party_dir}/jinja2/_compat.py",
4 "${skia_third_party_dir}/jinja2/_identifier.py",
5 "${skia_third_party_dir}/jinja2/asyncfilters.py",
6 "${skia_third_party_dir}/jinja2/asyncsupport.py",
7 "${skia_third_party_dir}/jinja2/bccache.py",
8 "${skia_third_party_dir}/jinja2/compiler.py",
9 "${skia_third_party_dir}/jinja2/constants.py",
10 "${skia_third_party_dir}/jinja2/debug.py",
11 "${skia_third_party_dir}/jinja2/defaults.py",
[all …]
/third_party/jinja2/
Djinja2.gni2 "//third_party/jinja2/__init__.py",
3 "//third_party/jinja2/_compat.py",
4 "//third_party/jinja2/_identifier.py",
5 "//third_party/jinja2/asyncfilters.py",
6 "//third_party/jinja2/asyncsupport.py",
7 "//third_party/jinja2/bccache.py",
8 "//third_party/jinja2/compiler.py",
9 "//third_party/jinja2/constants.py",
10 "//third_party/jinja2/debug.py",
11 "//third_party/jinja2/defaults.py",
[all …]
/third_party/python/Tools/scripts/
DREADME6 abitype.py Converts a C file to use the PEP 384 type definition API
7 analyze_dxp.py Analyzes the result of sys.getdxp()
8 byext.py Print lines/words/chars stats of files by extension
9 byteyears.py Print product of a file's size and age
10 cleanfuture.py Fix redundant Python __future__ statements
11 combinerefs.py A helper for analyzing PYTHONDUMPREFS output
12 copytime.py Copy one file's atime and mtime to another
13 crlf.py Change CRLF line endings to LF (Windows to Unix)
14 db2pickle.py Dump a database file to a pickle
15 diff.py Print file diffs in context, unified, or ndiff formats
[all …]
/third_party/node/tools/inspector_protocol/jinja2/
Djinja2.gni4 "//third_party/jinja2/__init__.py",
5 "//third_party/jinja2/_compat.py",
6 "//third_party/jinja2/_identifier.py",
7 "//third_party/jinja2/asyncfilters.py",
8 "//third_party/jinja2/asyncsupport.py",
9 "//third_party/jinja2/bccache.py",
10 "//third_party/jinja2/compiler.py",
11 "//third_party/jinja2/constants.py",
12 "//third_party/jinja2/debug.py",
13 "//third_party/jinja2/defaults.py",
[all …]
/third_party/python/Lib/test/dtracedata/
Dline.d.expected1 line:line.py:test_line:2
2 line:line.py:test_line:3
3 line:line.py:test_line:4
4 line:line.py:test_line:5
5 line:line.py:test_line:6
6 line:line.py:test_line:7
7 line:line.py:test_line:8
8 line:line.py:test_line:9
9 line:line.py:test_line:10
10 line:line.py:test_line:11
[all …]
Dcall_stack.d.expected1 function-entry:call_stack.py:start:23
2 function-entry: call_stack.py:function_1:1
3 function-entry: call_stack.py:function_3:9
4 function-return: call_stack.py:function_3:10
5 function-return: call_stack.py:function_1:2
6 function-entry: call_stack.py:function_2:5
7 function-entry: call_stack.py:function_1:1
8 function-entry: call_stack.py:function_3:9
9 function-return: call_stack.py:function_3:10
10 function-return: call_stack.py:function_1:2
[all …]
Dcall_stack.stp.expected1 function__entry:call_stack.py:start:23
2 function__entry:call_stack.py:function_1:1
3 function__return:call_stack.py:function_1:2
4 function__entry:call_stack.py:function_2:5
5 function__entry:call_stack.py:function_1:1
6 function__return:call_stack.py:function_1:2
7 function__return:call_stack.py:function_2:6
8 function__entry:call_stack.py:function_3:9
9 function__return:call_stack.py:function_3:10
10 function__entry:call_stack.py:function_4:13
[all …]
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_conv_fast_q15.c75 const q15_t *py; /* Intermediate inputB pointer */ in arm_conv_fast_q15() local
139 py = pIn2; in arm_conv_fast_q15()
163 sum = __SMLAD(*px++, *py--, sum); in arm_conv_fast_q15()
173 py = pIn2 + count; in arm_conv_fast_q15()
187 py = py - 1; in arm_conv_fast_q15()
203 sum = __SMLADX(read_q15x2_ia ((q15_t **) &px), read_q15x2_da ((q15_t **) &py), sum); in arm_conv_fast_q15()
205 sum = __SMLADX(read_q15x2_ia ((q15_t **) &px), read_q15x2_da ((q15_t **) &py), sum); in arm_conv_fast_q15()
213 py = py + 1U; in arm_conv_fast_q15()
222 sum = __SMLAD(*px++, *py--, sum); in arm_conv_fast_q15()
232 py = pIn2 + (count - 1U); in arm_conv_fast_q15()
[all …]
Darm_conv_partial_fast_q15.c70 const q15_t *py; /* Intermediate inputB pointer */ in arm_conv_partial_fast_q15() local
154 py = pSrc2; in arm_conv_partial_fast_q15()
177 sum = __SMLAD(*px++, *py--, sum); in arm_conv_partial_fast_q15()
187 py = ++pSrc2; in arm_conv_partial_fast_q15()
201 py = py - 1; in arm_conv_partial_fast_q15()
217 sum = __SMLADX(read_q15x2_ia ((q15_t **) &px), read_q15x2_da ((q15_t **) &py), sum); in arm_conv_partial_fast_q15()
219 sum = __SMLADX(read_q15x2_ia ((q15_t **) &px), read_q15x2_da ((q15_t **) &py), sum); in arm_conv_partial_fast_q15()
227 py = py + 1U; in arm_conv_partial_fast_q15()
236 sum = __SMLAD(*px++, *py--, sum); in arm_conv_partial_fast_q15()
246 py = ++pSrc2 - 1U; in arm_conv_partial_fast_q15()
[all …]
Darm_conv_partial_q15.c76 const q15_t *py; /* Intermediate inputB pointer */ in arm_conv_partial_q15() local
160 py = pSrc2; in arm_conv_partial_q15()
183 sum = __SMLALD(*px++, *py--, sum); in arm_conv_partial_q15()
193 py = ++pSrc2; in arm_conv_partial_q15()
207 py = py - 1; in arm_conv_partial_q15()
223 sum = __SMLALDX(read_q15x2_ia ((q15_t **) &px), read_q15x2_da ((q15_t **) &py), sum); in arm_conv_partial_q15()
225 sum = __SMLALDX(read_q15x2_ia ((q15_t **) &px), read_q15x2_da ((q15_t **) &py), sum); in arm_conv_partial_q15()
233 py = py + 1U; in arm_conv_partial_q15()
242 sum = __SMLALD(*px++, *py--, sum); in arm_conv_partial_q15()
252 py = ++pSrc2 - 1U; in arm_conv_partial_q15()
[all …]
Darm_conv_fast_q31.c74 const q31_t *py; /* Intermediate inputB pointer */ in arm_conv_fast_q31() local
139 py = pIn2; in arm_conv_fast_q31()
161 ((q63_t) *px++ * (*py--))) >> 32); in arm_conv_fast_q31()
165 ((q63_t) *px++ * (*py--))) >> 32); in arm_conv_fast_q31()
169 ((q63_t) *px++ * (*py--))) >> 32); in arm_conv_fast_q31()
173 ((q63_t) *px++ * (*py--))) >> 32); in arm_conv_fast_q31()
187 ((q63_t) *px++ * (*py--))) >> 32); in arm_conv_fast_q31()
197 py = pIn2 + count; in arm_conv_fast_q31()
222 py = pSrc2; in arm_conv_fast_q31()
260 c0 = *py--; in arm_conv_fast_q31()
[all …]
Darm_conv_partial_q31.c73 const q31_t *py; /* Intermediate inputB pointer */ in arm_conv_partial_q31() local
162 py = pSrc2; in arm_conv_partial_q31()
182 sum += (q63_t) *px++ * (*py--); in arm_conv_partial_q31()
185 sum += (q63_t) *px++ * (*py--); in arm_conv_partial_q31()
188 sum += (q63_t) *px++ * (*py--); in arm_conv_partial_q31()
191 sum += (q63_t) *px++ * (*py--); in arm_conv_partial_q31()
210 sum += (q63_t) *px++ * (*py--); in arm_conv_partial_q31()
220 py = ++pSrc2; in arm_conv_partial_q31()
253 py = pSrc2; in arm_conv_partial_q31()
291 c0 = *(py); in arm_conv_partial_q31()
[all …]
Darm_conv_partial_f32.c94 const float32_t *py; /* Intermediate inputB pointer */ in arm_conv_partial_f32() local
183 py = pSrc1; in arm_conv_partial_f32()
203 sum += *px++ * *py--; in arm_conv_partial_f32()
206 sum += *px++ * *py--; in arm_conv_partial_f32()
209 sum += *px++ * *py--; in arm_conv_partial_f32()
212 sum += *px++ * *py--; in arm_conv_partial_f32()
231 sum += *px++ * *py--; in arm_conv_partial_f32()
241 py = ++pSrc1; in arm_conv_partial_f32()
274 py = pSrc2; in arm_conv_partial_f32()
314 c0 = *py--; in arm_conv_partial_f32()
[all …]
Darm_correlate_fast_q31.c76 const q31_t *py; /* Intermediate inputB pointer */ in arm_correlate_fast_q31() local
164 py = pSrc1; in arm_correlate_fast_q31()
185 ((q63_t) *px++ * (*py++))) >> 32); in arm_correlate_fast_q31()
189 ((q63_t) *px++ * (*py++))) >> 32); in arm_correlate_fast_q31()
193 ((q63_t) *px++ * (*py++))) >> 32); in arm_correlate_fast_q31()
197 ((q63_t) *px++ * (*py++))) >> 32); in arm_correlate_fast_q31()
212 ((q63_t) *px++ * (*py++))) >> 32); in arm_correlate_fast_q31()
224 py = pSrc1 - count; in arm_correlate_fast_q31()
248 py = pIn2; in arm_correlate_fast_q31()
286 c0 = *py++; in arm_correlate_fast_q31()
[all …]
Darm_conv_partial_fast_q31.c70 const q31_t *py; /* Intermediate inputB pointer */ in arm_conv_partial_fast_q31() local
159 py = pSrc2; in arm_conv_partial_fast_q31()
180 ((q63_t) *px++ * (*py--))) >> 32); in arm_conv_partial_fast_q31()
184 ((q63_t) *px++ * (*py--))) >> 32); in arm_conv_partial_fast_q31()
188 ((q63_t) *px++ * (*py--))) >> 32); in arm_conv_partial_fast_q31()
192 ((q63_t) *px++ * (*py--))) >> 32); in arm_conv_partial_fast_q31()
212 ((q63_t) *px++ * (*py--))) >> 32); in arm_conv_partial_fast_q31()
222 py = ++pSrc2; in arm_conv_partial_fast_q31()
255 py = pSrc2; in arm_conv_partial_fast_q31()
295 c0 = *py--; in arm_conv_partial_fast_q31()
[all …]
Darm_conv_q15.c238 const q15_t *py; /* Intermediate inputB pointer */ in arm_conv_q15() local
301 py = pIn2; in arm_conv_q15()
324 sum = __SMLALD(*px++, *py--, sum); in arm_conv_q15()
334 py = pIn2 + count; in arm_conv_q15()
348 py = py - 1; in arm_conv_q15()
364 sum = __SMLALDX(read_q15x2_ia ((q15_t **) &px), read_q15x2_da ((q15_t **) &py), sum); in arm_conv_q15()
366 sum = __SMLALDX(read_q15x2_ia ((q15_t **) &px), read_q15x2_da ((q15_t **) &py), sum); in arm_conv_q15()
374 py = py + 1U; in arm_conv_q15()
383 sum = __SMLALD(*px++, *py--, sum); in arm_conv_q15()
393 py = pIn2 + (count - 1U); in arm_conv_q15()
[all …]
Darm_correlate_fast_q15.c75 const q15_t *py; /* Intermediate inputB pointer */ in arm_correlate_fast_q15() local
173 py = pSrc1; in arm_correlate_fast_q15()
193 sum = __SMLAD(read_q15x2_ia ((q15_t **) &px), read_q15x2_ia ((q15_t **) &py), sum); in arm_correlate_fast_q15()
195 sum = __SMLAD(read_q15x2_ia ((q15_t **) &px), read_q15x2_ia ((q15_t **) &py), sum); in arm_correlate_fast_q15()
209 sum = __SMLAD(*px++, *py++, sum); in arm_correlate_fast_q15()
221 py = pSrc1 - count; in arm_correlate_fast_q15()
245 py = pIn2; in arm_correlate_fast_q15()
285 c0 = read_q15x2_ia ((q15_t **) &py); in arm_correlate_fast_q15()
306 c0 = read_q15x2_ia ((q15_t **) &py); in arm_correlate_fast_q15()
339 c0 = *py; in arm_correlate_fast_q15()
[all …]
Darm_conv_f32.c260 const float32_t *py; /* Intermediate inputB pointer */ in arm_conv_f32() local
332 py = pIn2; in arm_conv_f32()
368 vec2 = vld1q_f32(py-3); in arm_conv_f32()
376 py -= 4; in arm_conv_f32()
392 sum += *px++ * *py--; in arm_conv_f32()
395 sum += *px++ * *py--; in arm_conv_f32()
398 sum += *px++ * *py--; in arm_conv_f32()
401 sum += *px++ * *py--; in arm_conv_f32()
421 sum += *px++ * *py--; in arm_conv_f32()
431 py = pIn2 + count; in arm_conv_f32()
[all …]
/third_party/libxml2/python/
DMakefile.am10 setup.py \
11 generator.py \
12 libxml.py \
15 libxml2class.py \
26 libxml2mod_la_SOURCES = libxml.c libxml_wrap.h libxml2-py.h libxml2-py.c types.c
31 BUILT_SOURCES = libxml2-export.c libxml2-py.h libxml2-py.c
36 libxml2.py: $(srcdir)/libxml.py libxml2class.py
37 cat $(srcdir)/libxml.py `test -f libxml2class.py || echo $(srcdir)/`libxml2class.py > $@
40 drv_libxml2.py \
41 libxml2.py
[all …]
/third_party/python/Tools/peg_generator/
DMakefile15 TESTFILE = data/cprog.py
16 TIMEFILE = data/xxl.py
20 data/xxl.py:
25 …OKENS) pegen/*.py peg_extension/peg_extension.c ../../Parser/pegen.c ../../Parser/string_parser.c …
30 -rm -f data/xxl.py
37 regen-metaparser: pegen/metagrammar.gram pegen/*.py
38 $(PYTHON) -m pegen -q python pegen/metagrammar.gram -o pegen/grammar_parser.py
66 stats: peg_extension/parse.c data/xxl.py
68 $(PYTHON) scripts/joinstats.py @data
72 time_compile: venv data/xxl.py
[all …]

12345678910>>...75