/external/chromium_org/tools/telemetry/telemetry/core/ |
camel_case_unittest.py | 12 self.assertEqual(camel_case.ToUnderscore('camelCase'), 'camel_case') 13 self.assertEqual(camel_case.ToUnderscore('CamelCase'), 'camel_case') 19 camel_case_list = ['CamelCase', ['NestedList']]
|
camel_case.py | 9 """Converts a string, list, or dict from camelCase to lower_with_underscores.
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
term_break_iterator_unittest.cc | 27 TEST(TermBreakIteratorTest, CamelCase) { 28 base::string16 word(UTF8ToUTF16("CamelCase"));
|
term_break_iterator.h | 24 // CamelCase -> Camel, Case
|
/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?
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
extension_set.cc | 237 #define PRIMITIVE_ACCESSORS(UPPERCASE, LOWERCASE, CAMELCASE) \ 239 LOWERCASE ExtensionSet::Get##CAMELCASE(int number, \ 250 void ExtensionSet::Set##CAMELCASE(int number, FieldType type, \ 265 LOWERCASE ExtensionSet::GetRepeated##CAMELCASE(int number, int index) const { \ 272 void ExtensionSet::SetRepeated##CAMELCASE( \ 280 void ExtensionSet::Add##CAMELCASE(int number, FieldType type, \ 749 #define HANDLE_TYPE(UPPERCASE, LOWERCASE, CAMELCASE) \ 751 Set##CAMELCASE(iter->first, other_extension.type, \ [all...] |
extension_set_heavy.cc | 380 #define HANDLE_TYPE(UPPERCASE, CAMELCASE, LOWERCASE) \ 383 target = WireFormatLite::Write##CAMELCASE##NoTagToArray( \ 413 #define HANDLE_TYPE(UPPERCASE, CAMELCASE, LOWERCASE) \ 416 target = WireFormatLite::Write##CAMELCASE##ToArray(number, \ 444 #define HANDLE_TYPE(UPPERCASE, CAMELCASE, VALUE) \ 446 target = WireFormatLite::Write##CAMELCASE##ToArray( \
|
/external/protobuf/src/google/protobuf/ |
extension_set.cc | 214 #define PRIMITIVE_ACCESSORS(UPPERCASE, LOWERCASE, CAMELCASE) \ 216 LOWERCASE ExtensionSet::Get##CAMELCASE(int number, \ 227 void ExtensionSet::Set##CAMELCASE(int number, FieldType type, \ 242 LOWERCASE ExtensionSet::GetRepeated##CAMELCASE(int number, int index) const { \ 249 void ExtensionSet::SetRepeated##CAMELCASE( \ 257 void ExtensionSet::Add##CAMELCASE(int number, FieldType type, \ 645 #define HANDLE_TYPE(UPPERCASE, LOWERCASE, CAMELCASE) \ 647 Set##CAMELCASE(iter->first, other_extension.type, \ [all...] |
extension_set_heavy.cc | 335 #define HANDLE_TYPE(UPPERCASE, CAMELCASE, LOWERCASE) \ 338 target = WireFormatLite::Write##CAMELCASE##NoTagToArray( \ 368 #define HANDLE_TYPE(UPPERCASE, CAMELCASE, LOWERCASE) \ 371 target = WireFormatLite::Write##CAMELCASE##ToArray(number, \ 399 #define HANDLE_TYPE(UPPERCASE, CAMELCASE, VALUE) \ 401 target = WireFormatLite::Write##CAMELCASE##ToArray( \
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/ |
AdtUtilsTest.java | 51 assertEquals("CamelCase", AdtUtils.capitalize("camelCase"));
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
StringUtilsTests.java | 113 assertEquals("CAmElCaSe", 114 StringUtils.capitalizeFirstCodePoint("cAmElCaSe", Locale.ENGLISH)); 132 assertEquals("Camelcase", 133 StringUtils.capitalizeFirstAndDowncaseRest("cAmElCaSe", Locale.ENGLISH));
|
/external/chromium-trace/trace-viewer/src/base/ |
properties.js | 45 * Converts a camelCase javascript property name to a hyphenated-lower-case 47 * @param {string} jsName The javascript camelCase property name.
|
/external/chromium_org/tools/json_schema_compiler/ |
cpp_util.py | 134 def CamelCase(unix_name): 139 return CamelCase(os.path.split(filepath)[1])
|
/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_org/content/common/gpu/media/ |
h264_dpb.h | 30 // CamelCase in spec to Chromium-style names).
|
/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/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/ |
cr.js | 60 * Converts a camelCase javascript property name to a hyphenated-lower-case 62 * @param {string} jsName The javascript camelCase property name.
|
/external/chromium_org/ui/webui/resources/js/ |
cr.js | 60 * Converts a camelCase javascript property name to a hyphenated-lower-case 62 * @param {string} jsName The javascript camelCase property name.
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
bootstrap-collapse.js | 58 scroll = $.camelCase(['scroll', dimension].join('-'))
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
api_list_data_source_test.py | 145 # Availability logic will look for a camelCase format filename
|
/external/chromium_org/ui/surface/ |
compile_hlsl.py | 13 """Converts the input string from 'unix_hacker' style to 'CamelCase' style."""
|
/external/oprofile/doc/ |
CodingStyle | 95 Avoid CamelCase in preference to cpp_std_library.
|