OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpIndex
(Results
1 - 2
of
2
) sorted by null
/dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/kernel/vm/
VM.java
235
* @param
cpIndex
the index on the class path
239
static final int getClassPathEntryType(Object classLoader, int
cpIndex
) {
/external/icu4c/test/intltest/
utxttest.cpp
715
int
cpIndex
= 0;
717
cpIndex
= (
cpIndex
+ 9973) % cpCount;
718
index = cpMap[
cpIndex
].nativeIdx;
719
expectedC = cpMap[
cpIndex
].cp;
727
cpIndex
= 0;
729
cpIndex
= (
cpIndex
+ 9973) % cpCount;
730
index = cpMap[
cpIndex
+1].nativeIdx;
731
expectedC = cpMap[
cpIndex
].cp
[
all
...]
Completed in 39 milliseconds