Home
last modified time | relevance | path

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

12345678910>>...13

/external/tinyxml2/.github/workflows/
Dtest.yml1 name: Test
4 test:
7 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 }}
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/
DMakefile2 # Use of this source code is governed by a BSD-style
7 # CCICU=$(shell pkg-config icu-uc --cflags) -DRE2_USE_ICU
8 # LDICU=$(shell pkg-config icu-uc --libs)
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)
25 NMFLAGS?=-p
34 INSTALL_DATA=$(INSTALL) -m 644
[all …]
/external/cronet/tot/third_party/re2/src/
DMakefile2 # Use of this source code is governed by a BSD-style
23 PKG_CONFIG?=pkg-config
24 CCABSL=$(shell $(PKG_CONFIG) $(ABSL_DEPS) --cflags)
25 # GCC barfs on `-Wl` whereas Clang doesn't mind, but it's unclear what
27 # Similar is needed for `static-testinstall` and `shared-testinstall`.
28 LDABSL=$(shell $(PKG_CONFIG) $(ABSL_DEPS) --libs | sed -e 's/-Wl / /g')
32 # CCICU=$(shell $(PKG_CONFIG) icu-uc --cflags) -DRE2_USE_ICU
33 # LDICU=$(shell $(PKG_CONFIG) icu-uc --libs)
36 # Capture only the `-L` flags for now; we will pass the `-l` flags later.
37 CCGTEST=$(shell $(PKG_CONFIG) gtest gtest_main --cflags)
[all …]
/external/cronet/stable/third_party/re2/src/
DMakefile2 # Use of this source code is governed by a BSD-style
23 PKG_CONFIG?=pkg-config
24 CCABSL=$(shell $(PKG_CONFIG) $(ABSL_DEPS) --cflags)
25 # GCC barfs on `-Wl` whereas Clang doesn't mind, but it's unclear what
27 # Similar is needed for `static-testinstall` and `shared-testinstall`.
28 LDABSL=$(shell $(PKG_CONFIG) $(ABSL_DEPS) --libs | sed -e 's/-Wl / /g')
32 # CCICU=$(shell $(PKG_CONFIG) icu-uc --cflags) -DRE2_USE_ICU
33 # LDICU=$(shell $(PKG_CONFIG) icu-uc --libs)
36 # Capture only the `-L` flags for now; we will pass the `-l` flags later.
37 CCGTEST=$(shell $(PKG_CONFIG) gtest gtest_main --cflags)
[all …]
/external/regex-re2/
DMakefile2 # Use of this source code is governed by a BSD-style
7 # CCICU=$(shell pkg-config icu-uc --cflags) -DRE2_USE_ICU
8 # LDICU=$(shell pkg-config icu-uc --libs)
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)
25 NMFLAGS?=-p
34 INSTALL_DATA=$(INSTALL) -m 644
[all …]
/external/rust/android-crates-io/crates/tracing-subscriber/src/layer/
Dtests.rs14 /// Used to test that pointers returned by downcasting are actually valid.
15 struct StringLayer(&'static str);
17 struct StringLayer2(&'static str);
20 struct StringLayer3(&'static str);
23 pub(crate) struct StringSubscriber(&'static str);
26 fn register_callsite(&self, _: &'static Metadata<'static>) -> Interest { in register_callsite()
30 fn enabled(&self, _: &Metadata<'_>) -> bool { in enabled()
34 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in new_span()
48 #[test]
54 #[test]
[all …]
/external/clang/test/CodeGenCXX/
Ddebug-info-globalinit.cpp1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10.0.0 -emit-llvm -o - %s -std=c++11 -debug-info-kind…
8 int test() { in test() function
13 static int i = test();
14 __attribute__((nodebug)) static int j = test();
15 static int k = test();
19 // CHECK-LABEL: define internal void @__cxx_global_var_init()
20 // CHECK-NOT: __cxx_global_var_init
21 // CHECK: %[[C0:.+]] = call i32 @_Z4testv(), !dbg ![[LINE:.*]]
22 // CHECK-NOT: __cxx_global_var_init
23 // CHECK: store i32 %[[C0]], i32* @_ZL1i, align 4, !dbg
[all …]
/external/llvm/test/DebugInfo/Generic/
Ddebug-info-always-inline.ll1 ; RUN: opt < %s -always-inline -S | FileCheck %s
4 ; clang -cc1 -disable-llvm-optzns -emit-llvm -g -stack-protector 2 test.cpp
25 ; The patch that includes this test case, is addressing the following issue:
28 ; are attributed with the call site's DebugLoc. After inlining, inlined static
30 ; static alloca instructions. By retaining the call site's DebugLoc, these instructions
49 ; The selected solution is to not attribute static allocas with the call site's
60 ; non-nodebug functions (i.e. functions with debug information) may want to
67 ; CHECK: %arr.i = alloca [10 x i32], align {{[0-9]*$}}
68 ; CHECK: %sum.i = alloca i32, align {{[0-9]*$}}
71 ; ModuleID = 'test.cpp'
[all …]
Dinline-no-debug-info.ll1 ; RUN: opt < %s -inline -S | FileCheck %s
5 ; __attribute__((__always_inline__)) static void callee2() { b = 2; }
9 ; clang -S test.c -emit-llvm -O1 -gline-tables-only -fno-strict-aliasing
11 ; CHECK-LABEL: @caller(
13 ; This instruction did not have a !dbg metadata in the callee.
14 ; CHECK: store i32 1, {{.*}}, !dbg [[A:!.*]]
16 ; This instruction came from callee with a !dbg metadata.
17 ; CHECK: store i32 2, {{.*}}, !dbg [[B:!.*]]
20 ; CHECK: ret void, !dbg [[A]]
24 ; CHECK-DAG: [[A]] = !DILocation(line: 4, scope: !{{[0-9]+}})
[all …]
Ddebug-info-qualifiers.ll1 ; REQUIRES: object-emission
2 ; Test (r)value qualifiers on C++11 non-static member functions.
3 ; Generated from tools/clang/test/CodeGenCXX/debug-info-qualifiers.cpp
17 ; RUN: %llc_dwarf -filetype=obj -O0 < %s | llvm-dwarfdump - | FileCheck %s
19 ; CHECK-NEXT: DW_AT_reference DW_FORM_flag_present
21 ; CHECK-NEXT: DW_AT_rvalue_reference DW_FORM_flag_present
24 ; CHECK-NOT: DW_TAG_subprogram
26 ; CHECK-NOT: DW_TAG_subprogram
30 ; CHECK-NOT: DW_TAG_subprogram
32 ; CHECK-NOT: DW_TAG_subprogram
[all …]
/external/igt-gpu-tools/tests/i915/
Dgem_tiled_pread_basic.c30 * This is a test of pread's behavior on tiled objects with respect to the
51 IGT_TEST_DESCRIPTION("Test pread behavior on tiled objects with respect to the"
56 static uint32_t linear[WIDTH * HEIGHT];
60 static int tile_width;
61 static int tile_height;
62 static int tile_size;
64 static uint32_t
85 static int
88 return (offset & (1 << bit)) >> (bit - 6); in swizzle_bit()
99 static uint32_t
[all …]
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c5 * SPDX-License-Identifier: MIT
35 #include "virtio/virtio-gpu/drm_hw.h"
40 static struct pipe_context *si_create_context(struct pipe_screen *screen, unsigned flags);
42 static const struct debug_named_value radeonsi_debug_options[] = {
44 {"vs", DBG(VS), "Print vertex shaders"},
45 {"ps", DBG(PS), "Print pixel shaders"},
46 {"gs", DBG(GS), "Print geometry shaders"},
47 {"tcs", DBG(TCS), "Print tessellation control shaders"},
48 {"tes", DBG(TES), "Print tessellation evaluation shaders"},
49 {"cs", DBG(CS), "Print compute shaders"},
[all …]
/external/elfutils/tests/
Ddwarf-getmacros.c1 /* Test program for dwarf_getmacros and related
30 static void include (Dwarf *dbg, Dwarf_Off macoff, ptrdiff_t token);
32 static int
33 mac (Dwarf_Macro *macro, void *dbg) in mac() argument
35 static int level = 0; in mac()
53 include (dbg, w, DWARF_GETMACROS_START); in mac()
54 --level; in mac()
63 if (dwarf_macro_getsrcfiles (dbg, macro, &files, &nfiles) < 0) in mac()
78 --level; in mac()
113 static void
[all …]
/external/llvm/test/DebugInfo/Mips/
Dprologue_end.ll1 ; RUN: llc -O0 -mtriple mips-unknown-linux-gnu -relocation-model=static < %s | FileCheck %s -check-
2 ; RUN: llc -O0 -mtriple mips-unknown-linux-gnu -relocation-model=static -disable-fp-elim < %s | Fil…
3 ; RUN: llc -O0 -mtriple mips-unknown-linux-gnu -relocation-model=pic < %s | FileCheck %s -check-pre…
4 ; RUN: llc -O0 -mtriple mips-unknown-linux-gnu -relocation-model=pic -disable-fp-elim < %s | FileCh…
6 ; Generated using clang -O0 -emit-llvm -S -target mipsel-unknown-linux -g test.c -o test.ll
7 ; test.c:
15 define void @hello_world() #0 !dbg !4 {
17 ; STATIC: addiu $sp, $sp, -{{[0-9]+}}
18 ; STATIC: sw $ra, {{[0-9]+}}($sp)
19 ; STATIC: .loc 1 2 3 prologue_end
[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 ----------------
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.
13 - MacOS - x64 and AArch64 (Apple Silicon)
19 --------------------
21 The library and test programs are built from the library `./build/<platform>` directory, where
22 <platform> is either 'linux', 'macos', or 'win-vs2022'
24 See [`./docs/test_progs.md`](@ref test_progs) for further information on use of the test
[all …]
/external/llvm/test/DebugInfo/ARM/
DPR26163.ll1 ; RUN: llc -filetype=obj -o - < %s | llvm-dwarfdump - | FileCheck %s
7 ; change here needs to be intentional, so the test is very specific.
17 ; Created form the following test case (PR26163) with
18 ; clang -cc1 -triple armv4t--freebsd11.0-gnueabi -emit-obj -debug-info-kind=standalone -O2 -x c tes…
29 ; static void
49 target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
50 target triple = "armv4t--freebsd11.0-gnueabi"
54 declare void @llvm.dbg.declare(metadata, metadata, metadata)
55 declare void @llvm.dbg.value(metadata, i64, metadata, metadata)
59 define i32 @parse_config_file() !dbg !4 {
[all …]
/external/tensorflow/tensorflow/core/platform/profile_utils/
Dcpu_utils_test.cc7 http://www.apache.org/licenses/LICENSE-2.0
20 #include "tensorflow/core/platform/test.h"
25 static constexpr bool DBG = false; variable
27 class CpuUtilsTest : public ::testing::Test {
37 static constexpr int LOOP_COUNT = 10; in TEST_F()
47 if (DBG) { in TEST_F()
51 << ((end_clock_count - start_clock_count) / LOOP_COUNT); in TEST_F()
67 if (DBG) { in TEST_F()
75 if (DBG) { in TEST_F()
81 static constexpr int LOOP_COUNT = 10; in TEST_F()
[all …]
/external/llvm/test/DebugInfo/COFF/
Dtail-call-without-lexical-scopes.ll1 ; RUN: llc -mcpu=core2 -mtriple=i686-pc-win32 -O0 < %s | FileCheck --check-prefix=X86 %s
4 ; D:\test.cpp:
7 ; 3 static void bar(int arg, ...) {
18 ; X86: .cv_file 1 "D:\\test.cpp"
20 ; X86-LABEL: {{^}}"?bar@@YAXHZZ":
24 ; X86-NOT: ret
26 ; X86-LABEL: .section .debug$S,"dr"
28 ; X86-NEXT: .secidx "?bar@@YAXHZZ"
33 ; ModuleID = 'test.cpp'
34 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
[all …]
/external/llvm/test/Transforms/DeadArgElim/
Ddbginfo.ll1 ; RUN: opt -deadargelim -S < %s | FileCheck %s
4 ; Built with clang (then manually running -mem2reg with opt) from the following source:
5 ; static void f1(int, ...) {
12 ; Test both varargs removal and removal of a traditional dead arg together, to
13 ; test both the basic functionality, and a particular wrinkle involving updating
14 ; the function->debug info mapping on update to ensure it's accurate when used
17 ; CHECK: define internal void @_ZL2f1iz({{.*}} !dbg [[SP:![0-9]+]]
24 define void @_Z2f2v() #0 !dbg !4 {
26 call void (i32, ...) @_ZL2f1iz(i32 1), !dbg !15
27 ret void, !dbg !16
[all …]
/external/llvm/test/Transforms/ADCE/
Ddebug-info-intrinsic.ll1 ; RUN: opt -adce -S < %s | FileCheck %s
2 ; Test that debug info intrinsics in dead scopes get eliminated by -adce.
4 ; Generated with 'clang -g -S -emit-llvm | opt -mem2reg -inline' at r262899
5 ; (before -adce was augmented) and then hand-reduced. This was the input:
19 ;;static int empty_function_with_unused_variable(void) {
29 declare void @llvm.dbg.value(metadata, i64, metadata, metadata)
33 ; CHECK-LABEL: define void @variable_in_unused_subscope(
34 define void @variable_in_unused_subscope() !dbg !4 {
35 ; CHECK-NEXT: entry:
36 ; CHECK-NEXT: call void @sink
[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/clang/test/CodeGenObjC/
Ddebug-info-blocks.m1 … %clang_cc1 -emit-llvm -fblocks -debug-info-kind=limited -triple x86_64-apple-darwin10 -fobjc-dis…
4 // Test that we generate the proper debug location for a captured self.
5 // The second half of this test is in llvm/tests/DebugInfo/debug-info-blocks.ll
8 …bitcast i8* %.block_descriptor to <{ i8*, i32, i32, i8*, %struct.__block_descriptor*, %0* }>*, !dbg
9 // CHECK-NEXT: store <{ i8*, i32, i32, i8*, %struct.__block_descriptor*, %0* }>* %[[BLOCK]], <{ i8*…
10 …/ CHECK-NEXT: call void @llvm.dbg.declare(metadata <{ i8*, i32, i32, i8*, %struct.__block_descript…
11 // CHECK-NEXT: call void @llvm.dbg.declare(metadata %1** %d, metadata ![[D:[0-9]+]], metadata !{{.*…
14 // Test that we don't emit bogus line numbers for the helper functions.
15 // Test that we do emit scope info for the helper functions.
17 // CHECK-NOT: ret
[all …]
/external/cronet/stable/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
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/cronet/tot/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
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/e2fsprogs/lib/blkid/
Dread.c2 * read.c - read the blkid cache from disk, to avoid scanning all devices
7 * %Begin-Header%
10 * %End-Header%
44 static void debug_dump_dev(blkid_dev dev);
62 static char *skip_over_blank(char *cp) in skip_over_blank()
69 static char *skip_over_word(char *cp) in skip_over_word()
89 static char *strip_line(char *line) in strip_line()
95 p = line + strlen(line) - 1; in strip_line()
99 *p-- = '\0'; in strip_line()
108 static char *parse_word(char **buf)
[all …]

12345678910>>...13