HomeSort by relevance Sort by last modified time
    Searched refs:underscore (Results 1 - 25 of 47) sorted by null

1 2

  /external/llvm/test/MC/AsmParser/
directive_incbin.s 4 .incbin "incbin\137abcd" # "\137" is underscore "_"
directive_include.s 8 .include "directive\137set.s" # "\137" is underscore "_"
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
directive_include.s 8 .include "directive\137set.s" # "\137" is underscore "_"
directive_incbin.s 5 .incbin "incbin\137abcd" # "\137" is underscore "_"
  /external/grpc-grpc/src/ruby/lib/grpc/generic/
service.rb 25 # creates a new string that is the underscore separate version of s.
33 def self.underscore(s) singleton method in class:GRPC.GenericService
98 define_method(GenericService.underscore(name.to_s).to_sym) do |_, _|
163 mth_name = GenericService.underscore(name.to_s).to_sym
rpc_server.rb 481 rpc_name = GenericService.underscore(name.to_s).to_sym
  /external/grpc-grpc/src/ruby/spec/generic/
service_spec.rb 52 context '#underscore' do
53 it 'should convert CamelCase to underscore separated' do
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')
  /device/google/bonito/
utils.mk 3 underscore := $(empty)_$(empty) macro
112 # uses underscore as a delimiter
116 $(call match-prefix,$(1),$(underscore),$(TARGET_BOARD_PLATFORM))
135 $(call match-prefix,$(1),$(underscore),$(TARGET_BOARD_PLATFORM)), \
  /device/google/crosshatch/
utils.mk 3 underscore := $(empty)_$(empty) macro
112 # uses underscore as a delimiter
116 $(call match-prefix,$(1),$(underscore),$(TARGET_BOARD_PLATFORM))
135 $(call match-prefix,$(1),$(underscore),$(TARGET_BOARD_PLATFORM)), \
  /device/google/marlin/common/
utils.mk 3 underscore := $(empty)_$(empty) macro
112 # uses underscore as a delimiter
116 $(call match-prefix,$(1),$(underscore),$(TARGET_BOARD_PLATFORM))
135 $(call match-prefix,$(1),$(underscore),$(TARGET_BOARD_PLATFORM)), \
  /device/google/wahoo/
utils.mk 3 underscore := $(empty)_$(empty) macro
112 # uses underscore as a delimiter
116 $(call match-prefix,$(1),$(underscore),$(TARGET_BOARD_PLATFORM))
135 $(call match-prefix,$(1),$(underscore),$(TARGET_BOARD_PLATFORM)), \
  /external/llvm/lib/CodeGen/MIRParser/
MILexer.h 38 underscore, enumerator in enum:llvm::MIToken::TokenKind
150 return Kind == NamedRegister || Kind == underscore ||
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
MILexer.h 38 underscore, enumerator in enum:llvm::MIToken::TokenKind
177 return Kind == NamedRegister || Kind == underscore ||
  /external/chromium-trace/catapult/common/eslint/rules/
catapult-camelcase.js 48 * Checks if a string contains an underscore and isn't all upper-case
55 // if there's an underscore, it might be A_VARANT, which is okay
  /device/generic/opengl-transport/host/libs/virglrenderer/
gen_entries.py 238 def gen_symbols(entries, underscore):
240 |underscore| is a boolean. If True, then prepend an underscore to each
244 if underscore:
  /external/kotlinc/bin/
kotlinc.bat 14 rem - Local batch variables start with an underscore ('_')
  /external/jline/src/src/main/java/jline/
ANSIBuffer.java 99 public ANSIBuffer underscore(final String str) { method in class:ANSIBuffer
100 return attrib(str, ANSICodes.UNDERSCORE);
114 static final int UNDERSCORE = 4;
250 * 4 Underscore (on monochrome display adapter only)
  /build/soong/symbol_inject/
macho.go 58 // symbols in macho files seem to be prefixed with an underscore
pe.go 37 // symbols in win32 exes seem to be prefixed with an underscore
  /bionic/libc/tzcode/
strftime.c 179 static char *getformat(int modifier, char *normal, char *underscore,
183 return underscore;
  /external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
c++filt.go 38 var stripUnderscore = flag.Bool("_", false, "Ignore first leading underscore")
  /external/swiftshader/third_party/LLVM/autoconf/m4/
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/tensorflow/tensorflow/contrib/graph_editor/
transform.py 428 by appending an underscore followed by a digit (default).
603 by appending an underscore followed by a digit (default).
645 by appending an underscore followed by a digit (default).
720 by appending an underscore followed by a digit (default).
  /external/boringssl/src/util/
make_prefix_headers.go 133 // symbols. The linker expects symbols to be prefixed with an underscore.
134 // Perlasm thus generates symbol with this underscore applied. Our macros must,
  /build/soong/cc/config/
clang.go 110 // Disable overly aggressive warning for macros defined with a leading underscore

Completed in 767 milliseconds

1 2