OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:foundindex
(Results
1 - 13
of
13
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/
FoundIndex.java
19
* $Id:
FoundIndex
.java 468655 2006-10-28 07:12:06Z minchau $
28
public class
FoundIndex
extends RuntimeException
33
* Constructor
FoundIndex
36
public
FoundIndex
(){}
/external/webkit/Source/WebCore/inspector/front-end/
CSSCompletions.js
55
var
foundIndex
= this._firstIndexOfPrefix(prefix);
56
return (
foundIndex
=== -1 ? "" : this._values[
foundIndex
]);
68
var
foundIndex
;
73
foundIndex
= middleIndex;
82
if (
foundIndex
=== undefined)
85
while (
foundIndex
&& this._values[
foundIndex
- 1].indexOf(prefix) === 0)
86
foundIndex
--;
88
return
foundIndex
;
[
all
...]
TextPrompt.js
253
var
foundIndex
= null;
256
foundIndex
= i;
259
var nextIndex =
foundIndex
+ (reverse ? -1 : 1);
260
if (
foundIndex
=== null || nextIndex >= completions.length)
/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/guava/guava/src/com/google/common/collect/
SortedLists.java
56
Comparator<? super E> comparator, E key, List<? extends E> list, int
foundIndex
) {
57
return
foundIndex
;
66
Comparator<? super E> comparator, E key, List<? extends E> list, int
foundIndex
) {
69
int lower =
foundIndex
;
90
Comparator<? super E> comparator, E key, List<? extends E> list, int
foundIndex
) {
94
int upper =
foundIndex
;
116
Comparator<? super E> comparator, E key, List<? extends E> list, int
foundIndex
) {
117
return LAST_PRESENT.resultIndex(comparator, key, list,
foundIndex
) + 1;
127
Comparator<? super E> comparator, E key, List<? extends E> list, int
foundIndex
) {
128
return FIRST_PRESENT.resultIndex(comparator, key, list,
foundIndex
) - 1
[
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
...]
/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/llvm/lib/Analysis/
ScalarEvolution.cpp
[
all
...]
/prebuilts/sdk/tools/lib/
lint.jar
lint_api.jar
lint_checks.jar
Completed in 748 milliseconds