Home
last modified time | relevance | path

Searched refs:underscores (Results 1 – 25 of 135) sorted by relevance

123456

/external/mesa3d/src/compiler/glsl/glcpp/tests/
D147-undef-builtin-allowed.c.expected1 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/
Dem_strong.txt9 Two underscores __
17 three underscores: ___
Dbenchmark.dat50 strong-with-underscores:0.090000:0.000000
55 underscores:0.120000:0.000000
Dbr.txt7 Or, if you prefer, <strong>use two underscores instead</strong>.</p>
/external/kmod/libkmod/
Dlibkmod-config.c487 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/deqp-deps/glslang/Test/baseResults/
Ddecls.frag.out20 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
DcppSimple.vert.out29 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/swiftshader/third_party/llvm-7.0/llvm/test/FileCheck/
Dvalidate-check-prefix.txt10 unique and start with a letter and contain only alphanumeric characters, hyphens and underscores
/external/llvm/test/FileCheck/
Dvalidate-check-prefix.txt10 unique and start with a letter and contain only alphanumeric characters, hyphens and underscores
/external/clang/test/Preprocessor/
Dfeature_tests.c27 #error Feature name in double underscores does not work
/external/kmod/shared/
Dutil.h25 int underscores(char *s) _must_check_;
/external/markdown/MarkdownTest/Tests_2007/
DMarkdown Documentation - Basics.text102 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/
DMarkdown Documentation - Basics.text102 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/tests/markdown-test/
Dmarkdown-documentation-basics.txt102 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/grpc-grpc/src/php/lib/Grpc/
DBaseStub.php234 'alphanumeric characters, hyphens and underscores'
/external/kmod/testsuite/
Dtest-util.c136 underscores(val); in test_underscores()
/external/mesa3d/m4/
Dax_gcc_builtin.m417 # builtins usually start with two underscores they will be copied over
/external/libxkbcommon/xkbcommon/m4/
Dax_gcc_builtin.m417 # builtins usually start with two underscores they will be copied over
/external/python/cpython3/Doc/library/
Dbinascii.rst73 *header* is present and true, underscores will be decoded as spaces.
83 present and true, spaces will be encoded as underscores per :rfc:`1522`. If the
Dquopri.rst43 as underscores as per :rfc:`1522`.
/external/python/cpython2/Doc/library/
Dbinascii.rst58 *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/skia/site/dev/tools/
Dmarkdown.md224 Markdown uses asterisks and underscores to indicate spans of emphasis.
232 Or, if you prefer, __use two underscores instead__.
240 Or, if you prefer, <strong>use two underscores instead</strong>.</p>
/external/skqp/site/dev/tools/
Dmarkdown.md224 Markdown uses asterisks and underscores to indicate spans of emphasis.
232 Or, if you prefer, __use two underscores instead__.
240 Or, if you prefer, <strong>use two underscores instead</strong>.</p>
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a2.rst58 Fixed a ValueError when convert a string with large number of underscores to
532 The operator functions without double underscores are preferred for clarity.
533 The one with underscores are only kept for back-compatibility.
/external/curl/docs/
DRELEASE-PROCEDURE.md14 tag and we use underscores instead of dots in the version number. Make sure

123456