Searched refs:wordCount (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DCompletionDictionary.js63 wordCount: function(word) { }
126 wordCount: function(word)
H A DCodeMirrorTextEditor.js1476 return dictionary.wordCount(b) - dictionary.wordCount(a) || a.length - b.length;
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
H A DForm35c.java95 return (wordCount(regs) >= 0);
149 private static int wordCount(RegisterSpecList regs) { method in class:Form35c
186 int wordCount = wordCount(orig);
189 if (wordCount == sz) {
193 RegisterSpecList result = new RegisterSpecList(wordCount);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dthcoll.cpp95 int32_t wordCount = 0; local
99 ++wordCount;
100 if (wordCount <= 8) {
102 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
114 logln((UnicodeString)"Words checked: " + wordCount);
142 int32_t wordCount = 0; local
146 ++wordCount;
147 if (wordCount <= 8) {
149 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
196 logln((UnicodeString)"Words checked: " + wordCount);
[all...]
H A Drbbitst.cpp673 int32_t wordCount; local
699 wordCount = 0;
717 wordCount += 1;
728 if (wordCount < 50) {
729 errln("Word count (%d) unreasonably small\n", wordCount);
740 if (wordCount != (testCount = enumer1->count(status))) {
742 testCount, wordCount, u_errorName(status));
759 if (wordCount != (testCount = enumer2->count(status))) {
761 testCount, wordCount, u_errorName(status));
786 if (wordCount !
952 int32_t wordCount; local
[all...]
/external/icu4c/test/intltest/
H A Dthcoll.cpp96 int32_t wordCount = 0; local
100 ++wordCount;
101 if (wordCount <= 8) {
103 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
115 logln((UnicodeString)"Words checked: " + wordCount);
143 int32_t wordCount = 0; local
147 ++wordCount;
148 if (wordCount <= 8) {
150 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
195 logln((UnicodeString)"Words checked: " + wordCount);
[all...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DTypeListItem.java168 int wordCount = 0;
170 wordCount += typeIdItem.getRegisterCount();
172 return wordCount;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/
H A Dttsdebug.js300 var wordCount = 0;
318 var min = wordExpected[wordCount].min;
319 var max = wordExpected[wordCount].max;
325 if (wordCount != 4) {
337 wordCount++;
363 if (wordCount == 0) {
365 } else if (wordCount < wordExpected.length) {
367 } else if (wordCount > wordExpected.length) {
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DWebAXObjectProxy.cpp427 size_t wordCount = starts.size(); local
428 BLINK_ASSERT(ends.size() == wordCount);
431 if (!wordCount) {
438 for (size_t j = 0; j < wordCount - 1; j++) {
447 wordStart = start + starts[wordCount - 1];
448 wordEnd = start + ends[wordCount - 1];
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dreapits.c1316 int32_t wordCount = 0; local
1333 wordCount = uregex_split(theRegEx, NULL, 0, &neededLength1, destFields,
1337 TEST_ASSERT(wordCount==3);
1343 wordCount = uregex_split(theRegEx, textBuff, neededLength1+1, &neededLength2,
1345 TEST_ASSERT(wordCount==3);
/external/icu4c/test/cintltst/
H A Dreapits.c1358 int32_t wordCount = 0; local
1375 wordCount = uregex_split(theRegEx, NULL, 0, &neededLength1, destFields,
1379 TEST_ASSERT(wordCount==3);
1385 wordCount = uregex_split(theRegEx, textBuff, neededLength1+1, &neededLength2,
1387 TEST_ASSERT(wordCount==3);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 438 milliseconds