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

  /frameworks/base/location/tests/locationtests/src/android/location/
LocationManagerTest.java 108 String loc5 = Location.convert(5 + 0.5f / 60.0f, Location.FORMAT_MINUTES); local
109 Log.i(LOG_TAG, "Input = 5:0.5, output = " + loc5);
110 int index = loc5.indexOf(':');
111 String loc5a = loc5.substring(0, index);
114 String loc5b = loc5.substring(index + 1);
  /external/libunwind/tests/
ia64-test-nat-asm.S 74 .spillreg r7, loc5
75 mov loc5 = r7
86 mov r7 = loc5
159 CALL_NEXT(loc5)
  /external/icu/icu4c/source/test/intltest/
loctest.cpp     [all...]
  /external/clang/test/OpenMP/
threadprivate_codegen.cpp 139 // CHECK-DEBUG-DAG: [[LOC5:@.*]] = private unnamed_addr constant [{{[0-9]+}} x i8] c";{{.*}}threadprivate_codegen.cpp;main;342;9;;\00"
336 // CHECK-DEBUG-NEXT: store i8* getelementptr inbounds ([{{.*}} x i8], [{{.*}} x i8]* [[LOC5]], i{{.*}} 0, i{{.*}} 0), i8** [[KMPC_LOC_ADDR_PSOURCE]]
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ULocaleTest.java 1189 ULocale loc5 = (ULocale) loc4.clone(); local
    [all...]

Completed in 129 milliseconds