Home
last modified time | relevance | path

Searched full:_build (Results 1 – 25 of 271) sorted by relevance

1234567891011

/external/python/pyserial/documentation/
DMakefile12 ALLSPHINXOPTS = -d _build/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
30 -rm -rf _build/*
33 $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) _build/html
35 @echo "Build finished. The HTML pages are in _build/html."
38 $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) _build/dirhtml
40 @echo "Build finished. The HTML pages are in _build/dirhtml."
43 $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) _build/pickle
48 $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) _build/json
53 $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) _build/htmlhelp
56 ".hhp project file in _build/htmlhelp."
[all …]
/external/llvm/cmake/modules/
DCrossCompile.cmake3 if(NOT DEFINED LLVM_${target_name}_BUILD)
4 set(LLVM_${target_name}_BUILD "${CMAKE_BINARY_DIR}/${target_name}")
5 set(LLVM_${target_name}_BUILD ${LLVM_${target_name}_BUILD} PARENT_SCOPE)
6 message(STATUS "Setting native build dir to " ${LLVM_${target_name}_BUILD})
7 endif(NOT DEFINED LLVM_${target_name}_BUILD)
15 add_custom_command(OUTPUT ${LLVM_${target_name}_BUILD}
16 COMMAND ${CMAKE_COMMAND} -E make_directory ${LLVM_${target_name}_BUILD}
17 COMMENT "Creating ${LLVM_${target_name}_BUILD}...")
19 add_custom_command(OUTPUT ${LLVM_${target_name}_BUILD}/CMakeCache.txt
23 WORKING_DIRECTORY ${LLVM_${target_name}_BUILD}
[all …]
/external/autotest/server/cros/dynamic_suite/
Dcontrol_file_getter_unittest.py25 _BUILD = 'fake/build' variable in DevServerGetterTest
36 self.getter = control_file_getter.DevServerGetter(self._BUILD,
41 self.dev_server.resolve.assert_called_with(self._BUILD,
50 self.dev_server.list_control_files.assert_called_with(self._BUILD,
60 self.dev_server.list_control_files.assert_called_with(self._BUILD,
69 self.dev_server.get_control_file.assert_called_with(self._BUILD, path)
83 self.dev_server.list_suite_controls.assert_called_with(self._BUILD,
94 self.dev_server.list_suite_controls.assert_called_with(self._BUILD,
105 self.dev_server.get_control_file.assert_called_with(self._BUILD, path)
118 self.dev_server.get_control_file.assert_called_with(self._BUILD, path)
[all …]
Dcontrol_file_getter.py273 self._build = build
291 Get a listing of all the control files for |self._build| on
302 return self._dev_server.list_control_files(self._build,
312 Get the contents of the control file at |test_path| for |self._build| on
319 return self._dev_server.get_control_file(self._build, test_path)
329 Get a dict of contents of all the control files for |self._build| on
338 return self._dev_server.list_suite_controls(self._build,
349 |self._build| on |self._dev_server|.
/external/cronet/third_party/google_benchmark/src/.github/workflows/
Dbuild-and-test.yml31 run: cmake -E make_directory ${{ runner.workspace }}/_build
40 working-directory: ${{ runner.workspace }}/_build
53 working-directory: ${{ runner.workspace }}/_build
58 working-directory: ${{ runner.workspace }}/_build
96 cmake -S . -B _build/
103 run: cmake --build _build/ --config ${{ matrix.build_type }}
108 …echo "$((Get-Item .).FullName)/_build/bin/${{ matrix.build_type }}" | Out-File -FilePath $env:GITH…
109 …echo "$((Get-Item .).FullName)/_build/src/${{ matrix.build_type }}" | Out-File -FilePath $env:GITH…
112 run: ctest --test-dir _build/ -C ${{ matrix.build_type }} -VV
Dbuild-and-test-perfcounters.yml28 run: cmake -E make_directory ${{ runner.workspace }}/_build
32 working-directory: ${{ runner.workspace }}/_build
41 working-directory: ${{ runner.workspace }}/_build
49 # working-directory: ${{ runner.workspace }}/_build
Dclang-tidy.yml20 run: cmake -E make_directory ${{ runner.workspace }}/_build
24 working-directory: ${{ runner.workspace }}/_build
37 working-directory: ${{ runner.workspace }}/_build
Dbuild-and-test-min-cmake.yml26 run: cmake -E make_directory ${{ runner.workspace }}/_build
35 working-directory: ${{ runner.workspace }}/_build
45 working-directory: ${{ runner.workspace }}/_build
Dsanitizer.yml81 run: cmake -E make_directory ${{ runner.workspace }}/_build
85 working-directory: ${{ runner.workspace }}/_build
100 working-directory: ${{ runner.workspace }}/_build
105 working-directory: ${{ runner.workspace }}/_build
/external/google-benchmark/.github/workflows/
Dbuild-and-test.yml31 run: cmake -E make_directory ${{ runner.workspace }}/_build
40 working-directory: ${{ runner.workspace }}/_build
53 working-directory: ${{ runner.workspace }}/_build
58 working-directory: ${{ runner.workspace }}/_build
96 cmake -S . -B _build/
103 run: cmake --build _build/ --config ${{ matrix.build_type }}
106 run: ctest --test-dir _build/ -C ${{ matrix.build_type }} -VV
152 cmake -S . -B _build/
158 run: cmake --build _build/ --config ${{ matrix.build_type }}
161 run: ctest --test-dir _build/ -C ${{ matrix.build_type }} -VV
Dbuild-and-test-perfcounters.yml28 run: cmake -E make_directory ${{ runner.workspace }}/_build
32 working-directory: ${{ runner.workspace }}/_build
41 working-directory: ${{ runner.workspace }}/_build
49 # working-directory: ${{ runner.workspace }}/_build
Dclang-tidy.yml20 run: cmake -E make_directory ${{ runner.workspace }}/_build
24 working-directory: ${{ runner.workspace }}/_build
37 working-directory: ${{ runner.workspace }}/_build
Dsanitizer.yml71 run: cmake -E make_directory ${{ runner.workspace }}/_build
75 working-directory: ${{ runner.workspace }}/_build
90 working-directory: ${{ runner.workspace }}/_build
95 working-directory: ${{ runner.workspace }}/_build
Dbuild-and-test-min-cmake.yml26 run: cmake -E make_directory ${{ runner.workspace }}/_build
35 working-directory: ${{ runner.workspace }}/_build
45 working-directory: ${{ runner.workspace }}/_build
/external/flatbuffers/.github/workflows/
Dbuild.yml171 …run: cmake -G "Xcode" -DCMAKE_BUILD_TYPE=Release -DFLATBUFFERS_FLATC_EXECUTABLE=_build/Release/fla…
173 …# NOTE: we need this _build dir to not have xcodebuild's default ./build dir clash with the BUILD …
174 … run: xcodebuild -toolchain clang -configuration Release -target flattests SYMROOT=$(PWD)/_build
177 info=$(file _build/Release/flatc)
181 run: _build/Release/flattests
184 chmod +x _build/Release/flatc
185 ./_build/Release/flatc --version
187 run: python3 tests/flatc/main.py --flatc ./_build/Release/flatc
192 path: _build/Release/flatc
196 run: mv _build/Release/flatc . && zip MacIntel.flatc.binary.zip flatc
[all …]
/external/armnn/build-tool/scripts/
Dcommon.sh45 FLATBUFFERS_BUILD_TARGET="$FLATBUFFERS_BUILD_ROOT"/"$TARGET_ARCH"_build
46 FLATBUFFERS_BUILD_HOST="$FLATBUFFERS_BUILD_ROOT"/"$HOST_ARCH"_build # Location of flatc compiler
57 TFLITE_BUILD_TARGET="$TFLITE_BUILD_ROOT"/"$TARGET_ARCH"_build
63 PROTOBUF_BUILD_HOST="$PROTOBUF_BUILD_ROOT"/"$HOST_ARCH"_build
65 PROTOBUF_BUILD_TARGET="$PROTOBUF_BUILD_ROOT"/"$TARGET_ARCH"_build
71 ONNX_BUILD_TARGET="$BUILD_DIR"/onnx/"$TARGET_ARCH"_build
/external/mesa3d/.gitlab-ci/container/
Dbuild-wayland.sh12 meson setup -Ddocumentation=false -Ddtd_validation=false -Dlibraries=true _build $EXTRA_MESON_ARGS
13 meson install -C _build
20 meson setup _build $EXTRA_MESON_ARGS
21 meson install -C _build
Dbuild-apitrace.sh18 cmake -S . -B _build -G Ninja -DCMAKE_BUILD_TYPE=Release -DENABLE_GUI=False -DENABLE_WAFFLE=on $EXT…
19 cmake --build _build --parallel --target apitrace eglretrace
21 cp _build/apitrace build
22 cp _build/eglretrace build
Dbuild-hang-detection.sh10 meson . _build
11 ninja -C _build hang-detection
13 install _build/hang-detection build/bin
/external/flac/
D.gitlab-ci.yml32 - mkdir _build
33 - cmake -S . -B _build -G "Ninja" -DCMAKE_BUILD_TYPE=Release
35 - su -c 'cmake --build _build' flac
36 - su -c 'cd _build && ctest -V' flac
/external/libcxx/utils/google-benchmark/
Dappveyor.yml37 - md _build -Force
38 - cd _build
47 - path: '_build/CMakeFiles/*.log'
49 - path: '_build/Testing/**/*.xml'
/external/cronet/third_party/google_benchmark/src/
Dappveyor.yml37 - md _build -Force
38 - cd _build
47 - path: '_build/CMakeFiles/*.log'
49 - path: '_build/Testing/**/*.xml'
/external/google-benchmark/
Dappveyor.yml37 - md _build -Force
38 - cd _build
47 - path: '_build/CMakeFiles/*.log'
49 - path: '_build/Testing/**/*.xml'
/external/fonttools/Tests/colorLib/
Dbuilder_test.py13 def _build(cls, source): function
258 s = _build(ot.ColorStop, (0.1, 2))
265 s = _build(ot.VarColorStop, (0.1, 2))
272 s = _build(ot.ColorStop, {"StopOffset": 0.2, "PaletteIndex": 3, "Alpha": 0.4})
279 s = _build(
297 cline = _build(ot.ColorLine, {"ColorStop": stops})
302 cline = _build(ot.ColorLine, {"Extend": "pad", "ColorStop": stops})
305 cline = _build(
310 cline = _build(
315 cline = _build(
[all …]
/external/python/python-api-core/
Dnoxfile.py198 shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
207 os.path.join("docs", "_build", "doctrees", ""),
209 os.path.join("docs", "_build", "html", ""),
222 shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
242 os.path.join("docs", "_build", "doctrees", ""),
244 os.path.join("docs", "_build", "html", ""),

1234567891011