Home
last modified time | relevance | path

Searched refs:where (Results 1 – 25 of 25) sorted by relevance

/dalvik/libcore/text/src/main/java/java/text/
DBreakIterator.java333 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/
DBreakIterator.java70 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/
DPointerSet.c184 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/
DZoneInfoDB.java364 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()
DZoneInfo.java56 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/
Dinfo.txt2 where a concrete class and its abstract superclass were compiled with
/dalvik/dx/tests/042-dex-ignore-result/
Dinfo.txt4 method call to a method which returns a value, where that value is
/dalvik/dx/tests/066-dex-try-catch-rethrow/
Dinfo.txt2 a try-catch where the exception handler rethrows.
/dalvik/dx/tests/073-dex-null-array-refs/
Dinfo.txt2 a bunch of cases convert reasonably, where necessarily or possibly
/dalvik/dx/tests/074-dex-form35c-edge-case/
Dinfo.txt2 an edge case of instruction format 35c works, where a reference
/dalvik/dx/etc/
Ddx.bat19 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/
DPolicyUtils.java564 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/
DCodeSourceTest.java351 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/
DOP_CHECK_CAST.S69 b .L${opcode}_resolved @ pick up where we left off
DOP_INSTANCE_OF.S85 b .L${opcode}_resolved @ pick up where we left off
/dalvik/vm/mterp/x86/
DOP_CHECK_CAST.S82 jmp .L${opcode}_resolved # pick up where we left off
/dalvik/vm/arch/arm/
DCallOldABI.S101 @ an ldmia -- but we're doing the gcc frame trick where we push the
/dalvik/vm/mterp/
DREADME.txt21 are generated. The sources are written into the "out" directory, where
180 (where it is verified) and assembly (where the definitions are used).
DNOTES.txt61 to accomplish this is to store it in the interpreted stack where the GC
/dalvik/libcore/
DNOTICE145 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/
DNOTICE91 where such license applies only to those patent claims licensable
/dalvik/
DNOTICE91 where such license applies only to those patent claims licensable
/dalvik/libcore/security/src/main/java/org/bouncycastle/x509/
DCertPathReviewerMessages_de.properties546 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…
DCertPathReviewerMessages.properties546 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/
DInterpAsm-x86.S6333 jmp .LOP_CHECK_CAST_resolved # pick up where we left off