Home
last modified time | relevance | path

Searched defs:int32_t (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBCodedOutputStream.m216 - (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 …]
DGPBUnknownFieldSet.m140 - (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 {
DGPBDescriptor.m182 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
DGPBDictionary.m1743 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 …]
DGPBCodedInputStream.m356 - (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
DGPBArray.m314 + (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/
DerrorCalculator.rs11 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/
DGPBDictionaryTests+Int32.m48 + (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 {
DGPBCodedInputStreamTests.m44 - (NSData*)bytes_with_sentinel:(int32_t)unused, ... { argument
103 - (void)assertReadLittleEndian32:(NSData*)data value:(int32_t)value { argument
DGPBCodedOuputStreamTests.m62 - (NSData*)bytes_with_sentinel:(int32_t)unused, ... { argument
82 - (void)assertWriteLittleEndian32:(NSData*)data value:(int32_t)value { argument
DGPBDictionaryTests+String.m48 + (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 {
DGPBArrayTests.m40 + (instancetype)arrayWithValue:(int32_t)value; argument
42 count:(NSUInteger)count;
69 + (instancetype)arrayWithValue:(int32_t)value { argument
75 count:(NSUInteger)count {
DGPBDictionaryTests+UInt64.m48 + (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 {
DGPBDictionaryTests+Int64.m48 + (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 {
DGPBDictionaryTests+UInt32.m48 + (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 {
DGPBUnknownFieldSetTest.m38 - (void)getTags:(int32_t*)tags; argument
/frameworks/base/libs/storage/
DIObbActionListener.cpp33 virtual void onObbResult(const String16& /* filename */, const int32_t /* nonce */, in onObbResult()
DIMountShutdownObserver.cpp31 virtual void onShutDownComplete(const int32_t /* statusCode */) {} in onShutDownComplete()
/frameworks/base/cmds/statsd/src/logd/
DLogEvent.cpp136 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/
DFakeComposerClient.cpp339 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/
Dodr2.rs7 int32_t x; field
/frameworks/compile/slang/tests/F_odr_nested_records_3/
Dodr1.rs7 int32_t x; field
/frameworks/av/camera/tests/
DCameraZSLTests.cpp50 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/
DAidlCameraServiceListener.cpp44 int32_t, const ::android::String16&) { in onTorchStatusChanged() argument
/frameworks/native/services/surfaceflinger/
DContainerLayer.cpp43 const Rect&, int32_t, const ui::Dataspace) {} in setPerFrameData() argument

12