HomeSort by relevance Sort by last modified time
    Searched defs:foundIndex (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebCore/platform/text/
AtomicStringKeyedMRUCache.h 45 size_t foundIndex = i;
46 if (foundIndex + 1 < m_cache.size()) {
47 Entry entry = m_cache[foundIndex];
48 m_cache.remove(foundIndex);
49 foundIndex = m_cache.size();
52 return m_cache[foundIndex].second;
  /external/svox/pico/lib/
picowa.c 261 picoos_uint8 foundIndex;
286 foundIndex = i;
288 foundIndex = 0;
305 PICODBG_DEBUG(("at least one entry found in lexicon %i",foundIndex));
327 head->info2 = foundIndex;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.cpp 148 int foundIndex = indexOfSublayer(sublayer);
149 if (foundIndex == -1)
153 m_sublayers.remove(foundIndex);
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/generateviewbylayout/codegenerators/
AbstractLayoutCodeGenerator.java 148 int foundIndex = findSetContentViewIndexInsideStatement();
150 if (foundIndex >= 0)
153 onCreateDeclaration.getBody().statements().add(foundIndex + 1, expr);
175 int foundIndex = findInflateIndexAtStatement();
176 if (foundIndex >= 0)
180 onCreateDeclaration.getBody().statements().add(foundIndex + 1, expr);
198 int foundIndex = -1;
228 foundIndex = aux;
233 return foundIndex;
242 int foundIndex = -1;
    [all...]
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/generatecode/
AbstractCodeGenerator.java 215 int foundIndex = -1;
222 foundIndex = index;
225 return foundIndex;
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java 314 int foundIndex = -1;
319 foundIndex = oldChild;
325 if (foundIndex < 0)
    [all...]
  /external/icu4c/test/intltest/
utxttest.cpp 602 int64_t foundIndex = 0;
609 foundIndex = utext_getNativeIndex(ut);
610 TEST_ASSERT(expectedIndex == foundIndex);
614 foundIndex = utext_getPreviousNativeIndex(ut);
615 TEST_ASSERT(expectedIndex == foundIndex);
627 foundIndex = UTEXT_GETNATIVEINDEX(ut);
628 TEST_ASSERT(expectedIndex == foundIndex);
644 foundIndex = utext_getNativeIndex(ut);
645 TEST_ASSERT(len == foundIndex);
657 foundIndex = utext_getNativeIndex(ut)
    [all...]
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 

Completed in 2710 milliseconds