OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:foundIndex
(Results
1 - 13
of
13
) 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
);
/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
600
int64_t
foundIndex
= 0;
607
foundIndex
= utext_getNativeIndex(ut);
608
TEST_ASSERT(expectedIndex ==
foundIndex
);
612
foundIndex
= utext_getPreviousNativeIndex(ut);
613
TEST_ASSERT(expectedIndex ==
foundIndex
);
625
foundIndex
= UTEXT_GETNATIVEINDEX(ut);
626
TEST_ASSERT(expectedIndex ==
foundIndex
);
642
foundIndex
= utext_getNativeIndex(ut);
643
TEST_ASSERT(len ==
foundIndex
);
655
foundIndex
= utext_getNativeIndex(ut)
[
all
...]
/prebuilts/sdk/tools/lib/
guava-10.0.1.jar
lint.jar
lint_api.jar
lint_checks.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
Completed in 763 milliseconds