Home
last modified time | relevance | path

Searched refs:letters (Results 1 – 25 of 162) sorted by relevance

1234567

/external/guava/guava-tests/test/com/google/common/base/
DSplitterTest.java53 Iterable<String> letters = COMMA_SPLITTER.split(simple); in testCharacterSimpleSplit() local
54 ASSERT.that(letters).hasContentsInOrder("a", "b", "c"); in testCharacterSimpleSplit()
59 Iterable<String> letters = Splitter.on('.').split(simple); in testCharacterSimpleSplitWithNoDelimiter() local
60 ASSERT.that(letters).hasContentsInOrder("a,b,c"); in testCharacterSimpleSplitWithNoDelimiter()
65 Iterable<String> letters = COMMA_SPLITTER.split(doubled); in testCharacterSplitWithDoubleDelimiter() local
66 ASSERT.that(letters).hasContentsInOrder("a", "", "b", "c"); in testCharacterSplitWithDoubleDelimiter()
71 Iterable<String> letters = COMMA_SPLITTER.split(doubled); in testCharacterSplitWithDoubleDelimiterAndSpace() local
72 ASSERT.that(letters).hasContentsInOrder("a", "", " b", "c"); in testCharacterSplitWithDoubleDelimiterAndSpace()
77 Iterable<String> letters = COMMA_SPLITTER.split(trailing); in testCharacterSplitWithTrailingDelimiter() local
78 ASSERT.that(letters).hasContentsInOrder("a", "b", "c", ""); in testCharacterSplitWithTrailingDelimiter()
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DBitmapText.java51 private Letters letters; field in BitmapText
71 letters = new Letters(font, block, rightToLeft); in BitmapText()
96 letters.invalidate(); in setSize()
119 letters.setText(text); in setText()
134 return letters.getBaseColor(); in getColor()
142 letters.setColor(color); in setColor()
143 letters.invalidate(); // TODO: Don't have to align. in setColor()
153 letters.invalidate(); in setBox()
188 return Math.max(letters.getTotalWidth(), textBox.width); in getLineWidth()
190 return letters.getTotalWidth(); in getLineWidth()
[all …]
/external/stlport/test/unit/
Dsearch_test.cpp76 char const* letters[] = { "Q", "E", "D" }; in search2() local
78 const unsigned letterCount = sizeof(letters) / sizeof(letters[0]); in search2()
79 …t**)grades, (char const**)grades + gradeCount, (char const**)letters, (char const**)letters + lett… in search2()
83 copy((char const**)grades + 1, (char const**)grades + 1 + letterCount, (char const**)letters); in search2()
84 …t**)grades, (char const**)grades + gradeCount, (char const**)letters, (char const**)letters + lett… in search2()
Dsort_test.cpp66 char const* letters[6] = {"bb", "aa", "ll", "dd", "qq", "cc" }; in stblsrt1() local
67 stable_sort(letters, letters + 6, string_less); in stblsrt1()
69 CPPUNIT_ASSERT( strcmp(letters[0], "aa") == 0 ); in stblsrt1()
70 CPPUNIT_ASSERT( strcmp(letters[1], "bb") == 0 ); in stblsrt1()
71 CPPUNIT_ASSERT( strcmp(letters[2], "cc") == 0 ); in stblsrt1()
72 CPPUNIT_ASSERT( strcmp(letters[3], "dd") == 0 ); in stblsrt1()
73 CPPUNIT_ASSERT( strcmp(letters[4], "ll") == 0 ); in stblsrt1()
74 CPPUNIT_ASSERT( strcmp(letters[5], "qq") == 0 ); in stblsrt1()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListMarker.cpp60 LChar letters[lettersSize]; in toRoman() local
71 letters[lettersSize - ++length] = digits[d]; in toRoman()
73 letters[lettersSize - ++length] = digits[d + 1]; in toRoman()
75 letters[lettersSize - ++length] = digits[d + 2]; in toRoman()
77 letters[lettersSize - ++length] = digits[d]; in toRoman()
83 return String(&letters[lettersSize - length], length); in toRoman()
97 CharacterType letters[lettersSize]; in toAlphabeticOrNumeric() local
108 letters[lettersSize - 1] = sequence[numberShadow % sequenceSize]; in toAlphabeticOrNumeric()
114 letters[lettersSize - ++length] = sequence[numberShadow % sequenceSize]; in toAlphabeticOrNumeric()
118 letters[lettersSize - ++length] = sequence[numberShadow % sequenceSize]; in toAlphabeticOrNumeric()
[all …]
/external/wpa_supplicant_8/src/p2p/
Dp2p_utils.c28 u8 letters = 'Z' - 'A' + 1; in p2p_random() local
36 val %= 2 * letters + numbers; in p2p_random()
37 if (val < letters) in p2p_random()
39 else if (val < 2 * letters) in p2p_random()
40 buf[i] = 'a' + (val - letters); in p2p_random()
42 buf[i] = '0' + (val - 2 * letters); in p2p_random()
/external/llvm/test/CodeGen/Generic/
D2008-01-30-LoadCrash.ll3 @letters.3100 = external constant [63 x i8] ; <[63 x i8]*> [#uses=2]
11 %tmp83 = getelementptr [63 x i8]* @letters.3100, i32 0, i32 %tmp8182 ; <i8*> [#uses=1]
16 %tmp92 = getelementptr [63 x i8]* @letters.3100, i32 0, i32 %tmp9091 ; <i8*> [#uses=1]
/external/chromium_org/third_party/openssl/openssl/ssl/
Dssltest.c1908 unsigned int *letters = in verify_callback() local
1912 if (letters) in verify_callback()
1931 letters[i] = 0; in verify_callback()
1972 letters[c - 'A']++; in verify_callback()
1976 if (letters[i] < 2) in verify_callback()
1977 letters[i] = 0; in verify_callback()
1979 letters[i] = 1; in verify_callback()
1986 if (letters[i]) in verify_callback()
2023 static int process_proxy_cond_adders(unsigned int letters[26],
2025 static int process_proxy_cond_val(unsigned int letters[26], in process_proxy_cond_val()
[all …]
/external/openssl/ssl/
Dssltest.c1908 unsigned int *letters = in verify_callback() local
1912 if (letters) in verify_callback()
1931 letters[i] = 0; in verify_callback()
1972 letters[c - 'A']++; in verify_callback()
1976 if (letters[i] < 2) in verify_callback()
1977 letters[i] = 0; in verify_callback()
1979 letters[i] = 1; in verify_callback()
1986 if (letters[i]) in verify_callback()
2023 static int process_proxy_cond_adders(unsigned int letters[26],
2025 static int process_proxy_cond_val(unsigned int letters[26], in process_proxy_cond_val()
[all …]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
Dstring-validate-input.js1 letters = new Array("a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t"… variable
68 tmp += letters[l];
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
Dstring-validate-input.js1 letters = new Array("a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t"… variable
68 tmp += letters[l];
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
Dstring-validate-input.js1 letters = new Array("a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t"… variable
68 tmp += letters[l];
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
Dlexer.py94 ident_chars0 = string.letters+"_"
95 ident_chars1 = string.letters+string.digits+"_"
125 ident_chars0 = string.letters+"_"
126 ident_chars1 = string.letters+string.digits+"_"
/external/srec/seti/sltsEngine/src/
Drun_seq_lts.c270 lm->letters = (char*) lts_alloc(len, sizeof(char)); in load_letter_mapping()
271 if (lm->letters == NULL) { in load_letter_mapping()
282 PORT_FREAD_CHAR(lm->letters, sizeof(char), len, fp); in load_letter_mapping()
292 char letter = toupper(lm->letters[i]); in load_letter_mapping()
293 lm->letters[i] = letter; in load_letter_mapping()
311 if (lm->letters) { in free_letter_mapping()
312 FREE(lm->letters); in free_letter_mapping()
313 lm->letters = NULL; in free_letter_mapping()
1254 pfprintf(PSTDOUT,"dp %c ", lm->letters[dp->letter]); in fill_up_dp_for_letter()
1257 pfprintf(PSTDOUT,"%c", lm->letters[word[i]]); in fill_up_dp_for_letter()
[all …]
/external/chromium/testing/gmock/test/
Dgmock-more-actions_test.cc637 std::string letters = "abc"; in TEST() local
638 a = SetArrayArgument<2>(letters.begin(), letters.end()); in TEST()
686 std::string letters = "abc"; in TEST() local
687 Action<MyFunction> a = SetArrayArgument<1>(letters.begin(), letters.end()); in TEST()
691 EXPECT_EQ(letters, s); in TEST()
/external/icu4c/samples/ucnv/
Dconvsamp.cpp302 uint32_t letters=0, total=0; in convsample_05() local
359 letters++; in convsample_05()
365 printf("%d letters out of %d total UChars.\n", letters, total); in convsample_05()
398 uint32_t letters=0, total=0; in convsample_06() local
457 letters++; in convsample_06()
481 printf("%d letters out of %d total UChars.\n", letters, total); in convsample_06()
/external/srec/seti/sltsEngine/include/
Dlts_seq_internal.h112 char *letters; member
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/bg/
D359.txt18 # removed. Abbreviated region names where only 1 or 2 letters were saved, both
/external/markdown/markdown/
Dinlinepatterns.py363 letters = [codepoint2name(ord(letter)) for letter in email]
364 el.text = markdown.AtomicString(''.join(letters))
/external/chromium_org/third_party/icu/source/data/translit/
DLatin_Katakana.txt271 '~' → ; # delete stray tildes between letters
272 [:Katakana:] { '' } [:Latin:] → ; # delete stray quotes between letters
/external/icu4c/data/translit/
DLatin_Katakana.txt271 '~' → ; # delete stray tildes between letters
272 [:Katakana:] { '' } [:Latin:] → ; # delete stray quotes between letters
/external/iptables/extensions/
Dlibipt_LOG.man17 Prefix log messages with the specified prefix; up to 29 letters long,
Dlibip6t_LOG.man17 Prefix log messages with the specified prefix; up to 29 letters long,
/external/hyphenation/
DREADME.hyphen44 the letters, they are added in. If two (or more) patterns have numbers
80 more letters from the beginning. For example, if none of the
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_scanf.inc124 // letters s, S or [.
206 // POSIX %a followed by s, S or [ letters).

1234567