Home
last modified time | relevance | path

Searched refs:CamelCase (Results 1 – 25 of 26) sorted by relevance

12

/external/compiler-rt/lib/sanitizer_common/
D.clang-tidy4 value: CamelCase
6 value: CamelCase
8 value: CamelCase
10 value: CamelCase
/external/clang/
D.clang-tidy4 value: CamelCase
6 value: CamelCase
10 value: CamelCase
12 value: CamelCase
/external/llvm/
D.clang-tidy4 value: CamelCase
6 value: CamelCase
10 value: CamelCase
12 value: CamelCase
/external/golang-protobuf/protoc-gen-go/grpc/
Dgrpc.go155 servName := generator.CamelCase(origServName)
265 methName := generator.CamelCase(origMethName)
275 respName = servName + "_" + generator.CamelCase(origMethName) + "Client"
282 methName := generator.CamelCase(method.GetName())
361 methName := generator.CamelCase(origMethName)
376 reqArgs = append(reqArgs, servName+"_"+generator.CamelCase(origMethName)+"Server")
383 methName := generator.CamelCase(method.GetName())
/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_generator.cc26 string CamelCase(const string& str, char delimiter, bool upper) { in CamelCase() function
55 const string group = CamelCase(lib_name, '_', false); in Run()
/external/v8/src/asmjs/
Dasm-types.h227 #define DEFINE_CAST(CamelCase) \ in FOR_EACH_ASM_VALUE_TYPE_LIST() argument
228 Asm##CamelCase* As##CamelCase() { \ in FOR_EACH_ASM_VALUE_TYPE_LIST()
232 return reinterpret_cast<AsmCallableType*>(this)->As##CamelCase(); \ in FOR_EACH_ASM_VALUE_TYPE_LIST()
/external/golang-protobuf/protoc-gen-go/generator/
Dname_test.go54 if got := CamelCase(tc.in); got != tc.want {
Dgenerator.go181 return CamelCase(*e.Name) + "_"
228 typeName[i] = CamelCase(s)
1780 base := CamelCase(*field.Name)
1793 fname := allocNames(CamelCase(odp.GetName()))[0]
1975 fieldname := "Default_" + ccTypeName + "_" + CamelCase(*field.Name)
2675 func CamelCase(s string) string { func
2716 func CamelCaseSlice(elem []string) string { return CamelCase(strings.Join(elem, "_")) }
/external/libmojo/mojo/public/tools/bindings/generators/
Dmojom_java_generator.py110 def CamelCase(name): function
132 return CamelCase(element.name)
/external/tensorflow/tensorflow/core/framework/
Dapi_def.proto55 // use a snake_case convention instead of CamelCase.
Dop_def.proto17 // Names should be CamelCase and match the regexp "[A-Z][a-zA-Z0-9_]*".
/external/tensorflow/tensorflow/docs_src/extend/
Dlanguage_bindings.md123 - Name of the op in CamelCase. For generated functions follow the conventions
125 instead of CamelCase for the op's function name.
Dadding_an_op.md99 > A note on naming: The op name must be in CamelCase and it must be unique
760 > Capitalized or CamelCase names.
/external/tensorflow/tensorflow/go/genop/internal/
Dgenop.go228 func {{$.Op.Name}}{{CamelCase .RenameTo}}(value {{GoType .Type}}) {{$.Op.Name}}Attr {
/external/markdown/docs/
DCHANGE_LOG25 with wikilinks (note the s) ext (uses bracketed links instead of CamelCase)
/external/tensorflow/tensorflow/contrib/specs/
DREADME.md15 - built-in layers are capitalized, not CamelCase (Relu, Fs, etc.)
/external/protobuf/src/google/protobuf/
Dunittest_proto3.proto229 // Test message with CamelCase field names. This violates Protocol Buffer
Dunittest.proto489 // Test message with CamelCase field names. This violates Protocol Buffer
/external/golang-protobuf/
DREADME.md72 - Names are turned from camel_case to CamelCase for export.
/external/tensorflow/tensorflow/docs_src/programmers_guide/
Dfaq.md290 particular, we use `CamelCase` names for classes, and `snake_case` names for
/external/protobuf/javanano/
DREADME.md169 present, or the file name converted to CamelCase. This
/external/protobuf/objectivec/
DGPBDescriptor.m602 // Undo the CamelCase.
/external/python/cpython2/Doc/tutorial/
Dcontrolflow.rst667 ``CamelCase`` for classes and ``lower_case_with_underscores`` for functions
/external/python/cpython3/Doc/tutorial/
Dcontrolflow.rst744 ``CamelCase`` for classes and ``lower_case_with_underscores`` for functions
/external/google-styleguide/
Dstyleguide.xsl895 <!-- Given a single word of text convert it from CamelCase to

12