Home
last modified time | relevance | path

Searched refs:underscore (Results 1 – 25 of 268) sorted by relevance

1234567891011

/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dgoogle-readability-avoid-underscore-in-googletest-name.rst1 .. title:: clang-tidy - google-readability-avoid-underscore-in-googletest-name
3 google-readability-avoid-underscore-in-googletest-name
33 …lob/master/googletest/docs/faq.md#why-should-test-suite-names-and-test-names-not-contain-underscore
34 …lob/master/googletest/docs/faq.md#why-should-test-suite-names-and-test-names-not-contain-underscore
Dbugprone-reserved-identifier.rst12 - identifiers that begin with an underscore followed by an uppercase letter;
13 - identifiers in the global namespace that begin with an underscore.
15 The C standard additionally reserves names beginning with a double underscore,
17 underscore occurring anywhere.
/external/llvm-project/llvm/test/tools/llvm-cxxfilt/
Dstrip-underscore.test1 ## Show the behaviour of --[no-]strip-underscore. This test does not test
5 RUN: llvm-cxxfilt --strip-underscore __ZN2ns1fE _ZSt1f _f | FileCheck %s -check-prefix CHECK-STRIPP…
7 RUN: llvm-cxxfilt --no-strip-underscore __ZN2ns1fE _ZSt1f _f | FileCheck %s -check-prefix CHECK-UNS…
Dsimple.test3 ## (alias for --no-strip-underscore) because on darwin, the default for
4 ## --strip-underscore is true, but false elsewhere.
Dstrip-underscore-default-darwin.test3 ## Show that on darwin, the default is to strip the leading underscore.
Dstrip-underscore-default.test4 ## underscore.
/external/llvm-project/llvm/tools/llvm-shlib/
Dgen-msvc-exports.py54 def gen_llvm_c_export(output, underscore, libs, nm): argument
64 p = _UNDERSCORE_REGEX[underscore]
112 gen_llvm_c_export(ns.output, ns.underscore, libs, ns.nm)
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-cxxfilt.rst55 .. option:: --no-strip-underscore, -n
57 Do not strip a leading underscore. This is the default for all platforms
60 .. option:: --strip-underscore, -_
62 Strip a single leading underscore, if present, from each input name before
/external/rust/crates/remain/tests/
Dorder.rs20 underscore, enumerator
50 underscore, enumerator
/external/grpc-grpc/src/ruby/lib/grpc/generic/
Dservice.rb33 def self.underscore(s) singletonMethod
98 define_method(GenericService.underscore(name.to_s).to_sym) do |_, _|
163 mth_name = GenericService.underscore(name.to_s).to_sym
/external/grpc-grpc/src/ruby/spec/generic/
Dservice_spec.rb54 expect(GenericService.underscore('AnRPC')).to eq('an_rpc')
55 expect(GenericService.underscore('AMethod')).to eq('a_method')
56 expect(GenericService.underscore('PrintHTML')).to eq('print_html')
57 expect(GenericService.underscore('SeeHTMLBooks')).to eq('see_html_books')
/external/protobuf/objectivec/Tests/
DGPBUtilitiesTests.m73 // Upper + 3 (10 op), underscore, upper + 5 (10 op)
75 // All Upper for 4 (11 op), underscore, underscore, upper + 5 (10 op),
76 // underscore, lower + 0 (01 op)
78 // 2 byte key: as is + 3 (00 op), underscore, lower + 4 (01 op),
79 // underscore, lower + 3 (01 op), underscore, lower + 1 (01 op),
80 // underscore, lower + 30 (01 op), as is + 30 (00 op), as is + 13 (00 op),
81 // underscore, as is + 3 (00 op)
/external/llvm/test/CodeGen/AMDGPU/
DREADME19 - Use dash '-' and not underscore '_' to separate words in file names, unless
21 underscore '_' in its name.
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
DREADME19 - Use dash '-' and not underscore '_' to separate words in file names, unless
21 underscore '_' in its name.
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/
Dxc-translit.m429 dnl converted to the underscore '_' character.
54 dnl converted to the underscore '_' character.
82 dnl converted to the underscore '_' character and alnum
113 dnl converted to the underscore '_' character and alnum
/external/curl/m4/
Dxc-translit.m429 dnl converted to the underscore '_' character.
54 dnl converted to the underscore '_' character.
82 dnl converted to the underscore '_' character and alnum
113 dnl converted to the underscore '_' character and alnum
/external/libxkbcommon/test/data/symbols/
Dlatin16 key <AE11> { [ minus, underscore, backslash, questiondown ] };
89 key <AB10> { [ minus, underscore, dead_belowdot, dead_abovedot ] };
136 key <AB10> { [ minus, underscore, dead_belowdot, dead_abovedot ] };
160 key <AB10> { [ minus, underscore, dead_belowdot, abovedot ] };
174 key <AB10> { [ minus, underscore, dead_belowdot, abovedot ] };
216 key <AE11> { [ minus, underscore, endash, dead_macron ] };
/external/llvm/lib/CodeGen/MIRParser/
DMILexer.h38 underscore, enumerator
150 return Kind == NamedRegister || Kind == underscore || in isRegister()
/external/llvm/test/MC/AsmParser/
Ddirective_incbin.s4 .incbin "incbin\137abcd" # "\137" is underscore "_"
Ddirective_include.s8 .include "directive\137set.s" # "\137" is underscore "_"
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.h37 underscore, enumerator
190 return Kind == NamedRegister || Kind == underscore || in isRegister()
/external/llvm-project/llvm/lib/CodeGen/MIRParser/
DMILexer.h36 underscore, enumerator
192 return Kind == NamedRegister || Kind == underscore || in isRegister()
/external/curl/tests/
Dobjnames.inc45 # are conformed with underscore '_' separated substrings, or separated by
56 # 4) Characters not in [A-Z] or [0-9] are transliterated to underscore '_'.
58 # 6) Five leftmost substrings which end in an underscore character are
/external/llvm-project/llvm/test/MC/AsmParser/
Ddirective_include.s8 .include "directive\137set.s" # "\137" is underscore "_"
/external/markdown/tests/misc/
Dem_strong.txt3 One underscore: _

1234567891011