Home
last modified time | relevance | path

Searched refs:kValues (Results 1 – 15 of 15) sorted by relevance

/external/protobuf/objectivec/Tests/
DGPBArrayTests.m131 //% static const TYPE kValues[] = { VAL1, VAL2, VAL3, VAL4 };
133 //% [[GPB##NAME##Array alloc] initWithValues:kValues
134 //% NAME$S count:GPBARRAYSIZE(kValues)];
145 //% XCTAssertEqual(value, kValues[idx]);
153 //% XCTAssertEqual(value, kValues[idx]);
161 //% XCTAssertEqual(value, kValues[idx]);
172 //% XCTAssertEqual(value, kValues[idx]);
221 //% const TYPE kValues[] = { VAL1, VAL2, VAL3, VAL4 };
223 //% [[GPB##NAME##Array alloc] initWithValues:kValues
224 //% NAME$S count:GPBARRAYSIZE(kValues)];
[all …]
DGPBDictionaryTests+Bool.m83 const uint32_t kValues[] = { 100U, 101U };
85 [[GPBBoolUInt32Dictionary alloc] initWithValues:kValues
87 count:GPBARRAYSIZE(kValues)];
113 XCTAssertEqual(kValues[i], seenValues[j], @"i = %d, j = %d", i, j);
188 const uint32_t kValues[] = { 100U, 101U };
190 [[GPBBoolUInt32Dictionary alloc] initWithValues:kValues
192 count:GPBARRAYSIZE(kValues)];
209 const uint32_t kValues[] = { 100U, 101U };
211 [[GPBBoolUInt32Dictionary alloc] initWithValues:kValues
213 count:GPBARRAYSIZE(kValues)];
[all …]
DGPBDictionaryTests+Int32.m123 const uint32_t kValues[] = { 100U, 101U, 102U };
125 [[GPBInt32UInt32Dictionary alloc] initWithValues:kValues
127 count:GPBARRAYSIZE(kValues)];
157 XCTAssertEqual(kValues[i], seenValues[j], @"i = %d, j = %d", i, j);
232 const uint32_t kValues[] = { 100U, 101U, 102U, 103U };
234 [[GPBInt32UInt32Dictionary alloc] initWithValues:kValues
236 count:GPBARRAYSIZE(kValues)];
253 const uint32_t kValues[] = { 100U, 101U, 102U, 103U };
255 [[GPBInt32UInt32Dictionary alloc] initWithValues:kValues
257 count:GPBARRAYSIZE(kValues)];
[all …]
DGPBDictionaryTests+String.m123 const uint32_t kValues[] = { 100U, 101U, 102U };
125 [[GPBStringUInt32Dictionary alloc] initWithValues:kValues
127 count:GPBARRAYSIZE(kValues)];
157 XCTAssertEqual(kValues[i], seenValues[j], @"i = %d, j = %d", i, j);
232 const uint32_t kValues[] = { 100U, 101U, 102U, 103U };
234 [[GPBStringUInt32Dictionary alloc] initWithValues:kValues
236 count:GPBARRAYSIZE(kValues)];
253 const uint32_t kValues[] = { 100U, 101U, 102U, 103U };
255 [[GPBStringUInt32Dictionary alloc] initWithValues:kValues
257 count:GPBARRAYSIZE(kValues)];
[all …]
DGPBDictionaryTests+UInt32.m123 const uint32_t kValues[] = { 100U, 101U, 102U };
125 [[GPBUInt32UInt32Dictionary alloc] initWithValues:kValues
127 count:GPBARRAYSIZE(kValues)];
157 XCTAssertEqual(kValues[i], seenValues[j], @"i = %d, j = %d", i, j);
232 const uint32_t kValues[] = { 100U, 101U, 102U, 103U };
234 [[GPBUInt32UInt32Dictionary alloc] initWithValues:kValues
236 count:GPBARRAYSIZE(kValues)];
253 const uint32_t kValues[] = { 100U, 101U, 102U, 103U };
255 [[GPBUInt32UInt32Dictionary alloc] initWithValues:kValues
257 count:GPBARRAYSIZE(kValues)];
[all …]
DGPBDictionaryTests+Int64.m123 const uint32_t kValues[] = { 100U, 101U, 102U };
125 [[GPBInt64UInt32Dictionary alloc] initWithValues:kValues
127 count:GPBARRAYSIZE(kValues)];
157 XCTAssertEqual(kValues[i], seenValues[j], @"i = %d, j = %d", i, j);
232 const uint32_t kValues[] = { 100U, 101U, 102U, 103U };
234 [[GPBInt64UInt32Dictionary alloc] initWithValues:kValues
236 count:GPBARRAYSIZE(kValues)];
253 const uint32_t kValues[] = { 100U, 101U, 102U, 103U };
255 [[GPBInt64UInt32Dictionary alloc] initWithValues:kValues
257 count:GPBARRAYSIZE(kValues)];
[all …]
DGPBDictionaryTests+UInt64.m123 const uint32_t kValues[] = { 100U, 101U, 102U };
125 [[GPBUInt64UInt32Dictionary alloc] initWithValues:kValues
127 count:GPBARRAYSIZE(kValues)];
157 XCTAssertEqual(kValues[i], seenValues[j], @"i = %d, j = %d", i, j);
232 const uint32_t kValues[] = { 100U, 101U, 102U, 103U };
234 [[GPBUInt64UInt32Dictionary alloc] initWithValues:kValues
236 count:GPBARRAYSIZE(kValues)];
253 const uint32_t kValues[] = { 100U, 101U, 102U, 103U };
255 [[GPBUInt64UInt32Dictionary alloc] initWithValues:kValues
257 count:GPBARRAYSIZE(kValues)];
[all …]
DGPBDictionaryTests.pddm362 //% const VALUE_TYPE kValues[] = { VAL1, VAL2, VAL3 };
365 //% KEY_NAME$S VALUE_NAME$S rawValues:kValues
367 … KEY_NAME$S VALUE_NAME$S count:GPBARRAYSIZE(kValues)];
395 //% XCTAssertEqual##VSUFFIX(kValues[i], seenValues[j], @"i = %d, j = %d", i, j);
414 //% XCTAssertEqual##VSUFFIX(kValues[i], seenValues[j], @"i = %d, j = %d", i, j);
494 //% const VALUE_TYPE kValues[] = { VAL1, VAL2, VAL3, VAL4 }; // Unknown
497 //% KEY_NAME$S VALUE_NAME$S rawValues:kValues
499 … KEY_NAME$S VALUE_NAME$S count:GPBARRAYSIZE(kValues)];
516 //% const VALUE_TYPE kValues[] = { VAL1, VAL2, VAL3, VAL4 }; // Unknowns
519 //% KEY_NAME$S VALUE_NAME$S rawValues:kValues
[all …]
/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dmatrix_unittest.cc202 const int kValues[kNumRows][kNumCols] = {{4, 9}, {16, 0}}; in TEST() local
205 Matrix<int> operand_mat(*kValues, kNumRows, kNumCols); in TEST()
219 const complex<float> kValues[kNumRows][kNumCols] = { in TEST() local
225 Matrix<complex<float> > operand_mat(*kValues, kNumRows, kNumCols); in TEST()
241 const complex<float> kValues[kNumRows][kNumCols] = { in TEST() local
246 Matrix<complex<float> > operand_mat(*kValues, kNumRows, kNumCols); in TEST()
262 const float kValues[kNumRows][kNumCols] = {{2.4f, -4.f, 3.3f}}; in TEST() local
265 Matrix<float> operand_mat(*kValues, kNumRows, kNumCols); in TEST()
/external/v8/src/compiler/
Djs-builtin-reducer.cc245 map_index = kind == IterationKind::kValues in ReduceArrayIterator()
272 map_index = (kind == IterationKind::kValues in ReduceArrayIterator()
281 } else if (kind == IterationKind::kValues) { in ReduceArrayIterator()
434 DCHECK_EQ(kind, IterationKind::kValues); in ReduceFastArrayIteratorNext()
611 DCHECK(kind == IterationKind::kValues); in ReduceTypedArrayIteratorNext()
709 IterationKind::kValues); in ReduceArrayIteratorNext()
718 IterationKind::kValues); in ReduceArrayIteratorNext()
1991 return ReduceArrayIterator(node, IterationKind::kValues); in Reduce()
2162 return ReduceTypedArrayIterator(node, IterationKind::kValues); in Reduce()
/external/v8/src/builtins/
Dbuiltins-typedarray.cc135 GenerateTypedArrayPrototypeIterationMethod<IterationKind::kValues>( in TF_BUILTIN()
Dbuiltins-array.cc2358 Generate_ArrayPrototypeIterationMethod<IterationKind::kValues>(state); in Generate_ArrayPrototypeValues()
/external/v8/src/
Dglobals.h1306 enum class IterationKind { kKeys, kValues, kEntries }; enumerator
1312 case IterationKind::kValues:
Dcode-stub-assembler.cc8010 case IterationKind::kValues: in CreateArrayIterator()
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc7241 static const uint64_t kValues[] = {0x8000000000000000, in TEST() local
7248 LoadIntValueHelper(kValues, sizeof(kValues) / sizeof(kValues[0])); in TEST()
7253 static const uint32_t kValues[] = {0x80000000, in TEST() local
7261 LoadIntValueHelper(kValues, sizeof(kValues) / sizeof(kValues[0])); in TEST()
7297 static const double kValues[] = {-0.0, 0.0, -1.0, 1.0, -1e10, 1e10}; in TEST() local
7299 LoadFPValueHelper(kValues, sizeof(kValues) / sizeof(kValues[0])); in TEST()
7304 static const float kValues[] = {-0.0, 0.0, -1.0, 1.0, -1e10, 1e10}; in TEST() local
7306 LoadFPValueHelper(kValues, sizeof(kValues) / sizeof(kValues[0])); in TEST()