/developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/ |
SynthEngine.java | 70 public void onSend(byte[] data, int offset, int count, long timestamp) 75 timestamp); 82 public void onSend(byte[] data, int offset, int count, long timestamp)
|
/developers/samples/android/common/src/java/com/example/android/common/media/ |
CameraHelper.java | 175 String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date()); 179 "IMG_"+ timeStamp + ".jpg"); 182 "VID_"+ timeStamp + ".mp4");
|
/developers/samples/android/common/src/java/com/example/android/common/midi/synth/ |
SynthEngine.java | 70 public void onSend(byte[] data, int offset, int count, long timestamp) 75 timestamp); 82 public void onSend(byte[] data, int offset, int count, long timestamp)
|
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/ |
CameraHelper.java | 175 String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date()); 179 "IMG_"+ timeStamp + ".jpg"); 182 "VID_"+ timeStamp + ".mp4");
|
/development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/ |
CameraHelper.java | 175 String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date()); 179 "IMG_"+ timeStamp + ".jpg"); 182 "VID_"+ timeStamp + ".mp4");
|
/development/samples/browseable/MediaRecorder/src/com.example.android.common.media/ |
CameraHelper.java | 175 String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date()); 179 "IMG_"+ timeStamp + ".jpg"); 182 "VID_"+ timeStamp + ".mp4");
|
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/ |
SynthEngine.java | 70 public void onSend(byte[] data, int offset, int count, long timestamp) 75 timestamp); 82 public void onSend(byte[] data, int offset, int count, long timestamp)
|
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/ |
SynthEngine.java | 70 public void onSend(byte[] data, int offset, int count, long timestamp) 75 timestamp); 82 public void onSend(byte[] data, int offset, int count, long timestamp)
|
/device/google/contexthub/firmware/inc/algos/ |
gyro_cal.h | 110 // Timestamp when device started a still period. 113 // gyro bias estimates and last calibration timestamp. 123 // is set from the first gyro timestamp received.
|
/external/autotest/client/site_tests/hardware_TouchScreenPowerCycles/ |
hardware_TouchScreenPowerCycles.py | 96 """Get the timestamp of an event. 101 timestamp = float(result.group(1)) if result else None 102 return timestamp
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudformation/ |
test_connection.py | 274 <Timestamp>2010-07-27T22:26:28Z</Timestamp> 285 <Timestamp>2010-07-27T22:28:28Z</Timestamp> 304 self.assertIsNotNone(first.timestamp) 315 self.assertIsNotNone(second.timestamp) 336 <Timestamp>2010-07-27T22:27:28Z</Timestamp> 345 <Timestamp>2010-07-27T22:28:28Z</Timestamp> [all...] |
/external/chromium-trace/catapult/tracing/tracing/model/ |
time_to_object_instance_map.html | 23 * timestamp. 47 'done in ascending timestamp order.'); 74 'At the provided timestamp, no instance was still alive');
|
/external/chromium-trace/catapult/tracing/tracing/ui/analysis/ |
memory_dump_header_pane.html | 85 * tr.model.ProcessMemoryDump {}, // PMD at timestamp 1. 86 * tr.model.ProcessMemoryDump {}, // PMD at timestamp 2. 87 * tr.model.ProcessMemoryDump {} // PMD at timestamp 3.
|
/external/clang/test/Modules/ |
validate-system-headers.m | 27 // RUN: %clang_cc1 -isystem %t/Inputs/usr/include -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/ModuleCache -fdisable-module-hash -x objective-c-header -fsyntax-only %s -fbuild-session-timestamp=1390000000 -fmodules-validate-once-per-build-session 34 // RUN: %clang_cc1 -isystem %t/Inputs/usr/include -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/ModuleCache -fdisable-module-hash -x objective-c-header -fsyntax-only %s -fbuild-session-timestamp=1390000000 -fmodules-validate-once-per-build-session 38 // RUN: %clang_cc1 -isystem %t/Inputs/usr/include -fmodules -fimplicit-module-maps -fmodules-validate-system-headers -fmodules-cache-path=%t/ModuleCache -fdisable-module-hash -x objective-c-header -fsyntax-only %s -fbuild-session-timestamp=1390000000 -fmodules-validate-once-per-build-session
|
/external/iproute2/bridge/ |
bridge.c | 26 int timestamp; variable 149 } else if (matches(opt, "-timestamp") == 0) { 150 ++timestamp;
|
/external/kernel-headers/original/uapi/sound/ |
compress_offload.h | 57 * struct snd_compr_tstamp - timestamp descriptor 78 * @tstamp: timestamp information 153 * SNDRV_COMPRESS_TSTAMP: get the current timestamp value
|
/external/libdrm/freedreno/kgsl/ |
kgsl_ringbuffer.c | 145 req.timestamp = (uint32_t)kgsl_ring->bo->hostptr; 154 ring->last_timestamp = req.timestamp; 157 kgsl_pipe_post_submit(kgsl_pipe, req.timestamp);
|
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/ |
LwjglAWTInput.java | 68 long timeStamp;
81 long timeStamp;
329 currentEventTimeStamp = e.timeStamp;
348 currentEventTimeStamp = e.timeStamp;
426 event.timeStamp = System.nanoTime();
446 event.timeStamp = System.nanoTime();
502 event.timeStamp = System.nanoTime();
524 event.timeStamp = System.nanoTime();
544 event.timeStamp = System.nanoTime();
557 event.timeStamp = System.nanoTime(); [all...] |
/external/libnl/lib/netfilter/ |
queue_msg.c | 100 struct nfqnl_msg_packet_timestamp *timestamp = nla_data(attr); local 103 tv.tv_sec = ntohll(timestamp->sec); 104 tv.tv_usec = ntohll(timestamp->usec);
|
/external/libpcap/msdos/ |
pkt_rx1.s | 19 ; .timeStamp resw 4 ; 64-bit RDTSC value
63 ; mov [si].timeStamp, eax
64 ; mov [si+4].timeStamp, edx
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/ |
InvocationRecordTest.java | 211 Date timestamp = invocationRecord.getTime();
local 212 long timeInMillis = timestamp.getTime();
213 timestamp.setTime(12345L);
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/command/ |
InvocationRecordTest.java | 213 Date timestamp = invocationRecord.getTime();
local 214 long timeInMillis = timestamp.getTime();
215 timestamp.setTime(12345L);
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/resolver/ |
Resolver.java | 45 public static final Pattern TIMESTAMP = Pattern 64 addImplicitResolver(Tag.TIMESTAMP, TIMESTAMP, "0123456789");
|
/external/tcpdump/ |
print-mpcp.c | 35 uint8_t timestamp[MPCP_TIMESTAMP_LEN]; member in struct:mpcp_common_header_t 148 ND_PRINT((ndo, ", Timestamp %u ticks", EXTRACT_32BITS(mpcp.common_header->timestamp)));
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
delay_manager.h | 43 // |sequence_number| and |timestamp| from the RTP header. This updates the 48 uint32_t timestamp, 148 uint32_t last_timestamp_; // Timestamp for the last received packet.
|