Searched refs:pyx (Results 1 – 25 of 28) sorted by relevance
12
/external/grpc-grpc/src/python/grpcio/grpc/_cython/ |
D | BUILD.bazel | 10 "cygrpc.pyx", 11 "_cygrpc/_hooks.pyx.pxi", 12 "_cygrpc/grpc_string.pyx.pxi", 13 "_cygrpc/arguments.pyx.pxi", 14 "_cygrpc/call.pyx.pxi", 15 "_cygrpc/channel.pyx.pxi", 16 "_cygrpc/credentials.pyx.pxi", 17 "_cygrpc/completion_queue.pyx.pxi", 18 "_cygrpc/event.pyx.pxi", 19 "_cygrpc/fork_posix.pyx.pxi", [all …]
|
D | cygrpc.pyx | 24 include "_cygrpc/grpc_string.pyx.pxi" 25 include "_cygrpc/arguments.pyx.pxi" 26 include "_cygrpc/call.pyx.pxi" 27 include "_cygrpc/channel.pyx.pxi" 28 include "_cygrpc/credentials.pyx.pxi" 29 include "_cygrpc/completion_queue.pyx.pxi" 30 include "_cygrpc/event.pyx.pxi" 31 include "_cygrpc/metadata.pyx.pxi" 32 include "_cygrpc/operation.pyx.pxi" 33 include "_cygrpc/records.pyx.pxi" [all …]
|
/external/capstone/bindings/python/ |
D | .gitignore | 6 pyx/lib 7 pyx/include 8 pyx/*.c 9 pyx/*.pyx
|
D | Makefile | 61 rm -rf capstone/lib capstone/include pyx/lib pyx/include 62 rm -f pyx/*.c pyx/__init__.py 63 for f in capstone/*.py; do rm -f pyx/$$(basename $$f)x; done
|
/external/scapy/scapy/ |
D | packet.py | 30 import pyx 527 canvas = pyx.canvas.canvas() 546 backcolor=colgen(0.6, 0.8, 1.0, trans=pyx.color.rgb) 547 forecolor=colgen(0.2, 0.5, 0.8, trans=pyx.color.rgb) 559 …return pyx.text.text(XDSTART+x*XMUL, (YDUMP-y)*YMUL, r"\tt{%s}"%hexstr(txt), [pyx.text.size.Large]) 562 return pyx.box.rect(o.left(), o.bottom(), o.width(), o.height(), relcenter=(0.5,0.5)) 567 b.enlarge(pyx.unit.u_pt) 571 fb.enlarge(pyx.unit.u_pt) 573 lb.enlarge(pyx.unit.u_pt) 575 return pyx.path.path(pyx.path.moveto(fb.right(), fb.top()), [all …]
|
D | plist.py | 411 import pyx 412 d = pyx.document.document() 417 …bb.left(),cbb.top()+1,r"\font\cmssfont=cmss12\cmssfont{Frame %i/%i}" % (i,l),[pyx.text.size.LARGE]) 420 d.append(pyx.document.page(c, paperformat=pyx.document.paperformat.A4, 421 margin=1*pyx.unit.t_cm,
|
D | consts.py | 41 import pyx
|
/external/grpc-grpc/bazel/ |
D | cython_library.bzl | 11 """Compiles a group of .pyx / .pxd / .py files. 13 First runs Cython to create .cpp files for each input .pyx or .py + .pxd 23 srcs: .py, .pyx, or .pxd files to either compile or pass through. 31 if src.endswith(".pyx") or (src.endswith(".py") and
|
/external/grpc-grpc/third_party/ |
D | cython.BUILD | 12 "Cython/**/*.pyx",
|
/external/grpc-grpc/ |
D | PYTHON-MANIFEST.in | 1 recursive-include src/python/grpcio/grpc *.c *.h *.py *.pyx *.pxd *.pxi *.python *.pem
|
/external/scapy/doc/scapy/ |
D | installation.rst | 154 * 2D graphics. ``psdump()`` and ``pdfdump()`` need `PyX <http://pyx.sourceforge.net/>`_ which in tu… 156 …n Python 2.7, it needs to be installed via ``pip install pyx==0.12``. Otherwise ``pip install pyx`` 232 $ sudo apt-get install tcpdump graphviz imagemagick python-gnuplot python-cryptography python-pyx 353 # pkg_add py-pyx
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | build_config.bzl | 59 """Compiles a group of .pyx / .pxd / .py files. 61 First runs Cython to create .cpp files for each input .pyx or .py + .pxd 71 srcs: .py, .pyx, or .pxd files to either compile or pass through. 80 if src.endswith(".pyx") or (src.endswith(".py") and
|
/external/angle/src/compiler/translator/ |
D | TranslatorVulkan.cpp | 651 TIntermSwizzle *pyx = CreateSwizzle(new TIntermSymbol(p), 1, 0); in AddBresenhamEmulationFS() local 653 TIntermDeclaration *p_decl = CreateTempInitDeclarationNode(p_, pyx); in AddBresenhamEmulationFS()
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | BUILD | 22 srcs = ["custom_call_for_test.pyx"],
|
/external/capstone/bindings/python/pyx/ |
D | ccapstone.pyx | 3 cimport pyx.ccapstone as cc
|
/external/tagsoup/ |
D | README | 186 --pyx
|
/external/python/setuptools/docs/ |
D | setuptools.txt | 44 * Transparent Pyrex support, so that your setup.py can list ``.pyx`` files and 1644 If you follow these rules, you can safely list ``.pyx`` files as the source 1648 ``Extension`` objects to refer to the ``.c`` counterparts of the ``.pyx`` 1652 code generated by Pyrex, as well as your original ``.pyx`` files. This means 1654 control system, rebuilding them whenever you check changes in for the ``.pyx``
|
/external/python/setuptools/ |
D | CHANGES.rst | 1528 ext = setuptools.Extension('mylib', ['src/CythonStuff.pyx', 'src/CStuff.c']) 2161 * BB Pull Request #39: Add support for C++ targets from Cython ``.pyx`` files.
|
/external/scapy/doc/notebooks/ |
D | Scapy in 15 minutes.ipynb | 825 "<pyx.canvas.canvas instance at 0x7f2c2e228bd8>"
|
/external/tensorflow/tensorflow/python/ |
D | BUILD | 8011 srcs = ["framework/fast_tensor_util.pyx"],
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 6558 "pyx~y",
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | iso-639-3_Name_Index.tab | 5688 pyx Pyu (Myanmar) Pyu (Myanmar)
|
D | iso-639-3.tab | 5442 pyx I A Pyu (Myanmar)
|
D | language-subtag-registry | 29549 Subtag: pyx
|
/external/skia/experimental/wasm-skp-debugger/debugger/ |
D | anim.mskp | 1500 …2#4&#"33# 3265 �����n�qn���a�z}����ql������j�-3�V���^n�b}��pyx`T��:�#… 7372 …2#4&#"33# 3265 �����n�qn���a�z}����ql������j�-3�V���^n�b}��pyx`T��:�#… 16839 …2#4&#"33# 3265 �����n�qn���a�z}����ql������j�-3�V���^n�b}��pyx`T��:�#… 22728 …2#4&#"33# 3265 �����n�qn���a�z}����ql������j�-3�V���^n�b}��pyx`T��:�#… 28617 …2#4&#"33# 3265 �����n�qn���a�z}����ql������j�-3�V���^n�b}��pyx`T��:�#… 34506 …2#4&#"33# 3265 �����n�qn���a�z}����ql������j�-3�V���^n�b}��pyx`T��:�#… 40394 …2#4&#"33# 3265 �����n�qn���a�z}����ql������j�-3�V���^n�b}��pyx`T��:�#… 46282 …2#4&#"33# 3265 �����n�qn���a�z}����ql������j�-3�V���^n�b}��pyx`T��:�#… 52170 …2#4&#"33# 3265 �����n�qn���a�z}����ql������j�-3�V���^n�b}��pyx`T��:�#… 58056 …2#4&#"33# 3265 �����n�qn���a�z}����ql������j�-3�V���^n�b}��pyx`T��:�#… [all …]
|
12