Home
last modified time | relevance | path

Searched refs:camelCase (Results 1 – 25 of 38) sorted by relevance

12

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageLiteToString.java96 String camelCase = in reflectivePrintWithIndent() local
106 camelCaseToSnakeCase(camelCase), in reflectivePrintWithIndent()
114 String camelCase = in reflectivePrintWithIndent() local
130 camelCaseToSnakeCase(camelCase), in reflectivePrintWithIndent()
147 String camelCase = suffix.substring(0, 1).toLowerCase() + suffix.substring(1); in reflectivePrintWithIndent() local
162 printField(buffer, indent, camelCaseToSnakeCase(camelCase), value); in reflectivePrintWithIndent()
270 private static final String camelCaseToSnakeCase(String camelCase) { in camelCaseToSnakeCase() argument
272 for (int i = 0; i < camelCase.length(); i++) { in camelCaseToSnakeCase()
273 char ch = camelCase.charAt(i); in camelCaseToSnakeCase()
DDescriptorMessageInfoFactory.java656 String camelCase = snakeCaseToCamelCase(snakeCase); in getterForField() local
659 builder.append(Character.toUpperCase(camelCase.charAt(0))); in getterForField()
660 builder.append(camelCase.substring(1, camelCase.length())); in getterForField()
682 String camelCase = snakeCaseToCamelCase(desc.getName()); in newInfo() local
683 String valueFieldName = camelCase + "_"; in newInfo()
684 String caseFieldName = camelCase + "Case_"; in newInfo()
/external/protobuf/js/compatibility_tests/v3.0.0/commonjs/
Drewrite_tests_for_commonjs.js46 function camelCase(str) { function
88 module = camelCase(module_path[module_path.length - 1]);
/external/protobuf/js/commonjs/
Drewrite_tests_for_commonjs.js46 function camelCase(str) { function
88 module = camelCase(module_path[module_path.length - 1]);
/external/slf4j/slf4j-site/src/site/pages/js/
Ddecorator.js75 nameAttr = camelCase($.trim(tmpHTML))
95 function camelCase(str) { function
Djquery-min.js2camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.node…
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dobjc-property-declaration.rst22 The check will only fix 'CamelCase' to 'camelCase'. In some other cases we will
/external/tensorflow/tensorflow/go/genop/internal/
Dgenop.go210 "CamelCase": camelCase,
532 func camelCase(snakeCase string) string { func
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dobjc-property-declaration.m14 @property(assign, nonatomic) int camelCase; property
/external/google-styleguide/
DREADME.md9 “Style” covers a lot of ground, from “use camelCase for variable names” to
/external/rust/crates/async-trait/tests/
Dtest.rs811 async fn camelCase(); in camelCase() method
818 async fn camelCase() {} in camelCase() method
/external/python/cpython2/Misc/NEWS.d/
D2.6rc1.rst335 The deprecation warnings for the old camelCase threading API were removed.
/external/testng/src/main/resources/
Djquery-1.7.1.min.js2camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.node…
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Djquery-1.7.1.js619 camelCase: function( string ) {
1719 thisCache[ jQuery.camelCase( name ) ] = data;
1739 ret = thisCache[ jQuery.camelCase( name ) ];
1787 name = jQuery.camelCase( name );
1879 name = jQuery.camelCase( name.substring(5) );
6518 var ret, type, origName = jQuery.camelCase( name ),
6568 name = jQuery.camelCase( name );
8370 name = jQuery.camelCase( p );
Dbootstrap.js474 scroll = $.camelCase(['scroll', dimension].join('-'))
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMeasureUnitTest.java3218 String camelCase = toCamelCase(unit); in generateCXXBackwardCompatibilityTest() local
3219 checkForDup(seen, camelCase, unit); in generateCXXBackwardCompatibilityTest()
3220 … System.out.printf(" measureUnit.adoptInstead(MeasureUnit::create%s(status));\n", camelCase); in generateCXXBackwardCompatibilityTest()
3221 System.out.printf(" measureUnitValue = MeasureUnit::get%s();\n", camelCase); in generateCXXBackwardCompatibilityTest()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMeasureUnitTest.java3215 String camelCase = toCamelCase(unit); in generateCXXBackwardCompatibilityTest() local
3216 checkForDup(seen, camelCase, unit); in generateCXXBackwardCompatibilityTest()
3217 … System.out.printf(" measureUnit.adoptInstead(MeasureUnit::create%s(status));\n", camelCase); in generateCXXBackwardCompatibilityTest()
3218 System.out.printf(" measureUnitValue = MeasureUnit::get%s();\n", camelCase); in generateCXXBackwardCompatibilityTest()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DViewInflater.java760 public String camelCase(String s) { in camelCase() method in ViewInflater
/external/python/cpython2/Doc/library/
Dthreading.rst21 properties to replace the ``camelCase`` names that were inspired by Java's
24 deprecation of the ``camelCase`` names and they remain fully supported in
/external/tinyxml2/docs/
Djquery.js16camelCase:function(b0){return b0.replace(bZ,"ms-").replace(bB,bT)},nodeName:function(b1,b0){return…
/external/oboe/docs/reference/
Djquery.js16camelCase:function(b0){return b0.replace(bZ,"ms-").replace(bB,bT)},nodeName:function(b1,b0){return…
/external/okhttp/website/static/
Dbootstrap.min.js6 …ansitioning||this.$element.hasClass("in"))return;t=this.dimension(),n=e.camelCase(["scroll",t].joi…
/external/python/httplib2/doc/html/_static/
Djquery.js818 var camelCase = name.replace(/\-(\w)/g, function(all, letter){
822 ret = elem.currentStyle[ name ] || elem.currentStyle[ camelCase ];
/external/fmtlib/doc/_static/
Dbootstrap.min.js6 …own.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].joi…
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto210 // it to camelCase.

12