/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 147-undef-builtin-allowed.c.expected | 1 0:2(1): preprocessor warning: names containing consecutive underscores are reserved. 2 0:3(1): preprocessor warning: names containing consecutive underscores are reserved. 3 0:4(1): preprocessor warning: names containing consecutive underscores are reserved.
|
/external/markdown/tests/misc/ |
D | em_strong.txt | 9 Two underscores __ 17 three underscores: ___
|
D | benchmark.dat | 50 strong-with-underscores:0.090000:0.000000 55 underscores:0.120000:0.000000
|
D | br.txt | 7 Or, if you prefer, <strong>use two underscores instead</strong>.</p>
|
/external/kmod/libkmod/ |
D | libkmod-config.c | 487 if (underscores(modname) < 0) { in kcmdline_parse_result() 604 if (underscores(alias) < 0 || underscores(modname) < 0) in kmod_config_parse() 611 if (underscores(modname) < 0) in kmod_config_parse() 619 if (underscores(modname) < 0 || options == NULL) in kmod_config_parse() 627 if (underscores(modname) < 0 || installcmd == NULL) in kmod_config_parse() 636 if (underscores(modname) < 0 || removecmd == NULL) in kmod_config_parse() 645 if (underscores(modname) < 0 || softdeps == NULL) in kmod_config_parse()
|
/external/angle/third_party/glslang/src/Test/baseResults/ |
D | decls.frag.out | 20 WARNING: 0:46: 'foob__vi4' : identifiers containing consecutive underscores ("__") are reserved 21 WARNING: 0:47: 'foob__vj' : identifiers containing consecutive underscores ("__") are reserved 22 WARNING: 0:47: 'foob__vk5' : identifiers containing consecutive underscores ("__") are reserved 23 WARNING: 0:48: '__foobvm2' : identifiers containing consecutive underscores ("__") are reserved 24 WARNING: 0:48: '__foobvm3' : identifiers containing consecutive underscores ("__") are reserved 25 WARNING: 0:49: 'foob__vn8' : identifiers containing consecutive underscores ("__") are reserved 26 WARNING: 0:49: 'foob__vp' : identifiers containing consecutive underscores ("__") are reserved
|
D | cppSimple.vert.out | 29 WARNING: 0:143: '#define' : names containing consecutive underscores are reserved: __M 30 WARNING: 0:144: '#define' : names containing consecutive underscores are reserved: M__ 31 WARNING: 0:145: '#define' : names containing consecutive underscores are reserved: ABC__DE 44 WARNING: 0:204: '#undef' : names containing consecutive underscores are reserved: __VERSION__
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | decls.frag.out | 20 WARNING: 0:46: 'foob__vi4' : identifiers containing consecutive underscores ("__") are reserved 21 WARNING: 0:47: 'foob__vj' : identifiers containing consecutive underscores ("__") are reserved 22 WARNING: 0:47: 'foob__vk5' : identifiers containing consecutive underscores ("__") are reserved 23 WARNING: 0:48: '__foobvm2' : identifiers containing consecutive underscores ("__") are reserved 24 WARNING: 0:48: '__foobvm3' : identifiers containing consecutive underscores ("__") are reserved 25 WARNING: 0:49: 'foob__vn8' : identifiers containing consecutive underscores ("__") are reserved 26 WARNING: 0:49: 'foob__vp' : identifiers containing consecutive underscores ("__") are reserved
|
D | cppSimple.vert.out | 29 WARNING: 0:143: '#define' : names containing consecutive underscores are reserved: __M 30 WARNING: 0:144: '#define' : names containing consecutive underscores are reserved: M__ 31 WARNING: 0:145: '#define' : names containing consecutive underscores are reserved: ABC__DE 44 WARNING: 0:204: '#undef' : names containing consecutive underscores are reserved: __VERSION__
|
/external/llvm/test/FileCheck/ |
D | validate-check-prefix.txt | 10 unique and start with a letter and contain only alphanumeric characters, hyphens and underscores
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/FileCheck/ |
D | validate-check-prefix.txt | 10 unique and start with a letter and contain only alphanumeric characters, hyphens and underscores
|
/external/clang/test/Preprocessor/ |
D | feature_tests.c | 27 #error Feature name in double underscores does not work
|
/external/kmod/shared/ |
D | util.h | 25 int underscores(char *s) _must_check_;
|
/external/grpc-grpc/src/php/lib/Grpc/ |
D | BaseStub.php | 234 'alphanumeric characters, hyphens and underscores'
|
/external/kmod/testsuite/ |
D | test-util.c | 136 underscores(val); in test_underscores()
|
/external/markdown/tests/markdown-test/ |
D | markdown-documentation-basics.txt | 102 Markdown uses asterisks and underscores to indicate spans of emphasis. 110 Or, if you prefer, __use two underscores instead__. 118 Or, if you prefer, <strong>use two underscores instead</strong>.</p>
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Markdown Documentation - Basics.text | 102 Markdown uses asterisks and underscores to indicate spans of emphasis. 110 Or, if you prefer, __use two underscores instead__. 118 Or, if you prefer, <strong>use two underscores instead</strong>.</p>
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Markdown Documentation - Basics.text | 102 Markdown uses asterisks and underscores to indicate spans of emphasis. 110 Or, if you prefer, __use two underscores instead__. 118 Or, if you prefer, <strong>use two underscores instead</strong>.</p>
|
/external/oss-fuzz/docs/getting-started/ |
D | accepting_new_projects.md | 20 underscores(_) or dashes(-).
|
/external/libxkbcommon/xkbcommon/m4/ |
D | ax_gcc_builtin.m4 | 17 # builtins usually start with two underscores they will be copied over
|
/external/angle/doc/ |
D | CodingStandard.md | 48 * {DEV} Filenames should be all lowercase and can include underscores (`_`). 73 * Macros: all uppercase with underscores
|
/external/python/cpython2/Doc/library/ |
D | binascii.rst | 58 *header* is present and true, underscores will be decoded as spaces. 68 present and true, spaces will be encoded as underscores per RFC1522. If the
|
/external/python/cpython3/Doc/library/ |
D | quopri.rst | 43 as underscores as per :rfc:`1522`.
|
/external/boringssl/src/util/ |
D | make_prefix_headers.go | 175 ; 32-bit Windows adds underscores to C functions, while 64-bit Windows does not.
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0a2.rst | 58 Fixed a ValueError when convert a string with large number of underscores to 530 The operator functions without double underscores are preferred for clarity. 531 The one with underscores are only kept for back-compatibility.
|