HomeSort by relevance Sort by last modified time
    Searched refs:TestTimestamp (Results 1 - 4 of 4) sorted by null

  /cts/tests/camera/src/android/hardware/camera2/cts/
BurstCaptureRawTest.java 132 public void testTimestamp() throws Exception {
133 Log.i(TAG, "Begin testTimestamp");
135 performTestRoutine(new TestTimestamp(), NONSTALL_RAW_FORMATS);
137 Log.i(TAG, "End testTimestamp");
358 class TestTimestamp implements TestRoutine
  /external/protobuf/python/google/protobuf/internal/
json_format_test.py 251 message = json_format_proto3_pb2.TestTimestamp()
278 parsed_message = json_format_proto3_pb2.TestTimestamp()
689 message = json_format_proto3_pb2.TestTimestamp()
  /external/protobuf/java/util/src/test/java/com/google/protobuf/util/
JsonFormatTest.java 60 import com.google.protobuf.util.JsonTestProto.TestTimestamp;
711 public void testTimestamp() throws Exception {
712 TestTimestamp message = TestTimestamp.newBuilder()
    [all...]
  /external/golang-protobuf/ptypes/
timestamp_test.go 87 func TestTimestamp(t *testing.T) {

Completed in 96 milliseconds