Home
last modified time | relevance | path

Searched +full:build +full:- +full:common (Results 1 – 25 of 1159) sorted by relevance

12345678910>>...47

/third_party/skia/third_party/externals/freetype/
D.gitlab-ci.yml2 - build
4 # FIXME: Use --werror once warnings are fixed.
6 MESON_ARGS: --fatal-meson-warnings
7 MESON_ARGS_WINDOWS: ${MESON_ARGS} --force-fallback-for=zlib
9 .build windows common:
11 # https://gitlab.freedesktop.org/gstreamer/gst-ci/container_registry/213
12 image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:v14-master'
13 stage: 'build'
15 - 'docker'
16 - 'windows'
[all …]
/third_party/grpc/tools/
Dfuzztest.bazelrc9 # try-import %workspace%/fuzztest.bazelrc
12 ### Common options.
17 build:fuzztest-common --linkopt=-fsanitize=address
18 build:fuzztest-common --copt=-fsanitize=address
20 # Standard define for "ifdef-ing" any fuzz test specific code.
21 build:fuzztest-common --copt=-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION
24 build:fuzztest-common --copt=-UNDEBUG
27 # See https://libcxx.llvm.org/UsingLibcxx.html#enabling-the-safe-libc-mode
28 build:fuzztest-common --copt=-D_LIBCPP_ENABLE_ASSERTIONS=1
31 ### FuzzTest build configuration.
[all …]
/third_party/protobuf/ci/
Dcommon.bazelrc2 build --javacopt=-Xep:SelfAssertion:WARN
4 build:dbg --compilation_mode=dbg
6 build:opt --compilation_mode=opt
8 build:san-common --config=dbg --strip=never --copt=-O0 --copt=-fno-omit-frame-pointer
10 build:asan --config=san-common --copt=-fsanitize=address --linkopt=-fsanitize=address
12 build:asan --dynamic_mode=off
14 build:msan --config=san-common --copt=-fsanitize=memory --linkopt=-fsanitize=memory
15 build:msan --copt=-fsanitize-memory-track-origins
16 build:msan --copt=-fsanitize-memory-use-after-dtor
17 build:msan --action_env=MSAN_OPTIONS=poison_in_dtor=1
[all …]
/third_party/libabigail/tests/data/test-alt-dwarf-file/
Dtest0.cc2 // g++ -shared -fPIC -g -Wall -L. -ltest0-common -o libtest0.so test0.cc
4 // Once the libtest0-common.so as been generated as well (from the
5 // test0-common.cc file), please geneate the common debug info file
8 // dwz -m test0-common-dwz.debug -r libtest0-common.so libtest0.so.
10 // Then, create a build-id subdirectory my doing:
12 // mkdir -p test0-debug-dir/.build-id/<first-two-chars-of-ascii-repr-of-build-id-of-test0-common-dw…
13 // Then ln -s `pwd`/test0-common-dwz.debug `pwd`/test0-debug-dir/.build-id/<build-id-of-test0-commo…
/third_party/skia/third_party/externals/brotli/c/enc/
Dhash.h15 #include "../common/constants.h"
16 #include "../common/dictionary.h"
17 #include "../common/platform.h"
55 int len_code_delta; /* == len_code - len */
73 return h >> (32 - 14); in Hash14()
80 distance_cache[4] = last_distance - 1; in PrepareDistanceCache()
82 distance_cache[6] = last_distance - 2; in PrepareDistanceCache()
84 distance_cache[8] = last_distance - 3; in PrepareDistanceCache()
88 distance_cache[10] = next_last_distance - 1; in PrepareDistanceCache()
90 distance_cache[12] = next_last_distance - 2; in PrepareDistanceCache()
[all …]
Dbackward_references.c11 #include "../common/constants.h"
12 #include "../common/context.h"
13 #include "../common/dictionary.h"
14 #include "../common/platform.h"
30 size_t offset0 = distance_plus_3 - (size_t)dist_cache[0]; in ComputeDistanceCode()
31 size_t offset1 = distance_plus_3 - (size_t)dist_cache[1]; in ComputeDistanceCode()
46 return distance + BROTLI_NUM_DISTANCE_SHORT_CODES - 1; in ComputeDistanceCode()
57 /* NOLINTNEXTLINE(build/include) */
62 /* NOLINTNEXTLINE(build/include) */
67 /* NOLINTNEXTLINE(build/include) */
[all …]
/third_party/icu/icu4c/source/
DBUILD.gn6 # http://www.apache.org/licenses/LICENSE-2.0
14 import("//build/ohos.gni")
20 "//third_party/icu/icu4c/source/common",
31 "//build/config/compiler:rtti",
45 "//third_party/icu/icu4c/source/common/appendable.cpp",
46 "//third_party/icu/icu4c/source/common/bmpset.cpp",
47 "//third_party/icu/icu4c/source/common/brkeng.cpp",
48 "//third_party/icu/icu4c/source/common/brkiter.cpp",
49 "//third_party/icu/icu4c/source/common/bytesinkutil.cpp",
50 "//third_party/icu/icu4c/source/common/bytestream.cpp",
[all …]
/third_party/jsframework/
Dprebuild_env.sh2 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
7 # http://www.apache.org/licenses/LICENSE-2.0
15 set -e
20 case $(uname -s) in
28 echo "Unsupported host platform: $(uname -s)"
35 export PATH=${code_dir}/prebuilts/build-tools/common/nodejs/${node_js_name}/bin:$PATH
40 if [ -d "${code_dir}/prebuilts/build-tools/common/js-framework" ]; then
41 echo -e "\n"
42 echo "${code_dir}/prebuilts/build-tools/common/js-framework already exist, it will be replaced"
43 /bin/rm -rf ${code_dir}/prebuilts/build-tools/common/js-framework
[all …]
/third_party/icu/icu4c/source/common/
DBUILD.gn1 # Copyright (c) 2020-2021 Huawei Device Co., Ltd.
5 # http://www.apache.org/licenses/LICENSE-2.0
12 import("//build/lite/config/component/lite_component.gni")
14 import("//build/ohos.gni")
18 include_dirs = [ "//third_party/icu/icu4c/source/common" ]
22 # Build-system should pre-define UMUTEX_H to inactive umutex.h and active this mock header.
23 …ification and the corresponding responsibilities can be found in foundation/arkui/ui_lite/BUILD.gn.
31 "--diag_suppress",
38 "//third_party/icu/icu4c/source/common/cmemory.cpp",
39 "//third_party/icu/icu4c/source/common/cstring.cpp",
[all …]
/third_party/skia/auto_build/
Dadd_skia_dm_test_RK3568.sh1 echo -e "
5 back_file="./productdefine/common/inherit/rich_back.json"
6 read -p "请输入你的选择buildConfig|recover:" char
9 if [ -e "$back_file" ]; then
13 cp ./productdefine/common/inherit/rich.json ./productdefine/common/inherit/rich_back.json
14 …cp ./base/hiviewdfx/hilog/interfaces/js/kits/napi/BUILD.gn ./base/hiviewdfx/hilog/interfaces/js/ki…
15 …cp ./developtools/profiler/hidebug/interfaces/js/kits/napi/BUILD.gn ./developtools/profiler/hidebu…
16 …cp ./base/hiviewdfx/hichecker/interfaces/js/kits/napi/BUILD.gn ./base/hiviewdfx/hichecker/interfac…
17 cp ./foundation/resourceschedule/ffrt/BUILD.gn ./foundation/resourceschedule/ffrt/BUILD_back.gn
18 cp ./third_party/skia/BUILD.gn ./third_party/skia/BUILD_back.gn
[all …]
/third_party/skia/third_party/externals/icu/scripts/
Dmake_data_all.sh3 set -x -e # stop if fail
8 if [ $# -lt 1 ];
11 echo "Should be (android|android_extra|android_small|cast|chromeos|common|flutter|ios)" >&2
16 "${ICUROOT}/source/runConfigureICU" --enable-debug --disable-release \
17 Linux/gcc --disable-tests --disable-layoutex || \
21 echo "Build the necessary tools"
22 "${ICUROOT}/source/runConfigureICU" --enable-debug --disable-release \
23 Linux/gcc --disable-tests --disable-layoutex
24 make -j 120
26 echo "Build the filtered data for common"
[all …]
/third_party/brotli/c/enc/
Dhash.h18 #include "../common/constants.h"
19 #include "../common/dictionary.h"
20 #include "../common/platform.h"
71 int len_code_delta; /* == len_code - len */
88 return h >> (32 - 14); in Hash14()
95 distance_cache[4] = last_distance - 1; in PrepareDistanceCache()
97 distance_cache[6] = last_distance - 2; in PrepareDistanceCache()
99 distance_cache[8] = last_distance - 3; in PrepareDistanceCache()
103 distance_cache[10] = next_last_distance - 1; in PrepareDistanceCache()
105 distance_cache[12] = next_last_distance - 2; in PrepareDistanceCache()
[all …]
/third_party/skia/m133/third_party/externals/icu/scripts/
Dmake_data_all.sh3 set -x -e # stop if fail
8 if [ $# -lt 1 ];
11 echo "Should be (android|cast|chromeos|common|flutter|flutter_desktop|ios)" >&2
16 "${ICUROOT}/source/runConfigureICU" --enable-debug --disable-release \
17 Linux/gcc --disable-tests --disable-layoutex --enable-rpath \
18 --prefix="$(pwd)" || \
22 echo "Build the necessary tools"
23 "${ICUROOT}/source/runConfigureICU" --enable-debug --disable-release \
24 Linux/gcc --disable-tests --disable-layoutex --enable-rpath \
25 --prefix="$(pwd)"
[all …]
/third_party/rust/crates/clang-sys/
Dbuild.rs1 // SPDX-License-Identifier: Apache-2.0
7 //! This build script can make use of several environment variables to help it
10 //! * `LLVM_CONFIG_PATH` - provides a path to an `llvm-config` executable
11 //! * `LIBCLANG_PATH` - provides a path to a directory containing a `libclang`
13 //! * `LIBCLANG_STATIC_PATH` - provides a path to a directory containing LLVM
22 #[path = "build/common.rs"]
23 pub mod common; module
24 #[path = "build/dynamic.rs"]
26 #[path = "build/static.rs"]
47 /// the build output directory so that it may be used when linking at runtime.
[all …]
/third_party/icu/tools/release/c/os-mapping/
DMakefile7 # Copyright (C) 2006-2008, International Business Machines
19 .PHONY : all all-local install install-local clean clean-local \
20 distclean distclean-local install-library install-headers dist \
21 dist-local check check-local
27 all: all-local
28 install: install-local
29 clean: clean-local
30 distclean : distclean-local
31 dist: dist-local
32 check: all check-local
[all …]
/third_party/musl/libc-test/
DREADME1 libc-test is developed as part of the musl project
2 http://www.musl-libc.org/
7 build and run tests:
13 a REPORT file that contains all build and runtime errors
14 (this means that make does not stop at build failures)
20 - tests should be easy to run and build even a single test in isolation
22 - failure of one test should not interfere with others
23 (build failure, crash or unexpected results are all failures)
24 - test output should point to the cause of the failure
25 - test results should be robust
[all …]
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/mindrecord/
Dut_shard_writer_test.cc8 * http://www.apache.org/licenses/LICENSE-2.0
35 class TestShardWriter : public UT::Common {
41 MS_LOG(INFO) << common::SafeCStr(FormatInfo("Test write imageNet")); in TEST_F()
47 remove(common::SafeCStr(filename)); in TEST_F()
48 remove(common::SafeCStr(db_name)); in TEST_F()
53 …MS_LOG(INFO) << common::SafeCStr(FormatInfo("Test write imageNet int32 of sample less than num of … in TEST_F()
68 …MS_LOG(INFO) << "key: " << common::SafeCStr(item.key()) << ", value: " << common::SafeCStr(item.va… in TEST_F()
76 remove(common::SafeCStr(filename)); in TEST_F()
77 remove(common::SafeCStr(db_name)); in TEST_F()
82 MS_LOG(INFO) << common::SafeCStr(FormatInfo("Test write shift raw page")); in TEST_F()
[all …]
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/pre_activate/pass/
Dallreduce_fusion_test.cc2 * Copyright 2019-2020 Huawei Technologies Co., Ltd
8 * http://www.apache.org/licenses/LICENSE-2.0
16 #include "common/backend_common_test.h"
18 #include "common/py_func_graph_fetcher.h"
22 #include "include/common/debug/anf_ir_dump.h"
24 #include "backend/common/pass/communication_op_fusion.h"
29 #include "include/common/utils/utils.h"
30 #include "include/common/utils/anfalgo.h"
57 // set kernel build info in TEST_F()
61 builder.SetInputsDeviceType({kFloat32->type_id()}); in TEST_F()
[all …]
/third_party/icu/icu4c/source/data/
Dcldr-icu-readme.txt3 # Copyright (C) 2010-2014, International Business Machines Corporation and others.
10 # - CLDR (the source of most of the data, and some Java tools)
11 # - The complete ICU source tree, including:
12 # tools - includes the LdmlConverter build tool and associated config files
13 # icu4c - the target for converted CLDR data, and source for ICU4J data;
15 # icu4j - the target for updated data jars; includes tests for the converted
19 # checked-out. For released CLDR sources, an alternative to checking out sources
20 # for a given version is downloading the zipped sources for the common (core.zip)
30 # plus the xml-apis.jar from the Apache xalan package
31 # (http://xml.apache.org/xalan-j/downloads.html).
[all …]
/third_party/skia/modules/canvaskit/
DREADME.md9 compilation. Which version should you use? [`/infra/wasm-common/docker/emsdk-base/Dockerfile`][2]
10 shows the version we build and test with. We try to use as recent a version of emscripten as
14 [2]: https://github.com/google/skia/blob/main/infra/wasm-common/docker/emsdk-base/Dockerfile
27 can fail with errors about SSL certificates. <https://github.com/emscripten-core/emsdk/pull/273>
29 See also <https://github.com/emscripten-core/emscripten/issues/9036#issuecomment-532092743>
40 make local-example
47 For other available build targets, see `Makefile` and `compile.sh`.
48 For example, building a stripped-down version of CanvasKit with no text support or
53 Such a stripped-down version is about half the size of the default release build.
57 To run unit tests and compute test coverage on a debug gpu build
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DBUILD.gn6 # http://www.apache.org/licenses/LICENSE-2.0
14 # external modules common deqp-gl-subgroups build
16 import("//build/ohos.gni")
17 import("//third_party/vk-gl-cts/vk_gl_cts.gni")
19 config("deqp-gl-subgroups_config") {
21 "-Wno-conversion",
22 "-Wno-unused-function",
29 ohos_source_set("deqp-gl-subgroups_source") {
31 …"//third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/glcSubgroupsArithmeticTests.c…
32 …"//third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/glcSubgroupsBallotBroadcastTe…
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/device/
Dkernel_info_setter.cc2 * Copyright 2019-2023 Huawei Technologies Co., Ltd
8 * http://www.apache.org/licenses/LICENSE-2.0
39 #include "include/common/utils/anfalgo.h"
44 #include "include/common/utils/utils.h"
86 size_t selected_input_num = selected_kernel_info->GetInputNum(); in CheckKernelInfo()
87 size_t alternative_input_num = alternative_kernel_info->GetInputNum(); in CheckKernelInfo()
92 auto format = alternative_kernel_info->GetInputFormat(i); in CheckKernelInfo()
93 if (selected_kernel_info->GetInputFormat(i) != format && (!match_none || !format.empty())) { in CheckKernelInfo()
96 auto type = alternative_kernel_info->GetInputDeviceType(i); in CheckKernelInfo()
97 …if (selected_kernel_info->GetInputDeviceType(i) != type && (!match_none || type != TypeId::kMetaTy… in CheckKernelInfo()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/common/
DBUILD.gn6 # http://www.apache.org/licenses/LICENSE-2.0
14 # external modules common build
16 import("//build/ohos.gni")
17 import("//third_party/vk-gl-cts/vk_gl_cts.gni")
19 config("glcts-common_config") {
21 "-Wno-conversion",
22 "-Wno-unused-function",
29 ohos_source_set("glcts-common_source") {
31 …"//third_party/vk-gl-cts/external/openglcts/modules/common/glcAggressiveShaderOptimizationsTests.c…
32 "//third_party/vk-gl-cts/external/openglcts/modules/common/glcBlendEquationAdvancedTests.cpp",
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/
Ddecrease_transfer_precision.cc2 * Copyright 2021-2022 Huawei Technologies Co., Ltd
8 * http://www.apache.org/licenses/LICENSE-2.0
22 #include "include/common/utils/utils.h"
26 #include "backend/common/graph_kernel/graph_kernel_helper.h"
31 #include "backend/common/graph_kernel/decrease_transfer_precision.h"
41 auto index_node = getitem->cast<CNodePtr>()->input(kInputNodeOutputIndexInTupleGetItem); in ObtainGetItemIndex()
47 auto gk_graph = common::AnfAlgo::GetCNodeFuncGraphPtr(node); in IsPreNodeReduce()
50 auto tuple_output = gk_graph->output()->cast<CNodePtr>(); in IsPreNodeReduce()
51 if (common::AnfAlgo::GetCNodeName(tuple_output) != prim::kPrimMakeTuple->name()) { in IsPreNodeReduce()
52 …MS_LOG(EXCEPTION) << "Expect MakeTuple node, but got " << common::AnfAlgo::GetCNodeName(tuple_outp… in IsPreNodeReduce()
[all …]
/third_party/icu/icu4c/source/stubdata/
Dstubdata.vcxproj1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/m…
4 <ProjectGuid>{203EC78A-0531-43F0-A636-285439BDE025}</ProjectGuid>
12 <!-- The following import will include the 'default' configuration options for VS projects. -->
13 <Import Project="..\allinone\Build.Windows.ProjectConfiguration.props" />
14 <!-- The following import will include the library configuration options for VS projects. -->
15 <Import Project="..\allinone\Build.Windows.Library.ProjectConfiguration.props" />
25 <!-- The ICU projects use "Win32" to mean "x86", so we need to special case it. -->
28 <!-- Disable Incremental Linking for Release builds as it prevents Link-time Code Generation -->
32 <!-- Options that are common to *all* project configurations -->
[all …]

12345678910>>...47