Searched +full:missing +full:- +full:braces (Results 1 – 25 of 200) sorted by relevance
12345678
/third_party/openssl/util/ |
D | check-format-test-positives.c | 2 * 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 …]
|
/third_party/node/deps/openssl/openssl/util/ |
D | check-format-test-positives.c | 2 * 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 …]
|
/third_party/musl/libc-test/src/common/ |
D | BUILD.gn | 21 "-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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/ |
D | FromJsonTest.java | 16 …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/ |
D | jsdocTemplateTag3.errors.txt | 4 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/ |
D | uconv.1.in | 1 .\" 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/ |
D | uconv.1.in | 1 .\" 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/ |
D | jerry_switch_case.tcl | 9 # 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/ |
D | conf_err.c | 3 * 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/node/deps/openssl/openssl/crypto/conf/ |
D | conf_err.c | 3 * 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/ |
D | config.mak.def | 1 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
|
D | test_template.gni | 5 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" 36 part_name = "libc-test" 54 "-pipe", 55 "-std=c99", 56 "-D_POSIX_C_SOURCE=200809L", 57 "-Wall", [all …]
|
/third_party/libevdev/ |
D | BUILD.gn | 13 "-Wno-unused-parameter", 14 "-Wno-missing-braces", 26 "libevdev/libevdev-names.c", 27 "libevdev/libevdev-uinput.c",
|
/third_party/musl/libc-test/src/nativehook/ |
D | BUILD.gn | 5 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/ |
D | BUILD.gn | 5 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/ltp/tools/sparse/sparse-src/validation/ |
D | Wuniv-init-ko.c | 21 * check-name: univ-init-ko 22 * check-command: sparse -Wuniversal-initializer $file 24 * check-error-start 25 Wuniv-init-ko.c:6:23: warning: Using plain integer as NULL pointer 26 Wuniv-init-ko.c:8:16: error: invalid initializer 27 Wuniv-init-ko.c:9:16: error: invalid initializer 28 Wuniv-init-ko.c:10:26: warning: Using plain integer as NULL pointer 29 Wuniv-init-ko.c:18:23: warning: missing braces around initializer 30 * check-error-end
|
/third_party/musl/dist/ |
D | config.mak | 11 # 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/ |
D | functional.shaders.switch.txt | 1 ------------------------------------------------------------------------- 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/jerryscript/docs/ |
D | 08.CODING-STANDARDS.md | 15 * 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/optimized-routines/ |
D | config.mk.dist | 3 # 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/elfutils/tests/ |
D | run-native-test.sh | 19 . $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/json/tools/cpplint/ |
D | cpplint.py | 31 """Does google-lint on c++ files. 34 be in non-compliance with google style. It does not attempt to fix 35 up these problems -- the point is to educate. It does also not 45 # pylint: disable=consider-using-f-string 47 # pylint: disable=invalid-name 72 # -- pylint: disable=redefined-builtin 77 Syntax: cpplint.py [--verbose=#] [--output=emacs|eclipse|vs7|junit|sed|gsed] 78 [--filter=-x,+y,...] 79 [--counting=total|toplevel|detailed] [--root=subdir] 80 [--repository=path] [all …]
|
/third_party/mesa3d/.gitlab-ci/build/ |
D | gitlab-ci.yml | 2 .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/typescript/src/compiler/transformers/ |
D | taggedTemplate.ts | 85 …"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/vk-gl-cts/framework/delibs/coding_guidelines/ |
D | de-coding-guidelines.html | 9 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