/external/protobuf/objectivec/Tests/ |
D | GPBUtilitiesTests.m | 72 // 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/ |
D | service_spec.rb | 54 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/ |
D | service.rb | 33 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/ |
D | README | 19 - 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/ |
D | README | 19 - Use dash '-' and not underscore '_' to separate words in file names, unless 21 underscore '_' in its name.
|
/external/curl/m4/ |
D | xc-translit.m4 | 29 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/ |
D | latin | 16 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 ] };
|
D | us | 17 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 …]
|
D | ca | 16 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,
|
D | ru | 37 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/ |
D | MILexer.h | 38 underscore, enumerator 150 return Kind == NamedRegister || Kind == underscore || in isRegister()
|
/external/curl/tests/ |
D | objnames.inc | 45 # 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/ |
D | MILexer.h | 38 underscore, enumerator 177 return Kind == NamedRegister || Kind == underscore || in isRegister()
|
/external/llvm/test/MC/AsmParser/ |
D | directive_incbin.s | 4 .incbin "incbin\137abcd" # "\137" is underscore "_"
|
D | directive_include.s | 8 .include "directive\137set.s" # "\137" is underscore "_"
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/ |
D | directive_include.s | 8 .include "directive\137set.s" # "\137" is underscore "_"
|
D | directive_incbin.s | 5 .incbin "incbin\137abcd" # "\137" is underscore "_"
|
/external/markdown/tests/misc/ |
D | em_strong.txt | 3 One underscore: _
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-simplest-elf.ll | 8 ; Check source looks ELF-like: no leading underscore, comments with //
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-simplest-elf.ll | 8 ; Check source looks ELF-like: no leading underscore, comments with //
|
/external/python/cpython3/Modules/_ctypes/darwin/ |
D | README | 21 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/ |
D | README | 21 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/ |
D | ltdl.m4 | 342 # 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/ |
D | extend.txt | 44 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/ |
D | extend.txt | 44 An underscore in the menu label is removed; the character following the 45 underscore is displayed underlined, to indicate the shortcut character (for
|