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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DCompletionDictionary.js63 wordCount: function(word) { },
128 wordCount: function(word)
/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.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/icu/icu4c/source/test/intltest/
H A Dthcoll.cpp97 int32_t wordCount = 0; local
101 ++wordCount;
102 if (wordCount <= 8) {
104 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
116 logln((UnicodeString)"Words checked: " + wordCount);
144 int32_t wordCount = 0; local
148 ++wordCount;
149 if (wordCount <= 8) {
151 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
196 logln((UnicodeString)"Words checked: " + wordCount);
[all...]
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
H A Dframing.c225 PRIVATE void shift_buffer(SBC_BUFFER_T *dest, SBC_BUFFER_T *src, OI_UINT wordCount) argument
228 memmove(dest, src, wordCount * sizeof(SBC_BUFFER_T));
230 OI_ASSERT(((OI_CHAR *)(dest) - (OI_CHAR *)(src)) >= wordCount*sizeof(*dest));
231 memcpy(dest, src, wordCount * sizeof(SBC_BUFFER_T));
236 n = wordCount / 4 / (sizeof(OI_INT32)/sizeof(*dest));
237 OI_ASSERT((n * 4 * (sizeof(OI_INT32)/sizeof(*dest))) == wordCount);
239 d = (void*)(dest + wordCount);
240 s = (void*)(src + wordCount);
/external/deqp/modules/gles31/functional/
H A Des31fMultisampleTests.cpp500 const int wordCount = getEffectiveSampleMaskWordCount(m_numSamples - 1); local
504 for (int wordNdx = 0; wordNdx < wordCount; ++wordNdx)
508 const bool isFinalWord = (wordNdx + 1) == wordCount;
810 const int wordCount = getEffectiveSampleMaskWordCount(m_numSamples - 1); local
814 for (int wordNdx = 0; wordNdx < wordCount; ++wordNdx)
817 const bool isFinalWord = (wordNdx + 1) == wordCount;
937 const int wordCount = getEffectiveSampleMaskWordCount(m_numSamples - 1); local
941 for (int wordNdx = 0; wordNdx < wordCount; ++wordNdx)
944 const bool isFinalWord = (wordNdx + 1) == wordCount;
953 for (int wordNdx = 0; wordNdx < wordCount;
[all...]
/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/icu/source/tools/gendict/
H A Dgendict.cpp368 int wordCount = 0;
407 wordCount++;
413 wordCount++;
424 if (verbose) { printf("Processed %d lines, added %d words, minlen %d, maxlen %d\n", lineCount, wordCount, minlen, maxlen); }
/external/icu/icu4c/source/tools/gendict/
H A Dgendict.cpp368 int wordCount = 0;
407 wordCount++;
413 wordCount++;
424 if (verbose) { printf("Processed %d lines, added %d words, minlen %d, maxlen %d\n", lineCount, wordCount, minlen, maxlen); }
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
H A Doi_codec_sbc_private.h183 PRIVATE void shift_buffer(SBC_BUFFER_T *dest, SBC_BUFFER_T *src, OI_UINT wordCount);
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
H A DCodeMirrorTextEditor.js2162 return dictionary.wordCount(b) - dictionary.wordCount(a) || a.length - b.length;
/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 ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1353 milliseconds