Home
last modified time | relevance | path

Searched +full:libncurses +full:- +full:dev (Results 1 – 13 of 13) sorted by relevance

/external/openthread/.github/workflows/
Dbuild.yml33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
49 runs-on: ubuntu-22.04
51 - name: Harden Runner
52 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
54 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
56 - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
[all …]
Dcodeql.yml37 permissions: # added using https://github.com/step-security/secure-workflows
43 runs-on: ubuntu-latest
47 security-events: write
50 fail-fast: false
53 # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
56 - name: Harden Runner
57 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
59 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
61 - name: Checkout repository
64 - name: Bootstrap
[all …]
Dtoranj.yml33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
48 toranj-ncp:
49 name: toranj-ncp-${{ matrix.TORANJ_RADIO }}
50 runs-on: ubuntu-20.04
52 fail-fast: false
61 - name: Harden Runner
[all …]
Dsimulation-1.2.yml33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
43 permissions: # added using https://github.com/step-security/secure-workflows
48 thread-1-3:
49 name: thread-1-3-${{ matrix.compiler.c }}-${{ matrix.arch }}
50 runs-on: ubuntu-20.04
52 CFLAGS: -${{ matrix.arch }}
[all …]
/external/sandboxed-api/.bazelci/
Dpresubmit.yml1 ---
5 - "sudo apt -y update && sudo apt -y install llvm-11-dev libclang-11-dev libncurses-dev"
6 - pip3 install absl-py clang==11
8 - "..."
/external/oss-fuzz/projects/varnish/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt install -y automake autoconf libtool pkg-config python3-docutils python3-
19 RUN git clone --depth 1 https://github.com/varnishcache/varnish-cache
21 WORKDIR $SRC/varnish-cache
/external/ot-br-posix/etc/docker/
DDockerfile47 ENV INFRA_IF_NAME=${INFRA_IF_NAME:-eth0}
48 ENV BORDER_ROUTING=${BORDER_ROUTING:-1}
49 ENV BACKBONE_ROUTER=${BACKBONE_ROUTER:-1}
50 ENV OT_BACKBONE_CI=${OT_BACKBONE_CI:-0}
51 ENV OTBR_MDNS=${MDNS:-mDNSResponder}
55 ENV REFERENCE_DEVICE=${REFERENCE_DEVICE:-0}
56 ENV RELEASE=${RELEASE:-1}
57 ENV NAT64=${NAT64:-1}
58 ENV NAT64_SERVICE=${NAT64_SERVICE:-openthread}
59 ENV NAT64_DYNAMIC_POOL=${NAT64_DYNAMIC_POOL:-192.168.255.0/24}
[all …]
/external/openthread/tools/harness-simulation/posix/etc/
DDockerfile44 ENV INFRA_IF_NAME=${INFRA_IF_NAME:-eth0}
45 ENV BORDER_ROUTING=${BORDER_ROUTING:-1}
46 ENV BACKBONE_ROUTER=${BACKBONE_ROUTER:-1}
47 ENV OTBR_MDNS=${MDNS:-mDNSResponder}
49 ENV EXTERNAL_COMMISSIONER=${EXTERNAL_COMMISSIONER:-1}
52 ENV REFERENCE_DEVICE=${REFERENCE_DEVICE:-0}
53 ENV NAT64=${NAT64:-1}
54 ENV NAT64_SERVICE=${NAT64_SERVICE:-tayga}
55 ENV DNS64=${DNS64:-0}
56 ENV WEB_GUI=${WEB_GUI:-1}
[all …]
/external/toybox/kconfig/lxdialog/
Dcheck-lxdialog.sh7 $cc -print-file-name=libncursesw.so | grep -q /
8 if [ $? -eq 0 ]; then
9 echo '-lncursesw'
12 $cc -print-file-name=libncurses.so | grep -q /
13 if [ $? -eq 0 ]; then
14 echo '-lncurses'
17 $cc -print-file-name=libcurses.so | grep -q /
18 if [ $? -eq 0 ]; then
19 echo '-lcurses'
28 if [ -f /usr/include/ncurses/ncurses.h ]; then
[all …]
/external/ot-br-posix/script/
Dbootstrap36 NAT64_SERVICE="${NAT64_SERVICE:-openthread}"
38 FIREWALL="${FIREWALL:-1}"
42 sudo apt-get update
43 sudo apt-get install --no-install-recommends -y \
46 iputils-ping \
47 libreadline-dev \
48 libncurses-dev
50 sudo apt-get install --no-install-recommends -y build-essential ninja-build cmake
52 with RELEASE || sudo apt-get install --no-install-recommends -y libcpputest-dev
54 sudo apt-get install --no-install-recommends -y rsyslog
[all …]
/external/ot-br-posix/tests/scripts/
Dbootstrap.sh30 set -euxo pipefail
33 [[ -d $TOOLS_HOME ]] || mkdir -p "$TOOLS_HOME"
41 if [[ -f ${OTBR_APT_CONF_FILE} ]] && grep Install-Recommends "${OTBR_APT_CONF_FILE}"; then
45 sudo tee -a /etc/apt/apt.conf <<EOF
46 APT::Get::Install-Recommends "false";
47 APT::Get::Install-Suggests "false";
54 sudo apt-get install --no-install-recommends -y \
55 libdbus-1-dev \
56 ninja-build \
59 net-tools \
[all …]
/external/python/cpython3/
Dsetup.py37 # bpo-41282 (PEP 632) deprecated distutils but setup.py still uses it
61 # --list-module-names option used by Tools/scripts/generate_module_names.py
87 EMSCRIPTEN = HOST_PLATFORM == 'emscripten-wasm32'
98 Python is an interpreted, interactive, object-oriented programming
105 Mac, MFC). New built-in modules are easily written in C or C++. Python
112 it. Ask around on comp.lang.python -- or just try compiling Python
117 Development Status :: 6 - Mature
133 # See bpo-21121 and bpo-35257
157 """Get the paths of sysroot sub-directories.
169 m = re.search(r'--sysroot=([^"]\S*|"[^"]+")', var)
[all …]
/external/gptfdisk/
DNEWS2 -------------------
4 - Fixed problem that caused sgdisk to crash with errors about being unable
6 (commit 740, which is pre-release as I type; presumably version 1.19 and
9 - Updated guid.cc to deal with minor change in libuuid.
11 - Fixed potential NULL derefernce bug in sgdisk. Thanks to Damian Kurek
14 - The partition number of "0" can now be used to reference newly-created
15 partitions when the --largest-new=0 option to sgdisk is used. Thanks to
18 - Make explicit casts in gptcurses.cc to eliminate compiler warnings about
19 mis-matched types in printw() statements.
21 - Minor code cleanup based on valgrind analysis.
[all …]