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

  /frameworks/base/location/tests/locationtests/src/android/location/
LocationManagerTest.java 96 String loc2 = Location.convert(-80.085, Location.FORMAT_DEGREES); local
97 Log.i(LOG_TAG, "Input = " + (-80.085) + ", output = " + loc2);
98 assertEquals("-80.085", loc2);
  /system/core/sh/
trap.c 434 struct jmploc loc1, loc2; local
441 if (setjmp(loc2.loc)) {
449 l1: handler = &loc2; /* probably unnecessary */
  /external/oprofile/pp/
opannotate.cpp 205 string::size_type loc1 = string::npos, loc2 = string::npos; local
212 loc2 = prev_line.find(":", loc1+1);
213 if (loc2 != string::npos) {
214 prev_vma_str = prev_line.substr(loc1+1, loc2);
  /external/icu4c/test/intltest/
apicoll.cpp 2171 Locale loc2 = Locale::getFrance(); local
    [all...]
  /external/icu4c/i18n/
calendar.cpp 467 Locale loc2; local
468 lkey.currentLocale(loc2);
469 fprintf(stderr, "CalSvc:handleDefault for currentLoc %s, canloc %s\n", (const char*)loc.getName(), (const char*)loc2.getName());
    [all...]

Completed in 136 milliseconds