OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestUtil
(Results
26 - 50
of
81
) sorted by null
1
2
3
4
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc
136
TestUtil
::ExpectClear(message);
195
TestUtil
::SetAllFields(&message);
196
TestUtil
::ExpectAllFieldsSet(message);
198
TestUtil
::ModifyRepeatedFields(&message);
199
TestUtil
::ExpectRepeatedFieldsModified(message);
315
TestUtil
::SetAllFields(&message);
317
TestUtil
::ExpectClear(message);
351
TestUtil
::SetAllFields(&message);
365
TestUtil
::ExpectAllFieldsSet(message);
388
TestUtil
::SetAllFields(&message1)
[
all
...]
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc
132
TestUtil
::ExpectClear(message);
175
TestUtil
::SetAllFields(&message);
176
TestUtil
::ExpectAllFieldsSet(message);
178
TestUtil
::ModifyRepeatedFields(&message);
179
TestUtil
::ExpectRepeatedFieldsModified(message);
203
TestUtil
::SetAllFields(&message);
205
TestUtil
::ExpectClear(message);
239
TestUtil
::SetAllFields(&message);
253
TestUtil
::ExpectAllFieldsSet(message);
276
TestUtil
::SetAllFields(&message1)
[
all
...]
/external/protobuf/src/google/protobuf/
message_unittest.cc
75
TestUtil
::SetAllFields(&message);
114
TestUtil
::ExpectAllFieldsSet(message);
127
TestUtil
::ExpectPackedFieldsSet(message);
140
TestUtil
::SetAllFields(&message);
148
TestUtil
::ExpectAllFieldsSet(message);
157
TestUtil
::ExpectAllFieldsSet(message);
167
TestUtil
::ExpectAllFieldsSet(message);
wire_format_unittest.cc
83
TestUtil
::SetAllFields(&source);
92
TestUtil
::ExpectAllFieldsSet(dest);
100
TestUtil
::SetAllExtensions(&source);
109
TestUtil
::ExpectAllExtensionsSet(dest);
117
TestUtil
::SetPackedFields(&source);
126
TestUtil
::ExpectPackedFieldsSet(dest);
132
TestUtil
::SetUnpackedFields(&source);
142
TestUtil
::ExpectPackedFieldsSet(dest);
148
TestUtil
::SetPackedFields(&source);
158
TestUtil
::ExpectUnpackedFieldsSet(dest)
[
all
...]
test_util.h
49
class
TestUtil
{
168
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
TestUtil
);
/packages/apps/Camera/tests/src/com/android/camera/stress/
VideoCapture.java
20
import com.android.camera.stress.
TestUtil
;
51
private
TestUtil
testUtil
= new
TestUtil
();
59
testUtil
.prepareOutputFile();
65
testUtil
.closeOutputFile();
74
testUtil
.writeReportHeader(reportTag, total_num_of_videos);
82
testUtil
.writeResult(i);
ImageCapture.java
46
private
TestUtil
testUtil
= new
TestUtil
();
58
testUtil
.prepareOutputFile();
64
testUtil
.closeOutputFile();
78
testUtil
.writeReportHeader(reportTag, total_num_of_images);
84
testUtil
.writeResult(i);
/packages/apps/Camera2/tests/src/com/android/camera/stress/
VideoCapture.java
20
import com.android.camera.stress.
TestUtil
;
51
private
TestUtil
testUtil
= new
TestUtil
();
59
testUtil
.prepareOutputFile();
65
testUtil
.closeOutputFile();
73
testUtil
.writeReportHeader(reportTag, total_num_of_videos);
81
testUtil
.writeResult(i);
ImageCapture.java
46
private
TestUtil
testUtil
= new
TestUtil
();
58
testUtil
.prepareOutputFile();
64
testUtil
.closeOutputFile();
78
testUtil
.writeReportHeader(reportTag, total_num_of_images);
84
testUtil
.writeResult(i);
/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
VideoCapture.java
21
import com.android.camera.stress.
TestUtil
;
53
private
TestUtil
testUtil
= new
TestUtil
();
61
testUtil
.prepareOutputFile();
67
testUtil
.closeOutputFile();
76
testUtil
.writeReportHeader(reportTag, total_num_of_videos);
84
testUtil
.writeResult(i);
ImageCapture.java
48
private
TestUtil
testUtil
= new
TestUtil
();
60
testUtil
.prepareOutputFile();
66
testUtil
.closeOutputFile();
80
testUtil
.writeReportHeader(reportTag, total_num_of_images);
86
testUtil
.writeResult(i);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
IntegerResourceLoaderTest.java
3
import static com.xtremelabs.robolectric.util.
TestUtil
.resourceFile;
AttrResourceLoaderTest.java
11
import static com.xtremelabs.robolectric.util.
TestUtil
.getSystemResourceDir;
12
import static com.xtremelabs.robolectric.util.
TestUtil
.resourceFile;
StringArrayResourceLoaderTest.java
10
import static com.xtremelabs.robolectric.util.
TestUtil
.getSystemResourceDir;
11
import static com.xtremelabs.robolectric.util.
TestUtil
.resourceFile;
ColorResourceLoaderTest.java
8
import static com.xtremelabs.robolectric.util.
TestUtil
.getSystemResourceDir;
9
import static com.xtremelabs.robolectric.util.
TestUtil
.resourceFile;
DimenResourceLoaderTest.java
3
import static com.xtremelabs.robolectric.util.
TestUtil
.resourceFile;
MenuResourceLoaderTest.java
4
import static com.xtremelabs.robolectric.util.
TestUtil
.resourceFile;
PluralResourceLoaderTest.java
3
import static com.xtremelabs.robolectric.util.
TestUtil
.resourceFile;
RawResourceLoaderTest.java
17
import static com.xtremelabs.robolectric.util.
TestUtil
.resourceFile;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_unittest.cc
83
TestUtil
::SetAllFields(&source);
92
TestUtil
::ExpectAllFieldsSet(dest);
100
TestUtil
::SetAllExtensions(&source);
109
TestUtil
::ExpectAllExtensionsSet(dest);
117
TestUtil
::SetPackedFields(&source);
126
TestUtil
::ExpectPackedFieldsSet(dest);
132
TestUtil
::SetUnpackedFields(&source);
142
TestUtil
::ExpectPackedFieldsSet(dest);
148
TestUtil
::SetPackedFields(&source);
158
TestUtil
::ExpectUnpackedFieldsSet(dest)
[
all
...]
message_unittest.cc
75
TestUtil
::SetAllFields(&message);
114
TestUtil
::ExpectAllFieldsSet(message);
127
TestUtil
::ExpectPackedFieldsSet(message);
140
TestUtil
::SetAllFields(&message);
148
TestUtil
::ExpectAllFieldsSet(message);
157
TestUtil
::ExpectAllFieldsSet(message);
167
TestUtil
::ExpectAllFieldsSet(message);
/external/protobuf/java/src/test/java/com/google/protobuf/
TextFormatTest.java
66
private static String allFieldsSetText =
TestUtil
.readTextFromFile(
68
private static String allExtensionsSetText =
TestUtil
.readTextFromFile(
114
String javaText = TextFormat.printToString(
TestUtil
.getAllSet());
126
String javaText = TextFormat.printToString(
TestUtil
.getAllExtensionsSet());
285
TestUtil
.assertAllFieldsSet(builder.build());
291
TestUtil
.assertAllFieldsSet(builder.build());
297
TestUtil
.getExtensionRegistry(),
299
TestUtil
.assertAllExtensionsSet(builder.build());
387
TextFormat.merge(text,
TestUtil
.getExtensionRegistry(), builder);
CodedInputStreamTest.java
276
TestAllTypes message =
TestUtil
.getAllSet();
282
TestUtil
.assertAllFieldsSet(message2);
288
TestUtil
.assertAllFieldsSet(message2);
294
TestAllTypes message =
TestUtil
.getAllSet();
363
TestUtil
.setAllFields(builder);
377
.setOptionalBytes(
TestUtil
.getAllSet().getOptionalBytes())
379
TestUtil
.assertAllFieldsSet(message3);
447
TestUtil
.getAllSet().toByteString().newInput());
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java
276
TestAllTypes message =
TestUtil
.getAllSet();
282
TestUtil
.assertAllFieldsSet(message2);
288
TestUtil
.assertAllFieldsSet(message2);
294
TestAllTypes message =
TestUtil
.getAllSet();
358
TestUtil
.setAllFields(builder);
372
.setOptionalBytes(
TestUtil
.getAllSet().getOptionalBytes())
374
TestUtil
.assertAllFieldsSet(message3);
442
TestUtil
.getAllSet().toByteString().newInput());
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
ApplicationResolverTest.java
11
import static com.xtremelabs.robolectric.util.
TestUtil
.newConfig;
Completed in 486 milliseconds
1
2
3
4