Home
last modified time | relevance | path

Searched defs:letter (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/aosp_15_r20/frameworks/base/core/java/android/widget/
H A DAlphabetIndexer.java126 protected int compare(String word, String letter) { in compare()
169 char letter = mAlphabet.charAt(sectionIndex); in getPositionForSection() local
263 char letter = mAlphabet.charAt(i); in getSectionForPosition() local
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_path.cc81 StringType::size_type letter = FindDriveLetter(path); in IsPathAbsolute() local
248 StringType::size_type letter = FindDriveLetter(dir.value()); in GetComponents() local
316 StringType::size_type letter = FindDriveLetter(new_path.path_); in DirName() local
349 StringType::size_type letter = FindDriveLetter(new_path.path_); in BaseName() local
/aosp_15_r20/external/cronet/base/files/
H A Dfile_path.cc89 StringType::size_type letter = FindDriveLetter(path); in IsPathAbsolute() local
250 StringType::size_type letter = FindDriveLetter(dir.value()); in GetComponents() local
326 StringType::size_type letter = FindDriveLetter(new_path.path_); in DirName() local
373 StringType::size_type letter = FindDriveLetter(new_path.path_); in BaseName() local
/aosp_15_r20/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/scheduler/actors/
H A DPingPongActorBenchmark.kt66 for (letter in channel) with(letter) { in CoroutineScope() variable
86 for (letter in channel) with(letter) { in pongActorCoroutine() method
H A DCycledActorsBenchmark.kt69 for (letter in channel) with(letter) { in <lambda>() method
91 for (letter in channel) with(letter) { in <lambda>() method
H A DStatefulActorBenchmark.kt80 for (letter in channel) with(letter) { in requestorActor() variable
101 for (letter in channel) with(letter) { in computationActor() method
H A DConcurrentStatefulActorBenchmark.kt87 for (letter in channel) with(letter) { in requestorActorUnfair() variable
115 for (letter in channel) with(letter) { in requestorActorFair() variable
/aosp_15_r20/external/lottie/sample/src/main/kotlin/com/airbnb/lottie/samples/
H A DLottieFontViewGroup.kt138 val letter = "" + Character.toUpperCase(event.unicodeChar.toChar()) in onKeyUp() constant
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/log/
DLog.java67 public static LogLevel getByLetter(char letter) { in getByLetter()
86 public static LogLevel getByLetterString(String letter) { in getByLetterString()
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/lettertile/
DLetterTileDrawable.java115 private Character letter = null; field in LetterTileDrawable
327 public LetterTileDrawable setLetter(Character letter) { in setLetter()
/aosp_15_r20/external/sg3_utils/src/
H A Dsg_scan_win32.c405 enum_volumes(char letter) in enum_volumes()
588 sg_do_wscan(char letter, bool show_bt, int scsi_scan) in sg_do_wscan()
/aosp_15_r20/external/iptables/iptables/
H A Dxshared.c650 void save_ipv4_addr(char letter, const struct in_addr *addr, in save_ipv4_addr()
697 void save_ipv6_addr(char letter, const struct in6_addr *addr, in save_ipv6_addr()
761 void save_iface(char letter, const char *iface, in save_iface()
/aosp_15_r20/external/curl/src/
H A Dtool_getparam.c744 const struct LongShort *findshortopt(char letter) in findshortopt()
1114 char letter; in getparameter() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/
Dmap_tie.cpp21 char letter = 'a'; in main() local
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Ducol_sit.cpp126 char letter; member
147 ucol_sit_letterToAttributeValue(char letter, UErrorCode *status) { in ucol_sit_letterToAttributeValue()
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Ducol_sit.cpp125 char letter; member
146 ucol_sit_letterToAttributeValue(char letter, UErrorCode *status) { in ucol_sit_letterToAttributeValue()
/aosp_15_r20/packages/modules/SdkExtensions/javatests/com/android/sdkext/extensions/apps/
DReceiver.java36 private static int dessertLetterToInt(char letter) { in dessertLetterToInt()
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/os/
H A DMorseCodeConverter.java134 long[] letter = pattern(c); in pattern() local
/aosp_15_r20/external/perfetto/src/trace_processor/sqlite/
H A Ddb_sqlite_table.cc159 inline uint32_t ReadLetterAndInt(char letter, base::StringSplitter* splitter) { in ReadLetterAndInt()
166 inline uint64_t ReadLetterAndLong(char letter, base::StringSplitter* splitter) { in ReadLetterAndLong()
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/files/
H A Dfile_path.cc43 StringType::size_type letter = FindDriveLetter(path); in IsPathAbsolute() local
/aosp_15_r20/frameworks/av/services/oboeservice/
H A DAAudioMixer.cpp62 char letter = 'A' + (streamIndex % 26); in mix() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/
H A Dstr_split_test.cc613 for (absl::string_view letter : splitter) { in TEST() local
622 for (absl::string_view letter : std_splitter) { in TEST() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dstr_split_test.cc616 for (absl::string_view letter : splitter) { in TEST() local
625 for (absl::string_view letter : std_splitter) { in TEST() local
/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dstr_split_test.cc616 for (absl::string_view letter : splitter) { in TEST() local
625 for (absl::string_view letter : std_splitter) { in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstr_split_test.cc613 for (absl::string_view letter : splitter) { in TEST() local
622 for (absl::string_view letter : std_splitter) { in TEST() local

12345678910>>...17