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

  /cts/tests/tests/proto/src/android/util/proto/cts/
ProtoOutputStreamBoolTest.java 101 public void testRepeated() throws Exception {
102 testRepeated(0);
103 testRepeated(1);
104 testRepeated(5);
108 * Implementation of testRepeated with a given chunkSize.
110 public void testRepeated(int chunkSize) throws Exception {
ProtoOutputStreamBytesTest.java 116 public void testRepeated() throws Exception {
117 testRepeated(0);
118 testRepeated(1);
119 testRepeated(5);
123 * Implementation of testRepeated with a given chunkSize.
125 public void testRepeated(int chunkSize) throws Exception {
ProtoOutputStreamStringTest.java 154 public void testRepeated() throws Exception {
155 testRepeated(0);
156 testRepeated(1);
157 testRepeated(5);
161 * Implementation of testRepeated with a given chunkSize.
163 public void testRepeated(int chunkSize) throws Exception {
ProtoOutputStreamEnumTest.java 124 public void testRepeated() throws Exception {
125 testRepeated(0);
126 testRepeated(1);
127 testRepeated(5);
131 * Implementation of testRepeated with a given chunkSize.
133 public void testRepeated(int chunkSize) throws Exception {
ProtoOutputStreamFixed32Test.java 116 public void testRepeated() throws Exception {
117 testRepeated(0);
118 testRepeated(1);
119 testRepeated(5);
123 * Implementation of testRepeated with a given chunkSize.
125 public void testRepeated(int chunkSize) throws Exception {
ProtoOutputStreamInt32Test.java 118 public void testRepeated() throws Exception {
119 testRepeated(0);
120 testRepeated(1);
121 testRepeated(5);
125 * Implementation of testRepeated with a given chunkSize.
127 public void testRepeated(int chunkSize) throws Exception {
ProtoOutputStreamSFixed32Test.java 116 public void testRepeated() throws Exception {
117 testRepeated(0);
118 testRepeated(1);
119 testRepeated(5);
123 * Implementation of testRepeated with a given chunkSize.
125 public void testRepeated(int chunkSize) throws Exception {
ProtoOutputStreamSInt32Test.java 116 public void testRepeated() throws Exception {
117 testRepeated(0);
118 testRepeated(1);
119 testRepeated(5);
123 * Implementation of testRepeated with a given chunkSize.
125 public void testRepeated(int chunkSize) throws Exception {
ProtoOutputStreamUInt32Test.java 116 public void testRepeated() throws Exception {
117 testRepeated(0);
118 testRepeated(1);
119 testRepeated(5);
123 * Implementation of testRepeated with a given chunkSize.
125 public void testRepeated(int chunkSize) throws Exception {
ProtoOutputStreamFixed64Test.java 133 public void testRepeated() throws Exception {
134 testRepeated(0);
135 testRepeated(1);
136 testRepeated(5);
140 * Implementation of testRepeated with a given chunkSize.
142 public void testRepeated(int chunkSize) throws Exception {
ProtoOutputStreamFloatTest.java 152 public void testRepeated() throws Exception {
153 testRepeated(0);
154 testRepeated(1);
155 testRepeated(5);
159 * Implementation of testRepeated with a given chunkSize.
161 public void testRepeated(int chunkSize) throws Exception {
ProtoOutputStreamInt64Test.java 130 public void testRepeated() throws Exception {
131 testRepeated(0);
132 testRepeated(1);
133 testRepeated(5);
137 * Implementation of testRepeated with a given chunkSize.
139 public void testRepeated(int chunkSize) throws Exception {
ProtoOutputStreamSFixed64Test.java 133 public void testRepeated() throws Exception {
134 testRepeated(0);
135 testRepeated(1);
136 testRepeated(5);
140 * Implementation of testRepeated with a given chunkSize.
142 public void testRepeated(int chunkSize) throws Exception {
ProtoOutputStreamSInt64Test.java 129 public void testRepeated() throws Exception {
130 testRepeated(0);
131 testRepeated(1);
132 testRepeated(5);
136 * Implementation of testRepeated with a given chunkSize.
138 public void testRepeated(int chunkSize) throws Exception {
ProtoOutputStreamUInt64Test.java 130 public void testRepeated() throws Exception {
131 testRepeated(0);
132 testRepeated(1);
133 testRepeated(5);
137 * Implementation of testRepeated with a given chunkSize.
139 public void testRepeated(int chunkSize) throws Exception {
ProtoOutputStreamDoubleTest.java 158 public void testRepeated() throws Exception {
159 testRepeated(0);
160 testRepeated(1);
161 testRepeated(5);
165 * Implementation of testRepeated with a given chunkSize.
167 public void testRepeated(int chunkSize) throws Exception {
  /art/tools/class2greylist/test/src/com/android/class2greylist/
RepeatedAnnotationHandlerTest.java 54 public void testRepeated() throws IOException {
  /external/python/apitools/apitools/base/protorpclite/
test_util.py 487 def testRepeated(self):

Completed in 154 milliseconds