/aosp_15_r20/frameworks/base/core/java/android/widget/ |
H A D | AlphabetIndexer.java | 126 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 D | file_path.cc | 81 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 D | file_path.cc | 89 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 D | PingPongActorBenchmark.kt | 66 for (letter in channel) with(letter) { in CoroutineScope() variable 86 for (letter in channel) with(letter) { in pongActorCoroutine() method
|
H A D | CycledActorsBenchmark.kt | 69 for (letter in channel) with(letter) { in <lambda>() method 91 for (letter in channel) with(letter) { in <lambda>() method
|
H A D | StatefulActorBenchmark.kt | 80 for (letter in channel) with(letter) { in requestorActor() variable 101 for (letter in channel) with(letter) { in computationActor() method
|
H A D | ConcurrentStatefulActorBenchmark.kt | 87 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 D | LottieFontViewGroup.kt | 138 val letter = "" + Character.toUpperCase(event.unicodeChar.toChar()) in onKeyUp() constant
|
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/log/ |
D | Log.java | 67 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/ |
D | LetterTileDrawable.java | 115 private Character letter = null; field in LetterTileDrawable 327 public LetterTileDrawable setLetter(Character letter) { in setLetter()
|
/aosp_15_r20/external/sg3_utils/src/ |
H A D | sg_scan_win32.c | 405 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 D | xshared.c | 650 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 D | tool_getparam.c | 744 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/ |
D | map_tie.cpp | 21 char letter = 'a'; in main() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | ucol_sit.cpp | 126 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 D | ucol_sit.cpp | 125 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/ |
D | Receiver.java | 36 private static int dessertLetterToInt(char letter) { in dessertLetterToInt()
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/os/ |
H A D | MorseCodeConverter.java | 134 long[] letter = pattern(c); in pattern() local
|
/aosp_15_r20/external/perfetto/src/trace_processor/sqlite/ |
H A D | db_sqlite_table.cc | 159 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 D | file_path.cc | 43 StringType::size_type letter = FindDriveLetter(path); in IsPathAbsolute() local
|
/aosp_15_r20/frameworks/av/services/oboeservice/ |
H A D | AAudioMixer.cpp | 62 char letter = 'A' + (streamIndex % 26); in mix() local
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/ |
H A D | str_split_test.cc | 613 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 D | str_split_test.cc | 616 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 D | str_split_test.cc | 616 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/ |
D | str_split_test.cc | 613 for (absl::string_view letter : splitter) { in TEST() local 622 for (absl::string_view letter : std_splitter) { in TEST() local
|