Home
last modified time | relevance | path

Searched +full:- +full:- +full:pylib (Results 1 – 25 of 55) sorted by relevance

123

/external/autotest/server/site_tests/native_Benchmarks/
Dv8.tar.bz2
/external/libchrome/libchrome_tools/patch/
Dmojo.patch3 --- a/base/android/jni_android.cc
5 @@ -253,7 +253,11 @@ void CheckException(JNIEnv* env) {
9 - LOG(FATAL) << "Please include Java exception stack in crash report";
18 --- a/build/android/gyp/util/build_utils.py
20 @@ -25,8 +25,16 @@ import zipfile
22 import md5_check # pylint: disable=relative-import
24 -sys.path.append(os.path.join(os.path.dirname(__file__),
25 - os.pardir, os.pardir, os.pardir))
26 +# pylib conflicts with mojo/public/tools/bindings/pylib. Prioritize
27 +# build/android/pylib.
[all …]
/external/libchrome/mojo/
DPRESUBMIT.py2 # Use of this source code is governed by a BSD-style license that can be
7 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
21 input_api.PresubmitLocalPath(), "public", "tools", "bindings", "pylib")
28 (r".*\bpublic[\\\/]tools[\\\/]bindings[\\\/]pylib[\\\/]mojom[\\\/]"
32 r".*\btools[\\\/]pylib[\\\/]transitive_hash\.py$",
/external/chromium-trace/catapult/devil/
DPRESUBMIT.py2 # Use of this source code is governed by a BSD-style license that can be
7 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for
51 r'(from pylib.* import)|(import pylib)')
62 'pylib modules should not be imported from devil modules.',
/external/libchrome/mojo/public/tools/bindings/
Dmojom.gni2 # Use of this source code is governed by a BSD-style license that can be
9 # consistent across toolchains and which is affected by branded vs non-branded
31 # non-Chrome OS desktop platforms. Set to |false| to disable message ID
60 "$mojom_generator_root/pylib/mojom/__init__.py",
61 "$mojom_generator_root/pylib/mojom/error.py",
62 "$mojom_generator_root/pylib/mojom/generate/__init__.py",
63 "$mojom_generator_root/pylib/mojom/generate/constant_resolver.py",
64 "$mojom_generator_root/pylib/mojom/generate/generator.py",
65 "$mojom_generator_root/pylib/mojom/generate/module.py",
66 "$mojom_generator_root/pylib/mojom/generate/pack.py",
[all …]
Dgen_data_files_list.py2 # Use of this source code is governed by a BSD-style license that can be
9 There is also an option to pass in '-p' or '--pattern'
23 "pylib"))
30 parser.add_option('-d', '--directory', help='Read files from DIRECTORY')
31 parser.add_option('-o', '--output', help='Write list to FILE')
32 parser.add_option('-p',
33 '--pattern',
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/generate/
Dgenerator_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
23 sys.path.append(os.path.join(_GetDirAbove("pylib"), "pylib"))
Dmodule_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
23 sys.path.append(os.path.join(_GetDirAbove("pylib"), "pylib"))
30 """Tests that a non-interface cannot be used for interface requests."""
40 """Tests that a non-interface type cannot be used for associated interfaces.
Dpack_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
25 sys.path.append(os.path.join(_GetDirAbove("pylib"), "pylib"))
120 """Tests that interfaces are aligned on 4-byte boundaries, although the size
129 """Tests that associated interfaces are aligned on 4-byte boundaries,
Ddata_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
23 sys.path.append(os.path.join(_GetDirAbove("pylib"), "pylib"))
131 """Tests that a non-interface cannot be used for interface requests."""
144 """Tests that a non-interface type cannot be used for associated
/external/webrtc/webrtc/build/
Dapk_test.gypi3 # Use of this source code is governed by a BSD-style license
16 '<(DEPTH)/build/android/pylib/device/commands/commands.gyp:chromium_commands',
17 '<(DEPTH)/build/android/pylib/remote/device/dummy/dummy.gyp:remote_device_dummy_apk',
29 'final_apk_path': '<(intermediate_dir)/<(test_suite_name)-debug.apk',
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/
Dfileutil_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
25 sys.path.append(os.path.join(_GetDirAbove("pylib"), "pylib"))
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/parse/
Dtranslate_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
23 sys.path.append(os.path.join(_GetDirAbove("pylib"), "pylib"))
Dconditional_features_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
25 sys.path.append(os.path.join(_GetDirAbove('pylib'), 'pylib'))
Dast_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
23 sys.path.append(os.path.join(_GetDirAbove("pylib"), "pylib"))
Dlexer_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
26 sys.path.append(os.path.join(_GetDirAbove("pylib"), "pylib"))
30 # This (monkey-patching LexToken to make comparison value-based) is evil, but
40 """Makes a LexToken with the given parameters. (Note that lineno is 1-based,
41 but lexpos is 0-based.)"""
136 self.assertEquals(self._SingleTokenForInput("-"),
137 _MakeLexToken("MINUS", "-"))
/external/libchrome/build/android/gyp/util/
Dbuild_utils.py2 # Use of this source code is governed by a BSD-style license that can be
22 # Any new non-system import must be added to:
26 import md5_check # pylint: disable=relative-import
28 # pylib conflicts with mojo/public/tools/bindings/pylib. Prioritize
29 # build/android/pylib.
40 # Definition copied from pylib/constants/__init__.py to avoid adding
41 # a dependency on pylib.
95 """Converts a command-line parameter into a list.
97 If the input starts with a '[' it is assumed to be a GN-formatted list and
100 GN-formatted in that it's not assumed to have literal quotes that must be
[all …]
/external/dtc/pylibfdt/
DMakefile.pylibfdt11 $(PYLIBFDT_objdir)/setup.py --quiet $(2)
16 $(call run_setup, $^, build_ext --inplace)
20 $(VECHO) INSTALL-PYLIB; \
22 install $(if $(SETUP_PREFIX),--prefix=$(SETUP_PREFIX)))
/external/tensorflow/tensorflow/contrib/remote_fused_graph/pylib/
D__init__.py7 # http://www.apache.org/licenses/LICENSE-2.0
25 # pylint: disable=unused-import,wildcard-import, line-too-long
26 from tensorflow.contrib.remote_fused_graph.pylib.python.ops.remote_fused_graph_ops import *
27 # pylint: enable=unused-import,wildcard-import,line-too-long
/external/v8/tools/clang/scripts/
Dgenerate_compdb.py3 # Use of this source code is governed by a BSD-style license that can be
7 Helper for generating compile DBs for clang tooling. On non-Windows platforms,
9 integrate the content of response files, force clang tooling to run in clang-cl
19 tool_dir = os.path.abspath(os.path.join(script_dir, '../pylib'))
28 '-p',
36 '-o',
/external/libchrome/build/android/pylib/constants/
D__init__.py2 # Use of this source code is governed by a BSD-style license that can be
40 'castshell-command-line',
45 'android-webview-command-line',
50 'chrome-native-tests-command-line',
56 'chrome-native-tests-command-line',
61 'chrome-native-tests-command-line',
73 # will find a free port from 8001 - 8999.
103 'build-tools', ANDROID_SDK_BUILD_TOOLS_VERSION)
113 UPSTREAM_FLAKINESS_SERVER = 'test-results.appspot.com'
135 'pylib.results.json_results_test',
[all …]
/external/v8/tools/clang/plugins/tests/
Dtest.py3 # Use of this source code is governed by a BSD-style license that can be
12 tool_dir = os.path.abspath(os.path.join(script_dir, '../../pylib'))
24 '-fsyntax-only',
26 '-isystem', os.path.join(os.getcwd(), 'system'),
27 '-Wno-inconsistent-missing-override',
34 '--reset-results',
47 'find-bad-constructs',
/external/python/mock/
Dunittest.cfg17 excluded-plugins =
32 always-on = False
33 full-path = True
36 always-on = False
37 errors-only = True
40 always-on = False
42 report-html = False
43 # only used if report-html is false
46 html-directory =
48 text-file =
[all …]
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/support/
Drun_bindings_generator.py2 # Use of this source code is governed by a BSD-style license that can be
23 # We're in src/mojo/public/tools/bindings/pylib/mojom_tests/support;
29 "-o", os.path.join(out_dir, mojom_reldir)]
/external/v8/tools/clang/blink_gc_plugin/tests/
Dtest.py3 # Use of this source code is governed by a BSD-style license that can be
12 tool_dir = os.path.abspath(os.path.join(script_dir, '../../pylib'))
22 clang_cmd.append('-Wno-inaccessible-base')
30 ['python', '../process-graph.py', '-c',
48 '--reset-results',
61 'blink-gc-plugin',

123