Home
last modified time | relevance | path

Searched full:build_command (Results 1 – 25 of 100) sorted by relevance

1234

/aosp_15_r20/build/make/tools/releasetools/
H A Dbuild_image.py283 build_command = []
294 build_command = [prop_dict["ext_mkuserimg"]]
296 build_command.append(prop_dict["extfs_sparse_flag"])
298 build_command.extend([in_dir, out_file, fs_type,
300 build_command.append(prop_dict["image_size"])
302 build_command.extend(["-j", prop_dict["journal_size"]])
304 build_command.extend(["-T", str(prop_dict["timestamp"])])
306 build_command.extend(["-C", fs_config])
308 build_command.extend(["-D", target_out])
310 build_command.extend(["-B", prop_dict["block_list"]])
[all …]
/aosp_15_r20/art/test/testrunner/
H A Drun_build_test_target.py88 build_command = target.get('build').format( variable
91 sys.stdout.write(str(build_command) + '\n')
93 if subprocess.call(build_command.split()):
98 build_command = 'build/soong/soong_ui.bash --make-mode' variable
99 build_command += ' D8='
100 build_command += ' -j' + str(n_threads)
101 build_command += ' ' + target.get('make')
103 build_command += ' dist'
104 sys.stdout.write(str(build_command) + '\n')
106 if subprocess.call(build_command.split()):
H A Dtestrunner.py1224 build_command = env.ANDROID_BUILD_TOP + '/build/soong/soong_ui.bash --make-mode'
1225 build_command += ' D8='
1227 build_command += ' dist'
1228 build_command += ' ' + ' '.join(build_targets)
1229 print_text('Build command: %s\n' % build_command)
1230 if subprocess.call(build_command.split()):
/aosp_15_r20/tools/treble/build/sandbox/
H A Dbuild_android_target.sh21 readonly BUILD_COMMAND="$@"
33 if [[ -z "${BUILD_COMMAND}" ]]; then
43 BUILD_COMMAND_ARRAY=($BUILD_COMMAND)
66 echo "build_android_target.sh: $BUILD_COMMAND"
67 eval $BUILD_COMMAND
/aosp_15_r20/external/armnn/samples/ObjectDetection/cmake/
H A Dunit_tests.cmake15BUILD_COMMAND ${CMAKE_COMMAND} -E copy <DOWNLOAD_DIR>/basketball1.png ${CMAKE_CURRENT_SOURCE_DIR}/…
23BUILD_COMMAND ${CMAKE_COMMAND} -E copy <DOWNLOAD_DIR>/messi5.jpg ${CMAKE_CURRENT_SOURCE_DIR}/test/…
31BUILD_COMMAND ${CMAKE_COMMAND} -E copy <DOWNLOAD_DIR>/Megamind.avi ${CMAKE_CURRENT_SOURCE_DIR}/tes…
39BUILD_COMMAND ${CMAKE_COMMAND} -E copy <DOWNLOAD_DIR>/ssd_mobilenet_v1.tflite ${CMAKE_CURRENT_SOUR…
47BUILD_COMMAND ${CMAKE_COMMAND} -E copy <DOWNLOAD_DIR>/yolo_v3_tiny_darknet_fp32.tflite ${CMAKE_CUR…
/aosp_15_r20/art/
H A Dtest.py66 build_command = ANDROID_BUILD_TOP + '/build/soong/soong_ui.bash --make-mode' variable
67 build_command += ' -j' + str(options.n_threads)
68 build_command += ' ' + build_target
69 print(build_command)
70 if subprocess.call(build_command.split(), cwd=ANDROID_BUILD_TOP):
/aosp_15_r20/external/toolchain-utils/bestflags/
H A Dtask.py55 BUILD_COMMAND = None variable in Task
62 def InitLogCommand(build_command, test_command, log_directory): argument
66 compile and test methods by passing different build_command and
70 build_command: The command that will be used in the build stage to compile
77 Task.BUILD_COMMAND = build_command
263 Task.BUILD_COMMAND,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/share/man/man1/
Dscan-build.132 .Ar build_command
41 .Ar build_command
75 .Ar build_command .
96 .Ar build_command .
146 .Ar build_command
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/share/man/man1/
Dscan-build.132 .Ar build_command
41 .Ar build_command
75 .Ar build_command .
96 .Ar build_command .
146 .Ar build_command
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/share/man/man1/
Dscan-build.132 .Ar build_command
41 .Ar build_command
75 .Ar build_command .
96 .Ar build_command .
146 .Ar build_command
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/tools/scan-build/man/
Dscan-build.131 .Ar build_command
40 .Ar build_command
74 .Ar build_command .
95 .Ar build_command .
145 .Ar build_command
/aosp_15_r20/external/clang/tools/scan-build/man/
H A Dscan-build.131 .Ar build_command
40 .Ar build_command
74 .Ar build_command .
95 .Ar build_command .
145 .Ar build_command
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/share/man/man1/
Dscan-build.132 .Ar build_command
41 .Ar build_command
75 .Ar build_command .
96 .Ar build_command .
146 .Ar build_command
/aosp_15_r20/build/make/ci/
H A Dbuild_test_suites.py300 build_command = []
301 build_command.append(get_top().joinpath(SOONG_UI_EXE_REL_PATH))
302 build_command.append('--make-mode')
303 build_command.extend(build_plan.build_targets)
306 run_command(build_command)
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/command/
Dbuild_command.rst1 build_command title
9 build_command(<variable>
36 build_command(<cachevariable> <makecommand>)
/aosp_15_r20/external/igt-gpu-tools/tools/
H A Dintel_aubdump.in36 function build_command () {
69 build_command "$2"
74 build_command "${1##--command=}"
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_debuginfo.py48 self.build_command()
84 def build_command(self): member in TestDebuglink
109 def build_command(self): member in TestBuildid
/aosp_15_r20/external/armnn/samples/common/cmake/
H A Dfind_opencv.cmake76 BUILD_COMMAND $(MAKE)
104 BUILD_COMMAND $(MAKE) VERBOSE=1
185 BUILD_COMMAND $(MAKE)
/aosp_15_r20/external/google-benchmark/cmake/
H A DGoogleTest.cmake.in28 BUILD_COMMAND ""
48 BUILD_COMMAND ""
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/cmake/
H A DGoogleTest.cmake.in28 BUILD_COMMAND ""
48 BUILD_COMMAND ""
/aosp_15_r20/external/skia/infra/bots/assets/mockery/
H A Dcreate.py56 build_command = ["go", "build", "-ldflags=\"%s\"" % ldflags]
57 print("Building with command:", build_command)
/aosp_15_r20/external/pigweed/pw_build/py/
H A Dbuild_recipe_test.py138 build_command,
142 self.assertEqual(expected_args, build_command.get_args())
/aosp_15_r20/tools/asuite/atest/integration_tests/
H A Datest_integration_test.py502 build_command = 'build/soong/soong_ui.bash'
506 if arg == build_command:
507 result_args.append(f'./{build_command}')
/aosp_15_r20/external/executorch/examples/apple/coreml/scripts/
H A Dinspector_utils.py68 build_command: str = (
72 f'bash -c "{build_command}"', shell=True, check=True
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/test/
H A Dgrammar.rb174 command = build_command( options )
246 def build_command( options ) method in ANTLR3.Test.Grammar

1234