OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:foundidx
(Results
1 - 4
of
4
) sorted by null
/external/ant-glob/src/org/apache/tools/ant/types/selectors/
SelectorUtils.java
293
int
foundIdx
= -1;
304
foundIdx
= strIdxStart + i;
308
if (
foundIdx
== -1) {
313
strIdxStart =
foundIdx
+ patLength;
457
int
foundIdx
= -1;
470
foundIdx
= strIdxStart + i;
474
if (
foundIdx
== -1) {
479
strIdxStart =
foundIdx
+ patLength;
/external/llvm/include/llvm/ADT/
SparseSet.h
206
const unsigned
FoundIdx
= ValIndexOf(Dense[i]);
207
assert(
FoundIdx
< Universe && "Invalid key in set. Did object mutate?");
208
if (Idx ==
FoundIdx
)
SparseMultiSet.h
362
const unsigned
FoundIdx
= sparseIndex(Dense[i]);
365
if (Idx ==
FoundIdx
&& Dense[i].isValid() && isHead(Dense[i]))
/packages/apps/Nfc/nci/jni/
NfcTag.cpp
[
all
...]
Completed in 303 milliseconds