HomeSort by relevance Sort by last modified time
    Searched refs:python (Results 151 - 175 of 557) sorted by null

1 2 3 4 5 67 8 91011>>

  /test/vts-testcase/performance/hwbinder_benchmark/
HwBinderPerformanceTest.py 1 #!/usr/bin/env python
24 from vts.utils.python.controllers import android_device
25 from vts.utils.python.cpu import cpu_frequency_scaling
26 from vts.utils.python.performance import benchmark_parser
  /build/soong/python/
installer.go 15 package python package
21 // This file handles installing python executables into their final location
  /external/brotli/python/
Makefile 19 PYTHON ?= python
22 EXT_SUFFIX=$(shell $(PYTHON) -c 'import sysconfig; print(sysconfig.get_config_var("EXT_SUFFIX"))')
32 @cd .. && $(PYTHON) setup.py develop
38 @$(PYTHON) -m unittest discover -p '*_test.py'
41 @cd .. && $(PYTHON) setup.py clean
  /external/chromium-trace/catapult/systrace/atrace_helper/
Makefile 21 python -c 'import json; json.load(open("/tmp/dump.json"))'
  /external/flatbuffers/tests/
PythonTest.sh 20 runtime_library_dir=${test_dir}/../python
22 # Emit Python code for the example schema in the test dir:
55 echo "No Python interpeters found on this system, could not run tests."
59 # Run test suite with default python intereter.
60 # (If the Python program `coverage` is available, it will be run, too.
63 echo 'Found coverage utility, running coverage with default Python:'
74 echo -n "Did not find coverage utility for default Python, skipping. "
generate_code.bat 18 ..\%buildtype%\flatc.exe --cpp --java --csharp --go --binary --python --js --php --grpc --gen-mutable --gen-object-api --no-includes monster_test.fbs monsterdata_test.json
19 ..\%buildtype%\flatc.exe --cpp --java --csharp --go --binary --python --js --php --gen-mutable -o namespace_test namespace_test\namespace_test1.fbs namespace_test\namespace_test2.fbs
  /external/protobuf/python/google/protobuf/internal/
api_implementation.cc 31 #include <Python.h>
35 namespace python { namespace in namespace:google::protobuf
38 // This is either 0 for python, 1 for CPP V1, 2 for CPP V2.
41 // PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
73 "determine the default API implementation to use for Python proto2.\n"
127 } // namespace python
  /external/protobuf/python/google/protobuf/pyext/
descriptor.h 36 #include <Python.h>
42 namespace python { namespace in namespace:google::protobuf
51 // Wraps a Descriptor in a Python object.
53 // In any case, it must stay alive as long as the Python object.
71 // This function checks the parameter type; on error, return NULL with a Python
81 // Check that the calling Python code is the global scope of a _pb2.py module.
86 // stacklevel indicates which Python frame should be the _pb2.py module.
93 } // namespace python
repeated_scalar_container.h 37 #include <Python.h>
57 namespace python { namespace in namespace:google::protobuf
65 // proto tree. Every Python RepeatedScalarContainer holds a
67 // Python object that references any part of the tree.
118 } // namespace python
  /external/python/cpython2/Demo/pysvr/
Makefile 1 # Makefile for 'pysvr' application embedding Python.
2 # Tailored for Python 1.5a3 or later.
14 # Which Python version we're using
18 PYVER=python$(VER)
20 # Use these defs when compiling against installed Python
26 # Use these defs when compiling against built Python
  /external/python/cpython2/Doc/tools/static/
version_switch.js 33 // python 2 url without version?
53 window.location.href = 'https://docs.python.org/' + selected;
  /external/selinux/
Makefile 1 OPT_SUBDIRS ?= dbus gui mcstrans python restorecond sandbox semodule-utils
  /external/toolchain-utils/cwp/
demo_pipeline.sh 40 python ${INTERPRETER_DIR}app_engine_pull.py --output_dir=${SAMPLE_DIR}
43 python ${INTERPRETER_DIR}symbolizer.py --in=${SAMPLE_DIR} --out=${REPORT_DIR} --cache=${SYMBOL_CACHE}
  /external/toolchain-utils/
image_chromeos.py 43 command = "python -c 'import cherrypy, ctypes'"
  /external/v8/
Android.v8gen.mk 47 python $(SCRIPT) $@ CORE $(LOCAL_JS_LIBRARY_FILES)
54 python $(SCRIPT) $@ EXPERIMENTAL $(LOCAL_JS_EXPERIMENTAL_LIBRARY_FILES)
61 python $(SCRIPT) $@ EXTRAS
68 python $(SCRIPT) $@ EXPERIMENTAL_EXTRAS
  /system/media/camera/docs/
metadata-parser-sanity-check 36 results="$(python "$file" 2>&1)"
50 python $thisdir/metadata_parser_xml.py $thisdir/metadata_properties.xml $thisdir/metadata_template.mako $tmp_out || exit 1
  /test/vts/compilation_tools/vtsc/test/
Android.mk 36 python $(PRIVATE_PY_SCRIPT) -h $(PRIVATE_HIDL_EXEC) -p $(PRIVATE_VTSC_EXEC) \
  /test/vts-testcase/kernel/ltp/
ltp_configs.py 19 from vts.utils.python.os import path_utils
  /test/vts-testcase/performance/hidl_trace_recorder/
HidlTraceRecorder.py 1 #!/usr/bin/env python
25 from vts.utils.python.controllers import android_device
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
machine_replay.sh 66 python main.py -m complete --skip_html -i 3 --replay $round_dir
  /external/boringssl/
UPDATING 17 python src/util/generate_build_files.py android
  /external/llvm/utils/lit/utils/
check-sdist 26 python setup.py sdist > /tmp/lit_sdist_log.txt
  /external/ltp/testcases/kernel/power_management/
runpwtests_exclusive03.sh 38 tst_check_cmds python
  /external/nanopb-c/generator/
protoc-gen-nanopb.bat 12 python "%mydir%\nanopb_generator.py" --protoc-plugin
  /external/protobuf/src/google/protobuf/compiler/
main.cc 35 #include <google/protobuf/compiler/python/python_generator.h>
60 // Proto2 Python
61 google::protobuf::compiler::python::Generator py_generator;
63 "Generate Python source file.");

Completed in 745 milliseconds

1 2 3 4 5 67 8 91011>>