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

1 2 3 4 5 6 7

  /build/core/
build_id.mk 19 # capitalized by convention.
  /frameworks/base/packages/SystemUI/res/values-mcc262-mnc07/
config.xml 23 <!-- Whether or not the RSSI tile is capitalized or not. -->
  /frameworks/base/packages/SystemUI/res/values-mcc262-mnc08/
config.xml 23 <!-- Whether or not the RSSI tile is capitalized or not. -->
  /frameworks/base/packages/SystemUI/res/values-mcc262-mnc11/
config.xml 23 <!-- Whether or not the RSSI tile is capitalized or not. -->
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordComposer.java 81 * Whether the composing word has the only first char capitalized.
316 * character capitalized. If we don't, then we return a value based on the capitalized mode,
362 * history dictionary: if the word was automatically capitalized, we should insert it in
365 * capitalized suggestions.
373 * Before fetching suggestions, we don't necessarily know about the capitalized mode yet.
387 * Returns whether the word was automatically capitalized.
388 * @return whether the word was automatically capitalized
DictionaryFacilitatorImpl.java 67 // HACK: This threshold is being used when adding a capitalized entry in the User History
558 // If the word was auto-capitalized and exists only as a capitalized word in the
566 // only, then we consider that was a lower-case word that had been auto-capitalized.
570 // HACK: We'd like to avoid adding the capitalized form of common words to the User
  /external/guice/core/src/com/google/inject/internal/
TypeConverterBindingProcessor.java 175 char capitalized = Character.toUpperCase(first); local
176 return (first == capitalized)
178 : capitalized + s.substring(1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ManifestElementDescriptor.java 37 * @param ui_name The XML element name for the user interface, typically capitalized.
58 * @param ui_name The XML element name for the user interface, typically capitalized.
79 * @param ui_name The XML element name for the user interface, typically capitalized.
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
ModelClass.java 390 String capitalized = StringUtils.capitalize(name); local
392 "get" + capitalized,
393 "is" + capitalized,
458 String capitalized = StringUtils.capitalize(name); local
460 "get" + capitalized,
461 "is" + capitalized,
490 final String capitalized = StringUtils.capitalize(originalName); local
493 possibleNames = new String[] { originalName, "set" + capitalized };
495 possibleNames = new String[] { "set" + capitalized, "setIs" + capitalized };
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/capitalize/
capitalize.cpp 4 // and re-output the JSON content to stdout with all string capitalized, and without whitespace.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/
ItemElementDescriptor.java 35 * @param ui_name The XML element name for the user interface, typically capitalized.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java 187 * If the "Text" is capitalized, we test the exact string "Text" and the lower-cased
190 * version of it "text" and the capitalized version of it "Text".
198 // If we come here, we have a capitalized word (either First- or All-).
199 // Downcase the word and look it up again. If the word is only capitalized, we
206 // that we have an all-caps version of a word that needs to be capitalized
  /external/chromium-trace/catapult/third_party/Paste/docs/
StyleGuide.txt 78 only classes are capitalized. But definitely never methods.
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
ngram_context.cpp 113 // auto-capitalized words like "The [current_word]".
  /external/llvm/cmake/modules/
LLVM-Config.cmake 188 string(TOUPPER "${c}" capitalized)
189 list(FIND capitalized_libs LLVM${capitalized} lib_idx)
  /system/media/camera/docs/
metadata_helpers_test.py 188 self.assertEquals("word_{0}break_{0}again{0}Capitalized".format(wbr_string),
190 self.assertEquals("word.{0}break.{0}again{0}Capitalized".format(wbr_string),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 48 /** The XML element name for the user interface, typically capitalized. */
72 * @param ui_name The XML element name for the user interface, typically capitalized.
100 * @param ui_name The XML element name for the user interface, typically capitalized.
223 /** Returns the XML element name for the user interface, typically capitalized. */
439 * @return The XML name with dashes replaced by spaces and capitalized.
  /external/protobuf/src/google/protobuf/compiler/java/
java_context.cc 141 "capitalized name of field \"" + field->name() +
  /external/shflags/doc/
coding_standards.txt 73 letter of the second and later words capitalized. For example, the local
  /frameworks/base/core/java/android/util/
ReflectiveProperty.java 41 * @param name The name of the property, where this name is capitalized and appended to
  /frameworks/base/docs/html/distribute/tools/promote/
brand.jd 36 <li>Android should always be capitalized and is never plural or possessive.</li>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/
MenuDescriptors.java 185 * - their xml name capitalized
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CapsModeUtils.java 43 * @return The capitalized string.
161 // of a new line should not be capitalized if the previous line ends in a comma.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stringold.py 363 capitalized.
373 word using capitalize, and join the capitalized words using
  /prebuilts/gdb/linux-x86/lib/python2.7/
stringold.py 363 capitalized.
373 word using capitalize, and join the capitalized words using

Completed in 6481 milliseconds

1 2 3 4 5 6 7