HomeSort by relevance Sort by last modified time
    Searched defs:tz (Results 101 - 111 of 111) sorted by null

1 2 3 45

  /external/netperf/
netlib.c 206 struct timezone tz; variable in typeref:struct:timezone
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 1047 TimeZone tz = TimeZone.getTimeZone(zone); local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 987 TimeZone tz = TimeZone.getTimeZone(zone); local
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 1587 TimeZone tz = mLocalTimeZone; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 1081 TimeZone tz = TimeZone.getTimeZone(localTimezone); local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 1233 String tz = mTimezone; local
1657 String tz = Utils.getTimeZone(mActivity, null); local
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 2475 if ((nextHi[0]-nextLo[0]) < (nextHi[1]-nextLo[1])) { Int32 tz; tz = nextLo[0]; nextLo[0] = nextLo[1]; nextLo[1] = tz; tz = nextHi[0]; nextHi[0] = nextHi[1]; nextHi[1] = tz; tz = nextD [0]; nextD [0] = nextD [1]; nextD [1] = tz; }; local
2476 if ((nextHi[1]-nextLo[1]) < (nextHi[2]-nextLo[2])) { Int32 tz; tz = nextLo[1]; nextLo[1] = nextLo[2]; nextLo[2] = tz; tz = nextHi[1]; nextHi[1] = nextHi[2]; nextHi[2] = tz; tz = nextD [1]; nextD [1] = nextD [2]; nextD [2] = tz; }; local
2477 if ((nextHi[0]-nextLo[0]) < (nextHi[1]-nextLo[1])) { Int32 tz; tz = nextLo[0]; nextLo[0] = nextLo[1]; nextLo[1] = tz; tz = nextHi[0]; nextHi[0] = nextHi[1]; nextHi[1] = tz; tz = nextD [0]; nextD [0] = nextD [1]; nextD [1] = tz; }; local
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp 7317 Length tz = Length(0, Fixed); local
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 2795 String tz = values.getAsString(Events.EVENT_TIMEZONE); local
    [all...]
  /external/sqlite/dist/
sqlite3.c 12687 int tz; \/* Timezone offset in minutes *\/ member in struct:DateTime
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 785 milliseconds

1 2 3 45