Home
last modified time | relevance | path

Searched full:camelcase (Results 1 – 25 of 628) sorted by relevance

12345678910>>...26

/aosp_15_r20/external/drm_hwcomposer/
H A D.clang-tidy7 value: CamelCase
11 value: CamelCase
15 value: CamelCase
17 value: CamelCase
21 value: CamelCase
23 value: CamelCase
27 value: CamelCase
47 value: CamelCase
49 value: CamelCase
/aosp_15_r20/external/rust/android-crates-io/crates/ident_case/src/
Dlib.rs4 //! * Supports `snake_case`, `lowercase`, `camelCase`,
12 //! assert_eq!("helloWorld", RenameRule::CamelCase.apply_to_field("hello_world"));
39 /// Rename direct children to "camelCase" style.
40 CamelCase, enumerator
57 CamelCase => variant[..1].to_ascii_lowercase() + &variant[1..], in apply_to_variant()
94 CamelCase => { in apply_to_field()
111 "camelCase" => Ok(CamelCase), in from_str()
142 assert_eq!(CamelCase.apply_to_variant(original), camel); in rename_variants()
162 assert_eq!(CamelCase.apply_to_field(original), camel); in rename_fields()
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dextension_set.cc284 #define PRIMITIVE_ACCESSORS(UPPERCASE, LOWERCASE, CAMELCASE) \ argument
286 LOWERCASE ExtensionSet::Get##CAMELCASE(int number, LOWERCASE default_value) \
297 const LOWERCASE& ExtensionSet::GetRef##CAMELCASE( \
308 void ExtensionSet::Set##CAMELCASE(int number, FieldType type, \
324 LOWERCASE ExtensionSet::GetRepeated##CAMELCASE(int number, int index) \
332 const LOWERCASE& ExtensionSet::GetRefRepeated##CAMELCASE(int number, \
340 void ExtensionSet::SetRepeated##CAMELCASE(int number, int index, \
348 void ExtensionSet::Add##CAMELCASE(int number, FieldType type, bool packed, \
1049 #define HANDLE_TYPE(UPPERCASE, LOWERCASE, CAMELCASE) \ in InternalExtensionMergeFrom() argument
1051 Set##CAMELCASE(number, other_extension.type, \ in InternalExtensionMergeFrom()
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc284 #define PRIMITIVE_ACCESSORS(UPPERCASE, LOWERCASE, CAMELCASE) \ argument
286 LOWERCASE ExtensionSet::Get##CAMELCASE(int number, LOWERCASE default_value) \
297 const LOWERCASE& ExtensionSet::GetRef##CAMELCASE( \
308 void ExtensionSet::Set##CAMELCASE(int number, FieldType type, \
324 LOWERCASE ExtensionSet::GetRepeated##CAMELCASE(int number, int index) \
332 const LOWERCASE& ExtensionSet::GetRefRepeated##CAMELCASE(int number, \
340 void ExtensionSet::SetRepeated##CAMELCASE(int number, int index, \
348 void ExtensionSet::Add##CAMELCASE(int number, FieldType type, bool packed, \
1049 #define HANDLE_TYPE(UPPERCASE, LOWERCASE, CAMELCASE) \ in InternalExtensionMergeFrom() argument
1051 Set##CAMELCASE(number, other_extension.type, \ in InternalExtensionMergeFrom()
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/strum_macros-0.25.3/src/helpers/
H A Dcase_style.rs13 CamelCase, enumerator
27 "camelCase",
65 "camelCase" => CaseStyle::CamelCase, in from_str()
101 CaseStyle::CamelCase => { in convert_case()
125 assert_eq!("testMe", id.convert_case(Some(CaseStyle::CamelCase))); in test_convert_case()
138 assert_eq!(CamelCase, f("camelCase").unwrap()); in test_impl_from_str_for_case_style_pascal_case()
/aosp_15_r20/external/rust/android-crates-io/crates/strum_macros/src/helpers/
Dcase_style.rs13 CamelCase, enumerator
27 "camelCase",
65 "camelCase" => CaseStyle::CamelCase, in from_str()
101 CaseStyle::CamelCase => { in convert_case()
125 assert_eq!("testMe", id.convert_case(Some(CaseStyle::CamelCase))); in test_convert_case()
138 assert_eq!(CamelCase, f("camelCase").unwrap()); in test_impl_from_str_for_case_style_pascal_case()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.197/src/internals/
H A Dcase.rs19 /// Rename direct children to "camelCase" style.
20 CamelCase, enumerator
37 ("camelCase", CamelCase),
62 CamelCase => variant[..1].to_ascii_lowercase() + &variant[1..], in apply_to_variant()
101 CamelCase => { in apply_to_field()
162 assert_eq!(CamelCase.apply_to_variant(original), camel); in rename_variants()
194 assert_eq!(CamelCase.apply_to_field(original), camel); in rename_fields()
/aosp_15_r20/external/rust/android-crates-io/crates/serde_derive/src/internals/
Dcase.rs19 /// Rename direct children to "camelCase" style.
20 CamelCase, enumerator
37 ("camelCase", CamelCase),
62 CamelCase => variant[..1].to_ascii_lowercase() + &variant[1..], in apply_to_variant()
101 CamelCase => { in apply_to_field()
162 assert_eq!(CamelCase.apply_to_variant(original), camel); in rename_variants()
194 assert_eq!(CamelCase.apply_to_field(original), camel); in rename_fields()
/aosp_15_r20/external/angle/doc/
H A DCodingStandard.md60 * Class and type names: start with capital letter and use CamelCase.
62 underscore and use CamelCase.
64 * {DEV} Variable names: start with lower case and use CamelCase (chosen for consistency)
65 * {DEV} Function names: Member functions start with lower case and use CamelCase. Non-member and st…
66 use CamelCase (chosen for consistency)
67 * {DO} Constants: start with a **`k`** and use CamelCase
69 * {DEV} Enum Names: use strongly typed class enums when possible. Use CamelCase for class enum memb…
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/generate/
H A Dgenerator_unittest.py31 self.assertEquals("CamelCase", generator.ToCamel("camel_case"))
32 self.assertEquals("CAMELCASE", generator.ToCamel("CAMEL_CASE"))
33 self.assertEquals("camelCase", generator.ToCamel("camel_case",
35 self.assertEquals("CamelCase", generator.ToCamel("camel case",
37 self.assertEquals("CaMelCaSe", generator.ToCamel("caMel_caSe"))
/aosp_15_r20/system/tools/hidl/lint/test/
Dmain.cpp221 "Methods should follow the camelCase naming convention."); in TEST_F()
228 "Methods should follow the camelCase naming convention."); in TEST_F()
239 "Methods should follow the camelCase naming convention."); in TEST_F()
241 "Methods should follow the camelCase naming convention."); in TEST_F()
243 "Methods should follow the camelCase naming convention."); in TEST_F()
287 "member .* of type .* should be named .* camelCase"); in TEST_F()
289 "member .* of type .* should be named .* camelCase"); in TEST_F()
/aosp_15_r20/external/grpc-grpc/examples/node/
H A Dpackage-lock.json24 "lodash.camelcase": "^4.3.0",
108 "lodash.camelcase": "^4.3.0",
420 "lodash.camelcase": {
422 "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
558 "camelcase": "^5.0.0", string
562 "camelcase": { object
564 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/fieldnames/
H A Dfieldnames.pb.go27 // Various CamelCase conversions.
38 CamelCase *string `protobuf:"bytes,20,opt,name=CamelCase" json:"CamelCase,omitempty"` member
39 …CamelCase_ *string `protobuf:"bytes,21,opt,name=CamelCase_,json=CamelCase" json:"CamelCase_,omit…
40 …CamelCase__ *string `protobuf:"bytes,22,opt,name=camel_case,json=camelCase" json:"camel_case,omit…
41 …CamelCase___ *string `protobuf:"bytes,23,opt,name=CamelCase__,json=CamelCase" json:"CamelCase__,om…
155 if x != nil && x.CamelCase != nil {
156 return *x.CamelCase
/aosp_15_r20/external/google-cloud-java/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/
H A DSearchAllResourcesRequest.java569 * fields can be specified. Field names of both snake_case and camelCase are
572 * (both snake_case and camelCase are supported):
614 * fields can be specified. Field names of both snake_case and camelCase are
617 * (both snake_case and camelCase are supported):
659 * fields can be specified. Field names of both snake_case and camelCase are
662 * (both snake_case and camelCase are supported):
2363 * fields can be specified. Field names of both snake_case and camelCase are
2366 * (both snake_case and camelCase are supported):
2407 * fields can be specified. Field names of both snake_case and camelCase are
2410 * (both snake_case and camelCase are supported):
[all …]
H A DSearchAllResourcesRequestOrBuilder.java398 * fields can be specified. Field names of both snake_case and camelCase are
401 * (both snake_case and camelCase are supported):
440 * fields can be specified. Field names of both snake_case and camelCase are
443 * (both snake_case and camelCase are supported):
482 * fields can be specified. Field names of both snake_case and camelCase are
485 * (both snake_case and camelCase are supported):
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A D.clang-tidy4 value: CamelCase
6 value: CamelCase
8 value: CamelCase
10 value: CamelCase
/aosp_15_r20/external/llvm/
H A D.clang-tidy4 value: CamelCase
6 value: CamelCase
10 value: CamelCase
12 value: CamelCase
/aosp_15_r20/external/clang/
H A D.clang-tidy4 value: CamelCase
6 value: CamelCase
10 value: CamelCase
12 value: CamelCase
/aosp_15_r20/external/emboss/compiler/util/
H A Dname_conversion_test.py77 "CamelCase", "CamelCase", "FooBar123"))
81 "snake_case", "CamelCase", "abc_def"))
85 "SHOUTY_CASE", "CamelCase", "ABC_DEF"))
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/
H A Dfield_mask_util.h77 // camelCase when converted from string), the conversion will fail.
184 // Converts a field name from snake_case to camelCase:
191 // camelCase name will yield the original snake_case name when
199 // Converts a field name from camelCase to snake_case:
205 // snake_case name will yield the original camelCase name when
/aosp_15_r20/external/protobuf/src/google/protobuf/util/
H A Dfield_mask_util.h77 // camelCase when converted from string), the conversion will fail.
184 // Converts a field name from snake_case to camelCase:
191 // camelCase name will yield the original snake_case name when
199 // Converts a field name from camelCase to snake_case:
205 // snake_case name will yield the original camelCase name when
/aosp_15_r20/external/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/
H A DDataprocMetricConfig.java399 * Use camelcase as appropriate.
434 * Use camelcase as appropriate.
469 * Use camelcase as appropriate.
505 * Use camelcase as appropriate.
643 * Use camelcase as appropriate.
680 * Use camelcase as appropriate.
717 * Use camelcase as appropriate.
755 * Use camelcase as appropriate.
1317 * Use camelcase as appropriate.
1355 * Use camelcase as appropriate.
[all …]
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptorMessageInfoFactory.java764 String camelCase = snakeCaseToLowerCamelCase(snakeCase); in getterForField() local
767 builder.append(Character.toUpperCase(camelCase.charAt(0))); in getterForField()
768 builder.append(camelCase.substring(1, camelCase.length())); in getterForField()
790 String camelCase = snakeCaseToLowerCamelCase(desc.getName()); in newInfo() local
791 String valueFieldName = camelCase + "_"; in newInfo()
792 String caseFieldName = camelCase + "Case_"; in newInfo()
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptorMessageInfoFactory.java764 String camelCase = snakeCaseToLowerCamelCase(snakeCase); in getterForField() local
767 builder.append(Character.toUpperCase(camelCase.charAt(0))); in getterForField()
768 builder.append(camelCase.substring(1, camelCase.length())); in getterForField()
790 String camelCase = snakeCaseToLowerCamelCase(desc.getName()); in newInfo() local
791 String valueFieldName = camelCase + "_"; in newInfo()
792 String caseFieldName = camelCase + "Case_"; in newInfo()
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/codegen/
H A DRubyTarget.java105 } else if ( formatName.equals( "camelcase" ) ) { in toString()
106 return camelcase( idString ); in toString()
165 // at camelcase word edge in snakecase()
242 private String camelcase( String value ) { in camelcase() method in RubyTarget.RubyRenderer
295 value = camelcase( value ); in subcamelcase()

12345678910>>...26