Searched refs:words (Results 1 - 25 of 136) sorted by last modified time

123456

/external/webkit/Source/WebKit/android/content/
H A Daddress_detector.cpp59 // Minimum number of words in an address after the house number
64 // Maximum number of words allowed in an address between the house number
76 // Maximum number of words after the house number in which the location name
171 // detected. Start tokenizing the following words to find a valid
186 std::vector<Word> words; local
187 words.push_back(house_number);
199 if (next_word == words.size()) {
214 words.push_back(Word(tokenizer.token_begin(), tokenizer.token_end()));
219 const Word& current_word = words[next_word];
230 // of words i
486 FindStateStartingInWord(WordList* words, size_t state_first_word, size_t* state_last_word, String16Tokenizer* tokenizer, size_t* state_index) argument
[all...]
H A Daddress_detector.h117 static bool FindStateStartingInWord(WordList* words,
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DInspectorServerQt.cpp208 QStringList words = m_path.split(QLatin1Char('/')); local
235 if ((words.size() == 4)
236 && (words[1] == QString::fromLatin1("devtools"))
237 && (words[2] == QString::fromLatin1("page"))) {
238 int pageNum = words[3].toInt();
H A DInspectorServerQt.h105 void handleInspectorRequest(QStringList words);
107 void handleResourceRequest(QStringList words);
/external/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp2678 QStringList words = (QStringList() << "foo" << "bar"); local
2681 foreach (QString subString, words) {
/external/webkit/Tools/Scripts/
H A Ddo-file-rename41 my %words;
/external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/
H A Dwc3.l6 words {word}{ws}+
13 {words}{word}{ws}* cc += yyleng; wc += 2;
14 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
15 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
H A Dwc4.l6 words {word}{ws}+
13 {words}{word}{ws}* wc += 2; cc += yyleng;
14 {words}{word}{ws}*\n wc += 2; cc += yyleng; ++lc;
15 {words}{2}{word}{ws}* wc += 3; cc += yyleng;
16 {words}{2}{word}{ws}*\n wc += 3; cc += yyleng; ++lc;
17 {words}{3}{word}{ws}* wc += 4; cc += yyleng;
18 {words}{3}{word}{ws}*\n wc += 4; cc += yyleng; ++lc;
H A Dwc5.l6 words {word}{ws}+
13 {words}{word} cc += yyleng; wc += 2; /* oops */
14 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
15 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
/external/webkit/Source/JavaScriptCore/wtf/
H A DBitmap.h50 static const WordType words = (size + wordSize - 1) / wordSize; member in class:WTF::Bitmap
59 FixedArray<WordType, words> bits;
138 for (size_t i = start / wordSize; i < words; ++i)
146 for (size_t i = 0; i < words; ++i)
155 for (size_t i = 0; i < words; ++i)
H A Ddtoa.cpp185 uint32_t* words() function in struct:WTF::BigInt
190 const uint32_t* words() const function in struct:WTF::BigInt
212 uint32_t* x = b.words();
237 b.words()[0] = y9;
326 b.words()[0] = i;
360 for (xc = c.words(), xa = xc + wc; xc < xa; xc++)
362 xa = a->words();
364 xb = b->words();
366 xc0 = c.words();
412 for (xc0 = c.words(), x
[all...]
/external/valgrind/main/coregrind/
H A Dm_sparsewa.c3 /*--- An sparse array (of words) implementation. ---*/
57 UWord words[256]; member in struct:__anon13675
207 *valP = level0->words[curr_ix];
306 *valP = level0->words[ix];
362 level0->words[ix] = val;
407 *oldV = level0->words[ix];
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dll.S276 # now we grab the first two words in the name field and use that
/external/valgrind/main/helgrind/
H A Dhg_main.c3720 /* Allocates a duplicate of words. Caller must HG_(free) the result. */
3721 static UWord* UWordV_dup(UWord* words, Word words_size) argument
3731 dup[i] = words[i];
4060 be exactly the start of a block or up to 15 words inside. This
H A Dhg_wordset.c3 /*--- Sets of words, with unique set identifiers. ---*/
137 UWord* words; member in struct:__anon13932
192 wv->words = NULL;
195 wv->words = wsu->alloc( wsu->cc, (SizeT)sz * sizeof(UWord) );
203 if (wv->words) {
204 dealloc(wv->words);
228 if (wv1->words[i] == wv2->words[i])
230 if (wv1->words[i] < wv2->words[
447 getPayloadWS( UWord** words, UWord* nWords, WordSetU* wsu, WordSet ws ) argument
[all...]
H A Dhg_wordset.h3 /*--- Sets of words, with unique set identifiers. ---*/
92 void HG_(getPayloadWS) ( /*OUT*/UWord** words, /*OUT*/UWord* nWords,
/external/valgrind/main/include/vki/
H A Dvki-s390x-linux.h718 vki_per_cr_words words; member in union:__anon14034::__anon14035
736 vki_per_lowcore_words words; member in union:__anon14034::__anon14036
/external/valgrind/main/memcheck/tests/
H A Dwrap6.c182 UInt* words = calloc(200, sizeof(UInt)); local
183 TRASH_IREGS(r, words);
184 free(words);
208 UInt* words = calloc(200, sizeof(UInt)); local
209 words[1-1] = a1;
210 TRASH_IREGS(r, words);
211 free(words);
235 UInt* words = calloc(200, sizeof(UInt)); local
236 words[1-1] = a1;
237 words[
263 UInt* words = calloc(200, sizeof(UInt)); local
292 UInt* words = calloc(200, sizeof(UInt)); local
322 UInt* words = calloc(200, sizeof(UInt)); local
353 UInt* words = calloc(200, sizeof(UInt)); local
386 UInt* words = calloc(200, sizeof(UInt)); local
422 UInt* words = calloc(200, sizeof(UInt)); local
459 UInt* words = calloc(200, sizeof(UInt)); local
497 UInt* words = calloc(200, sizeof(UInt)); local
536 UInt* words = calloc(200, sizeof(UInt)); local
576 UInt* words = calloc(200, sizeof(UInt)); local
[all...]
/external/valgrind/main/none/tests/x86/
H A Dcpuid.stdout.exp1 cpuid words (0): 0x........ 0x........ 0x........ 0x........
2 cpuid words (1): 0x........ 0x........ 0x........ 0x........
/external/v8/test/mjsunit/third_party/
H A Dregexp-pcre.js1189 res[1110] = /multiple words of text/;
1190 res[1111] = /multiple words/;
1283 res[1204] = /multiple words of text/i;
1284 res[1205] = /multiple words/i;
1920 assertNull(res[177].exec("this is not a line with only words and spaces!", 273));
4686 assertNull(res[998].exec("this is not a line with only words and spaces!", 3038));
5053 assertToStringEquals("multiple words", res[1111].exec("multiple words, yeah"), 3405);
5331 assertNull(res[1265].exec("word cat dog elephant mussel cow horse canary baboon snake shark the quick brown fox and the lazy dog and several other words getting close to thirty by now I hope", 3683));
/external/v8/src/arm/
H A Dsimulator-arm.cc398 int32_t words; local
400 words = 10;
402 if (!GetValue(argv[next_arg], &words)) {
403 words = 10;
406 end = cur + words;
574 PrintF("stack [<words>]\n");
575 PrintF(" dump stack content, default dump 10 words)\n");
576 PrintF("mem <address> [<words>]\n");
577 PrintF(" dump memory content, default dump 10 words)\n");
/external/v8/src/mips/
H A Dsimulator-mips.cc513 int32_t words; local
515 words = 10;
517 if (!GetValue(argv[next_arg], &words)) {
518 words = 10;
521 end = cur + words;
722 PrintF("stack [<words>]\n");
723 PrintF(" dump stack content, default dump 10 words)\n");
724 PrintF("mem <address> [<words>]\n");
725 PrintF(" dump memory content, default dump 10 words)\n");
/external/tcpdump/
H A Dprint-smb.c173 print_trans2(const u_char *words, const u_char *dat, const u_char *buf, const u_char *maxbuf) argument
178 const u_char *w = words + 1;
182 TCHECK(words[0]);
191 if (words[0] == 0) {
206 if (words[0] == 8) {
207 smb_fdata(words + 1,
212 smb_fdata(words + 1,
214 words + 1 + 14 * 2, unicodestr);
219 smb_fdata(words + 1,
221 words
336 print_trans(const u_char *words, const u_char *data1, const u_char *buf, const u_char *maxbuf) argument
398 print_negprot(const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) argument
439 print_sesssetup(const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) argument
483 print_lockingandx(const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) argument
801 const u_char *words, *maxwords, *data; local
[all...]
/external/tcpdump/missing/
H A Dinet_ntop.c118 u_long words [IN6ADDRSZ / INT16SZ]; local
125 memset (words, 0, sizeof(words));
127 words[i/2] |= (src[i] << ((1 - (i % 2)) << 3));
133 if (words[i] == 0)
173 (best.len == 6 || (best.len == 5 && words[5] == 0xffff)))
183 tp += sprintf (tp, "%lX", words[i]);
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp750 * Wrap all individual words in <phoneme> tags.
777 char * words[numWords]; local
781 words[j] = new char[i+1-start+17];
782 words[j][0] = '\0';
783 strcat( words[j], PICO_PHONEME_OPEN_TAG);
784 strncat(words[j], xsampa+start, i-start);
785 strcat( words[j], PICO_PHONEME_CLOSE_TAG);
788 totalLength += strlen(words[j-1]);
791 words[j] = new char[i+1-start+17];
792 words[
[all...]

Completed in 409 milliseconds

123456