/third_party/boost/libs/python/test/ |
D | exec.cpp | 12 namespace python = boost::python; 31 struct BaseWrap : Base, python::wrapper<Base> 38 return python::call<std::string>(this->get_override("hello").ptr()); in hello() 48 python::class_<BaseWrap, boost::noncopyable> base("Base"); in BOOST_PYTHON_MODULE() 54 python::object result = python::eval("'abcdefg'.upper()"); in eval_test() 55 std::string value = python::extract<std::string>(result) BOOST_EXTRACT_WORKAROUND; in eval_test() 62 python::object main = python::import("__main__"); in exec_test() 65 python::object global(main.attr("__dict__")); in exec_test() 68 python::object result = python::exec( in exec_test() 75 python::object PythonDerived = global["PythonDerived"]; in exec_test() [all …]
|
D | bases.cpp | 14 : boost::python::detail::select_bases< 16 , typename boost::python::detail::select_bases< 18 , typename boost::python::detail::select_bases<Z>::type 26 BOOST_STATIC_ASSERT((boost::python::detail::specifies_bases< in main() 27 boost::python::bases<A,B> >::value)); in main() 29 BOOST_STATIC_ASSERT((!boost::python::detail::specifies_bases< in main() 30 boost::python::bases<A,B>& >::value)); in main() 32 BOOST_STATIC_ASSERT((!boost::python::detail::specifies_bases< in main() 35 BOOST_STATIC_ASSERT((!boost::python::detail::specifies_bases< in main() 38 BOOST_STATIC_ASSERT((!boost::python::detail::specifies_bases< in main() [all …]
|
D | pickle3.cpp | 46 struct world_pickle_suite : boost::python::pickle_suite 49 boost::python::tuple 52 return boost::python::make_tuple(w.get_country()); in getinitargs() 56 boost::python::tuple 57 getstate(boost::python::object w_obj) in getstate() 59 world const& w = boost::python::extract<world const&>(w_obj)(); in getstate() 61 return boost::python::make_tuple( in getstate() 68 setstate(boost::python::object w_obj, boost::python::tuple state) in setstate() 70 using namespace boost::python; in setstate() 100 boost::python::class_<world>( in BOOST_PYTHON_MODULE() [all …]
|
/third_party/boost/boost/python/object/ |
D | class_metadata.hpp | 39 namespace boost { namespace python { namespace objects { namespace 53 BOOST_MPL_ASSERT_NOT((boost::python::detail::is_same<Base,Derived>)); in operator ()() 62 this->register_downcast((Base*)0, boost::python::detail::is_polymorphic<Base>()); in operator ()() 66 static inline void register_downcast(void*, boost::python::detail::false_) {} in register_downcast() 69 static inline void register_downcast(Base*, boost::python::detail::true_) in register_downcast() 85 python::detail::force_instantiate(converter::shared_ptr_from_python<T, boost::shared_ptr>()); in register_shared_ptr_from_python_and_casts() 87 python::detail::force_instantiate(converter::shared_ptr_from_python<T, std::shared_ptr>()); in register_shared_ptr_from_python_and_casts() 95 mpl::for_each(register_base_of<T>(), (Bases*)0, (boost::python::detail::add_pointer<mpl::_>*)0); in register_shared_ptr_from_python_and_casts() 105 python::detail::specifies_bases<T> 106 , boost::python::detail::is_same<T,noncopyable> [all …]
|
/third_party/boost/libs/python/example/quickstart/ |
D | embedding.cpp | 11 namespace python = boost::python; 30 struct BaseWrap : Base, python::wrapper<Base> 37 return python::call<std::string>(this->get_override("hello").ptr()); in hello() 47 python::class_<BaseWrap, boost::noncopyable> base("Base"); in BOOST_PYTHON_MODULE() 63 python::object main = python::import("__main__"); in exec_test() 66 python::object global(main.attr("__dict__")); in exec_test() 69 python::object result = python::exec( in exec_test() 76 python::object PythonDerived = global["PythonDerived"]; in exec_test() 86 python::object py_base = PythonDerived(); in exec_test() 87 Base& py = python::extract<Base&>(py_base) BOOST_EXTRACT_WORKAROUND; in exec_test() [all …]
|
/third_party/skia/third_party/externals/angle2/ |
D | .vpython | 3 # It describes patterns for python wheel dependencies of the python scripts in 5 # (since pure-python dependencies can be easily vendored into third_party). 7 # When vpython is invoked, it finds this file and builds a python VirtualEnv, 10 # this never requires the end-user machine to have a working python extension 14 # All python scripts in the repo share this same spec, to avoid dependency 17 # If you have depot_tools installed in your $PATH, you can invoke python scripts 19 # substituting `vpython` instead of `python` on the command line, e.g.: 33 name: "infra/python/wheels/jsonlines-py2_py3" 37 name: "infra/python/wheels/subprocess32/${vpython_platform}" 57 name: "infra/python/wheels/psutil/${vpython_platform}" [all …]
|
/third_party/python/Lib/test/ |
D | pstats.pck | 2 _compile_info(iig�h㈵��>g�����>(u'/home/gbr/devel/python/Lib/sre_parse.pyi�… 3 …u)/home/gbr/devel/python/Lib/sre_compile.pyicu_simple(irirg?�̔��?ghUMu?(… 11 …python/Lib/sre_parse.pyi�u_parse(i|i|g�ͮ{+R?gǟ�lXSy?0(u4/home/gbr/devel/p…
|
/third_party/PyYAML/tests/data/ |
D | construct-python-object.data | 1 - !!python/object:test_constructor.AnObject { foo: 1, bar: two, baz: [3,3,3] } 2 - !!python/object:test_constructor.AnInstance { foo: 1, bar: two, baz: [3,3,3] } 4 - !!python/object/new:test_constructor.AnObject { args: [1, two], kwds: {baz: [3,3,3]} } 5 - !!python/object/apply:test_constructor.AnInstance { args: [1, two], kwds: {baz: [3,3,3]} } 7 - !!python/object:test_constructor.AState { _foo: 1, _bar: two, _baz: [3,3,3] } 8 - !!python/object/new:test_constructor.ACustomState { state: !!python/tuple [1, two, [3,3,3]] } 10 - !!python/object/new:test_constructor.InitArgs [1, two, [3,3,3]] 11 - !!python/object/new:test_constructor.InitArgsWithState { args: [1, two], state: [3,3,3] } 13 - !!python/object/new:test_constructor.NewArgs [1, two, [3,3,3]] 14 - !!python/object/new:test_constructor.NewArgsWithState { args: [1, two], state: [3,3,3] } [all …]
|
D | construct-python-tuple-list-dict.data | 1 - !!python/list [1, 2, 3, 4] 2 - !!python/tuple [1, 2, 3, 4] 3 - !!python/dict {1: 2, 3: 4} 4 - !!python/dict 5 !!python/tuple [0,0]: 0 6 !!python/tuple [0,1]: 1 7 !!python/tuple [1,0]: 1 8 !!python/tuple [1,1]: 0
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/ |
D | CMakeLists.txt | 5 python/bindings/dataset/audio/kernels/ir/bindings.cc 6 python/bindings/dataset/callback/bindings.cc 7 python/bindings/dataset/core/bindings.cc 8 python/bindings/dataset/engine/cache/bindings.cc 9 python/bindings/dataset/engine/datasetops/bindings.cc 10 python/bindings/dataset/engine/gnn/bindings.cc 11 python/bindings/dataset/engine/ir/consumer/bindings.cc 12 python/bindings/dataset/engine/ir/datasetops/bindings.cc 13 python/bindings/dataset/engine/ir/datasetops/source/bindings.cc 14 python/bindings/dataset/engine/ir/datasetops/source/samplers/bindings.cc [all …]
|
/third_party/boost/libs/python/src/numpy/ |
D | ndarray.cpp | 11 namespace boost { namespace python { namespace 88 python::object const & shape, in from_data_impl() 89 python::object const & strides, in from_data_impl() 90 python::object const & owner, in from_data_impl() 98 python::throw_error_already_set(); in from_data_impl() 102 shape_[i] = python::extract<Py_intptr_t>(shape[i]); in from_data_impl() 103 strides_[i] = python::extract<Py_intptr_t>(strides[i]); in from_data_impl() 112 python::object const & owner, in from_data_impl() 118 python::throw_error_already_set(); in from_data_impl() 126 ndarray r(python::detail::new_reference in from_data_impl() [all …]
|
/third_party/boost/libs/python/build/ |
D | Jamfile | 10 import python ; 12 if ! [ python.configured ] && ! ( --without-python in [ modules.peek : ARGV ] ) 14 # Attempt default configuration of python 16 using python ; 19 if [ python.configured ] || ( --without-python in [ modules.peek : ARGV ] ) 26 : "warning: No python installation configured and autoconfiguration" 27 : "note: failed. See http://www.boost.org/libs/python/doc/building.html" 28 : "note: for configuration instructions or pass --without-python to" 33 if [ python.configured ] 35 project boost/python [all …]
|
/third_party/mindspore/.jenkins/check/config/ |
D | filter_pylint.txt | 58 "mindspore/tests/ut/python/train/summary/test_summary_abnormal_input.py" … 59 "mindspore/tests/ut/python/train/summary/test_graph_summary.py" … 60 "mindspore/tests/ut/python/parameter_feature/test_parameter.py" … 61 "mindspore/tests/ut/python/parameter_feature/test_parameter.py" … 62 "mindspore/tests/ut/python/optimizer/test_debug_location.py" … 63 "mindspore/tests/ut/python/ops/test_control_ops.py" … 64 "mindspore/tests/ut/python/ops/test_control_ops.py" … 65 "mindspore/tests/ut/python/keep_order/test_keep_order.py" … 66 "mindspore/tests/ut/python/ir/test_tensor.py" … 67 "mindspore/tests/ut/python/dataset/test_sampler.py" … [all …]
|
/third_party/boost/libs/python/example/numpy/ |
D | Jamfile | 6 import python ; 22 exe simple : simple.cpp boost_numpy /python//python ; 23 exe dtype : dtype.cpp boost_numpy /python//python ; 24 exe ndarray : ndarray.cpp /python//python ; 25 exe fromdata : fromdata.cpp /python//python ; 26 exe ufunc : ufunc.cpp /python//python ; 27 exe wrap : wrap.cpp /python//python ; 29 python-extension gaussian : gaussian.cpp ;
|
/third_party/protobuf/python/ |
D | tox.ini | 3 py{27,33,34,35,36}-{cpp,python} 13 python: PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python 15 python setup.py -q build_py 16 python: python setup.py -q build 17 … cpp: python setup.py -q build --cpp_implementation --warnings_as_errors --compile_static_extension 18 python: python setup.py -q test -q 19 cpp: python setup.py -q test -q --cpp_implementation 20 python: python setup.py -q test_conformance 21 cpp: python setup.py -q test_conformance --cpp_implementation
|
/third_party/boost/boost/python/ |
D | handle.hpp | 18 namespace boost { namespace python { namespace 33 return python::xincref((T*)p); in manage_ptr() 39 return python::xincref((T*)p); in manage_ptr() 45 return python::incref(expect_non_null((T*)p)); in manage_ptr() 76 python::upcast<T>( in handle() 85 python::xdecref(m_p); in operator =() 86 m_p = python::xincref(r.m_p); in operator =() 93 python::xdecref(m_p); in operator =() 94 m_p = python::xincref(python::upcast<T>(r.get())); in operator =() 100 : m_p(python::xincref(python::upcast<T>(r.get()))) in handle() [all …]
|
/third_party/python/Doc/ |
D | Makefile | 163 cp -pPR build/html dist/python-$(DISTVERSION)-docs-html 164 tar -C dist -cf dist/python-$(DISTVERSION)-docs-html.tar python-$(DISTVERSION)-docs-html 165 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-html.tar 166 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-html.zip python-$(DISTVERSION)-docs-html) 167 rm -r dist/python-$(DISTVERSION)-docs-html 168 rm dist/python-$(DISTVERSION)-docs-html.tar 172 cp -pPR build/text dist/python-$(DISTVERSION)-docs-text 173 tar -C dist -cf dist/python-$(DISTVERSION)-docs-text.tar python-$(DISTVERSION)-docs-text 174 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-text.tar 175 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-text.zip python-$(DISTVERSION)-docs-text) [all …]
|
/third_party/boost/libs/mpi/build/ |
D | Jamfile.v2 | 14 import python ; 19 # The `version-suffix` rule really belongs into python.jam, and 72 if [ python.configured ] 76 python/serialize.cpp 80 <library>/boost/python//boost_python 85 <python-debugging>on:<define>BOOST_DEBUG_PYTHON 87 <tag>@python-tag 88 <conditional>@python.require-py 97 python-extension mpi 99 python/collectives.cpp [all …]
|
/third_party/grpc/tools/run_tests/artifacts/ |
D | build_artifact_python.sh | 21 export PYTHON=${PYTHON:-python} 74 "${PYTHON}" tools/distrib/python/make_grpcio_tools.py 77 ${SETARCH_CMD} "${PYTHON}" tools/distrib/python/grpcio_tools/setup.py sdist 80 ${SETARCH_CMD} "${PYTHON}" tools/distrib/python/grpcio_tools/setup.py bdist_wheel 89 for wheel in tools/distrib/python/grpcio_tools/dist/*.whl; do 113 ${SETARCH_CMD} "${PYTHON}" src/python/grpcio_testing/setup.py preprocess \ 115 cp -r src/python/grpcio_testing/dist/* "$ARTIFACT_DIR" 118 ${SETARCH_CMD} "${PYTHON}" src/python/grpcio_channelz/setup.py \ 120 cp -r src/python/grpcio_channelz/dist/* "$ARTIFACT_DIR" 123 ${SETARCH_CMD} "${PYTHON}" src/python/grpcio_health_checking/setup.py \ [all …]
|
D | build_artifact_python.bat | 15 @rem set path to python & mingw compiler 18 python -m pip install --upgrade six 20 python -m pip install --upgrade setuptools==38.2.4 21 python -m pip install --upgrade cython 22 python -m pip install -rrequirements.txt --user 34 python tools\distrib\python\make_grpcio_tools.py 37 python setup.py build_ext -c %EXT_COMPILER% || goto :error 39 pushd tools\distrib\python\grpcio_tools 40 python setup.py build_ext -c %EXT_COMPILER% || goto :error 44 python setup.py bdist_wheel || goto :error [all …]
|
/third_party/openh264/build/ |
D | mktargets.sh | 3 python build/mktargets.py --directory codec/decoder --library decoder 4 python build/mktargets.py --directory codec/encoder --library encoder --exclude DllEntry.cpp 5 python build/mktargets.py --directory codec/common --library common --exclude asm_inc.asm --exclude… 6 python build/mktargets.py --directory codec/processing --library processing 8 python build/mktargets.py --directory codec/console/dec --binary h264dec 9 python build/mktargets.py --directory codec/console/enc --binary h264enc 10 python build/mktargets.py --directory codec/console/common --library console_common 11 python build/mktargets.py --directory test/encoder --prefix encoder_unittest 12 python build/mktargets.py --directory test/decoder --prefix decoder_unittest 13 python build/mktargets.py --directory test/processing --prefix processing_unittest [all …]
|
/third_party/grpc/ |
D | PYTHON-MANIFEST.in | 1 recursive-include src/python/grpcio/grpc *.c *.h *.inc *.py *.pyx *.pxd *.pxi *.python *.pem 2 recursive-exclude src/python/grpcio/grpc/_cython *.so *.pyd 3 graft src/python/grpcio/grpcio.egg-info 14 include src/python/grpcio/_parallel_compile_patch.py 15 include src/python/grpcio/_spawn_patch.py 16 include src/python/grpcio/commands.py 17 include src/python/grpcio/grpc_version.py 18 include src/python/grpcio/grpc_core_dependencies.py 19 include src/python/grpcio/precompiled.py 20 include src/python/grpcio/support.py [all …]
|
/third_party/libxml2/ |
D | .gitignore | 73 python/.deps 74 python/.libs 75 python/Makefile 76 python/Makefile.in 77 python/gen_prog 78 python/libxml2-export.c 79 python/libxml2-py.c 80 python/libxml2-py.h 81 python/libxml2.py 82 python/libxml2class.py [all …]
|
/third_party/jerryscript/docs/ |
D | 00.GETTING-STARTED.md | 15 - `python` >= `2.7.6` 18 sudo apt-get install gcc gcc-arm-none-eabi cmake cppcheck vera++ python 33 python tools/build.py --debug 39 python tools/build.py --debug --lto=off 51 python tools/build.py --cmake-param=CMAKE_PARAM 57 python tools/build.py --profile=es5.1|es2015-subset|minimal 69 python tools/build.py 75 python tools/build.py --compile-flag="-nostdlib -I/path/to/ext-libc/include" --link-lib="ext-c" 83 python tools/build.py --toolchain=TOOLCHAIN 89 python tools/build.py --toolchain=cmake/toolchain_linux_armv7l.cmake [all …]
|
/third_party/python/Lib/test/test_email/data/ |
D | msg_06.txt | 1 Return-Path: <barry@python.org> 2 Delivered-To: barry@python.org 7 Message-ID: <15265.9482.641338.555352@python.org> 8 From: barry@python.org (Barry A. Warsaw) 9 Sender: barry@python.org 10 To: barry@python.org 20 Return-Path: <barry@python.org> 21 Delivered-To: barry@python.org 22 Message-ID: <15265.9468.713530.98441@python.org> 23 From: barry@python.org (Barry A. Warsaw) [all …]
|