Home
last modified time | relevance | path

Searched +full:- +full:- +full:build +full:- +full:options (Results 1 – 25 of 1256) sorted by relevance

12345678910>>...51

/external/cronet/stable/components/cronet/tools/
Dcr_cronet.py3 # Use of this source code is governed by a BSD-style license that can be
6 cr_cronet.py - cr - like helper tool for cronet developers
19 …ronet.tools.utils import run, run_shell, android_gn_gen, build # pylint: disable=wrong-import-pos…
23 cmd = ['build/android/adb_install_apk.py']
38 run(['adb', 'shell', 'rm', '-rf', remote_netlog_dir])
40 local_netlog_dir = out_dir + '/netlogs_for-' + datetime.now().strftime(
41 "%y_%m_%d-%H_%M_%S")
51 'build/android/adb_gdb', '--start', '--activity=.CronetTestActivity',
52 '--program-name=CronetTest', '--package-name=org.chromium.net'
57 return run_shell('adb logcat -d | CHROMIUM_OUTPUT_DIR=' +
[all …]
/external/cronet/tot/components/cronet/tools/
Dcr_cronet.py3 # Use of this source code is governed by a BSD-style license that can be
6 cr_cronet.py - cr - like helper tool for cronet developers
19 …ronet.tools.utils import run, run_shell, android_gn_gen, build # pylint: disable=wrong-import-pos…
23 cmd = ['build/android/adb_install_apk.py']
38 run(['adb', 'shell', 'rm', '-rf', remote_netlog_dir])
40 local_netlog_dir = out_dir + '/netlogs_for-' + datetime.now().strftime(
41 "%y_%m_%d-%H_%M_%S")
51 'build/android/adb_gdb', '--start', '--activity=.CronetTestActivity',
52 '--program-name=CronetTest', '--package-name=org.chromium.net'
57 return run_shell('adb logcat -d | CHROMIUM_OUTPUT_DIR=' +
[all …]
/external/toolchain-utils/
Dbuild_chromeos.py2 # -*- coding: utf-8 -*-
5 # Use of this source code is governed by a BSD-style license that can be
38 """Build ChromeOS."""
44 "--chromeos_root",
49 "--clobber_chroot",
56 "--clobber_board",
63 "--rebuild",
70 "--cflags",
76 "--cxxflags",
82 "--ldflags",
[all …]
Dbuild_tc.py2 # -*- coding: utf-8 -*-
4 # Use of this source code is governed by a BSD-style license that can be
7 """Script to build the ChromeOS toolchain.
50 self.tag = "%s-%s" % (name, self._ctarget)
55 "etc/portage/package.mask/cross-%s" % self._ctarget,
70 "usr/local/bin/emerge-%s" % self._board,
73 command = "setup_board --board=%s" % self._board
76 def Build(self): member in ToolchainPart
92 "var/tmp/portage/cross-%s" % self._ctarget,
93 "%s-9999" % self._name,
[all …]
/external/cpuinfo/
Dconfigure.py6 parser.add_argument("--log", dest="log_level",
8 parser.add_argument("--mock", dest="mock", action="store_true")
12 options = parser.parse_args(args)
13 build = confu.Build.from_options(options)
16 …EVEL": {"none": 0, "fatal": 1, "error": 2, "warning": 3, "info": 4, "debug": 5}[options.log_level],
17 "CLOG_LOG_TO_STDIO": int(not options.mock),
18 "CPUINFO_MOCK": int(options.mock),
20 if build.target.is_linux or build.target.is_android:
23 build.export_cpath("include", ["cpuinfo.h"])
25 …with build.options(source_dir="src", macros=macros, extra_include_dirs="src", deps=build.deps.clog…
[all …]
/external/angle/build/android/gyp/
Dcompile_resources.py4 # Use of this source code is governed by a BSD-style license that can be
36 import action_helpers # build_utils adds //build to sys.path.
42 # Android requires pngs for 9-patch images.
50 """Parses command line options.
53 An options object as from argparse.ArgumentParser.parse_args()
57 input_opts = parser.add_argument_group('Input options')
58 output_opts = parser.add_argument_group('Output options')
60 input_opts.add_argument('--include-resources',
66 '--dependencies-res-zips',
71 '--extra-res-packages',
[all …]
/external/cronet/stable/build/android/gyp/
Dcompile_resources.py4 # Use of this source code is governed by a BSD-style license that can be
36 import action_helpers # build_utils adds //build to sys.path.
42 # Android requires pngs for 9-patch images.
50 """Parses command line options.
53 An options object as from argparse.ArgumentParser.parse_args()
57 input_opts = parser.add_argument_group('Input options')
58 output_opts = parser.add_argument_group('Output options')
60 input_opts.add_argument('--include-resources',
66 '--dependencies-res-zips',
71 '--extra-res-packages',
[all …]
/external/cronet/tot/build/android/gyp/
Dcompile_resources.py4 # Use of this source code is governed by a BSD-style license that can be
36 import action_helpers # build_utils adds //build to sys.path.
42 # Android requires pngs for 9-patch images.
50 """Parses command line options.
53 An options object as from argparse.ArgumentParser.parse_args()
57 input_opts = parser.add_argument_group('Input options')
58 output_opts = parser.add_argument_group('Output options')
60 input_opts.add_argument('--include-resources',
66 '--dependencies-res-zips',
71 '--extra-res-packages',
[all …]
/external/cronet/tot/build/util/
Dversion.py3 # Use of this source code is governed by a BSD-style license that can be
7 version.py -- Chromium version string substitution utility.
129 """Build argparse parser, with added arguments."""
131 parser.add_argument('-f', '--file', action='append', default=[],
133 parser.add_argument('-i', '--input', default=None,
135 parser.add_argument('-o', '--output', default=None,
137 parser.add_argument('-t', '--template', default=None,
139 parser.add_argument('-x',
140 '--executable',
145 '-e',
[all …]
/external/cronet/stable/build/util/
Dversion.py3 # Use of this source code is governed by a BSD-style license that can be
7 version.py -- Chromium version string substitution utility.
129 """Build argparse parser, with added arguments."""
131 parser.add_argument('-f', '--file', action='append', default=[],
133 parser.add_argument('-i', '--input', default=None,
135 parser.add_argument('-o', '--output', default=None,
137 parser.add_argument('-t', '--template', default=None,
139 parser.add_argument('-x',
140 '--executable',
145 '-e',
[all …]
/external/toolchain-utils/binary_search_tool/cros_pkg/
Dcreate_cleanup_script.py2 # -*- coding: utf-8 -*-
4 # Use of this source code is governed by a BSD-style license that can be
31 undone, namely it creates a soft link making /build/${board} point
32 to /build/${board}.work. To do this, it had to see if
33 /build/${board} already existed, and if so, whether it was a real
36 a real tree, it renamed the tree to /build/${board}.save, and then
37 created the new soft link. If the /build/${board} did not
46 "--board",
53 "--old_tree_missing",
56 help="Did /build/${BOARD} exist.",
[all …]
/external/tensorflow/
D.bazelrc2 # This file tries to group and simplify build options for TensorFlow
4 # ----CONFIG OPTIONS----
5 # Android options:
12 # iOS options:
20 # Macosx options
23 # Compiler options:
25 # avx_linux: Build with avx instruction set on linux.
26 # avx2_linux: Build with avx2 instruction set on linux.
27 # native_arch_linux: Build with instruction sets available to the host machine on linux
28 # avx_win: Build with avx instruction set on windows
[all …]
/external/angle/build/util/
Dversion.py3 # Use of this source code is governed by a BSD-style license that can be
7 version.py -- Chromium version string substitution utility.
129 """Build argparse parser, with added arguments."""
131 parser.add_argument('-f', '--file', action='append', default=[],
133 parser.add_argument('-i', '--input', default=None,
135 parser.add_argument('-o', '--output', default=None,
137 parser.add_argument('-t', '--template', default=None,
139 parser.add_argument('-x',
140 '--executable',
145 '-e',
[all …]
/external/llvm/utils/
Dllvm-compilers-check2 ##===- utils/llvmbuild - Build the LLVM project ----------------*-python-*-===##
9 ##===----------------------------------------------------------------------===##
12 # will build LLVM, Clang and dragonegg as well as run tests on them.
40 # a successful build and test run. A successful build is one in which
44 # A build may be invoked as such:
46 # llvmbuild --src=~/llvm/commit --src=~/llvm/staging --src=~/llvm/official
47 # --build=debug --build=release --build=paranoid
48 # --prefix=/home/greened/install --builddir=/home/greened/build
50 # This will build the LLVM ecosystem, including LLVM, Clangand
51 # dragonegg, putting build results in ~/build and installing tools in
[all …]
/external/libchrome/build/
Dlandmines.py3 # Use of this source code is governed by a BSD-style license that can be
7 This script runs every build as the first hook (See DEPS). If it detects that
8 the build should be clobbered, it will delete the contents of the build
12 diff between the new landmines and the old ones is non-null. At this point, the
13 build is clobbered.
41 Returns output directory absolute path dependent on build and targets.
43 r'c:\b\build\slave\win\build\src\out'
44 '/mnt/data/b/build/slave/linux/build/src/out'
45 '/b/build/slave/ios_rel_device/build/src/out'
47 Keep this function in sync with tools/build/scripts/slave/compile.py
[all …]
/external/sdv/vsomeip/third_party/boost/process/test/
DJamfile.jam27 <target-os>windows:<define>WIN32_LEAN_AND_MEAN
28 <target-os>linux:<linkflags>-lpthread
45 lib multi_ref : multi_ref1.cpp multi_ref2.cpp system : <target-os>windows:<source>shell32 ;
48 <warnings>off <target-os>windows:<source>shell32 <target-os>windows:<source>Ntdll
52 <warnings>off <target-os>windows:<source>shell32
55 …cher.cpp program_options iostreams system filesystem : <warnings>off <target-os>windows:<source>sh…
57 rule test-options ( name )
59 if "--boost-process-report-ci" in [ modules.peek : ARGV ]
61 …eturn --log_sink=log_$(name).xml --log_format=XML --log_level=error --report_sink=report_$(name).x…
65 return --log_level=error --report_level=detailed -- ;
[all …]
/external/cronet/tot/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
DFieldMaskTreeTest.java1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
64 // Redundant sub-path. in testAddFieldPath()
67 // New branch from a non-root node. in testAddFieldPath()
70 // A path that matches several existing sub-paths. in testAddFieldPath()
93 // Non-exist sub-path of an existing leaf. in testRemoveFieldPath()
98 // Non-exist path. in testRemoveFieldPath()
103 // Match an existing leaf node -> remove leaf node. in testRemoveFieldPath()
108 // Match sub-path of an existing leaf node -> recursive removal. in testRemoveFieldPath()
113 // Match a non-leaf node -> remove all children. in testRemoveFieldPath()
[all …]
/external/cronet/stable/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
DFieldMaskTreeTest.java1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
64 // Redundant sub-path. in testAddFieldPath()
67 // New branch from a non-root node. in testAddFieldPath()
70 // A path that matches several existing sub-paths. in testAddFieldPath()
93 // Non-exist sub-path of an existing leaf. in testRemoveFieldPath()
98 // Non-exist path. in testRemoveFieldPath()
103 // Match an existing leaf node -> remove leaf node. in testRemoveFieldPath()
108 // Match sub-path of an existing leaf node -> recursive removal. in testRemoveFieldPath()
113 // Match a non-leaf node -> remove all children. in testRemoveFieldPath()
[all …]
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
DFieldMaskTreeTest.java1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
64 // Redundant sub-path. in testAddFieldPath()
67 // New branch from a non-root node. in testAddFieldPath()
70 // A path that matches several existing sub-paths. in testAddFieldPath()
93 // Non-exist sub-path of an existing leaf. in testRemoveFieldPath()
98 // Non-exist path. in testRemoveFieldPath()
103 // Match an existing leaf node -> remove leaf node. in testRemoveFieldPath()
108 // Match sub-path of an existing leaf node -> recursive removal. in testRemoveFieldPath()
113 // Match a non-leaf node -> remove all children. in testRemoveFieldPath()
[all …]
/external/cronet/tot/components/cronet/android/test/javatests/src/org/chromium/net/impl/
DAndroidHttpEngineBuilderWrapperTest.java2 // Use of this source code is governed by a BSD-style license that can be
19 import android.os.Build;
55 assume().that(Build.VERSION.SDK_INT).isAtLeast(Build.VERSION_CODES.UPSIDE_DOWN_CAKE); in setUp()
58 // These options have a 1:1 mapping from the jsonOption to the ConnectionMigrationOption. So
64 ExperimentalOptions options = in testParseConnectionMigrationOptions_returnsCorrectValues() local
70 parseConnectionMigrationOptions(options); in testParseConnectionMigrationOptions_returnsCorrectValues()
80 // -----------------------------
84 // that both options are populated and being translated back to json correctly.
97 httpEngineBuilder.build(); in testSetExperimentalOption_connectionMigrationOptions_justEarlyMigration()
118 httpEngineBuilder.build(); in testSetExperimentalOption_connectionMigrationOptions_bothPortAndEarlyMigrationTrue()
[all …]
/external/cronet/stable/components/cronet/android/test/javatests/src/org/chromium/net/impl/
DAndroidHttpEngineBuilderWrapperTest.java2 // Use of this source code is governed by a BSD-style license that can be
19 import android.os.Build;
55 assume().that(Build.VERSION.SDK_INT).isAtLeast(Build.VERSION_CODES.UPSIDE_DOWN_CAKE); in setUp()
58 // These options have a 1:1 mapping from the jsonOption to the ConnectionMigrationOption. So
64 ExperimentalOptions options = in testParseConnectionMigrationOptions_returnsCorrectValues() local
70 parseConnectionMigrationOptions(options); in testParseConnectionMigrationOptions_returnsCorrectValues()
80 // -----------------------------
84 // that both options are populated and being translated back to json correctly.
97 httpEngineBuilder.build(); in testSetExperimentalOption_connectionMigrationOptions_justEarlyMigration()
118 httpEngineBuilder.build(); in testSetExperimentalOption_connectionMigrationOptions_bothPortAndEarlyMigrationTrue()
[all …]
/external/tensorflow/tensorflow/python/distribute/
Dinput_util.py7 # http://www.apache.org/licenses/LICENSE-2.0
27 options=None, argument
28 build=True): argument
41 strategy: a `tf.distribute.Strategy` object, used to run all-reduce to
48 graph multi-worker cases where there is only one `input_worker`. In these
51 options: Default is None. `tf.distribute.InputOptions` used to control
52 options on how this dataset is distributed.
53 build: whether to build underlying datasets when a DistributedDataset is
66 build=build,
67 options=options)
[all …]
/external/cronet/android/tests/cts/src/android/net/http/cts/
DDnsOptionsTest.kt8 * http://www.apache.org/licenses/LICENSE-2.0
22 import android.os.Build
33 @DevSdkIgnoreRule.IgnoreUpTo(Build.VERSION_CODES.R)
38 val options = DnsOptions.Builder().build() in testDnsOptions_defaultValues() constant
40 assertEquals(DNS_OPTION_UNSPECIFIED, options.persistHostCache) in testDnsOptions_defaultValues()
41 assertNull(options.persistHostCachePeriod) in testDnsOptions_defaultValues()
42 assertEquals(DNS_OPTION_UNSPECIFIED, options.staleDns) in testDnsOptions_defaultValues()
43 assertNull(options.staleDnsOptions) in testDnsOptions_defaultValues()
44 assertEquals(DNS_OPTION_UNSPECIFIED, options.useHttpStackDnsResolver) in testDnsOptions_defaultValues()
46 options.preestablishConnectionsToStaleDnsResults) in testDnsOptions_defaultValues()
[all …]
/external/openthread/script/
Dtest33 set -euo pipefail
35 OT_BUILDDIR="${OT_BUILDDIR:-${PWD}/build}"
53 OT_NODE_TYPE="${OT_NODE_TYPE:-cli}"
56 OT_NATIVE_IP="${OT_NATIVE_IP:-0}"
59 THREAD_VERSION="${THREAD_VERSION:-1.4}"
62 INTER_OP="${INTER_OP:-0}"
65 VERBOSE="${VERBOSE:-0}"
68 BORDER_ROUTING="${BORDER_ROUTING:-1}"
71 NAT64="${NAT64:-0}"
74 NAT64_SERVICE="${NAT64_SERVICE:-openthread}"
[all …]
/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/
Dconfigure.py6 # This source code is licensed under the BSD-style license found in the
17 options = parser.parse_args(args)
18 build = confu.Build.from_options(options)
20 build.export_cpath("include", ["q8gemm.h"])
22 with build.options(
25 build.deps.cpuinfo,
26 build.deps.clog,
27 build.deps.psimd,
28 build.deps.fxdiv,
29 build.deps.pthreadpool,
[all …]

12345678910>>...51