Home
last modified time | relevance | path

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

123

/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/scheduler/actors/
DPingPongActorBenchmark.kt70 for (letter in channel) with(letter) { in CoroutineScope() variable
90 for (letter in channel) with(letter) { in pongActorCoroutine() method
DCycledActorsBenchmark.kt73 for (letter in channel) with(letter) { in <lambda>() method
95 for (letter in channel) with(letter) { in <lambda>() method
DStatefulActorBenchmark.kt84 for (letter in channel) with(letter) { in requestorActor() variable
105 for (letter in channel) with(letter) { in computationActor() method
DConcurrentStatefulActorBenchmark.kt91 for (letter in channel) with(letter) { in requestorActorUnfair() variable
119 for (letter in channel) with(letter) { in requestorActorFair() variable
/external/lottie/sample/src/main/kotlin/com/airbnb/lottie/samples/
DLottieFontViewGroup.kt138 val letter = "" + Character.toUpperCase(event.unicodeChar.toChar()) in onKeyUp() constant
/external/libchrome/base/files/
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
/external/cronet/base/files/
Dfile_path.cc87 StringType::size_type letter = FindDriveLetter(path); in IsPathAbsolute() local
248 StringType::size_type letter = FindDriveLetter(dir.value()); in GetComponents() local
324 StringType::size_type letter = FindDriveLetter(new_path.path_); in DirName() local
371 StringType::size_type letter = FindDriveLetter(new_path.path_); in BaseName() local
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/files/
Dfile_path.cc43 StringType::size_type letter = FindDriveLetter(path); in IsPathAbsolute() local
/external/ImageMagick/MagickCore/
Ddelegate.c562 const char letter,ExceptionInfo *exception) in GetMagickPropertyLetter()
564 #define WarnNoImageReturn(format,letter) \ in GetMagickPropertyLetter() argument
571 #define WarnNoImageInfoReturn(format,letter) \ in GetMagickPropertyLetter() argument
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestUnicodeProperty.java29 static final UnicodeSet letter = new UnicodeSet("[:gc=L:]"); field in TestUnicodeProperty
/external/mtools/
Dmattrib.c145 static int letterToCode(int letter) in letterToCode()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
DNGramParser.java116 public void addLetter(char letter) in addLetter()
/external/sg3_utils/src/
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()
/external/curl/src/
Dtool_getparam.c66 const char *letter; /* short name option */ member
681 char letter; in getparameter() local
/external/freetype/src/tools/
Dglnames.py5050 def __init__(self, letter, value): argument
/external/skia/src/sksl/transform/
DSkSLRenamePrivateSymbols.cpp82 for (std::string_view letter : kLetters) { in RenamePrivateSymbols() local
/external/iw/
Dreg.c23 static bool isalpha_upper(char letter) in isalpha_upper()
/external/icu/icu4c/source/i18n/
Ducol_sit.cpp125 char letter; member
146 ucol_sit_letterToAttributeValue(char letter, UErrorCode *status) { in ucol_sit_letterToAttributeValue()
/external/cronet/third_party/icu/source/i18n/
Ducol_sit.cpp125 char letter; member
146 ucol_sit_letterToAttributeValue(char letter, UErrorCode *status) { in ucol_sit_letterToAttributeValue()
/external/python/cpython3/Lib/
Dtextwrap.py78 letter = r'[^\d\W]' variable in TextWrapper
/external/dagger2/javatests/dagger/internal/codegen/
DElementDescriptorsTest.java61 byte method2(char letter) { in method2()
/external/iptables/iptables/
Dnft-ipv6.c227 static void save_ipv6_addr(char letter, const struct in6_addr *addr, in save_ipv6_addr()
Dnft-ipv4.c298 static void save_ipv4_addr(char letter, const struct in_addr *addr, in save_ipv4_addr()
/external/cpuinfo/src/x86/
Dname.c503 const char letter = *previousState.context_upper_letter; in transform_token() local
/external/rust/crates/rayon-core/src/
Dlog.rs274 fn letter(&self) -> char { in letter() method

123