Home
last modified time | relevance | path

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

/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java166 builder.withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE); in constructInsertOperation()
169 builder.withValue(StructuredName.GIVEN_NAME, mGiven); in constructInsertOperation()
172 builder.withValue(StructuredName.FAMILY_NAME, mFamily); in constructInsertOperation()
175 builder.withValue(StructuredName.MIDDLE_NAME, mMiddle); in constructInsertOperation()
178 builder.withValue(StructuredName.PREFIX, mPrefix); in constructInsertOperation()
181 builder.withValue(StructuredName.SUFFIX, mSuffix); in constructInsertOperation()
187 builder.withValue(StructuredName.PHONETIC_GIVEN_NAME, mPhoneticGiven); in constructInsertOperation()
191 builder.withValue(StructuredName.PHONETIC_FAMILY_NAME, mPhoneticFamily); in constructInsertOperation()
195 builder.withValue(StructuredName.PHONETIC_MIDDLE_NAME, mPhoneticMiddle); in constructInsertOperation()
202 builder.withValue(StructuredName.PHONETIC_GIVEN_NAME, mSortString); in constructInsertOperation()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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.m489 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(int32_t)value {
737 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(uint32_t)value {
985 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(int64_t)value {
1233 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(uint64_t)value {
1481 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(float)value {
1729 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(double)value {
1977 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(BOOL)value {
2416 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(int32_t)value {
/frameworks/base/core/java/android/provider/
DSyncStateContract.java164 .withValue(Columns.ACCOUNT_NAME, account.name) in newSetOperation()
165 .withValue(Columns.ACCOUNT_TYPE, account.type) in newSetOperation()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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 …]
/frameworks/base/core/java/android/content/
DContentProviderOperation.java629 public Builder withValue(String key, Object value) { in withValue() method in ContentProviderOperation.Builder
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...