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

1 2 3

  /external/chromium_org/chrome/browser/chromeos/first_run/
step_names.cc 13 // |StepName| is camel-cased version of |step-name|. Corresponding record
  /external/chromium_org/chrome/browser/ui/app_list/search/
term_break_iterator.h 21 // camel case boundaries and alpha/number boundaries. Numbers are defined
24 // CamelCase -> Camel, Case
tokenized_string.h 18 // the words again at camel case boundaries and alpha/number boundaries.
term_break_iterator_unittest.cc 33 EXPECT_EQ(UTF8ToUTF16("Camel"), iter.GetCurrentTerm());
  /external/guava/guava/src/com/google/common/base/
CaseFormat.java 79 /* optimize cases where no camel conversion is required */
107 // otherwise, deal with camel conversion
  /external/chromium_org/tools/metrics/histograms/
update_use_counter_css.py 28 """Converts a camel cased enum name to the lower case CSS property."""
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_network.py 29 # Camel-case header keys.
35 # Camel-case header keys.
  /external/chromium_org/third_party/skia/tools/
image_expectations.cpp 19 * TODO(epoger): Make constant strings consistent instead of mixing hypenated and camel-caps.
  /external/chromium_org/tools/json_schema_compiler/
model.py 494 camel = []
497 camel.append(piece)
499 camel.append(piece.capitalize())
500 return ''.join(camel)
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.h 52 // Converts the field's name to camel-case, e.g. "foo_bar_baz" becomes
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.h 53 // Converts the field's name to camel-case, e.g. "foo_bar_baz" becomes
  /external/skia/tools/
image_expectations.cpp 19 * TODO(epoger): Make constant strings consistent instead of mixing hypenated and camel-caps.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_helpers.h 52 // Converts the field's name to camel-case, e.g. "foo_bar_baz" becomes
  /external/iputils/doc/
iputils.db 53 to be the last straw to break camel's back, I just parsed my hard disks
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.h 54 // Converts the field's name to camel-case, e.g. "foo_bar_baz" becomes
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 260 * The original xml name starts with a lower case and is camel-case,
277 // Break camel case into separate words
306 * The original xml name starts with a lower case and is camel-case, e.g.
310 * @param name the attribute name, which should be a camel case name, e.g.
328 // Break camel case into separate words
    [all...]
  /sdk/templates/docs/
index.html 518 <p>This function converts a camel-case identifer string, such as <code>FooBar</code>, to its corresponding underscore-separated identifier string, such as <code>foo_bar</code>.</p>
523 <dd>The camel-case string, e.g. <code>FooBar</code> to convert to an underscore-delimited string.</dd>
636 <p>This function converts an underscore-delimited string, such as <code>foo_bar</code>, to its corresponding camel-case string, such as <code>FooBar</code>.</p>
641 <dd>The underscore-delimited string, e.g. <code>foo_bar</code> to convert to a camel-case string.</dd>
    [all...]
  /external/chromium_org/extensions/browser/
quota_service_unittest.cc 199 // This straw breaks the camel's back.
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
jsonresults.py 390 # to be camel-case.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.h 186 // Looks up a field by camel-case name (as returned by camelcase_name()).
188 // leads them to have identical camel-case names, in which case the field
410 // Same as name() except converted to camel-case. In this conversion, any
418 // when parsing formats which prefer to use camel-case naming style.
    [all...]
  /external/chromium_org/v8/tools/
gen-postmortem-metadata.py 255 # Remove the "_TYPE" suffix and then convert to camel case,
  /external/protobuf/src/google/protobuf/
descriptor.h 167 // Looks up a field by camel-case name (as returned by camelcase_name()).
169 // leads them to have identical camel-case names, in which case the field
380 // Same as name() except converted to camel-case. In this conversion, any
388 // when parsing formats which prefer to use camel-case naming style.
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 627 * Searches for subtokens in a token having a compound structure with camel case like "xxxYyyy"
671 * Searches for tokens having a compound structure with camel case and transforms them as follows :
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
cdi-api.license 247 <li><a href="http://camel.apache.org/" title="Spring based Integration Framework which implements the Enterprise Integration Patterns">Camel</a></li>
    [all...]
plexus-cipher.license 247 <li><a href="http://camel.apache.org/" title="Spring based Integration Framework which implements the Enterprise Integration Patterns">Camel</a></li>
    [all...]

Completed in 3617 milliseconds

1 2 3