HomeSort by relevance Sort by last modified time
    Searched full:ute (Results 1 - 11 of 11) sorted by null

  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
UndeclaredThrowableExceptionTests.java 28 UndeclaredThrowableException ute = new UndeclaredThrowableException( local
30 assertSame("Wrong cause returned", throwable, ute.getCause());
43 UndeclaredThrowableException ute = new UndeclaredThrowableException( local
45 assertSame("Wrong undeclared throwable returned", throwable, ute
  /external/icu4c/i18n/
utrans.cpp 326 UTransEnumeration *ute=(UTransEnumeration *)uenum;
327 int32_t index=ute->index;
328 if(index<ute->count) {
330 ute->index=index+1;
350 UTransEnumeration *ute=(UTransEnumeration *)uenum;
351 ute->index=0;
352 ute->count=Transliterator::countAvailableIDs();
373 UTransEnumeration *ute;
379 ute=(UTransEnumeration *)uprv_malloc(sizeof(UTransEnumeration));
380 if(ute==NULL)
    [all...]
  /dalvik/tests/044-proxy/src/
WrappedThrow.java 47 } catch (UndeclaredThrowableException ute) {
48 System.out.println("Got expected UTE");
77 } catch (UndeclaredThrowableException ute) {
78 System.out.println("Got expected UTE");
86 } catch (UndeclaredThrowableException ute) {
87 System.out.println("Got expected UTE");
  /dalvik/tests/044-proxy/
expected.txt 59 Got expected UTE
68 Got expected UTE
71 Got expected UTE
  /frameworks/base/core/res/res/values-nb/
strings.xml 89 <string name="roamingText3" msgid="5148255027043943317">"Ute av nabolaget"</string>
90 <string name="roamingText4" msgid="8808456682550796530">"Ute av bygningen"</string>
    [all...]
  /external/bluetooth/glib/po/
nb.po 595 msgstr "tall ute av rekkefølge i {}-kvantifikator"
    [all...]
  /packages/apps/Settings/res/values-nb/
strings.xml 29 <string name="radioInfo_service_out" msgid="5238736759641916278">"Ute av serviceperiode"</string>
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/
libgcc_eh.a     [all...]
libgcc.a     [all...]
  /ndk/build/platforms/android-5/arch-x86/usr/lib/
libm.a     [all...]
  /ndk/build/platforms/android-8/arch-x86/usr/lib/
libm.a     [all...]

Completed in 2668 milliseconds