Home
last modified time | relevance | path

Searched refs:withValue (Results 1 – 18 of 18) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DContentProviderOperationBuilderTest.java32 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()
DContentProviderOperationTest.java24 builder.withValue("stringValue", "bar"); in newInsert()
25 builder.withValue("intValue", 5); in newInsert()
DContentResolverTest.java217 .withValue("column1", "foo") in applyBatch()
218 .withValue("column2", 5) in applyBatch()
222 .withValue("column1", "bar") in applyBatch()
/external/protobuf/objectivec/
DGPBArray.h75 - (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;
DGPBArray.m481 - (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/
DEABDbUtil.java197 .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/
DGPBArrayTests.m358 //% [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 …]
DGPBTestUtilities.m1541 [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/
DShadowContentProviderOperationBuilder.java26 public Builder withValue(String key, Object value) { in withValue() method in ShadowContentProviderOperationBuilder
/external/guava/guava-tests/test/com/google/common/cache/
DLocalLoadingCacheTest.java163 assertThat(map).hasKey(three).withValue(one); in testStatsNoops()
164 assertThat(map).hasKey(one).withValue(two); in testStatsNoops()
/external/mockito/lib/
Dbyte-buddy-1.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...