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

1 2 3 4 5 6 7 891011>>

  /external/ltp/tools/pounder21/test_scripts/
time_drift 40 # Do we have a python interpreter?
41 PYTHON=`which python`
42 if [ -n "$PYTHON" -a -x "$PYTHON" ]; then
45 echo "There is no python interpreter installed. Aborting."
  /external/python/cpython2/Tools/unicode/
Makefile 2 # Recreate the Python charmap codecs from the Unicode mapping
8 # Python binary to use
9 PYTHON = python
31 $(PYTHON) gencodec.py MAPPINGS/VENDORS/MISC/ build/
39 $(PYTHON) gencodec.py python-mappings/ build/
42 $(PYTHON) gencodec.py MAPPINGS/VENDORS/MICSFT/WINDOWS/ build/
47 $(PYTHON) gencodec.py MAPPINGS/ISO8859/ build/ iso
51 $(PYTHON) gencodec.py MAPPINGS/VENDORS/APPLE/ build/ mac
    [all...]
  /external/skia/infra/bots/recipe_modules/infra/
api.py 74 return self.m.python.inline(
95 self.m.python.inline(
  /external/skia/infra/bots/recipe_modules/swarming_client/
api.py 90 self.m.python(
127 step_result = self.m.python.inline(
  /external/v8/tools/
fuzz-harness.sh 91 python -u "$jsfunfuzz_dir/jsfunfuzz/multi_timed_run.py" 300 \
  /external/v8/tools/jsfunfuzz/
fuzz-harness.sh 69 python -u "$jsfunfuzz_dir/jsfunfuzz/multi_timed_run.py" 300 \
  /test/vts-testcase/hal/contexthub/V1_0/host/
VtsHalContexthubV1_0HostTest.py 1 #!/usr/bin/env python
25 from vts.utils.python.controllers import android_device
26 from vts.utils.python.precondition import precondition_utils
  /test/vts-testcase/hal/sensors/V1_0/host/
VtsHalSensorsV1_0HostTest.py 1 #!/usr/bin/env python
24 from vts.utils.python.controllers import android_device
25 from vts.utils.python.precondition import precondition_utils
  /test/vts-testcase/hal/tv/input/V1_0/host/
VtsHalTvInputV1_0HostTest.py 1 #!/usr/bin/env python
25 from vts.utils.python.controllers import android_device
26 from vts.utils.python.precondition import precondition_utils
  /test/vts-testcase/hal/vibrator/V1_0/host/
VtsHalVibratorV1_0HostTest.py 1 #!/usr/bin/env python
24 from vts.utils.python.controllers import android_device
25 from vts.utils.python.precondition import precondition_utils
  /test/vts-testcase/hal/vr/V1_0/host/
VtsHalVrV1_0HostTest.py 1 #!/usr/bin/env python
24 from vts.utils.python.controllers import android_device
25 from vts.utils.python.precondition import precondition_utils
  /test/vts-testcase/kernel/api/selinux/
VtsKernelSelinuxFileApiTest.py 1 #!/usr/bin/env python
27 from vts.utils.python.controllers import android_device
28 from vts.utils.python.file import target_file_utils
  /test/vts-testcase/kernel/api/sysfs/
KernelApiSysfsTest.py 1 #!/usr/bin/env python
24 from vts.utils.python.controllers import android_device
25 from vts.utils.python.file import target_file_utils
  /test/vts-testcase/performance/hwbinder_benchmark_adb/
HwBinderPerformanceAdbTest.py 1 #!/usr/bin/env python
24 from vts.utils.python.controllers import adb
25 from vts.utils.python.controllers import android_device
  /external/autotest/client/site_tests/firmware_TouchMTB/
summary.sh 96 python "${SCRIPT_DIR}/$SUMMARY_MODULE" -m "$FLAGS_verbose" $individual_flag \
  /external/markdown/markdown/extensions/
fenced_code.py 1 #!/usr/bin/env python
4 Fenced Code Extension for Python Markdown
7 This extension adds Fenced Code Blocks to Python-Markdown.
40 ... ~~~~{.python}
48 u'<pre><code class="python">block one\\n</code></pre>\\n\\n<pre><code class="html">&lt;p&gt;block two&lt;/p&gt;\\n</code></pre>'
52 Project website: <http://www.freewisdom.org/project/python-markdown/Fenced__Code__Blocks>
58 * [Python 2.3+](http://python.org)
59 * [Markdown 2.0+](http://www.freewisdom.org/projects/python-markdown/)
  /external/protobuf/python/google/protobuf/pyext/
descriptor_containers.h 37 #include <Python.h>
47 namespace python { namespace in namespace:google::protobuf
97 } // namespace python
descriptor_pool.h 34 #include <Python.h>
43 namespace python { namespace in namespace:google::protobuf
51 // There is normally one pool per process. We make it a Python object only
52 // because it contains many Python references.
76 // Note: A C++ MessageFactory is different from the Python MessageFactory.
77 // The C++ one creates messages, when the Python one creates classes.
80 // Make our own mapping to retrieve Python classes from C++ descriptors.
83 // Python references to classes are owned by this PyDescriptorPool.
89 // Python objects are owned by the map.
103 // Registers a new Python class for the given message descriptor
    [all...]
extension_dict.h 37 #include <Python.h>
56 namespace python { namespace in namespace:google::protobuf
64 // proto tree. Every Python container class holds a
66 // Python object that references any part of the tree.
89 // Gets the number of extension values in this ExtensionDict as a python object.
133 } // namespace python
map_container.h 34 #include <Python.h>
55 namespace python { namespace in namespace:google::protobuf
66 // proto tree. Every Python MapContainer holds a
68 // Python object that references any part of the tree.
138 } // namespace python
repeated_composite_container.h 37 #include <Python.h>
58 namespace python { namespace in namespace:google::protobuf
77 // proto tree. Every Python RepeatedCompositeContainer holds a
79 // Python object that references any part of the tree.
175 } // namespace python
  /external/python/cpython2/Doc/
conf.py 3 # Python documentation build configuration file
20 project = 'Python'
21 copyright = '1990-%s, Python Software Foundation' % time.strftime('%Y')
23 # We look for the Include/patchlevel.h file in the current Python source tree
70 html_use_opensearch = 'https://docs.python.org/'
76 htmlhelp_basename = 'python' + release.replace('.', '')
93 _stdauthor = r'Guido van Rossum\\and the Python development team'
96 'The Python/C API', _stdauthor, 'manual'),
98 'Distributing Python Modules', _stdauthor, 'manual'),
100 'Extending and Embedding Python', _stdauthor, 'manual')
    [all...]
  /external/python/cpython2/PC/VC6/
rt.bat 4 @rem -O Run python.exe or python_d.exe (see -d) with -O.
18 @set _exe=python
  /external/python/cpython2/PC/VS7.1/
rt.bat 5 rem -O Run python.exe or python_d.exe (see -d) with -O.
27 set exe=python
  /external/python/cpython2/PC/VS8.0/
build_pgo.bat 34 %PGI%\python.exe rmpyc.py %clrpath%
36 %PGI%\python.exe %job%

Completed in 532 milliseconds

1 2 3 4 5 6 7 891011>>