/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | MessageLiteToString.java | 93 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/ |
D | rewrite_tests_for_commonjs.js | 46 function camelCase(str) { function 88 module = camelCase(module_path[module_path.length - 1]);
|
/external/slf4j/slf4j-site/src/site/pages/js/ |
D | decorator.js | 75 nameAttr = camelCase($.trim(tmpHTML)) 95 function camelCase(str) { function
|
D | jquery-min.js | 2 …camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.node…
|
/external/tensorflow/tensorflow/go/genop/internal/ |
D | genop.go | 206 "CamelCase": camelCase, 528 func camelCase(snakeCase string) string { func
|
/external/google-styleguide/ |
D | README.md | 9 “Style” covers a lot of ground, from “use camelCase for variable names” to
|
/external/autotest/client/site_tests/video_GlitchDetection/ |
D | jquery-2.1.3.min.js | 2 …camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.node… 3 …camelCase(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/ |
D | jquery-2.1.3.min.js | 2 …camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.node… 3 …camelCase(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/ |
D | 2.6rc1.rst | 335 The deprecation warnings for the old camelCase threading API were removed.
|
/external/testng/src/main/resources/ |
D | jquery-1.7.1.min.js | 2 …camelCase: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/ |
D | jquery-1.7.1.js | 619 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 );
|
D | bootstrap.js | 474 scroll = $.camelCase(['scroll', dimension].join('-'))
|
/external/libjpeg-turbo/doc/html/ |
D | jquery.js | 2 …tion(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){retu… 3 …camelCase(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/ |
D | MeasureUnitTest.java | 2533 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/ |
D | MeasureUnitTest.java | 2530 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/ |
D | ViewInflater.java | 760 public String camelCase(String s) { in camelCase() method in ViewInflater
|
/external/python/cpython2/Doc/library/ |
D | threading.rst | 21 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/ |
D | jquery.js | 16 …camelCase:function(b0){return b0.replace(bZ,"ms-").replace(bB,bT)},nodeName:function(b1,b0){return…
|
/external/epid-sdk/doc/html/ |
D | jquery.js | 44 …camelCase:function(b0){return b0.replace(bZ,"ms-").replace(bB,bT)},nodeName:function(b1,b0){return…
|
/external/okhttp/website/static/ |
D | bootstrap.min.js | 6 …ansitioning||this.$element.hasClass("in"))return;t=this.dimension(),n=e.camelCase(["scroll",t].joi…
|
/external/python/httplib2/doc/html/_static/ |
D | jquery.js | 818 var camelCase = name.replace(/\-(\w)/g, function(all, letter){ 822 ret = elem.currentStyle[ name ] || elem.currentStyle[ camelCase ];
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 196 // it to camelCase.
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 199 // it to camelCase.
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 210 // it to camelCase.
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.proto | 210 // it to camelCase.
|