/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/antlr/runtime/ObjC/Framework/ |
D | Entry.m | 12 + (id) newEntry:(int)aHash key:(NSString *)aKey value:(id)aValue next:(HTEntry *)aNext 14 return [[HTEntry alloc] init:aHash key:aKey value:aValue next:aNext]; 17 - (id) init:(int)aHash key:(NSString *)aKey value:(id)aValue next:(HTEntry *)aNext 23 value = aValue; 48 - (void) setValue:(id)aValue 50 if (aValue == nil) 53 value = aValue;
|
D | IntArray.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 | LinkedHashMap.m | 15 - (id) newEntry:(NSInteger)aHash key:(NSString *)aKey value:(id)aValue next:(LHMEntry *)aNext 17 return [[LHMEntry alloc] init:aHash key:aKey value:aValue next:aNext]; 20 - (id) init:(NSInteger)aHash key:(NSString *)aKey value:(id)aValue next:(LHMEntry *)aNext 22 self = [super init:aHash key:aKey value:aValue next:aNext]; 439 - (void) addEntry:(NSInteger)aHash key:(NSString *)aKey value:(id)aValue bucketIndex:(NSInteger)aBu… 441 [self createEntry:aHash key:aKey value:aValue bucketIndex:aBucketIndex]; 457 - (void) createEntry:(NSInteger)aHash key:(NSString *)aKey value:(id)aValue bucketIndex:(NSInteger)… 460 LHMEntry *e = [[[LHMEntry alloc] init:aHash key:aKey value:aValue next:old] retain];
|
D | IntArray.h | 60 - (void)replaceInteger:(NSInteger)aValue AtIndex:(NSUInteger)anIndex;
|
/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+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+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+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 …]
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | BooleanValueImpl.java | 34 BooleanValueImpl(VirtualMachine aVm,boolean aValue) { in BooleanValueImpl() argument 37 value = aValue; in BooleanValueImpl()
|
D | ByteValueImpl.java | 34 ByteValueImpl(VirtualMachine aVm,byte aValue) { in ByteValueImpl() argument 37 value = aValue; in ByteValueImpl()
|
D | CharValueImpl.java | 34 CharValueImpl(VirtualMachine aVm,char aValue) { in CharValueImpl() argument 37 value = aValue; in CharValueImpl()
|
D | ShortValueImpl.java | 34 ShortValueImpl(VirtualMachine aVm,short aValue) { in ShortValueImpl() argument 37 value = aValue; in ShortValueImpl()
|
D | IntegerValueImpl.java | 34 IntegerValueImpl(VirtualMachine aVm,int aValue) { in IntegerValueImpl() argument 37 value = aValue; in IntegerValueImpl()
|
D | LongValueImpl.java | 34 LongValueImpl(VirtualMachine aVm,long aValue) { in LongValueImpl() argument 37 value = aValue; in LongValueImpl()
|
D | FloatValueImpl.java | 34 FloatValueImpl(VirtualMachine aVm,float aValue) { in FloatValueImpl() argument 37 value = aValue; in FloatValueImpl()
|
D | DoubleValueImpl.java | 34 DoubleValueImpl(VirtualMachine aVm,double aValue) { in DoubleValueImpl() argument 37 value = aValue; in DoubleValueImpl()
|
/external/antlr/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/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 1858 …const Interval aValue (lookupWrapped(aAccess, conversionFormat, addressModeU, addressModeV, IVec2(… in calculateBounds() local 1874 aValue in calculateBounds() 1895 aValue in calculateBounds() 1914 aValue in calculateBounds() 1948 aValue in calculateBounds() 1975 aValue in calculateBounds() 1997 aValue in calculateBounds() 2026 …const Interval aValue (linearSample(aAccess, conversionFormat, filteringFormat, addressModeU, add… in calculateBounds() local 2047 aValue in calculateBounds() 2076 aValue in calculateBounds() [all …]
|
/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/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCldrFactory.java | 147 String aValue = a.getStringValue(xpath); in differentPathValue() local 149 if (!Objects.equal(aValue, bValue)) { in differentPathValue()
|