Searched +full:- +full:- +full:pylib (Results 1 – 25 of 55) sorted by relevance
123
/external/autotest/server/site_tests/native_Benchmarks/ |
D | v8.tar.bz2 |
|
/external/libchrome/libchrome_tools/patch/ |
D | mojo.patch | 3 --- 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/ |
D | PRESUBMIT.py | 2 # 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/ |
D | PRESUBMIT.py | 2 # 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/ |
D | mojom.gni | 2 # 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 …]
|
D | gen_data_files_list.py | 2 # 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/ |
D | generator_unittest.py | 2 # 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"))
|
D | module_unittest.py | 2 # 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.
|
D | pack_unittest.py | 2 # 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,
|
D | data_unittest.py | 2 # 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/ |
D | apk_test.gypi | 3 # 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/ |
D | fileutil_unittest.py | 2 # 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/ |
D | translate_unittest.py | 2 # 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"))
|
D | conditional_features_unittest.py | 2 # 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'))
|
D | ast_unittest.py | 2 # 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"))
|
D | lexer_unittest.py | 2 # 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/ |
D | build_utils.py | 2 # 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/ |
D | Makefile.pylibfdt | 11 $(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__.py | 7 # 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/ |
D | generate_compdb.py | 3 # 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__.py | 2 # 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/ |
D | test.py | 3 # 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/ |
D | unittest.cfg | 17 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/ |
D | run_bindings_generator.py | 2 # 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/ |
D | test.py | 3 # 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