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

1 2 3

  /external/chromium_org/chrome/browser/ui/app_list/search/
term_break_iterator_unittest.cc 27 TEST(TermBreakIteratorTest, CamelCase) {
28 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/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/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.
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.h 96 // Get the declared type name in CamelCase format, as is used e.g. for the
  /external/chromium_org/third_party/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
  /external/markdown/docs/
CHANGE_LOG 25 with wikilinks (note the s) ext (uses bracketed links instead of CamelCase)
  /external/chromium_org/chrome/common/extensions/docs/server2/
availability_finder.py 64 # File names switch from unix_hacker_style to camelCase at versions <= 20.

Completed in 1350 milliseconds

1 2 3