HomeSort by relevance Sort by last modified time
    Searched full:camelcase (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/llvm/
.clang-tidy 4 value: CamelCase
6 value: CamelCase
10 value: CamelCase
12 value: CamelCase
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
camel_case_unittest.py 13 self.assertEqual(camel_case.ToUnderscore('camelCase'), 'camel_case')
14 self.assertEqual(camel_case.ToUnderscore('CamelCase'), 'camel_case')
20 camel_case_list = ['CamelCase', ['NestedList']]
camel_case.py 9 """Converts a string, list, or dict from camelCase to lower_with_underscores.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
FmCamelCaseToUnderscoreMethod.java 28 * Method invoked by FreeMarker to convert an underscore name into a CamelCase name.
FmUnderscoreToCamelCaseMethod.java 28 * Method invoked by FreeMarker to convert a CamelCase word into
FmActivityToLayoutMethod.java 58 // Convert CamelCase convention used in activity class names to underlined convention
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
BaseViewRuleTest.java 32 // TBD: Should we also handle CamelCase properties?
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
field_mask_util.h 56 // camelCase when converted from string), the conversion will fail.
116 // Converts a field name from snake_case to camelCase:
123 // camelCase name will yield the original snake_case name when
130 // Converts a field name from camelCase to snake_case:
136 // snake_case name will yield the original camelCase name when
  /external/slf4j/slf4j-site/src/site/pages/js/
decorator.js 75 nameAttr = camelCase($.trim(tmpHTML))
95 function camelCase(str) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/
AdtUtilsTest.java 51 assertEquals("CamelCase", AdtUtils.capitalize("camelCase"));
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/
util.js 40 * Convert underscores and dashes to camelCase.
  /external/protobuf/src/google/protobuf/
extension_set.cc 252 #define PRIMITIVE_ACCESSORS(UPPERCASE, LOWERCASE, CAMELCASE) \
254 LOWERCASE ExtensionSet::Get##CAMELCASE(int number, \
265 void ExtensionSet::Set##CAMELCASE(int number, FieldType type, \
280 LOWERCASE ExtensionSet::GetRepeated##CAMELCASE(int number, int index) const { \
287 void ExtensionSet::SetRepeated##CAMELCASE( \
295 void ExtensionSet::Add##CAMELCASE(int number, FieldType type, \
    [all...]
extension_set_heavy.cc 403 #define HANDLE_TYPE(UPPERCASE, CAMELCASE, LOWERCASE) \
406 target = WireFormatLite::Write##CAMELCASE##NoTagToArray( \
436 #define HANDLE_TYPE(UPPERCASE, CAMELCASE, LOWERCASE) \
439 target = WireFormatLite::Write##CAMELCASE##ToArray(number, \
467 #define HANDLE_TYPE(UPPERCASE, CAMELCASE, VALUE) \
469 target = WireFormatLite::Write##CAMELCASE##ToArray( \
  /external/dbus-binding-generator/chromeos-dbus-bindings/
name_parser.cc 47 // Convert CamelCase name to google_style variable name.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
RubyTarget.java 104 } else if ( formatName.equals( "camelcase" ) ) {
105 return camelcase( idString );
164 // at camelcase word edge
241 private String camelcase( String value ) { method in class:RubyTarget.RubyRenderer
294 value = camelcase( value );
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.internal.util.camel_case.html 31 <td width="100%"><dl><dt><a name="-ToUnderscore"><strong>ToUnderscore</strong></a>(obj)</dt><dd><tt>Converts&nbsp;a&nbsp;string,&nbsp;list,&nbsp;or&nbsp;dict&nbsp;from&nbsp;camelCase&nbsp;to&nbsp;lower_with_underscores.<br>
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 118 # The reverse of +camelcase+. Makes an underscored of a camelcase string.
  /external/ceres-solver/cmake/
FindCXSparse.cmake 82 # use the camelcase library name, not uppercase.
174 # for comparison to handle Windows using CamelCase library names, could
FindGflags.cmake 75 # use the camelcase library name, not uppercase.
145 # for comparison to handle Windows using CamelCase library names, could
FindGlog.cmake 75 # use the camelcase library name, not uppercase.
145 # for comparison to handle Windows using CamelCase library names, could
FindEigen.cmake 73 # use the camelcase library name, not uppercase.
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
ruby.swg 11 /* Class names are CamelCase */
12 %rename("%(camelcase)s", %$isclass) "";
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
StringUtilsTests.java 250 assertEquals("CAmElCaSe",
251 StringUtils.capitalizeFirstCodePoint("cAmElCaSe", Locale.ENGLISH));
269 assertEquals("Camelcase",
270 StringUtils.capitalizeFirstAndDowncaseRest("cAmElCaSe", Locale.ENGLISH));
  /external/markdown/docs/
CHANGE_LOG 25 with wikilinks (note the s) ext (uses bracketed links instead of CamelCase)
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.h 102 // Get the declared type name in CamelCase format, as is used e.g. for the

Completed in 987 milliseconds

1 2 3 4 5