Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/
D.clang-tidy4 value: CamelCase
6 value: CamelCase
10 value: CamelCase
12 value: CamelCase
14 value: CamelCase
16 value: CamelCase
/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.go151 servName := generator.CamelCase(origServName)
275 methName := generator.CamelCase(origMethName)
285 respName = servName + "_" + generator.CamelCase(origMethName) + "Client"
292 methName := generator.CamelCase(method.GetName())
374 methName := generator.CamelCase(origMethName)
389 reqArgs = append(reqArgs, servName+"_"+generator.CamelCase(origMethName)+"Server")
396 methName := generator.CamelCase(method.GetName())
/external/v8/src/asmjs/
Dasm-types.h184 #define DEFINE_CAST(CamelCase) \ in FOR_EACH_ASM_VALUE_TYPE_LIST() argument
185 Asm##CamelCase* As##CamelCase() { \ in FOR_EACH_ASM_VALUE_TYPE_LIST()
189 return reinterpret_cast<AsmCallableType*>(this)->As##CamelCase(); \ in FOR_EACH_ASM_VALUE_TYPE_LIST()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-ar/
Dcase-detection.test1 -- Test CamelCase tool name to ensure detection works properly
/external/golang-protobuf/protoc-gen-go/generator/
Dname_test.go54 if got := CamelCase(tc.in); got != tc.want {
Dgenerator.go197 return CamelCase(*e.Name) + "_"
244 typeName[i] = CamelCase(s)
1753 return "Default_" + goMessageType + "_" + CamelCase(protoFieldName)
2238 base := CamelCase(*field.Name)
2248 base := CamelCase(odp.GetName())
2665 func CamelCase(s string) string { func
2706 func CamelCaseSlice(elem []string) string { return CamelCase(strings.Join(elem, "_")) }
/external/yapf/
DCONTRIBUTING.rst35 - CamelCase for function and method names rather than words_with_underscores.
/external/libchrome/mojo/public/tools/bindings/generators/
Dmojom_java_generator.py117 def CamelCase(name): function
142 return CamelCase(element.name)
/external/tensorflow/tensorflow/core/framework/
Dapi_def.proto64 // 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/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.md121 - Names are turned from camel_case to CamelCase for export.
/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.rst745 ``CamelCase`` for classes and ``lower_case_with_underscores`` for functions
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto373 // By default Swift generators will take the proto package and CamelCase it
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto405 // By default Swift generators will take the proto package and CamelCase it

12