Home
last modified time | relevance | path

Searched +full:- +full:dcoverage (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/upstream/
D.travis.yml2 - linux
3 - osx
8 # https://docs.travis-ci.com/user/languages/objective-c/#Supported-OS-X-iOS-SDK-versions
15 - PREFIX=$HOME/prefix
16 - MY_CMAKE_OPTIONS="-DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=$HOME/install"
17 - OSX_CMAKE_OPTIONS="-DBUILD_TESTING=OFF -DPYTHON_BINDINGS=OFF -DCLIENT_SIMULATOR=OFF"
18 - CTEST_OUTPUT_ON_FAILURE=1
19 - LINUX=false
20 - OSX=false
23 - gcc
[all …]
/external/vboot_reference/
DMakefile2 # Use of this source code is governed by a BSD-style license that can be
27 # rule, the rule will be constructed using only the top-down, immediate value.
56 # VB_DIR = vboot binary directory for dev-mode-only scripts
87 _machname := $(shell uname -m)
101 # for a firmware target (such as u-boot or depthcharge). It must map
111 # Provide default CC and CFLAGS for firmware builds; if you have any -D flags,
112 # please add them after this point (e.g., -DVBOOT_DEBUG).
114 # TODO(crosbug.com/16808) We hard-code u-boot's compiler flags here just
116 # maintaining a compatible ABI, etc. between u-boot and vboot_reference.
121 # Flag ordering: arch, then -f, then -m, then -W
[all …]