Home
last modified time | relevance | path

Searched refs:aValue (Results 1 – 25 of 32) sorted by relevance

12

/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/
DSamePropertyValuesAsTest.java10 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/
Dattributes.cpp47 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/
DEntry.m12 + (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;
DIntArray.m133 - (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;
DLinkedHashMap.m15 - (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];
DIntArray.h60 - (void)replaceInteger:(NSInteger)aValue AtIndex:(NSUInteger)anIndex;
/external/protobuf/objectivec/
DGPBDictionary.m791 //% 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/
DGPBDictionaryTests+Bool.m58 [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 …]
DGPBDictionaryTests+Int32.m98 [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 …]
DGPBDictionaryTests+String.m98 [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 …]
DGPBDictionaryTests+Int64.m98 [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 …]
DGPBDictionaryTests+UInt32.m98 [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 …]
DGPBDictionaryTests+UInt64.m98 [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/
DBooleanValueImpl.java34 BooleanValueImpl(VirtualMachine aVm,boolean aValue) { in BooleanValueImpl() argument
37 value = aValue; in BooleanValueImpl()
DByteValueImpl.java34 ByteValueImpl(VirtualMachine aVm,byte aValue) { in ByteValueImpl() argument
37 value = aValue; in ByteValueImpl()
DCharValueImpl.java34 CharValueImpl(VirtualMachine aVm,char aValue) { in CharValueImpl() argument
37 value = aValue; in CharValueImpl()
DShortValueImpl.java34 ShortValueImpl(VirtualMachine aVm,short aValue) { in ShortValueImpl() argument
37 value = aValue; in ShortValueImpl()
DIntegerValueImpl.java34 IntegerValueImpl(VirtualMachine aVm,int aValue) { in IntegerValueImpl() argument
37 value = aValue; in IntegerValueImpl()
DLongValueImpl.java34 LongValueImpl(VirtualMachine aVm,long aValue) { in LongValueImpl() argument
37 value = aValue; in LongValueImpl()
DFloatValueImpl.java34 FloatValueImpl(VirtualMachine aVm,float aValue) { in FloatValueImpl() argument
37 value = aValue; in FloatValueImpl()
DDoubleValueImpl.java34 DoubleValueImpl(VirtualMachine aVm,double aValue) { in DoubleValueImpl() argument
37 value = aValue; in DoubleValueImpl()
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DST.stg153 - (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/
DvktYCbCrUtil.cpp1858 …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/
Datomoic-property-synnthesis-rules.m350 - (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/
DTestCldrFactory.java147 String aValue = a.getStringValue(xpath); in differentPathValue() local
149 if (!Objects.equal(aValue, bValue)) { in differentPathValue()

12