Home
last modified time | relevance | path

Searched refs:letter (Results 1 – 25 of 41) sorted by relevance

12

/aosp12/frameworks/ex/common/tools/
H A Dmake-iana-tld-pattern.py89 for letter in word:
90 if letter == '-':
92 output += letter
102 for letter in self.letters:
103 output += letter
128 letter = line[0]
129 bucket = buckets.get(letter)
132 bucket = Bucket(letter)
133 buckets[letter] = bucket
142 for letter in range(ord('b'), ord('z')):
[all …]
/aosp12/frameworks/base/core/java/android/widget/
H A DAlphabetIndexer.java126 protected int compare(String word, String letter) { in compare() argument
134 return mCollator.compare(firstLetter, letter); in compare()
169 char letter = mAlphabet.charAt(sectionIndex); in getPositionForSection() local
170 String targetLetter = Character.toString(letter); in getPositionForSection()
171 int key = letter; in getPositionForSection()
263 char letter = mAlphabet.charAt(i); in getSectionForPosition() local
264 String targetLetter = Character.toString(letter); in getSectionForPosition()
/aosp12/packages/modules/SdkExtensions/tests/e2e/Extensions/app-src/com/android/tests/apex/sdkextensions/
H A DReceiver.java40 private static int dessertLetterToInt(char letter) { in dessertLetterToInt() argument
41 switch (letter) { in dessertLetterToInt()
45 throw new IllegalArgumentException(String.valueOf(letter)); in dessertLetterToInt()
48 private static boolean isAtLeast(char letter) { in isAtLeast() argument
49 switch (letter) { in isAtLeast()
/aosp12/packages/apps/Dialer/java/com/android/dialer/lettertile/
H A DLetterTileDrawable.java115 private Character letter = null; field in LetterTileDrawable
212 if (letter != null) { in drawLetterTile()
214 firstChar[0] = letter; in drawLetterTile()
327 public LetterTileDrawable setLetter(Character letter) { in setLetter() argument
328 this.letter = letter; in setLetter()
333 return this.letter; in getLetter()
339 letter = Character.toUpperCase(displayName.charAt(0)); in setLetterAndColorFromContactDetails()
341 letter = null; in setLetterAndColorFromContactDetails()
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DDisplayIdentification.cpp64 const char letter = 'A' + (static_cast<uint8_t>(id >> ((2 - I) * 5)) & 0b00011111) - 1; in getPnpLetter() local
65 return letter < 'A' || letter > 'Z' ? '\0' : letter; in getPnpLetter()
/aosp12/frameworks/av/services/oboeservice/
H A DAAudioMixer.cpp61 char letter = 'A' + (streamIndex % 26); in mix() local
62 rdyText[sizeof(rdyText) - 2] = letter; in mix()
/aosp12/packages/apps/Contacts/src/com/android/contacts/lettertiles/
H A DLetterTileDrawable.java257 public LetterTileDrawable setLetter(Character letter){ in setLetter() argument
258 mLetter = letter; in setLetter()
/aosp12/art/dexlayout/
H A Ddexdiag.cc63 char letter; member
172 std::cout << section_info.letter << " " << section_info.name.c_str() << std::endl; in PrintLetterKey()
183 return kDexSectionInfoMap.find(type)->second.letter; in PageTypeChar()
/aosp12/build/soong/cmd/extract_apks/bundle_proto/
H A Dtargeting.proto44 // List of country codes in the two-letter CLDR territory format.
195 // ISO-639: 2 or 3 letter language code.
/aosp12/hardware/interfaces/tv/cec/1.0/
H A DIHdmiCec.hal137 * three-letter code as defined in ISO/FDIS 639-2. Must be used for HAL to
140 * @param language Three-letter code defined in ISO/FDIS 639-2. Must be
/aosp12/hardware/interfaces/tests/extension/light/2.0/
H A Dtypes.hal59 * specifying this contract to the letter is what allows that contracted
/aosp12/frameworks/rs/script_api/
H A Drs_value_types.spec44 <li>The letter s or S, followed by a zero based index.</li></ul>
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonenumberproto/
H A Ddialer_phone_number.proto24 // consists of a normalized number string and a two-letter country code.
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c432 int letter, col, row, pad; in dhd_list() local
454 for (letter = 'a'; letter < 'z'; letter++) { in dhd_list()
456 if (cmd->name[0] == letter || cmd->name[0] == letter - 0x20) { in dhd_list()
/aosp12/hardware/interfaces/audio/7.0/
H A DIStreamOutEventCallback.hal71 * "presentation-language", string // represents ISO 639-2 (three letter code)
/aosp12/build/soong/cmd/soong_build/
H A Dwritedocs.go229 letter-spacing: -0.01em;
/aosp12/system/chre/doc/
H A Dvendor_extensions.md27 must not use the plain ‘chre’ prefix followed by a capitalized letter. Instead,
/aosp12/system/core/fastboot/
H A DREADME.md106 * Commands that begin with a lowercase letter are reserved for this
108 lowercase letter, to prevent incompatibilities with future specs.
/aosp12/frameworks/rs/script_api/include/
H A Drs_value_types.rsh46 * - The letter s or S, followed by a zero based index.
/aosp12/frameworks/wilhelm/doc/
H A DDoxyfile1117 # by the printer. Possible values are: a4, a4wide, letter, legal and
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/doc/
H A Dfeature_mos_API_doxyfile1056 # by the printer. Possible values are: a4, a4wide, letter, legal and
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/doc/
H A Ddbreg_API_doxyfile1056 # by the printer. Possible values are: a4, a4wide, letter, legal and
/aosp12/frameworks/native/docs/
H A DDoxyfile1362 # by the printer. Possible values are: a4, letter, legal and
/aosp12/frameworks/av/media/libaaudio/
H A DDoxyfile1590 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
H A DDoxyfile.in1643 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x

12