Home
last modified time | relevance | path

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

12

/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/tensorflow/tensorflow/go/genop/internal/
Dgenop.go206 "CamelCase": camelCase,
528 func camelCase(snakeCase string) string { func
/external/google-styleguide/
DREADME.md9 “Style” covers a lot of ground, from “use camelCase for variable names” to
/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/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/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/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMeasureUnitTest.java2533 String camelCase = toCamelCase(unit); in generateCXXBackwardCompatibilityTest() local
2534 checkForDup(seen, camelCase, unit); in generateCXXBackwardCompatibilityTest()
2535 … System.out.printf(" measureUnit.adoptInstead(MeasureUnit::create%s(status));\n", camelCase); in generateCXXBackwardCompatibilityTest()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMeasureUnitTest.java2530 String camelCase = toCamelCase(unit); in generateCXXBackwardCompatibilityTest() local
2531 checkForDup(seen, camelCase, unit); in generateCXXBackwardCompatibilityTest()
2532 … System.out.printf(" measureUnit.adoptInstead(MeasureUnit::create%s(status));\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/epid-sdk/doc/html/
Djquery.js44camelCase: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/protobuf/src/google/protobuf/
Ddescriptor.proto196 // it to camelCase.
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto199 // it to camelCase.
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto210 // it to camelCase.
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto210 // it to camelCase.

12