Home
last modified time | relevance | path

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

12345

/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/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/third_party/re2/src/
DMakefile2 # Use of this source code is governed by a BSD-style
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')
29 # CCICU=$(shell $(PKG_CONFIG) icu-uc --cflags) -DRE2_USE_ICU
30 # LDICU=$(shell $(PKG_CONFIG) icu-uc --libs)
34 # CCPCRE=-I/usr/local/include -DUSEPCRE
35 # LDPCRE=-L/usr/local/lib -lpcre
[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/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/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/Transforms/CodeGenPrepare/X86/
Dcatchpad-phi-cast.ll1 ; RUN: opt -codegenprepare -S < %s | FileCheck %s
3 ; The following target lines are needed for the test to exercise what it should.
5 target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
6 target triple = "x86_64-pc-windows-msvc"
13 declare void @llvm.dbg.value(metadata, i64, metadata, metadata) #2
17 ; do not allow non-phi instructions before the terminator, this isn't possible.
19 ; CHECK-LABEL: @test(
20 define void @test(i32* %addr) personality i32 (...)* @__CxxFrameHandler3 {
28 ; CHECK-NEXT: %y = getelementptr i32, i32* %addr, i32 2
43 br label %catch.shared
[all …]
/external/llvm/test/tools/gold/X86/
Dlinkonce-weak.ll1 ; RUN: llvm-as %s -o %t.o
2 ; RUN: llvm-as %p/Inputs/linkonce-weak.ll -o %t2.o
4 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
5 ; RUN: --plugin-opt=emit-llvm \
6 ; RUN: -shared %t.o %t2.o -o %t3.o
7 ; RUN: llvm-dis %t3.o -o - | FileCheck %s
9 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
10 ; RUN: --plugin-opt=emit-llvm \
11 ; RUN: -shared %t2.o %t.o -o %t3.o
12 ; RUN: llvm-dis %t3.o -o - | FileCheck %s
[all …]
/external/tflite-support/
D.bazelrc6 build --apple_platform_type=macos
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
19 build:android --copt=-w
20 build:linux --copt=-w
21 build:macos --copt=-w
22 build:windows --copt=/w
25 build --action_env ANDROID_NDK_HOME
[all …]
/external/llvm/test/DebugInfo/X86/
Dfission-inline.ll1 ; RUN: llc -split-dwarf=Enable -O0 < %s -mtriple=x86_64-unknown-linux-gnu -filetype=obj > %t
2 ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s
3 ; RUN: llvm-objdump -r %t | FileCheck --check-prefix=RELOCS %s
5 ; Test the emission of gmlt-like inlining information into the skeleton unit.
6 ; This allows inline-aware symbolication/backtracing given only the linked
9 ; A simple example of inlining generated with clang -gsplit-dwarf
12 ; function into the .dwo file, which may be shared with other CUs in the dwo ;
13 ; under fission, but should not be shared with the skeleton's CU. This also
14 ; tests the general case of context emission, which is suppressed in gmlt-like
17 ; Include a template just to test template parameters are not emitted in
[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.
18 --------------------
20 The library and test programs are built from the library `./build/<platform>` directory, where
21 <platform> is either 'linux' or 'win-vs2022'
23 See [`./docs/test_progs.md`](@ref test_progs) for further information on use of the test
29 libraries in `decoder/lib/<tgt_dir>`, and also as a sub-directory of the build process for
[all …]
/external/angle/infra/config/
Dmain.star4 # Use of this source code is governed by a BSD-style license that can be
21 "-module-docstring",
22 "-function-docstring",
28 buildbucket = "cr-buildbucket.appspot.com",
29 logdog = "luci-logdog.appspot.com",
30 milo = "luci-milo.appspot.com",
31 notify = "luci-notify.appspot.com",
32 scheduler = "luci-scheduler.appspot.com",
33 swarming = "chromium-swarm.appspot.com",
48 groups = "project-angle-admins",
[all …]
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
38 # include "spirv-tools/libspirv.h"
130 // makeDbgValue() returns a vk::dbg::Value that contains a copy of val.
132 std::shared_ptr<vk::dbg::Value> makeDbgValue(const T &val) in makeDbgValue()
134 return vk::dbg::make_constant(val); in makeDbgValue()
137 // makeDbgValue() returns a vk::dbg::Value that contains a copy of vec.
139 std::shared_ptr<vk::dbg::Value> makeDbgValue(const sw::vec<T, N> &vec) in makeDbgValue()
141 return vk::dbg::Struct::create("vec" + std::to_string(N), [&](auto &vc) { in makeDbgValue()
144 vc->put(vecElementName(i, N), makeDbgValue<T>(vec[i])); in makeDbgValue()
149 // NullptrValue is an implementation of vk::dbg::Value that simply displays
[all …]
/external/sdv/vsomeip/third_party/boost/tokenizer/
D.travis.yml2 # Copyright 2017 - 2019 James E. King III
8 # See: https://github.com/boostorg/boost-ci
13 # 2. If you have more than include/, src/, test/, example/, examples/, or
17 # --include bench --include fog
23 # That's it - the scripts will do everything else for you.
32 # - B2_ADDRESS_MODEL=address-model=64,32
33 # - B2_LINK=link=shared,static
34 # - B2_THREADING=threading=multi,single
35 - B2_VARIANT=variant=release,debug
38 - git clone https://github.com/boostorg/boost-ci.git boost-ci
[all …]
/external/sdv/vsomeip/third_party/boost/concept_check/
D.travis.yml2 # Copyright 2017 - 2019 James E. King III
8 # See: https://github.com/boostorg/boost-ci
13 # 2. If you have more than include/, src/, test/, example/, examples/, or
17 # --include bench --include fog
23 # That's it - the scripts will do everything else for you.
32 # - B2_ADDRESS_MODEL=address-model=64,32
33 # - B2_LINK=link=shared,static
34 # - B2_THREADING=threading=multi,single
35 - B2_VARIANT=variant=release,debug
38 - git clone https://github.com/boostorg/boost-ci.git boost-ci
[all …]
/external/sdv/vsomeip/third_party/boost/pool/
D.travis.yml2 # Copyright 2017 - 2019 James E. King III
8 # See: https://github.com/boostorg/boost-ci
13 # 2. If you have more than include/, src/, test/, example/, examples/, or
17 # --include bench --include fog
23 # That's it - the scripts will do everything else for you.
32 # - B2_ADDRESS_MODEL=address-model=64,32
33 # - B2_LINK=link=shared,static
34 # - B2_THREADING=threading=multi,single
35 - B2_VARIANT=variant=release,debug
38 - git clone https://github.com/boostorg/boost-ci.git boost-ci
[all …]
/external/sdv/vsomeip/third_party/boost/numeric/interval/
D.travis.yml2 # Copyright 2017 - 2019 James E. King III
8 # See: https://github.com/boostorg/boost-ci
13 # 2. If you have more than include/, src/, test/, example/, examples/, or
17 # --include bench --include fog
23 # That's it - the scripts will do everything else for you.
32 # - B2_ADDRESS_MODEL=address-model=64,32
33 # - B2_LINK=link=shared,static
34 # - B2_THREADING=threading=multi,single
35 - B2_VARIANT=variant=release,debug
38 - git clone https://github.com/boostorg/boost-ci.git boost-ci
[all …]
/external/llvm/test/CodeGen/WinEH/
Dwineh-cloning.ll1 ; RUN: opt -mtriple=x86_64-pc-windows-msvc -S -winehprepare < %s | FileCheck %s
33 ; CHECK-LABEL: define void @test1(
42 ; CHECK-NEXT: call void @llvm.foo(i32 %x)
58 ; Need two copies of %exit's call to @f -- the subsequent ret is only
61 ; CHECK-LABEL: define void @test2(
68 ; CHECK-NEXT: unreachable
71 ; CHECK-NEXT: ret void
85 br label %shared
88 br label %shared
89 shared:
[all …]
/external/tensorflow/
D.bazelrc4 # ----CONFIG OPTIONS----
34 # monolithic: Build all TF C++ code into a single shared object.
40 # dbg: Build with debug info
62 # rbe: General RBE options shared by all flavors.
76 # tensorflow_testing_rbe_linux: RBE options to use RBE with tensorflow-testing project on linux
77 # tensorflow_testing_rbe_win: RBE options to use RBE with tensorflow-testing project on windo…
82 # elinux: General Embedded Linux options shared by all flavors.
100 build --define framework_shared_object=true
102 build --define=use_fast_cpp_protos=true
103 build --define=allow_oversize_protos=true
[all …]
/external/sdv/vsomeip/third_party/boost/date_time/
D.travis.yml2 # Copyright 2017 - 2019 James E. King III
8 # See: https://github.com/boostorg/boost-ci
13 # 2. If you have more than include/, src/, test/, example/, examples/, or
17 # --include bench --include fog
23 # That's it - the scripts will do everything else for you.
31 # - B2_ADDRESS_MODEL=address-model=64,32
32 # - B2_LINK=link=shared,static
33 # - B2_THREADING=threading=multi,single
34 - B2_VARIANT=variant=release
37 - git clone https://github.com/boostorg/boost-ci.git boost-ci
[all …]
/external/sdv/vsomeip/third_party/boost/move/
D.travis.yml2 # Copyright 2017 - 2019 James E. King III
8 # See: https://github.com/boostorg/boost-ci
13 # 2. If you have more than include/, src/, test/, example/, examples/, or
17 # --include bench --include fog
23 # That's it - the scripts will do everything else for you.
32 # - B2_ADDRESS_MODEL=address-model=64,32
33 # - B2_LINK=link=shared,static
34 # - B2_THREADING=threading=multi,single
35 - B2_VARIANT=variant=release,debug
38 - git clone https://github.com/boostorg/boost-ci.git boost-ci
[all …]
/external/sdv/vsomeip/third_party/boost/format/
D.travis.yml2 # Copyright 2017 - 2019 James E. King III
8 # See: https://github.com/boostorg/boost-ci
13 # 2. If you have more than include/, src/, test/, example/, examples/, or
17 # --include bench --include fog
23 # That's it - the scripts will do everything else for you.
31 # - B2_ADDRESS_MODEL=address-model=64,32
32 # - B2_LINK=link=shared,static
33 # - B2_THREADING=threading=multi,single
34 - B2_VARIANT=variant=release
37 - git clone https://github.com/boostorg/boost-ci.git boost-ci
[all …]
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBaseRecognizer.cs3 * Copyright (c) 2005-2008 Terence Parr
7 * Copyright (c) 2008-2009 Sam Harwell, Pixel Mine, Inc.
57 public const int MemoRuleFailed = -2;
58 public const int MemoRuleUnknown = -1;
69 * object so the state can be shared. This sharing is needed to
72 * inheritance via delegation of methods and shared state.
101 return; // no shared state work to do in Reset()
103 state._fsp = -1; in Reset()
105 state.lastErrorIndex = -1; in Reset()
180 // BitSet cannot handle negative numbers like -1 (EOF) so I leave EOR in MismatchIsMissingToken()
[all …]
/external/grpc-grpc/src/ruby/ext/grpc/
Dextconf.rb7 # http://www.apache.org/licenses/LICENSE-2.0
24 cross_compiling = ENV['RCD_HOST_RUBY_VERSION'] # set by rake-compiler-dock in build containers
42 # Hack to prevent automatic stripping during shared library linking.
43 # rake-compiler-dock sets the -s LDFLAG when building rubies for
44 # cross compilation, and this -s flag propagates into RbConfig. Stripping
46 # debug symbols. We want to first link our shared library, then save
49 flags = flags.reject {|flag| flag == '-s'}
76 # build grpc C-core
95 ENV['ARFLAGS'] = '-o'
98 # Don't embed on TruffleRuby (constant-time crypto is unsafe with Sulong, slow build times)
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/cxx_debian11_openssl102_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]

12345