/external/python/cpython3/Mac/BuildScript/ |
D | tk868_on_10_8_10_9.patch | 16 Gestalt(gestaltSystemVersionMajor, (SInt32*)&major); 17 Gestalt(gestaltSystemVersionMinor, (SInt32*)&minor); 18 Gestalt(gestaltSystemVersionBugFix, (SInt32*)&patch);
|
/external/python/cpython2/Mac/BuildScript/ |
D | tk868_on_10_8_10_9.patch | 16 Gestalt(gestaltSystemVersionMajor, (SInt32*)&major); 17 Gestalt(gestaltSystemVersionMinor, (SInt32*)&minor); 18 Gestalt(gestaltSystemVersionBugFix, (SInt32*)&patch);
|
/external/clang/test/Analysis/ |
D | cfref_rdar6080742.c | 9 typedef signed long SInt32; typedef 10 typedef SInt32 OSStatus;
|
/external/angle/src/tests/test_expectations/ |
D | GPUTestConfig_mac.mm | 29 Gestalt(gestaltSystemVersionMajor, reinterpret_cast<SInt32 *>(majorVersion)); 30 Gestalt(gestaltSystemVersionMinor, reinterpret_cast<SInt32 *>(minorVersion));
|
/external/llvm-project/clang/test/Analysis/ |
D | cfref_rdar6080742.c | 9 typedef signed long SInt32; typedef 10 typedef SInt32 OSStatus;
|
/external/clang/test/FixIt/ |
D | format-darwin.m | 12 typedef int SInt32; typedef 19 typedef long SInt32; typedef 23 typedef SInt32 OSStatus; 32 SInt32 getSInt32(); 39 …printf("%s", getSInt32()); // expected-warning{{values of type 'SInt32' should not be used as form… 104 …printf("%ld", getSInt32()); // expected-warning{{values of type 'SInt32' should not be used as for… 159 …printf("%d", getSInt32()); // expected-warning{{values of type 'SInt32' should not be used as form… 202 …printf("%s", (SInt32)0); // expected-warning{{values of type 'SInt32' should not be used as format…
|
/external/llvm-project/clang/test/FixIt/ |
D | format-darwin.m | 13 typedef int SInt32; typedef 20 typedef long SInt32; typedef 24 typedef SInt32 OSStatus; 34 SInt32 getSInt32(); 41 …printf("%s", getSInt32()); // expected-warning{{values of type 'SInt32' should not be used as form… 111 …printf("%ld", getSInt32()); // expected-warning{{values of type 'SInt32' should not be used as for… 171 …printf("%d", getSInt32()); // expected-warning{{values of type 'SInt32' should not be used as form… 218 …printf("%s", (SInt32)0); // expected-warning{{values of type 'SInt32' should not be used as format…
|
/external/google-breakpad/src/client/mac/handler/ |
D | dynamic_images.cc | 372 static SInt32 GetOSVersionInternal() { in GetOSVersionInternal() 373 SInt32 os_version = 0; in GetOSVersionInternal() 378 static SInt32 GetOSVersion() { in GetOSVersion() 379 static SInt32 os_version = GetOSVersionInternal(); in GetOSVersion()
|
/external/llvm-project/clang/test/SemaObjC/ |
D | arc-cf.m | 51 typedef signed int SInt32; typedef 53 extern SInt32 CFStringGetIntValue(CFStringRef str); // expected-note {{passing argument to paramete…
|
/external/clang/test/SemaObjC/ |
D | arc-cf.m | 51 typedef signed int SInt32; typedef 53 extern SInt32 CFStringGetIntValue(CFStringRef str); // expected-note {{passing argument to paramete…
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FieldType.cs | 103 SInt32, enumerator
|
/external/python/cpython2/Mac/Modules/ |
D | gestaltmodule.c | 37 SInt32 response; in gestalt_gestalt()
|
/external/python/cpython2/Mac/Modules/ctl/ |
D | _Ctlmodule.c | 811 SInt32 _rv; in CtlObj_GetControlViewSize() 826 SInt32 newViewSize; in CtlObj_SetControlViewSize() 843 SInt32 _rv; in CtlObj_GetControl32BitValue() 858 SInt32 newValue; in CtlObj_SetControl32BitValue() 875 SInt32 _rv; in CtlObj_GetControl32BitMaximum() 890 SInt32 newMaximum; in CtlObj_SetControl32BitMaximum() 907 SInt32 _rv; in CtlObj_GetControl32BitMinimum() 922 SInt32 newMinimum; in CtlObj_SetControl32BitMinimum() 1158 SInt32 data; in CtlObj_SetControlReference() 1175 SInt32 _rv; in CtlObj_GetControlReference() [all …]
|
/external/tremolo/Tremolo/ |
D | os_types.h | 89 typedef SInt32 ogg_int32_t;
|
/external/speex/include/speex/ |
D | speexdsp_types.h | 56 typedef SInt32 spx_int32_t;
|
/external/libogg/include/ogg/ |
D | os_types.h | 65 typedef SInt32 ogg_int32_t;
|
/external/rnnoise/src/ |
D | opus_types.h | 75 typedef SInt32 opus_int32;
|
/external/protobuf/objectivec/ |
D | GPBExtensionInternals.m | 80 FIELD_CASE(SInt32, intValue) 113 FIELD_CASE(SInt32, intValue) 179 FIELD_CASE(SInt32, intValue) 220 FIELD_CASE(SInt32, intValue)
|
/external/libopus/include/ |
D | opus_types.h | 90 typedef SInt32 opus_int32;
|
/external/walt/ios/WALT/ |
D | MIDIEndpoint.m | 31 SInt32 result = 1;
|
/external/python/cpython2/Tools/bgen/bgen/ |
D | macsupport.py | 35 SInt32 = Type("SInt32", "l") variable
|
/external/protobuf/src/google/protobuf/ |
D | wire_format.cc | 772 CASE_TYPE(SINT32, SInt32, Int32) in SerializeMapKeyWithCachedSizes() 797 CASE_TYPE(SINT32, SInt32, Int32) in SerializeMapValueRefWithCachedSizes() 969 HANDLE_PRIMITIVE_TYPE(SINT32, int32, SInt32, Int32) in SerializeFieldWithCachedSizes() 1172 CASE_TYPE(SINT32, SInt32, Int32); in MapKeyDataOnlyByteSize() 1207 CASE_TYPE(SINT32, SInt32, Int32); in MapValueRefDataOnlyByteSize() 1286 HANDLE_TYPE(SINT32, SInt32, Int32) in FieldDataOnlyByteSize()
|
D | extension_set_heavy.cc | 542 HANDLE_TYPE(SINT32, SInt32, int32); in InternalSerializeFieldWithCachedSizesToArray() 575 HANDLE_TYPE(SINT32, SInt32, int32); in InternalSerializeFieldWithCachedSizesToArray() 612 HANDLE_TYPE(SINT32, SInt32, int32_value); in InternalSerializeFieldWithCachedSizesToArray()
|
/external/python/cpython2/Mac/Modules/list/ |
D | _Listmodule.c | 524 SInt32 _rv; in ListObj_GetListClickTime() 536 SInt32 _rv; in ListObj_GetListRefCon() 944 SInt32 time; in List_SetListClickTime() 960 SInt32 refCon; in List_SetListRefCon()
|
/external/python/cpython2/Mac/Modules/cg/ |
D | CFMLateImport.c | 97 static OSStatus FSReadAtOffset(SInt16 refNum, SInt32 offset, SInt32 count, void *buffer) in FSReadAtOffset() 515 SInt32 initSection; in SetupSectionBaseAddresses()
|