OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timestamp
(Results
726 - 750
of
4884
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
Mailer.java
96
+ " (
Timestamp
: "
105
+ " (
Timestamp
: "
197
+ " (
Timestamp
: "
207
+ " (
Timestamp
: "
/external/fonttools/Lib/fontTools/ttLib/tables/
F_F_T_M_.py
27
writer.comment("FontForge's
timestamp
, font source creation and modification dates")
/external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSetMetaData.java
33
case Types.
TIMESTAMP
: return "java.sql.
Timestamp
";
111
case Types.
TIMESTAMP
: return "
timestamp
";
/external/kernel-headers/original/uapi/linux/
prctl.h
46
/* Get/set whether we use statistical process timing or accurate
timestamp
52
# define PR_TIMING_TIMESTAMP 1 /* Accurate
timestamp
based
73
/* Get/set the process' ability to use the
timestamp
counter instruction */
76
# define PR_TSC_ENABLE 1 /* allow the use of the
timestamp
counter */
/external/libcap/libcap/include/uapi/linux/
prctl.h
44
/* Get/set whether we use statistical process timing or accurate
timestamp
50
# define PR_TIMING_TIMESTAMP 1 /* Accurate
timestamp
based
71
/* Get/set the process' ability to use the
timestamp
counter instruction */
74
# define PR_TSC_ENABLE 1 /* allow the use of the
timestamp
counter */
/external/libgdx/extensions/gdx-controllers/gdx-controllers-gwt/src/com/badlogic/gdx/controllers/gwt/support/
Gamepad.java
37
return this.
timestamp
;
/external/mesa3d/src/gallium/drivers/softpipe/
sp_screen.h
48
unsigned
timestamp
;
member in struct:softpipe_screen
/external/oauth/core/src/main/java/net/oauth/
OAuthValidator.java
23
* version number, a fresh
timestamp
, etc.
/external/skia/bench/
microbench.json
16
"name": "
timestamp
",
/external/skia/src/gpu/
GrResourceCache.cpp
101
// We assume this number is a power of two when wrapping indices into the
timestamp
array.
115
// Set all the historical flush timestamps to initially be at the beginning of time (
timestamp
126
// We must set the
timestamp
before adding to the array in case the
timestamp
wraps and we wind
358
// When the
timestamp
overflows validate() is called. validate() checks that resources in
468
uint32_t oldestResourceTimestamp = fPurgeableQueue.peek()->cacheAccess().
timestamp
();
539
// a
timestamp
after the wrap.
543
// Reset all the timestamps. We sort the resources by
timestamp
and then assign
563
//
timestamp
and assign new timestamps.
568
uint32_t tsP = sortedPurgeableResources[currP]->cacheAccess().
timestamp
();
613
uint32_t
timestamp
= this->getNextTimestamp();
local
[
all
...]
/external/snakeyaml/src/test/java/examples/jodatime/
JodaTimeImplicitContructor.java
31
this.yamlConstructors.put(Tag.
TIMESTAMP
, new ConstructJodaTimestamp());
/external/testng/src/main/java/org/testng/reporters/
XMLConstants.java
68
String ATTR_TIMESTAMP = "
timestamp
";
/external/valgrind/none/tests/
filter_timestamp
9
# Have to strip the header ourselves, because the
timestamp
means the
/external/vboot_reference/scripts/
getversion.sh
22
# avoid putting the -dirty attribute if only the
timestamp
/external/webrtc/talk/media/base/
rtpdataengine.h
63
// Keep track of sequence number and
timestamp
of an RTP stream. The
65
//
timestamp
starts with a "random" value and increases monotonically
76
//
timestamp
.
77
void Tick(double now, int* seq_num, uint32_t*
timestamp
);
/external/webrtc/webrtc/api/objc/
RTCStatsReport.h
19
@property(nonatomic, readonly) CFTimeInterval
timestamp
;
variable
/external/webrtc/webrtc/base/
event_tracer.cc
93
uint64_t
timestamp
,
98
{name, category_enabled, phase,
timestamp
, 1, thread_id});
129
e.phase, e.
timestamp
, e.pid, e.tid);
179
uint64_t
timestamp
;
member in struct:rtc::tracing::__anon27574::final::TraceEvent
rtccertificate.cc
34
// If the expiration time could not be retrieved return an expired
timestamp
.
/external/webrtc/webrtc/
common_types.cc
41
timestamp
(0),
/external/webrtc/webrtc/common_video/
video_frame.cc
49
uint32_t
timestamp
,
53
timestamp_(
timestamp
),
230
timestamp
() != frame.
timestamp
() ||
/external/webrtc/webrtc/modules/audio_coding/codecs/mock/
mock_audio_encoder.h
34
EncodedInfo(uint32_t
timestamp
,
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
mock_delay_manager.h
30
int(uint16_t sequence_number, uint32_t
timestamp
, int sample_rate_hz));
mock_packet_buffer.h
40
int(uint32_t
timestamp
, uint32_t* next_timestamp));
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
packet.cc
82
// |1| block PT |
timestamp
offset | block length |
101
header->
timestamp
-= offset;
153
destination->
timestamp
= header_.
timestamp
;
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
send_time_history.h
28
bool OnSentPacket(uint16_t sequence_number, int64_t
timestamp
);
Completed in 754 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>