/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBCodedOutputStream.m | 216 - (void)writeDouble:(int32_t)fieldNumber value:(double)value { argument 225 - (void)writeFloat:(int32_t)fieldNumber value:(float)value { argument 234 - (void)writeUInt64:(int32_t)fieldNumber value:(uint64_t)value { argument 243 - (void)writeInt64:(int32_t)fieldNumber value:(int64_t)value { argument 248 - (void)writeInt32NoTag:(int32_t)value { argument 252 - (void)writeInt32:(int32_t)fieldNumber value:(int32_t)value { argument 261 - (void)writeFixed64:(int32_t)fieldNumber value:(uint64_t)value { argument 270 - (void)writeFixed32:(int32_t)fieldNumber value:(uint32_t)value { argument 279 - (void)writeBool:(int32_t)fieldNumber value:(BOOL)value { argument 336 - (void)writeString:(int32_t)fieldNumber value:(NSString *)value { argument [all …]
|
D | GPBUnknownFieldSet.m | 140 - (BOOL)hasField:(int32_t)number { argument 145 - (GPBUnknownField *)getField:(int32_t)number { argument 286 + (BOOL)isFieldTag:(int32_t)tag { argument 307 - (GPBUnknownField *)mutableFieldForNumber:(int32_t)number create:(BOOL)create { argument 356 - (void)mergeVarintField:(int32_t)number value:(int32_t)value { argument 361 - (BOOL)mergeFieldFrom:(int32_t)tag input:(GPBCodedInputStream *)input { argument 401 - (void)mergeMessageSetMessage:(int32_t)number data:(NSData *)messageData { argument 406 - (void)addUnknownMapEntry:(int32_t)fieldNum value:(NSData *)data { argument 420 - (void)getTags:(int32_t *)tags {
|
D | GPBDescriptor.m | 182 firstHasIndex:(int32_t)firstHasIndex { argument 213 - (void)setupExtensionRanges:(const GPBExtensionRange *)ranges count:(int32_t)count { argument 531 - (BOOL)isValidEnumValue:(int32_t)value { argument 655 enumVerifier:(GPBEnumValidationFunc)enumVerifier { 670 extraTextFormatInfo:(const char *)extraTextFormatInfo { 686 enumVerifier:(GPBEnumValidationFunc)enumVerifier { 719 - (NSString *)enumNameForValue:(int32_t)number { argument 732 - (BOOL)getValue:(int32_t *)outValue forEnumName:(NSString *)name { 759 - (BOOL)getValue:(int32_t *)outValue forEnumTextFormatName:(NSString *)textFormatName { 775 - (NSString *)textFormatNameForValue:(int32_t)number { argument
|
D | GPBDictionary.m | 1743 forKey:(uint32_t)key { argument 1753 count:(NSUInteger)count { 1777 count:(NSUInteger)count { 1904 - (BOOL)getInt32:(nullable int32_t *)value forKey:(uint32_t)key { 1921 - (void)setInt32:(int32_t)value forKey:(uint32_t)key { argument 2999 forKey:(uint32_t)key { argument 3011 count:(NSUInteger)count { 3042 count:(NSUInteger)count { 3180 [self enumerateKeysAndRawValuesUsingBlock:^(uint32_t key, int32_t value, BOOL *stop) { argument 3186 - (BOOL)getEnum:(int32_t *)value forKey:(uint32_t)key { [all …]
|
D | GPBCodedInputStream.m | 356 - (void)checkLastTagWas:(int32_t)value { argument 360 - (BOOL)skipField:(int32_t)tag { argument 452 - (void)readUnknownGroup:(int32_t)fieldNumber argument 466 int32_t length = ReadRawVarint32(&state_); argument
|
D | GPBArray.m | 314 + (instancetype)arrayWithValue:(int32_t)value { argument 338 - (instancetype)initWithValues:(const int32_t [])values count:(NSUInteger)count { 450 - (void)addValue:(int32_t)value { argument 454 - (void)addValues:(const int32_t [])values count:(NSUInteger)count { 468 - (void)insertValue:(int32_t)value atIndex:(NSUInteger)index { argument 489 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(int32_t)value { argument 2056 rawValue:(int32_t)value { argument 2091 count:(NSUInteger)count { 2269 - (void)addRawValue:(int32_t)value { argument 2273 - (void)addRawValues:(const int32_t [])values count:(NSUInteger)count { [all …]
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
D | errorCalculator.rs | 11 void countInterestingRegions(const int32_t *v_in, int32_t *v_out) { constant 33 void accumulateError(const int32_t *v_in, int32_t *v_out) { constant
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBDictionaryTests+Int32.m | 48 + (instancetype)dictionaryWithEnum:(int32_t)value forKey:(int32_t)key; argument 51 count:(NSUInteger)count; 67 + (instancetype)dictionaryWithEnum:(int32_t)value forKey:(int32_t)key { argument 77 count:(NSUInteger)count {
|
D | GPBCodedInputStreamTests.m | 44 - (NSData*)bytes_with_sentinel:(int32_t)unused, ... { argument 103 - (void)assertReadLittleEndian32:(NSData*)data value:(int32_t)value { argument
|
D | GPBCodedOuputStreamTests.m | 62 - (NSData*)bytes_with_sentinel:(int32_t)unused, ... { argument 82 - (void)assertWriteLittleEndian32:(NSData*)data value:(int32_t)value { argument
|
D | GPBDictionaryTests+String.m | 48 + (instancetype)dictionaryWithEnum:(int32_t)value forKey:(NSString *)key; argument 51 count:(NSUInteger)count; 67 + (instancetype)dictionaryWithEnum:(int32_t)value forKey:(NSString *)key { argument 77 count:(NSUInteger)count {
|
D | GPBArrayTests.m | 40 + (instancetype)arrayWithValue:(int32_t)value; argument 42 count:(NSUInteger)count; 69 + (instancetype)arrayWithValue:(int32_t)value { argument 75 count:(NSUInteger)count {
|
D | GPBDictionaryTests+UInt64.m | 48 + (instancetype)dictionaryWithEnum:(int32_t)value forKey:(uint64_t)key; argument 51 count:(NSUInteger)count; 67 + (instancetype)dictionaryWithEnum:(int32_t)value forKey:(uint64_t)key { argument 77 count:(NSUInteger)count {
|
D | GPBDictionaryTests+Int64.m | 48 + (instancetype)dictionaryWithEnum:(int32_t)value forKey:(int64_t)key; argument 51 count:(NSUInteger)count; 67 + (instancetype)dictionaryWithEnum:(int32_t)value forKey:(int64_t)key { argument 77 count:(NSUInteger)count {
|
D | GPBDictionaryTests+UInt32.m | 48 + (instancetype)dictionaryWithEnum:(int32_t)value forKey:(uint32_t)key; argument 51 count:(NSUInteger)count; 67 + (instancetype)dictionaryWithEnum:(int32_t)value forKey:(uint32_t)key { argument 77 count:(NSUInteger)count {
|
D | GPBUnknownFieldSetTest.m | 38 - (void)getTags:(int32_t*)tags; argument
|
/frameworks/base/libs/storage/ |
D | IObbActionListener.cpp | 33 virtual void onObbResult(const String16& /* filename */, const int32_t /* nonce */, in onObbResult()
|
D | IMountShutdownObserver.cpp | 31 virtual void onShutDownComplete(const int32_t /* statusCode */) {} in onShutDownComplete()
|
/frameworks/base/cmds/statsd/src/logd/ |
D | LogEvent.cpp | 136 const std::map<int32_t, int32_t>& int_map, in LogEvent() 336 const std::map<int32_t, int32_t>& int_map, in writeKeyValuePairs()
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | FakeComposerClient.cpp | 339 int32_t /*hint*/) { in setColorTransform() argument 345 int32_t /*acquireFence*/, int32_t /*dataspace*/, in setClientTarget() argument 352 int32_t /*releaseFence*/) { in setOutputBuffer() argument 377 Error FakeComposerClient::presentDisplay(Display /*display*/, int32_t* /*outPresentFence*/, in presentDisplay() argument 379 std::vector<int32_t>* /*outReleaseFences*/) { in presentDisplay() 404 int32_t /*x*/, int32_t /*y*/) { in setLayerCursorPosition() argument 445 int32_t /*type*/) { in setLayerCompositionType() argument 451 int32_t /*dataspace*/) { in setLayerDataspace() argument
|
/frameworks/compile/slang/tests/F_odr_nested_records_6/ |
D | odr2.rs | 7 int32_t x; field
|
/frameworks/compile/slang/tests/F_odr_nested_records_3/ |
D | odr1.rs | 7 int32_t x; field
|
/frameworks/av/camera/tests/ |
D | CameraZSLTests.cpp | 50 void dataCallbackTimestamp(nsecs_t, int32_t, in dataCallbackTimestamp() argument 98 void CameraZSLTests::notifyCallback(int32_t msgType, int32_t, in notifyCallback() argument
|
/frameworks/av/services/camera/libcameraservice/hidl/ |
D | AidlCameraServiceListener.cpp | 44 int32_t, const ::android::String16&) { in onTorchStatusChanged() argument
|
/frameworks/native/services/surfaceflinger/ |
D | ContainerLayer.cpp | 43 const Rect&, int32_t, const ui::Dataspace) {} in setPerFrameData() argument
|