Home
last modified time | relevance | path

Searched +full:build +full:- +full:static +full:- +full:dbg (Results 1 – 25 of 220) sorted by relevance

123456789

/external/tinyxml2/.github/workflows/
Dtest.yml7 fail-fast: false
9 os: [ windows-2019, macos-latest, ubuntu-20.04 ]
12 - os: windows-2019
17 - os: ubuntu-20.04
20 - os: macos-latest
23 - cmake: 3.15
25 - cmake: 3.x
31 runs-on: ${{ matrix.os }}
33 # System set-up
34 - uses: actions/checkout@v2
[all …]
/external/curl/projects/
Dbuild-openssl.bat22 rem * SPDX-License-Identifier: curl
49 rem Visual Studio was x86-only prior to 14.3
123 ) else if /i "%~1" == "-?" (
125 ) else if /i "%~1" == "-h" (
127 ) else if /i "%~1" == "-help" (
129 ) else if /i "%~1" == "-VSpath" (
138 ) else if /i "%~1" == "-perlpath" (
176 perl --version <NUL 1>NUL 2>&1
232 call "%ABS_VC_PATH%\Auxiliary\Build\vcvarsall" %VCVARS_PLATFORM%
234 call "%ABS_VC_PATH%\Auxiliary\Build\vcvarsall" %VCVARS_PLATFORM%
[all …]
/external/OpenCSD/decoder/docs/
Dbuild_libs.md4 @brief How to build the library and test programs and include the library in an application
7 ----------------
9 The current makefiles and build projects support building the library on:
10 - Linux and Windows, x86 or x64 hosts.
11 - ARM linux - AArch32 and AArch64
12 - ARM aarch32 and aarch64 libs, x-compiled on x86/64 hosts.
18 --------------------
20 The library and test programs are built from the library `./build/<platform>` directory, where
21 <platform> is either 'linux' or 'win-vs2022'
29 libraries in `decoder/lib/<tgt_dir>`, and also as a sub-directory of the build process for
[all …]
/external/cronet/third_party/re2/src/
DMakefile2 # Use of this source code is governed by a BSD-style
5 # Build against Abseil.
20 PKG_CONFIG?=pkg-config
21 CCABSL=$(shell $(PKG_CONFIG) $(ABSL_DEPS) --cflags)
22 # GCC barfs on `-Wl` whereas Clang doesn't mind, but it's unclear what
24 # Similar is needed for `static-testinstall` and `shared-testinstall`.
25 LDABSL=$(shell $(PKG_CONFIG) $(ABSL_DEPS) --libs | sed -e 's/-Wl / /g')
27 # To build against ICU for full Unicode properties support,
29 # CCICU=$(shell $(PKG_CONFIG) icu-uc --cflags) -DRE2_USE_ICU
30 # LDICU=$(shell $(PKG_CONFIG) icu-uc --libs)
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
DMakefile2 # Use of this source code is governed by a BSD-style
5 # To build against ICU for full Unicode properties support,
7 # CCICU=$(shell pkg-config icu-uc --cflags) -DRE2_USE_ICU
8 # LDICU=$(shell pkg-config icu-uc --libs)
10 # To build against PCRE for testing or benchmarking,
12 # CCPCRE=-I/usr/local/include -DUSEPCRE
13 # LDPCRE=-L/usr/local/lib -lpcre
17 CXXFLAGS?=-O3 -g
20 RE2_CXXFLAGS?=-pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. $(CC…
21 RE2_LDFLAGS?=-pthread $(LDICU) $(LDPCRE)
[all …]
/external/tflite-support/
D.bazelrc6 build --apple_platform_type=macos
8 # Enable using platform specific build settings
9 build --enable_platform_specific_config
12 common --experimental_repo_remote_exec
15 build --java_toolchain=//third_party/toolchains/java:tf_java_toolchain
16 build --host_java_toolchain=//third_party/toolchains/java:tf_java_toolchain
18 # Suppress C++ compiler warnings, otherwise build logs become 10s of MBs.
19 build:android --copt=-w
20 build:linux --copt=-w
21 build:macos --copt=-w
[all …]
/external/cronet/third_party/icu/source/data/unidata/
Dchanges.txt3 * Copyright (C) 2004-2016, International Business Machines
7 * encoding: US-ASCII
16 For an overview, see https://unicode-org.github.io/icu/processes/unicode-update
31 ---------------------------------------------------------------------------- ***
36 See https://unicode-org.github.io/icu/processes/release/tasks/standards#update-script-code-enums
39 ---------------------------------------------------------------------------- ***
45 - https://unicode-org.atlassian.net/browse/CLDR-15946
47 - https://github.com/unicode-org/cldr/pull/2691
48 CLDR-15946 make fancy quotes primary-equal to ASCII fallbacks
49 - https://github.com/unicode-org/cldr/pull/2833
[all …]
/external/elfutils/libdw/
Ddwarf_getalt.c67 if (dir[dirlen - 1] != '/') in __libdw_filepath()
87 if (dir[dirlen - 1] != '/') in __libdw_filepath()
98 static void
99 find_debug_altlink (Dwarf *dbg) in find_debug_altlink() argument
103 ssize_t build_id_len = INTUSE(dwelf_dwarf_gnu_debugaltlink) (dbg, in find_debug_altlink()
113 int fd = -1; in find_debug_altlink()
115 /* We only look in the standard path. And relative to the dbg file. */ in find_debug_altlink()
118 /* We don't handle very short or really large build-ids. We need at in find_debug_altlink()
125 char id_path[sizeof DEBUGINFO_PATH - 1 + sizeof "/.build-id/" - 1 in find_debug_altlink()
126 + 2 + 1 + (MAX_BUILD_ID_BYTES - 1) * 2 + sizeof ".debug"]; in find_debug_altlink()
[all …]
/external/regex-re2/
DMakefile2 # Use of this source code is governed by a BSD-style
5 # To build against ICU for full Unicode properties support,
7 # CCICU=$(shell pkg-config icu-uc --cflags) -DRE2_USE_ICU
8 # LDICU=$(shell pkg-config icu-uc --libs)
10 # To build against PCRE for testing or benchmarking,
12 # CCPCRE=-I/usr/local/include -DUSEPCRE
13 # LDPCRE=-L/usr/local/lib -lpcre
17 CXXFLAGS?=-O3 -g
20 RE2_CXXFLAGS?=-std=c++11 -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initialize…
21 RE2_LDFLAGS?=-pthread $(LDICU) $(LDPCRE)
[all …]
/external/icu/icu4c/source/data/unidata/
Dchanges.txt3 * Copyright (C) 2004-2016, International Business Machines
7 * encoding: US-ASCII
16 For an overview, see https://unicode-org.github.io/icu/processes/unicode-update
33 `***` - section heading
34 `*` - sub heading
35 `-` - 1st level bullet
36 `+` - 2nd level bullet
37 `=` - 1st level bullet
38 `->` - "the previous things leads to...", OR a 2nd level bullet/item
40 ---------------------------------------------------------------------------- ***
[all …]
/external/llvm/test/DebugInfo/COFF/
Dinlining-files.ll1 ; RUN: llc -mcpu=core2 -mtriple=i686-pc-win32 < %s -filetype=obj | llvm-readobj -codeview | FileChe…
3 ; This LL file was generated by running 'clang -O1 -g -gcodeview' on the
5 ; static inline void file_change(void) {
30 ; OBJ: ChangeFile: D:\src\llvm\build\t.inc (0x8)
31 ; OBJ: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0x6, LineOffset: -2}
33 ; OBJ: ChangeFile: D:\src\llvm\build\t.cpp (0x0)
44 target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
45 target triple = "x86_64-pc-windows-msvc18.0.0"
50 define void @f() #0 !dbg !4 {
52 %0 = load volatile i32, i32* @x, align 4, !dbg !16, !tbaa !17
[all …]
Dinlining.ll1 ; RUN: llc -mcpu=core2 -mtriple=i686-pc-win32 < %s | FileCheck %s --check-prefix=ASM
2 ; RUN: llc -mcpu=core2 -mtriple=i686-pc-win32 < %s -filetype=obj | llvm-readobj -codeview | FileChe…
4 ; This LL file was generated by running 'clang -O1 -g -gcodeview' on the
7 ; 2: static inline void foo() {
13 ; 8: static inline void bar() {
44 ; ASM: .long [[inline_end:.*]]-[[inline_beg:.*]] #
147 ; OBJ-NOT: TypeLeafKind: LF_FUNC_ID
155 ; OBJ: FileID: D:\src\llvm\build\t.cpp (0x0)
160 ; OBJ: FileID: D:\src\llvm\build\t.cpp (0x0)
186 ; OBJ-NEXT: ChangeCodeOffsetAndLineOffset: {CodeOffset: 0x8, LineOffset: 1}
[all …]
Dtypes-data-members.ll1 ; RUN: llc < %s -filetype=obj | llvm-readobj - -codeview | FileCheck %s
9 ; static const int sdm = 3;
37 ; $ clang t.cpp -S -emit-llvm -g -gcodeview -o t.ll
126 ; CHECK: StringData: D:\src\llvm\build\t.cpp
131 ; CHECK: SourceFile: D:\src\llvm\build\t.cpp (0x1007)
176 ; CHECK: SourceFile: D:\src\llvm\build\t.cpp (0x1007)
230 ; CHECK: SourceFile: D:\src\llvm\build\t.cpp (0x1007)
335 ; CHECK: SourceFile: D:\src\llvm\build\t.cpp (0x1007)
379 ; CHECK: SourceFile: D:\src\llvm\build\t.cpp (0x1007)
416 target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
[all …]
/external/llvm/test/DebugInfo/X86/
Ddebug-info-static-member.ll1 ; RUN: llc %s -o %t -filetype=obj -O0 -mtriple=x86_64-unknown-linux-gnu -dwarf-version=4
2 ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s -check-prefix=PRESENT
3 ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s -check-prefix=ABSENT
4 ; RUN: llc %s -o %t -filetype=obj -O0 -mtriple=x86_64-apple-darwin -dwarf-version=4
5 ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s -check-prefix=DARWINP
6 ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s -check-prefix=DARWINA
12 ; LLVM IR generated using: clang -emit-llvm -S -g
17 ; static int a;
18 ; const static bool const_a = true;
20 ; static int b;
[all …]
Dinlined-indirect-value.ll1 ; RUN: llc -filetype=asm -asm-verbose=0 < %s | FileCheck %s
7 ; options: -g -O3
10 ; 03 static __attribute__((always_inline)) int f1() {
19 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
20 target triple = "x86_64-unknown-linux-gnu"
25 define i32 @main() !dbg !4 {
27 ; CHECK-NOT: .loc
31 %0 = load volatile i32, i32* @x, align 4, !dbg !16, !tbaa !19
32 %mul.i = mul nsw i32 %0, 3, !dbg !23
33 %cmp.i = icmp slt i32 %mul.i, 14, !dbg !24
[all …]
/external/sdv/vsomeip/third_party/boost/tokenizer/
D.travis.yml2 # Copyright 2017 - 2019 James E. King III
7 # Generic Travis CI build script for boostorg repositories
8 # See: https://github.com/boostorg/boost-ci
15 # variable DEPINST. For example if your build uses code in "bench/" and
17 # --include bench --include fog
23 # That's it - the scripts will do everything else for you.
30 …# see: http://www.boost.org/build/doc/html/bbv2/overview/invocation.html#bbv2.overview.invocation.…
31 …# to use the default for a given environment, comment it out; recommend you build debug and releas…
32 # - B2_ADDRESS_MODEL=address-model=64,32
33 # - B2_LINK=link=shared,static
[all …]
/external/sdv/vsomeip/third_party/boost/concept_check/
D.travis.yml2 # Copyright 2017 - 2019 James E. King III
7 # Generic Travis CI build script for boostorg repositories
8 # See: https://github.com/boostorg/boost-ci
15 # variable DEPINST. For example if your build uses code in "bench/" and
17 # --include bench --include fog
23 # That's it - the scripts will do everything else for you.
30 …# see: http://www.boost.org/build/doc/html/bbv2/overview/invocation.html#bbv2.overview.invocation.…
31 …# to use the default for a given environment, comment it out; recommend you build debug and releas…
32 # - B2_ADDRESS_MODEL=address-model=64,32
33 # - B2_LINK=link=shared,static
[all …]
/external/sdv/vsomeip/third_party/boost/pool/
D.travis.yml2 # Copyright 2017 - 2019 James E. King III
7 # Generic Travis CI build script for boostorg repositories
8 # See: https://github.com/boostorg/boost-ci
15 # variable DEPINST. For example if your build uses code in "bench/" and
17 # --include bench --include fog
23 # That's it - the scripts will do everything else for you.
30 …# see: http://www.boost.org/build/doc/html/bbv2/overview/invocation.html#bbv2.overview.invocation.…
31 …# to use the default for a given environment, comment it out; recommend you build debug and releas…
32 # - B2_ADDRESS_MODEL=address-model=64,32
33 # - B2_LINK=link=shared,static
[all …]
/external/mesa3d/src/gallium/frontends/rusticl/core/
Dprogram.rs40 static mut DISK_CACHE: Option<DiskCache> = None;
41 static DISK_CACHE_ONCE: Once = Once::new();
43 fn get_disk_cache() -> &'static Option<DiskCache> { in get_disk_cache()
51 // SPIRV-LLVM-Translator in get_disk_cache()
62 fn clc_validator_options(dev: &Device) -> clc_validator_options { in clc_validator_options()
79 pub devs: Vec<&'static Device>,
81 build: Mutex<ProgramBuild>, field
100 pub builds: HashMap<&'static Device, ProgramDevBuild>,
107 pub fn new(dev: &'static Device, mut nir: NirShader) -> Self { in new()
129 fn create_nir_constant_buffer(dev: &Device, nir: &NirShader) -> Option<Arc<PipeResource>> { in create_nir_constant_buffer()
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_regalloc.c34 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0) macro
203 static void print_live_intervals(struct live_intervals * src) in print_live_intervals()
205 if (!src || !src->Used) { in print_live_intervals()
206 DBG("(null)"); in print_live_intervals()
210 DBG("(%i,%i)", src->Start, src->End); in print_live_intervals()
213 static int overlap_live_intervals(struct live_intervals * a, struct live_intervals * b) in overlap_live_intervals()
216 DBG("overlap_live_intervals: "); in overlap_live_intervals()
218 DBG(" to "); in overlap_live_intervals()
220 DBG("\n"); in overlap_live_intervals()
223 if (!a->Used || !b->Used) { in overlap_live_intervals()
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_draw_arrays.c2 * Copyright 2008-2009 VMware, Inc. All rights reserved.
39 #define DBG 0 macro
42 static enum pipe_error
48 struct pipe_context *pipe = &hwtnl->svga->pipe; in generate_indices()
54 dst = pipe_buffer_create(pipe->screen, PIPE_BIND_INDEX_BUFFER, in generate_indices()
75 pipe->screen->resource_destroy(pipe->screen, dst); in generate_indices()
81 static bool
91 static enum pipe_error
103 SVGA_STATS_TIME_PUSH(svga_sws(hwtnl->svga), SVGA_STATS_TIME_GENERATEINDICES); in retrieve_or_generate_indices()
106 if (hwtnl->index_cache[prim][i].buffer != NULL && in retrieve_or_generate_indices()
[all …]
/external/sdv/vsomeip/third_party/boost/numeric/interval/
D.travis.yml2 # Copyright 2017 - 2019 James E. King III
7 # Generic Travis CI build script for boostorg repositories
8 # See: https://github.com/boostorg/boost-ci
15 # variable DEPINST. For example if your build uses code in "bench/" and
17 # --include bench --include fog
23 # That's it - the scripts will do everything else for you.
30 …# see: http://www.boost.org/build/doc/html/bbv2/overview/invocation.html#bbv2.overview.invocation.…
31 …# to use the default for a given environment, comment it out; recommend you build debug and releas…
32 # - B2_ADDRESS_MODEL=address-model=64,32
33 # - B2_LINK=link=shared,static
[all …]
/external/sdv/vsomeip/third_party/boost/date_time/
D.travis.yml2 # Copyright 2017 - 2019 James E. King III
7 # Generic Travis CI build script for boostorg repositories
8 # See: https://github.com/boostorg/boost-ci
15 # variable DEPINST. For example if your build uses code in "bench/" and
17 # --include bench --include fog
23 # That's it - the scripts will do everything else for you.
30 …# see: http://www.boost.org/build/doc/html/bbv2/overview/invocation.html#bbv2.overview.invocation.…
31 # - B2_ADDRESS_MODEL=address-model=64,32
32 # - B2_LINK=link=shared,static
33 # - B2_THREADING=threading=multi,single
[all …]
/external/sdv/vsomeip/third_party/boost/move/
D.travis.yml2 # Copyright 2017 - 2019 James E. King III
7 # Generic Travis CI build script for boostorg repositories
8 # See: https://github.com/boostorg/boost-ci
15 # variable DEPINST. For example if your build uses code in "bench/" and
17 # --include bench --include fog
23 # That's it - the scripts will do everything else for you.
30 …# see: http://www.boost.org/build/doc/html/bbv2/overview/invocation.html#bbv2.overview.invocation.…
31 …# to use the default for a given environment, comment it out; recommend you build debug and releas…
32 # - B2_ADDRESS_MODEL=address-model=64,32
33 # - B2_LINK=link=shared,static
[all …]
/external/sdv/vsomeip/third_party/boost/format/
D.travis.yml2 # Copyright 2017 - 2019 James E. King III
7 # Generic Travis CI build script for boostorg repositories
8 # See: https://github.com/boostorg/boost-ci
15 # variable DEPINST. For example if your build uses code in "bench/" and
17 # --include bench --include fog
23 # That's it - the scripts will do everything else for you.
30 …# see: http://www.boost.org/build/doc/html/bbv2/overview/invocation.html#bbv2.overview.invocation.…
31 # - B2_ADDRESS_MODEL=address-model=64,32
32 # - B2_LINK=link=shared,static
33 # - B2_THREADING=threading=multi,single
[all …]

123456789