Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageLiteToString.java93 String camelCase = suffix.substring(0, 1).toLowerCase() in reflectivePrintWithIndent() local
102 camelCaseToSnakeCase(camelCase), in reflectivePrintWithIndent()
119 String camelCase = suffix.substring(0, 1).toLowerCase() + suffix.substring(1); in reflectivePrintWithIndent() local
136 camelCaseToSnakeCase(camelCase), in reflectivePrintWithIndent()
228 private static final String camelCaseToSnakeCase(String camelCase) { in camelCaseToSnakeCase() argument
230 for (int i = 0; i < camelCase.length(); i++) { in camelCaseToSnakeCase()
231 char ch = camelCase.charAt(i); in camelCaseToSnakeCase()
/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/autotest/client/site_tests/video_GlitchDetection/
Djquery-2.1.3.min.js2camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.node…
3camelCase(d.slice(5)),P(f,d,e[d])));L.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?t…
/external/autotest/client/site_tests/video_VimeoVideo/
Djquery-2.1.3.min.js2camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.node…
3camelCase(d.slice(5)),P(f,d,e[d])));L.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?t…
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMeasureUnitTest.java2203 String camelCase = toCamelCase(unit); in generateCXXBackwardCompatibilityTest() local
2204 checkForDup(seen, camelCase, unit); in generateCXXBackwardCompatibilityTest()
2205 … System.out.printf(" measureUnit.adoptInstead(MeasureUnit::create%s(status));\n", camelCase); in generateCXXBackwardCompatibilityTest()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMeasureUnitTest.java2204 String camelCase = toCamelCase(unit); in generateCXXBackwardCompatibilityTest() local
2205 checkForDup(seen, camelCase, unit); in generateCXXBackwardCompatibilityTest()
2206 … System.out.printf(" measureUnit.adoptInstead(MeasureUnit::create%s(status));\n", camelCase); in generateCXXBackwardCompatibilityTest()
/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/libjpeg-turbo/doc/html/
Djquery.js2 …tion(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){retu…
3camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return …
8 …is(":hidden"),g,h,i,j,k,l,m,n,o;b.animatedProperties={};for(i in a){g=f.camelCase(i),i!==g&&(a[g]=…
/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/okhttp/website/static/
Dbootstrap.min.js6 …ansitioning||this.$element.hasClass("in"))return;t=this.dimension(),n=e.camelCase(["scroll",t].joi…
/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/ImageMagick/www/js/
Dmagick.js6 …own.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].joi…
/external/protobuf/src/google/protobuf/
Ddescriptor.proto196 // it to camelCase.
/external/protobuf/
DCHANGES.txt217 - Non-camelCase names in JSON input.
/external/protobuf/util/
DCHANGES.txt217 - Non-camelCase names in JSON input.
/external/skia/third_party/libpng/
Dlibpng-manual.txt5330 We prefer to use underscores rather than camelCase in names, except
/external/libpng/
Dlibpng-manual.txt5335 We prefer to use underscores rather than camelCase in names, except
/external/python/cpython2/Misc/
DNEWS9232 - The deprecation warnings for the old camelCase threading API were removed.