/dalvik/libcore/text/src/main/java/java/text/ |
D | BreakIterator.java | 333 public static BreakIterator getCharacterInstance(Locale where) { in getCharacterInstance() argument 334 if (where == null) { in getCharacterInstance() 339 .getCharacterInstance(where)); in getCharacterInstance() 364 public static BreakIterator getLineInstance(Locale where) { in getLineInstance() argument 365 if (where == null) { in getLineInstance() 370 .getLineInstance(where)); in getLineInstance() 395 public static BreakIterator getSentenceInstance(Locale where) { in getSentenceInstance() argument 396 if (where == null) { in getSentenceInstance() 401 .getSentenceInstance(where)); in getSentenceInstance() 426 public static BreakIterator getWordInstance(Locale where) { in getWordInstance() argument [all …]
|
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/ |
D | BreakIterator.java | 70 public static BreakIterator getCharacterInstance(Locale where) { in getCharacterInstance() argument 71 int iter = NativeBreakIterator.getCharacterInstanceImpl(where.toString()); in getCharacterInstance() 80 public static BreakIterator getLineInstance(Locale where) { in getLineInstance() argument 81 int iter = NativeBreakIterator.getLineInstanceImpl(where.toString()); in getLineInstance() 90 public static BreakIterator getSentenceInstance(Locale where) { in getSentenceInstance() argument 91 int iter = NativeBreakIterator.getSentenceInstanceImpl(where.toString()); in getSentenceInstance() 100 public static BreakIterator getWordInstance(Locale where) { in getWordInstance() argument 101 int iter = NativeBreakIterator.getWordInstanceImpl(where.toString()); in getWordInstance()
|
/dalvik/vm/ |
D | PointerSet.c | 184 int i, where; in dvmPointerSetRemoveEntry() local 186 if (!dvmPointerSetHas(pSet, ptr, &where)) in dvmPointerSetRemoveEntry() 189 if (where != pSet->count-1) { in dvmPointerSetRemoveEntry() 191 memmove(&pSet->list[where], &pSet->list[where+1], in dvmPointerSetRemoveEntry() 192 (pSet->count-1 - where) * sizeof(pSet->list[0])); in dvmPointerSetRemoveEntry()
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/ |
D | ZoneInfoDB.java | 364 int where; in parseNumericZone() local 367 for (where = 4; where < name.length(); where++) { in parseNumericZone() 368 char c = name.charAt(where); in parseNumericZone() 371 where++; in parseNumericZone() 383 for (; where < name.length(); where++) { in parseNumericZone() 384 char c = name.charAt(where); in parseNumericZone()
|
D | ZoneInfo.java | 56 private static String nullName(byte[] data, int where, int off) { in nullName() argument 60 int end = where + off; in nullName() 64 return new String(data, where + off, end - (where + off)); in nullName()
|
/dalvik/tests/032-concrete-sub/ |
D | info.txt | 2 where a concrete class and its abstract superclass were compiled with
|
/dalvik/dx/tests/042-dex-ignore-result/ |
D | info.txt | 4 method call to a method which returns a value, where that value is
|
/dalvik/dx/tests/066-dex-try-catch-rethrow/ |
D | info.txt | 2 a try-catch where the exception handler rethrows.
|
/dalvik/dx/tests/073-dex-null-array-refs/ |
D | info.txt | 2 a bunch of cases convert reasonably, where necessarily or possibly
|
/dalvik/dx/tests/074-dex-form35c-edge-case/ |
D | info.txt | 2 an edge case of instruction format 35c works, where a reference
|
/dalvik/dx/etc/ |
D | dx.bat | 19 REM Locate dx.jar in the directory where dx.bat was found and start it. 25 REM Change current directory to where dx is, to avoid issues with directories
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/ |
D | PolicyUtils.java | 564 public static boolean matchSubset(Object[] what, Object[] where) { in matchSubset() argument 571 if (where == null) { in matchSubset() 575 for (int j = 0; j < where.length; j++) { in matchSubset() 576 if (what[i].equals(where[j])) { in matchSubset()
|
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | CodeSourceTest.java | 351 private static boolean presented(Certificate[] what, Certificate[] where) { in presented() argument 358 for (int j = 0; j < where.length; j++) { in presented() 359 if (where[j] == null) { in presented() 369 for (int j = 0; j < where.length; j++) { in presented() 370 if (what[i].equals(where[j])) { in presented()
|
/dalvik/vm/mterp/armv5te/ |
D | OP_CHECK_CAST.S | 69 b .L${opcode}_resolved @ pick up where we left off
|
D | OP_INSTANCE_OF.S | 85 b .L${opcode}_resolved @ pick up where we left off
|
/dalvik/vm/mterp/x86/ |
D | OP_CHECK_CAST.S | 82 jmp .L${opcode}_resolved # pick up where we left off
|
/dalvik/vm/arch/arm/ |
D | CallOldABI.S | 101 @ an ldmia -- but we're doing the gcc frame trick where we push the
|
/dalvik/vm/mterp/ |
D | README.txt | 21 are generated. The sources are written into the "out" directory, where 180 (where it is verified) and assembly (where the definitions are used).
|
D | NOTES.txt | 61 to accomplish this is to store it in the interpreted stack where the GC
|
/dalvik/libcore/ |
D | NOTICE | 145 where such changes and/or additions to the Program originate 408 the new terms are clearly indicated on the first page of each file where
|
/dalvik/libnativehelper/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/dalvik/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/x509/ |
D | CertPathReviewerMessages_de.properties | 546 CertPathReviewer.QcSSCD.text = The issuer claims that for the certificate where this statement appe… 547 CertPathReviewer.QcSSCD.summary = The issuer claims that for the certificate where this statement a… 548 CertPathReviewer.QcSSCD.details = The issuer claims that for the certificate where this statement a…
|
D | CertPathReviewerMessages.properties | 546 CertPathReviewer.QcSSCD.text = The issuer claims that for the certificate where this statement appe… 547 CertPathReviewer.QcSSCD.summary = The issuer claims that for the certificate where this statement a… 548 CertPathReviewer.QcSSCD.details = The issuer claims that for the certificate where this statement a…
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-x86.S | 6333 jmp .LOP_CHECK_CAST_resolved # pick up where we left off
|