Home
last modified time | relevance | path

Searched +full:missing +full:- +full:braces (Results 1 – 25 of 179) sorted by relevance

12345678

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/generator/component/const_blocks/
Dcmake_lists.cc8 * http://www.apache.org/licenses/LICENSE-2.0
48 add_definitions(-mfloat-abi=softfp -mfpu=neon)
52 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17")
55 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DDebug -g")
56 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DDebug -g")
57 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fvisibility=default")
58 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=default")
61 …set(CMAKE_C_FLAGS "-fPIC -fPIE -D_FORTIFY_SOURCE=2 -O3 -Wall -Werror -fstack-protector-strong -Wno
62-Wno-deprecated-declarations -Wno-incompatible-pointer-types -Wno-missing-braces ${CMAKE_C_FLAGS}")
63 …set(CMAKE_CXX_FLAGS "-fPIC -fPIE -D_FORTIFY_SOURCE=2 -O3 -Wall -Werror -fstack-protector-strong -W…
[all …]
/third_party/musl/libc-test/src/common/
DBUILD.gn21 "-pipe",
22 "-std=c99",
23 "-D_POSIX_C_SOURCE=200809L",
24 "-Wall",
25 "-Wno-unused",
26 "-Wno-unused-function",
27 "-Wno-missing-braces",
28 "-Wno-overflow",
29 "-Wno-unknown-pragmas",
30 "-Wno-unsupported-floating-point-opt",
[all …]
/third_party/openssl/util/
Dcheck-format-test-positives.c2 * Copyright 2007-2023 The OpenSSL Project Authors. All Rights Reserved.
3 * Copyright Siemens AG 2015-2022
12 * This demonstrates/tests cases where check-format.pl should report issues.
14 * delimiters and parenthesis-like symbols, e.g., on unexpected/unclosed braces.
18 * The '@'s after '*' are used for self-tests: they mark lines containing
26 /*@ intra-line carriage return character:
28 /*@ non-printable ASCII character:  */
29 /*@ non-ASCII character: ä */
31 // /*@ end-of-line comment style not allowed (for C90 compatibility) */
32 /*@0 intra-line comment indent off by 1, reported unless sloppy-cmt */
[all …]
Dcheck-format.pl3 # Copyright 2020-2023 The OpenSSL Project Authors. All Rights Reserved.
4 # Copyright Siemens AG 2019-2022
11 # check-format.pl
12 # - check formatting of C source according to OpenSSL coding style
15 # check-format.pl [-l|--sloppy-len] [-l|--sloppy-bodylen]
16 # [-s|--sloppy-space] [-c|--sloppy-comment]
17 # [-m|--sloppy-macro] [-h|--sloppy-hang]
18 # [-e|--eol-comment] [-1|--1-stmt]
21 # run self-tests:
22 # util/check-format.pl util/check-format-test-positives.c
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/cmake/
Dcompile_link_option.cmake4 set(CMAKE_C_FLAGS "/O2 /EHsc /GS /Zi /utf-8")
5 set(CMAKE_CXX_FLAGS "/O2 /EHsc /GS /Zi /utf-8 /std:c++17")
9 string(REPLACE "-g" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
10 string(REPLACE "-g" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
12 …set(CMAKE_C_FLAGS "-D_FORTIFY_SOURCE=2 -O2 -Wall -Werror -Wno-attributes -Wno-deprecated-declarati…
13 -Wno-missing-braces ${SECURE_C_FLAGS} ${CMAKE_C_FLAGS}")
14 …set(CMAKE_CXX_FLAGS "-D_FORTIFY_SOURCE=2 -O2 -Wall -Werror -Wno-attributes -Wno-deprecated-declara…
15 -Wno-missing-braces -std=c++17 ${SECURE_CXX_FLAGS} ${CMAKE_CXX_FLAGS}")
17 set(CMAKE_C_FLAGS_DEBUG "-DDebug -g -fvisibility=default")
18 set(CMAKE_CXX_FLAGS_DEBUG "-DDebug -g -fvisibility=default")
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
DFromJsonTest.java16 …ub.com/messageformat/messageformat/blob/master/packages/mf2-messageformat/src/__fixtures/test-mess…
43 // errorsJs: ["missing-var"]
61 .locale("ar-EG")
92 // errorsJs: ["invalid-type"]
125 .errors("invalid-type")
140 // https://github.com/unicode-org/message-format-wg/issues/292
180 .errors("missing-var")
241 .errors("missing-var")
246 .errors("missing-char", "missing-var")
251 .errors("missing-char")
[all …]
/third_party/typescript/tests/baselines/reference/
DjsdocTemplateTag3.errors.txt4 Property 'b' is missing in type '{ a: number; }' but required in type '{ a: number; b: string; }'.
6 ….js(25,2): error TS1069: Unexpected token. A type parameter name was expected without curly braces.
23 if(t.a + t.b.length > u.a - u.b.length && v.c) {
37 !!! error TS2345: Property 'b' is missing in type '{ a: number; }' but required in type '{ a: num…
46 !!! error TS1069: Unexpected token. A type parameter name was expected without curly braces.
/third_party/icu/icu4c/source/extra/uconv/
Duconv.1.in1 .\" Hey, Emacs! This is -*-nroff-*- you know...
7 .\" Copyright (C) 2000-2013 IBM, Inc. and others.
11 .TH UCONV 1 "2005-jul-1" "ICU MANPAGE" "ICU @VERSION@ Manual"
14 \- convert data from one encoding to another
21 .BI "\-V\fP, \fB\-\-version"
24 .BI "\-s\fP, \fB\-\-silent"
27 .BI "\-v\fP, \fB\-\-verbose"
30 .BI "\-l\fP, \fB\-\-list"
32 .BI "\-l\fP, \fB\-\-list\-code" " code"
34 .BI "\-\-default-code"
[all …]
/third_party/skia/third_party/externals/icu/source/extra/uconv/
Duconv.1.in1 .\" Hey, Emacs! This is -*-nroff-*- you know...
7 .\" Copyright (C) 2000-2013 IBM, Inc. and others.
11 .TH UCONV 1 "2005-jul-1" "ICU MANPAGE" "ICU @VERSION@ Manual"
14 \- convert data from one encoding to another
21 .BI "\-V\fP, \fB\-\-version"
24 .BI "\-s\fP, \fB\-\-silent"
27 .BI "\-v\fP, \fB\-\-verbose"
30 .BI "\-l\fP, \fB\-\-list"
32 .BI "\-l\fP, \fB\-\-list\-code" " code"
34 .BI "\-\-default-code"
[all …]
/third_party/jerryscript/tools/vera++/scripts/rules/
Djerry_switch_case.tcl9 # http://www.apache.org/licenses/LICENSE-2.0
17 # switch-case
23 foreach token [getTokens $fileName 1 0 -1 -1 {}] {
48 foreach next_token [getTokens $fileName $lineNumber $next_token_start -1 -1 {}] {
55 set state "first-case"
61 } elseif {$state == "first-case"} {
76 set state "space-after-case"
81 } elseif {$state == "space-after-case"} {
85 set state "case-label"
88 } elseif {$state == "case-label" || $state == "default"} {
[all …]
/third_party/openssl/crypto/conf/
Dconf_err.c3 * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
23 "mandatory braces in variable expansion"},
25 "missing close square bracket"},
27 "missing equal sign"},
29 "missing init function"},
41 "openssl conf references missing section"},
/third_party/musl/libc-test/
Dconfig.mak.def1 CFLAGS += -pipe -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -Wno-unused-function -Wno-missing-braces -
2 CFLAGS += -Wno-unknown-pragmas -fno-builtin -frounding-math
3 CFLAGS += -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=p…
4 CFLAGS += -g
5 LDFLAGS += -g
6 LDLIBS += -lpthread -lm -lrt
9 CFLAGS += -D_FILE_OFFSET_BITS=64
10 LDLIBS += -lcrypt -ldl -lresolv -lutil -lpthread
Dtest_template.gni5 test_dir = "${musl_base_dir}/libc-test"
6 out_test_dir = "${root_out_dir}/obj/${musl_base_dir}/libc-test"
17 "${root_out_dir}/obj/${musl_base_dir}/usr/include/${musl_arch}-linux-ohos"
19 "${root_out_dir}/obj/${musl_base_dir}/usr/lib/${musl_arch}-linux-ohos"
21 test_lib_dir = "musl/libc-test-lib"
43 part_name = "libc-test"
53 cflags = [ "-std=c++17" ]
67 "-pipe",
68 "-std=c99",
69 "-D_POSIX_C_SOURCE=200809L",
[all …]
/third_party/libevdev/
DBUILD.gn13 "-Wno-unused-parameter",
14 "-Wno-missing-braces",
26 "libevdev/libevdev-names.c",
27 "libevdev/libevdev-uinput.c",
/third_party/musl/libc-test/src/nativehook/
DBUILD.gn5 part_name = "libc-test"
19 "-pipe",
20 "-std=c11",
21 "-D_POSIX_C_SOURCE=200809L",
22 "-Wall",
23 "-Wno-unused",
24 "-Wno-unused-function",
25 "-Wno-missing-braces",
26 "-Wno-overflow",
27 "-Wno-unknown-pragmas",
[all …]
/third_party/musl/libc-test/src/api/
DBUILD.gn5 part_name = "libc-test"
17 "//third_party/musl/libc-test/src/common",
21 "-pipe",
22 "-std=c99",
23 "-D_POSIX_C_SOURCE=200809L",
24 "-Wall",
25 "-Wno-unused-function",
26 "-Wno-missing-braces",
27 "-Wno-unused",
28 "-Wno-overflow",
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/minddata/
DCMakeLists.txt13 set(CMAKE_CXX_FLAGS_DEBUG "$ENV{CXXFLAGS} -O0 -g2 -ggdb -fno-inline-functions -fno-omit-frame-point…
14-D_LIBCPP_INLINE_VISIBILITY='' -D_LIBCPP_DISABLE_EXTERN_TEMPLATE=1 -DHALF_ENABLE_CPP11_USER_LITERA…
15 -D_FORTIFY_SOURCE=2 -Wno-cpp")
17 set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wno-sign-compare -Wno-overloaded-virtual \
18 -Wno-unused-variable")
19 …set(CMAKE_CXX_FLAGS "$ENV{CXXFLAGS} -std=c++17 -Wall -fPIC -march=armv8.2-a -funsafe-math-optimiza…
20 -ftree-vectorize -flax-vector-conversions")
22 …set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Werror -Wno-return-std-move -Wno-unused-priva…
23-Wno-unused-lambda-capture -Wno-sign-compare -Wno-overloaded-virtual -Wno-unneeded-internal-declar…
24 -Wno-unused-variable -Wno-pessimizing-move -Wno-inconsistent-missing-override")
[all …]
/third_party/musl/dist/
Dconfig.mak11 # Installation prefix for musl-gcc compiler wrapper.
14 # Location for the dynamic linker ld-musl-$(ARCH).so.1
17 # Uncomment if you want to build i386 musl on a 64-bit host
18 #CFLAGS += -m32
20 # Uncomment to fix broken distro-patched toolchains where hash-style=gnu(only)
21 #LDFLAGS += -Wl,--hash-style,both
23 # Uncomment to fix broken distro-patched toolchains where stack-protector=on
24 #CFLAGS += -fno-stack-protector
27 #CFLAGS += -fomit-frame-pointer -mno-accumulate-outgoing-args
30 #CFLAGS += -fno-asynchronous-unwind-tables
[all …]
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.shaders.switch.txt1 -------------------------------------------------------------------------
3 -----------------------------------------------
11 http://www.apache.org/licenses/LICENSE-2.0
18 -------------------------------------------------------------------------
22 + dEQP-GLES3.functional.shaders.switch.*
28 + Fall-through
32 - Missing colons, opening or closing braces etc.
34 - Statements before first label
35 - Non-integer switch expressions
36 - case or default labels inside nested contol flow
[all …]
/third_party/optimized-routines/
Dconfig.mk.dist3 # Copyright (c) 2018-2020, Arm Limited.
4 # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
13 #CROSS_COMPILE = aarch64-none-linux-gnu-
17 CFLAGS = -std=c99 -pipe -O3
18 CFLAGS += -Wall -Wno-missing-braces
19 CFLAGS += -Werror=implicit-function-declaration
23 HOST_CFLAGS = -std=c99 -O2
24 HOST_CFLAGS += -Wall -Wno-unused-function
27 HOST_CFLAGS += -g
28 CFLAGS += -g
[all …]
/third_party/jerryscript/docs/
D08.CODING-STANDARDS.md15 * Run `tools/run-tests.py --check-vera` to check several
41 --- Bad ---
68 --- Bad ---
107 --- Bad ---
142 --- Bad ---
155 /* Missing comment after else. */
163 Each code block must be enclosed in curly braces even
164 if it is a single line statement. These braces must
200 * switch-case is not terminated by
223 --- Bad ---
[all …]
/third_party/elfutils/tests/
Drun-native-test.sh19 . $srcdir/test-subr.sh
23 # this test if it is missing parts of the backend implementation.
26 # the fixed test cases (run-allregs.sh et al) to test that backend
35 test $native -eq 0 || {
36 kill -9 $native 2> /dev/null || :
59 $cc -o native -g native.c > /dev/null 2>&1 &&
60 # Some shell versions don't do this right without the braces.
62 sleep 1 && kill -0 $native 2> /dev/null &&
70 testrun "$@" -e $1 > /dev/null
74 testrun "$@" -p $$ > /dev/null
[all …]
/third_party/typescript/src/compiler/transformers/
DtaggedTemplate.ts85 …"Template literal node is missing 'rawText' and does not have a source file. Possibly bad transfor…
88 …ains the original source, it will also contain quotes ("`"), dolar signs and braces ("${" and "}"),
93 text = text.substring(1, text.length - (isLast ? 1 : 2));
97 // ES6 Spec 11.8.6.1 - Static Semantics of TV's and TRV's
/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .build-rules
10 - _build/meson-logs/*.txt
11 - _build/meson-logs/strace
12 - shader-db
15 .build-linux:
16 extends: .build-common
23 - !reference [default, before_script]
24 - export PATH="/usr/lib/ccache:$PATH"
25 - export CCACHE_BASEDIR="$PWD"
[all …]
/third_party/vk-gl-cts/framework/delibs/coding_guidelines/
Dde-coding-guidelines.html9 margin-top: 50px;
10 margin-left: auto;
11 margin-right: auto;
13 background-color: #eee;
17 text-align: center;
18 font-size: 24pt;
19 margin-top: 1.5em;
20 margin-bottom: 0.5em;
24 font-style: italic;
25 text-align: center;
[all …]

12345678