HomeSort by relevance Sort by last modified time
    Searched refs:python (Results 76 - 100 of 588) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/v8/tools/
fuzz-harness.sh 84 python -u "$jsfunfuzz_dir/jsfunfuzz/multi_timed_run.py" 300 \
  /external/v8/
Android.libv8.mk 52 python $(SCRIPT) $(GEN1) CORE off $(LOCAL_JS_LIBRARY_FILES)
61 python $(SCRIPT) $(GEN2) EXPERIMENTAL off $(LOCAL_JS_EXPERIMENTAL_LIBRARY_FILES)
Android.mksnapshot.mk 65 python $(SCRIPT) $(GEN3) CORE off $(LOCAL_JS_LIBRARY_FILES)
74 python $(SCRIPT) $(GEN4) EXPERIMENTAL off $(LOCAL_JS_EXPERIMENTAL_LIBRARY_FILES)
  /system/media/camera/docs/
metadata-generate 42 python -c "import os.path; print os.path.relpath('$1', '$PWD')"
59 python $thisdir/metadata_parser_xml.py $thisdir/metadata_properties.xml $in $out
  /external/chromium_org/build/
install-build-deps-android.sh 47 sudo apt-get -y install checkstyle lighttpd python-pexpect xvfb x11-utils
  /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/)
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
  /external/ceres-solver/scripts/
make_release 102 python $TMP/scripts/make_docs.py $TMP $DOCS_TMP
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/browser_dynamic_library/
nacl.scons 1 # -*- python -*-
  /external/chromium_org/tools/valgrind/
waterfall.sh 130 PYTHONPATH=$THISDIR/../python/google \
131 python "$THISDIR/test_suppressions.py" $@ "$LOGS_DIR/report_"*
chrome_tests.bat 68 set PYTHONPATH=%THISDIR%../python/google
70 python %THISDIR%/chrome_tests.py %*
  /external/chromium_org/v8/
Makefile.nacl 88 python -c "print raw_input().capitalize()") \
  /external/chromium_org/tools/code_coverage/
croc_scan_test.py 1 #!/usr/bin/env python
178 self.assertEqual(croc_scan.ScanFile('foo', 'python'), 'scan py foo')
  /external/libcap-ng/libcap-ng-0.7/
py-compile 2 # py-compile - Compile a Python program
31 if [ -z "$PYTHON" ]; then
32 PYTHON=python
68 Byte compile some python scripts FILES. Use --destdir to specify any
119 $PYTHON -c "
124 sys.stdout.write('Byte-compiling python modules...\n')
136 # this will fail for python < 1.5, but that doesn't matter ...
137 $PYTHON -O -c "
141 sys.stdout.write('Byte-compiling python modules (optimized versions) ...\n'
    [all...]
  /frameworks/webview/chromium/tools/buildbot/
webview_buildbot_functions.sh 90 # Add the upstream build/android folder to the Python path.
116 bb_run_step python ${WEBVIEW_TOOLS_DIR}/generate_local_manifest.py \
  /prebuilts/python/darwin-x86/2.7.5/bin/
python-config.sh 60 LIBDEST=${prefix}/lib/python${VERSION}
64 INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
65 PLATINCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
__init__.py 1 """Simple API for XML (SAX) implementation for Python.
5 http://www.megginson.com/SAX/. The Python version of the interface is
11 the 'client-side' of SAX for Python.
17 the parsers used with SAX for Python.
66 _key = "python.xml.sax.parser"
76 default_parser_list. The lists must contain the names of Python
99 from org.python.core import imp
  /prebuilts/python/linux-x86/2.7.5/bin/
python-config.sh 60 LIBDEST=${prefix}/lib/python${VERSION}
64 INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
65 PLATINCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
__init__.py 1 """Simple API for XML (SAX) implementation for Python.
5 http://www.megginson.com/SAX/. The Python version of the interface is
11 the 'client-side' of SAX for Python.
17 the parsers used with SAX for Python.
66 _key = "python.xml.sax.parser"
76 default_parser_list. The lists must contain the names of Python
99 from org.python.core import imp
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
has_key.py 186 python = has_key(key) variable
187 if system != python:
188 L.append( 'Mismatch for key %s, system=%i, Python=%i'
189 % (_curses.keyname( key ), system, python) )
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
has_key.py 186 python = has_key(key) variable
187 if system != python:
188 L.append( 'Mismatch for key %s, system=%i, Python=%i'
189 % (_curses.keyname( key ), system, python) )
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 32 ('python=', None,
33 "path to Python interpreter to hard-code in the .spec file "
34 "(default: \"python\")"),
35 ('fix-python', None,
36 "hard-code the exact path to the current Python interpreter in "
144 self.python = None
196 if self.python is None:
198 self.python = sys.executable
200 self.python = "python"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 32 ('python=', None,
33 "path to Python interpreter to hard-code in the .spec file "
34 "(default: \"python\")"),
35 ('fix-python', None,
36 "hard-code the exact path to the current Python interpreter in "
144 self.python = None
196 if self.python is None:
198 self.python = sys.executable
200 self.python = "python"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
make_core_derived_sources.target.darwin-arm.mk 25 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python ../build/scripts/xxd.py V8ArrayBufferViewCustomScript_js ../bindings/v8/custom/V8ArrayBufferViewCustomScript.js "$(gyp_shared_intermediate_dir)/blink/V8ArrayBufferViewCustomScript.h"
35 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python ../build/scripts/xxd.py XMLViewer_css xml/XMLViewer.css "$(gyp_shared_intermediate_dir)/blink/XMLViewerCSS.h"
45 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python ../build/scripts/xxd.py XMLViewer_js xml/XMLViewer.js "$(gyp_shared_intermediate_dir)/blink/XMLViewerJS.h"
55 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python html/parser/create-html-entity-table -o "$(gyp_shared_intermediate_dir)/blink/HTMLEntityTable.cpp" html/parser/HTMLEntityNames.in
65 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python ../build/scripts/make_css_property_names.py css/CSSPropertyNames.in css/SVGCSSPropertyNames.in --output_dir "$(gyp_shared_intermediate_dir)/blink" --defines "\"ENABLE_CUSTOM_SCHEME_HANDLER=0\" \"ENABLE_SVG_FONTS=1\" \"ENABLE_GDI_FONTS_ON_WINDOWS=0\" \"ENABLE_HARFBUZZ_ON_WINDOWS=1\" \"WTF_USE_CONCATENATED_IMPULSE_RESPONSES=1\" \"ENABLE_FAST_MOBILE_SCROLLING=1\" \"ENABLE_INPUT_SPEECH=0\" \"ENABLE_LEGACY_NOTIFICATIONS=0\" \"ENABLE_MEDIA_CAPTURE=1\" \"ENABLE_ORIENTATION_EVENTS=1\" \"ENABLE_TOUCH_ICON_LOADING=1\" \"ENABLE_NAVIGATOR_CONTENT_UTILS=0\" \"ENABLE_OPENTYPE_VERTICAL=1\""
76 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python ../build/scripts/make_style_shorthands.py css/CSSShorthands.in --output_dir "$(gyp_shared_intermediate_dir)/blink"
87 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python ../build/scripts/make_style_builder.py css/CSSProperties.in --output_dir "$(gyp_shared_intermediate_dir)/blink"
110 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python ../build/scripts/make_element_factory.py html/HTMLTagNames.in html/HTMLAttributeNames.in --output_dir "$(gyp_shared_intermediate_dir)/blink"
125 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python ../build/scripts/make_element_factory.py svg/SVGTagNames.in svg/SVGAttributeNames.in --output_dir "$(gyp_shared_intermediate_dir)/blink"
140 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python ../build/scripts/make_event_factory.py "$(gyp_shared_intermediate_dir)/blink/EventInterfaces.in" e (…)
    [all...]
make_core_derived_sources.target.darwin-mips.mk 25 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python ../build/scripts/xxd.py V8ArrayBufferViewCustomScript_js ../bindings/v8/custom/V8ArrayBufferViewCustomScript.js "$(gyp_shared_intermediate_dir)/blink/V8ArrayBufferViewCustomScript.h"
35 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python ../build/scripts/xxd.py XMLViewer_css xml/XMLViewer.css "$(gyp_shared_intermediate_dir)/blink/XMLViewerCSS.h"
45 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python ../build/scripts/xxd.py XMLViewer_js xml/XMLViewer.js "$(gyp_shared_intermediate_dir)/blink/XMLViewerJS.h"
55 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python html/parser/create-html-entity-table -o "$(gyp_shared_intermediate_dir)/blink/HTMLEntityTable.cpp" html/parser/HTMLEntityNames.in
65 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python ../build/scripts/make_css_property_names.py css/CSSPropertyNames.in css/SVGCSSPropertyNames.in --output_dir "$(gyp_shared_intermediate_dir)/blink" --defines "\"ENABLE_CUSTOM_SCHEME_HANDLER=0\" \"ENABLE_SVG_FONTS=1\" \"ENABLE_GDI_FONTS_ON_WINDOWS=0\" \"ENABLE_HARFBUZZ_ON_WINDOWS=1\" \"WTF_USE_CONCATENATED_IMPULSE_RESPONSES=1\" \"ENABLE_FAST_MOBILE_SCROLLING=1\" \"ENABLE_INPUT_SPEECH=0\" \"ENABLE_LEGACY_NOTIFICATIONS=0\" \"ENABLE_MEDIA_CAPTURE=1\" \"ENABLE_ORIENTATION_EVENTS=1\" \"ENABLE_TOUCH_ICON_LOADING=1\" \"ENABLE_NAVIGATOR_CONTENT_UTILS=0\" \"ENABLE_OPENTYPE_VERTICAL=1\""
76 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python ../build/scripts/make_style_shorthands.py css/CSSShorthands.in --output_dir "$(gyp_shared_intermediate_dir)/blink"
87 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python ../build/scripts/make_style_builder.py css/CSSProperties.in --output_dir "$(gyp_shared_intermediate_dir)/blink"
110 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python ../build/scripts/make_element_factory.py html/HTMLTagNames.in html/HTMLAttributeNames.in --output_dir "$(gyp_shared_intermediate_dir)/blink"
125 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python ../build/scripts/make_element_factory.py svg/SVGTagNames.in svg/SVGAttributeNames.in --output_dir "$(gyp_shared_intermediate_dir)/blink"
140 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python ../build/scripts/make_event_factory.py "$(gyp_shared_intermediate_dir)/blink/EventInterfaces.in" e (…)
    [all...]

Completed in 1541 milliseconds

1 2 34 5 6 7 8 91011>>