OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timerange
(Results
1 - 10
of
10
) sorted by null
/external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js
6
//
timeRange
, etc.)
244
//
timeRange
(hour)
246
t.expectEquals(true,
timeRange
(3));
247
t.expectEquals(false,
timeRange
(2));
249
//
timeRange
(hour1, hour2)
251
t.expectEquals(true,
timeRange
(2, 3));
252
t.expectEquals(true,
timeRange
(2, 4));
253
t.expectEquals(true,
timeRange
(3, 5));
254
t.expectEquals(false,
timeRange
(1, 2));
255
t.expectEquals(false,
timeRange
(11, 12))
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundationObjC.mm
461
CMTimeRange
timeRange
= [thisRangeValue CMTimeRangeValue];
462
if (CMTIMERANGE_IS_VALID(
timeRange
) && !CMTIMERANGE_IS_EMPTY(
timeRange
)) {
463
float rangeStart = narrowPrecisionToFloat(CMTimeGetSeconds(
timeRange
.start));
464
float rangeEnd = narrowPrecisionToFloat(CMTimeGetSeconds(CMTimeRangeGetEnd(
timeRange
)));
479
CMTimeRange
timeRange
= [thisRangeValue CMTimeRangeValue];
480
if (!CMTIMERANGE_IS_VALID(
timeRange
) || CMTIMERANGE_IS_EMPTY(
timeRange
))
483
float endOfRange = narrowPrecisionToFloat(CMTimeGetSeconds(CMTimeRangeGetEnd(
timeRange
)));
498
CMTimeRange
timeRange
= [thisRangeValue CMTimeRangeValue]
[
all
...]
/external/chromium/net/proxy/
proxy_resolver_script.h
216
"function
timeRange
() {\n" \
254
" throw '
timeRange
: bad number of arguments'\n" \
/packages/apps/Gallery2/src/com/android/gallery3d/data/
TimeClustering.java
174
private void setTimeRange(long
timeRange
, int numItems) {
181
mClusterSplitTime =
timeRange
/ numItems * CLUSTER_SPLIT_MULTIPLIER;
/external/chromium/chrome/browser/history/
text_database_unittest.cc
234
TEST_F(TextDatabaseTest,
TimeRange
) {
/packages/apps/Calendar/src/com/android/calendar/
DayView.java
[
all
...]
/external/valgrind/main/callgrind/docs/
cl-format.xml
420
the following types: "
Timerange
" gives a rough range of the basic
/external/chromium/net/data/proxy_resolver_perftest/
no-ads.pac
426
//
timeRange
(...)
[
all
...]
/external/valgrind/main/docs/html/
cl-format.html
485
the following types: "
Timerange
" gives a rough range of the basic
/external/valgrind/main/callgrind/
dump.c
[
all
...]
Completed in 701 milliseconds