/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/ |
D | SamePropertyValuesAsTest.java | 10 private static final Value aValue = new Value("expected"); field in SamePropertyValuesAsTest 11 private static final ExampleBean expectedBean = new ExampleBean("same", 1, aValue); 12 private static final ExampleBean actualBean = new ExampleBean("same", 1, aValue); 26 samePropertyValuesAs((Object)aValue), actualBean); in testReportsMismatchWhenActualTypeIsNotAssignableToExpectedType() 31 samePropertyValuesAs(expectedBean), new ExampleBean("different", 1, aValue)); in testReportsMismatchOnFirstPropertyDifference() 33 samePropertyValuesAs(expectedBean), new ExampleBean("same", 2, aValue)); in testReportsMismatchOnFirstPropertyDifference() 40 samePropertyValuesAs(expectedBean), new SubBeanWithNoExtraProperties("same", 1, aValue)); in testMatchesBeansWithInheritanceButNoExtraProperties() 45 samePropertyValuesAs(expectedBean), new SubBeanWithExtraProperty("same", 1, aValue)); in testRejectsSubTypeThatHasExtraProperties()
|
/external/clang/test/SemaTemplate/ |
D | attributes.cpp | 47 inline T WBCFRetain(T aValue) { return aValue ? (T)CFRetain(aValue) : (T)0; } in WBCFRetain() argument 53 inline void WBCFRelease(__attribute__((cf_consumed)) T aValue) { if(aValue) CFRelease(aValue); } in WBCFRelease() argument
|
/external/protobuf/objectivec/ |
D | GPBDictionary.m | 791 //% ENUM_TYPE##VHELPER(VALUE_TYPE)##aValue, 793 //% VALUE_TYPE unwrapped = UNWRAP##VALUE_NAME(aValue); 1622 NSNumber *aValue, 1624 block([aKey unsignedIntValue], [aValue unsignedIntValue], stop); 1638 NSNumber *aValue, 1642 …msgSize += ComputeDictUInt32FieldSize([aValue unsignedIntValue], kMapValueFieldNumber, valueDataTy… 1656 NSNumber *aValue, 1663 …msgSize += ComputeDictUInt32FieldSize([aValue unsignedIntValue], kMapValueFieldNumber, valueDataTy… 1667 …WriteDictUInt32Field(outputStream, [aValue unsignedIntValue], kMapValueFieldNumber, valueDataType); 1828 NSNumber *aValue, [all …]
|
/external/protobuf/objectivec/Tests/ |
D | GPBDictionaryTests+Bool.m | 58 [dict enumerateKeysAndValuesUsingBlock:^(BOOL aKey, uint32_t aValue, BOOL *stop) { 59 #pragma unused(aKey, aValue, stop) 74 [dict enumerateKeysAndValuesUsingBlock:^(BOOL aKey, uint32_t aValue, BOOL *stop) { 76 XCTAssertEqual(aValue, 100U); 101 [dict enumerateKeysAndValuesUsingBlock:^(BOOL aKey, uint32_t aValue, BOOL *stop) { 104 seenValues[idx] = aValue; 123 [dict enumerateKeysAndValuesUsingBlock:^(BOOL aKey, uint32_t aValue, BOOL *stop) { 124 #pragma unused(aKey, aValue) 359 [dict enumerateKeysAndValuesUsingBlock:^(BOOL aKey, int32_t aValue, BOOL *stop) { 360 #pragma unused(aKey, aValue, stop) [all …]
|
D | GPBDictionaryTests+Int32.m | 98 [dict enumerateKeysAndValuesUsingBlock:^(int32_t aKey, uint32_t aValue, BOOL *stop) { 99 #pragma unused(aKey, aValue, stop) 114 [dict enumerateKeysAndValuesUsingBlock:^(int32_t aKey, uint32_t aValue, BOOL *stop) { 116 XCTAssertEqual(aValue, 100U); 145 [dict enumerateKeysAndValuesUsingBlock:^(int32_t aKey, uint32_t aValue, BOOL *stop) { 148 seenValues[idx] = aValue; 167 [dict enumerateKeysAndValuesUsingBlock:^(int32_t aKey, uint32_t aValue, BOOL *stop) { 168 #pragma unused(aKey, aValue) 455 [dict enumerateKeysAndValuesUsingBlock:^(int32_t aKey, int32_t aValue, BOOL *stop) { 456 #pragma unused(aKey, aValue, stop) [all …]
|
D | GPBDictionaryTests+String.m | 98 [dict enumerateKeysAndValuesUsingBlock:^(NSString *aKey, uint32_t aValue, BOOL *stop) { 99 #pragma unused(aKey, aValue, stop) 114 [dict enumerateKeysAndValuesUsingBlock:^(NSString *aKey, uint32_t aValue, BOOL *stop) { 116 XCTAssertEqual(aValue, 100U); 145 [dict enumerateKeysAndValuesUsingBlock:^(NSString *aKey, uint32_t aValue, BOOL *stop) { 148 seenValues[idx] = aValue; 167 [dict enumerateKeysAndValuesUsingBlock:^(NSString *aKey, uint32_t aValue, BOOL *stop) { 168 #pragma unused(aKey, aValue) 455 [dict enumerateKeysAndValuesUsingBlock:^(NSString *aKey, int32_t aValue, BOOL *stop) { 456 #pragma unused(aKey, aValue, stop) [all …]
|
D | GPBDictionaryTests+UInt32.m | 98 [dict enumerateKeysAndValuesUsingBlock:^(uint32_t aKey, uint32_t aValue, BOOL *stop) { 99 #pragma unused(aKey, aValue, stop) 114 [dict enumerateKeysAndValuesUsingBlock:^(uint32_t aKey, uint32_t aValue, BOOL *stop) { 116 XCTAssertEqual(aValue, 100U); 145 [dict enumerateKeysAndValuesUsingBlock:^(uint32_t aKey, uint32_t aValue, BOOL *stop) { 148 seenValues[idx] = aValue; 167 [dict enumerateKeysAndValuesUsingBlock:^(uint32_t aKey, uint32_t aValue, BOOL *stop) { 168 #pragma unused(aKey, aValue) 455 [dict enumerateKeysAndValuesUsingBlock:^(uint32_t aKey, int32_t aValue, BOOL *stop) { 456 #pragma unused(aKey, aValue, stop) [all …]
|
D | GPBDictionaryTests+Int64.m | 98 [dict enumerateKeysAndValuesUsingBlock:^(int64_t aKey, uint32_t aValue, BOOL *stop) { 99 #pragma unused(aKey, aValue, stop) 114 [dict enumerateKeysAndValuesUsingBlock:^(int64_t aKey, uint32_t aValue, BOOL *stop) { 116 XCTAssertEqual(aValue, 100U); 145 [dict enumerateKeysAndValuesUsingBlock:^(int64_t aKey, uint32_t aValue, BOOL *stop) { 148 seenValues[idx] = aValue; 167 [dict enumerateKeysAndValuesUsingBlock:^(int64_t aKey, uint32_t aValue, BOOL *stop) { 168 #pragma unused(aKey, aValue) 455 [dict enumerateKeysAndValuesUsingBlock:^(int64_t aKey, int32_t aValue, BOOL *stop) { 456 #pragma unused(aKey, aValue, stop) [all …]
|
D | GPBDictionaryTests+UInt64.m | 98 [dict enumerateKeysAndValuesUsingBlock:^(uint64_t aKey, uint32_t aValue, BOOL *stop) { 99 #pragma unused(aKey, aValue, stop) 114 [dict enumerateKeysAndValuesUsingBlock:^(uint64_t aKey, uint32_t aValue, BOOL *stop) { 116 XCTAssertEqual(aValue, 100U); 145 [dict enumerateKeysAndValuesUsingBlock:^(uint64_t aKey, uint32_t aValue, BOOL *stop) { 148 seenValues[idx] = aValue; 167 [dict enumerateKeysAndValuesUsingBlock:^(uint64_t aKey, uint32_t aValue, BOOL *stop) { 168 #pragma unused(aKey, aValue) 455 [dict enumerateKeysAndValuesUsingBlock:^(uint64_t aKey, int32_t aValue, BOOL *stop) { 456 #pragma unused(aKey, aValue, stop) [all …]
|
D | GPBDictionaryTests.pddm | 380 //% [dict enumerateKeysAndValuesUsingBlock:^(KEY_TYPE KisP##aKey, VALUE_TYPE aValue, BOOL *stop) { 383 //% seenValues[idx] = aValue; 402 //% [dict enumerateKeysAndRawValuesUsingBlock:^(KEY_TYPE KisP##aKey, VALUE_TYPE aValue, BOOL *stop… 405 //% seenValues[idx] = aValue; 424 //% [dict enumerateKeysAndRawValuesUsingBlock:^(KEY_TYPE KisP##aKey, VALUE_TYPE aValue, BOOL *stop… 425 //% #pragma unused(aKey, aValue)
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRIntArray.m | 133 - (void)push:(NSInteger)aValue 135 [self addInteger:aValue]; 149 - (void)insertInteger:(NSInteger)aValue AtIndex:(NSUInteger)anIndex 151 [self replaceInteger:aValue AtIndex:anIndex]; 167 - (void)replaceInteger:(NSInteger)aValue AtIndex:(NSUInteger)anIndex 175 intBuffer[anIndex] = aValue;
|
D | ANTLRIntArray.h | 60 - (void)replaceInteger:(NSInteger)aValue AtIndex:(NSUInteger)anIndex;
|
/external/r8/src/test/examples/throwing/ |
D | Throwing.java | 110 int aValue = value * 2 / (value & 0x0); in throwAtFistLine() local 111 return aValue; in throwAtFistLine()
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
D | ST.stg | 153 - (STAttrMap *) setObject:(id)aValue forKey:(NS*)String attrName 239 - (STAttrMap *) setObject:(id)aValue forKey:(NSString *)aAttrName 241 [super setObject:aValue forKey:aAttrName]; 245 - (STAttrMap *) setObjectWithInt:(NSInteger)aValue forKey:(NSString *)aAttrName 247 [super setObject:[NSNumber numberWithInteger:aValue] forKey:aAttrName];
|
/external/clang/test/SemaObjC/ |
D | atomoic-property-synnthesis-rules.m | 350 - (void) setX: (int) aValue 352 x = aValue; 356 - (void) setY: (int) aValue 358 y = aValue;
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrConversionTests.cpp | 1127 …const Interval aValue (lookupWrapped(aAccess, conversionFormat, addressModeU, addressModeV, IVec2(… in calculateBounds() local 1143 aValue in calculateBounds() 1164 aValue in calculateBounds() 1183 aValue in calculateBounds() 1217 aValue in calculateBounds() 1244 aValue in calculateBounds() 1266 aValue in calculateBounds() 1295 …const Interval aValue (linearSample(aAccess, conversionFormat, filteringFormat, addressModeU, add… in calculateBounds() local 1316 aValue in calculateBounds() 1345 aValue in calculateBounds() [all …]
|
/external/jsoncpp/src/lib_json/ |
D | json_internalmap.inl | 140 const Value& aValue = value(it); local 141 resolveReference(memberName, isStatic) = aValue;
|
/external/llvm/test/DebugInfo/X86/ |
D | concrete_out_of_line.ll | 119 !46 = !DILocalVariable(name: "aValue", line: 4, arg: 2, scope: !31, file: !6, type: !9)
|