OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ONE_MINUTE
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
tzbdtest.h
86
const UDate
ONE_MINUTE
;
calcasts.cpp
44
static const int32_t
ONE_MINUTE
= 60*ONE_SECOND;
45
static const int32_t ONE_HOUR = 60*
ONE_MINUTE
;
/external/icu4c/test/intltest/
tzbdtest.h
86
const UDate
ONE_MINUTE
;
calcasts.cpp
44
static const int32_t
ONE_MINUTE
= 60*ONE_SECOND;
45
static const int32_t ONE_HOUR = 60*
ONE_MINUTE
;
/packages/apps/Calendar/tests/src/com/android/calendar/widget/
CalendarAppWidgetServiceTest.java
44
final long
ONE_MINUTE
= 60000;
45
final long ONE_HOUR = 60 *
ONE_MINUTE
;
/packages/apps/Gallery/src/com/android/camera/
MovieViewControl.java
46
private static final int
ONE_MINUTE
= 60 * 1000;
47
private static final int TWO_MINUTES = 2 *
ONE_MINUTE
;
48
private static final int FIVE_MINUTES = 5 *
ONE_MINUTE
;
163
|| (bookmark > (duration -
ONE_MINUTE
))) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/
Util.java
117
public static final int
ONE_MINUTE
= 60000;
498
} else if (time < Util.
ONE_MINUTE
) { // less than 1mn
506
buffer.append(time/Util.
ONE_MINUTE
).append("mn "); //$NON-NLS-1$
507
long seconds = time%Util.
ONE_MINUTE
;
513
long m = (time % Util.ONE_HOUR) / Util.
ONE_MINUTE
;
515
long seconds = m%Util.
ONE_MINUTE
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 629 milliseconds