/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | ContentProviderOperationBuilderTest.java | 32 public void withValue() { in withValue() method in ContentProviderOperationBuilderTest 34 .withValue("stringTest", "bar") in withValue() 35 .withValue("intTest", 5) in withValue() 36 .withValue("longTest", 10L); in withValue()
|
D | ContentProviderOperationTest.java | 24 builder.withValue("stringValue", "bar"); in newInsert() 25 builder.withValue("intValue", 5); in newInsert()
|
D | ContentResolverTest.java | 217 .withValue("column1", "foo") in applyBatch() 218 .withValue("column2", 5) in applyBatch() 222 .withValue("column1", "bar") in applyBatch()
|
/external/protobuf/objectivec/ |
D | GPBArray.h | 75 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(int32_t)value; 115 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(uint32_t)value; 155 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(int64_t)value; 195 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(uint64_t)value; 235 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(float)value; 275 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(double)value; 315 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(BOOL)value; 380 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(int32_t)value;
|
D | GPBArray.m | 481 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(int32_t)value { 728 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(uint32_t)value { 975 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(int64_t)value { 1222 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(uint64_t)value { 1469 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(float)value { 1716 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(double)value { 1963 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(BOOL)value { 2401 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(int32_t)value {
|
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
D | EABDbUtil.java | 197 .withValue(EABContract.EABColumns.CONTACT_NAME, displayName) in addContactToEabDb() 198 .withValue(EABContract.EABColumns.CONTACT_NUMBER, phoneNumber) in addContactToEabDb() 199 .withValue(EABContract.EABColumns.FORMATTED_NUMBER, formattedNumber) in addContactToEabDb() 200 .withValue(EABContract.EABColumns.ACCOUNT_TYPE, ACCOUNT_TYPE) in addContactToEabDb() 201 .withValue(EABContract.EABColumns.RAW_CONTACT_ID, rawContactId) in addContactToEabDb() 202 .withValue(EABContract.EABColumns.CONTACT_ID, contactId) in addContactToEabDb() 203 .withValue(EABContract.EABColumns.DATA_ID, dataId).build()); in addContactToEabDb()
|
/external/protobuf/objectivec/Tests/ |
D | GPBArrayTests.m | 358 //% [array replaceValueAtIndex:1 withValue:VAL2]; 359 //% [array replaceValueAtIndex:3 withValue:VAL4]; 366 //% XCTAssertThrowsSpecificNamed([array replaceValueAtIndex:4 withValue:VAL4], 691 [array replaceValueAtIndex:1 withValue:2]; 692 [array replaceValueAtIndex:3 withValue:4]; 699 XCTAssertThrowsSpecificNamed([array replaceValueAtIndex:4 withValue:4], 1024 [array replaceValueAtIndex:1 withValue:12U]; 1025 [array replaceValueAtIndex:3 withValue:14U]; 1032 XCTAssertThrowsSpecificNamed([array replaceValueAtIndex:4 withValue:14U], 1357 [array replaceValueAtIndex:1 withValue:32LL]; [all …]
|
D | GPBTestUtilities.m | 1541 [message.repeatedInt32Array replaceValueAtIndex:1 withValue:501]; 1542 [message.repeatedInt64Array replaceValueAtIndex:1 withValue:502]; 1543 [message.repeatedUint32Array replaceValueAtIndex:1 withValue:503]; 1544 [message.repeatedUint64Array replaceValueAtIndex:1 withValue:504]; 1545 [message.repeatedSint32Array replaceValueAtIndex:1 withValue:505]; 1546 [message.repeatedSint64Array replaceValueAtIndex:1 withValue:506]; 1547 [message.repeatedFixed32Array replaceValueAtIndex:1 withValue:507]; 1548 [message.repeatedFixed64Array replaceValueAtIndex:1 withValue:508]; 1549 [message.repeatedSfixed32Array replaceValueAtIndex:1 withValue:509]; 1550 [message.repeatedSfixed64Array replaceValueAtIndex:1 withValue:510]; [all …]
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowContentProviderOperationBuilder.java | 26 public Builder withValue(String key, Object value) { in withValue() method in ShadowContentProviderOperationBuilder
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | LocalLoadingCacheTest.java | 163 assertThat(map).hasKey(three).withValue(one); in testStatsNoops() 164 assertThat(map).hasKey(one).withValue(two); in testStatsNoops()
|
/external/mockito/lib/ |
D | byte-buddy-1.6.9.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |