Home
last modified time | relevance | path

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

123456789

/external/protobuf/objectivec/Tests/
DGPBUtilitiesTests.m72 // Upper + 3 (10 op), underscore, upper + 5 (10 op)
74 // All Upper for 4 (11 op), underscore, underscore, upper + 5 (10 op),
75 // underscore, lower + 0 (01 op)
77 // 2 byte key: as is + 3 (00 op), underscore, lower + 4 (01 op),
78 // underscore, lower + 3 (01 op), underscore, lower + 1 (01 op),
79 // underscore, lower + 30 (01 op), as is + 30 (00 op), as is + 13 (00 op),
80 // underscore, as is + 3 (00 op)
/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/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/llvm/test/CodeGen/AMDGPU/
DREADME19 - Use dash '-' and not underscore '_' to separate words in file names, unless
21 underscore '_' in its name.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
DREADME19 - Use dash '-' and not underscore '_' to separate words in file names, unless
21 underscore '_' in its name.
/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/xkbcommon/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 ] };
Dus17 key <AE11> { [ minus, underscore ] };
88 key <AE11> { [ minus, underscore, yen, dead_belowdot ] };
149 // dead_belowdot: on AltGr-underscore (AltGr-shift-minus)
172 key <AE11> { [ minus, underscore, dead_macron, dead_belowdot ] };
234 key <AC11> { [ minus, underscore ] };
298 // key <AC11> { [ minus, underscore, yen, dead_belowdot ] };
397 key <AC01> { [ minus, underscore ] };
463 key <AC11> { [ minus, underscore ] };
524 key <AC11> { [ minus, underscore ] };
594 …key <AC11> { [ minus, underscore, hyphen, endash ], type[Group1] = "FOU…
[all …]
Dca16 key <AE11> { [ minus, underscore, onehalf ] };
102 key <AC11> { [ minus, underscore, onehalf ] };
140 key <AE11> { [ minus, underscore, bar, questiondown] };
186 key <AE11> { [ minus, underscore ] };
283 key <AE11> { [ minus, underscore ] };
354 key <AE11> { [ minus, underscore, onehalf, NoSymbol,
Dru37 key <AE11> { [ minus, underscore ] };
120 key <AE08> { [ underscore, 8 ] };
146 key <AE08> { [ underscore, 8 ] };
171 key <AE11> { [ minus, underscore ] };
448 key <AE11> { [ minus, percent, minus, underscore ] };
523 …AE11> { [ U0483, U0486, U0487, U005F ] }; // а҃ а҆ а҇, _ (titlo, psili, pokrytie, underscore)
605 key <AE11> { [ minus, underscore, emdash, endash ] };
/external/llvm/lib/CodeGen/MIRParser/
DMILexer.h38 underscore, enumerator
150 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMILexer.h38 underscore, enumerator
177 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-7.0/llvm/test/MC/AsmParser/
Ddirective_include.s8 .include "directive\137set.s" # "\137" is underscore "_"
Ddirective_incbin.s5 .incbin "incbin\137abcd" # "\137" is underscore "_"
/external/markdown/tests/misc/
Dem_strong.txt3 One underscore: _
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-simplest-elf.ll8 ; Check source looks ELF-like: no leading underscore, comments with //
/external/llvm/test/CodeGen/AArch64/
Darm64-simplest-elf.ll8 ; Check source looks ELF-like: no leading underscore, comments with //
/external/python/cpython3/Modules/_ctypes/darwin/
DREADME21 an underscore to passed in symbol names, this allows easier porting of
52 If you want old dlcompat style behavior of not prepending the underscore
/external/python/cpython2/Modules/_ctypes/darwin/
DREADME21 an underscore to passed in symbol names, this allows easier porting of
52 If you want old dlcompat style behavior of not prepending the underscore
/external/swiftshader/third_party/LLVM/autoconf/m4/
Dltdl.m4342 # does the compiler prefix global symbols with an underscore?
356 # See whether the symbols have a leading underscore.
385 AC_CACHE_CHECK([whether we have to add an underscore for dlsym],
400 [Define if dlsym() requires a leading underscore in symbol names.])
/external/python/cpython2/Lib/idlelib/
Dextend.txt44 An underscore in the menu label is removed; the character following the
45 underscore is displayed underlined, to indicate the shortcut character (for
/external/python/cpython3/Lib/idlelib/
Dextend.txt44 An underscore in the menu label is removed; the character following the
45 underscore is displayed underlined, to indicate the shortcut character (for

123456789