/foundation/systemabilitymgr/samgr_lite/samgr/adapter/cmsis/ |
H A D | time_adapter.c | 21 int32 WDT_Start(uint32 ms)
in WDT_Start() 26 int32 WDT_Reset(uint32 ms)
in WDT_Reset() 32 int32 WDT_Stop(void)
in WDT_Stop()
|
/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/ |
H A D | time_adapter.c | 22 int32 WDT_Start(uint32 ms)
in WDT_Start() 27 int32 WDT_Reset(uint32 ms)
in WDT_Reset() 33 int32 WDT_Stop(void)
in WDT_Stop()
|
/foundation/systemabilitymgr/samgr_lite/samgr/registry/ |
H A D | service_registry.h | 30 int32 SAMGR_RegisterSystemCapabilityApi(const char *sysCap, BOOL isReg);
32 int32 SAMGR_GetSystemCapabilitiesApi(char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN], int32 *size);
|
H A D | service_registry.c | 35 int32 __attribute__((weak)) SAMGR_RegisterSystemCapabilityApi(const char *sysCap, BOOL isReg)
in SAMGR_RegisterSystemCapabilityApi() 48 int32 __attribute__((weak)) SAMGR_GetSystemCapabilitiesApi(char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN],
in SAMGR_GetSystemCapabilitiesApi() 49 int32 *size)
in SAMGR_GetSystemCapabilitiesApi()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | duration.pb.h | 194 // int32 nanos = 2; 196 ::PROTOBUF_NAMESPACE_ID::int32 nanos() const; 197 void set_nanos(::PROTOBUF_NAMESPACE_ID::int32 value); 199 ::PROTOBUF_NAMESPACE_ID::int32 _internal_nanos() const; 200 void _internal_set_nanos(::PROTOBUF_NAMESPACE_ID::int32 value); 211 ::PROTOBUF_NAMESPACE_ID::int32 nanos_; 246 // int32 nanos = 2; 250 inline ::PROTOBUF_NAMESPACE_ID::int32 Duration::_internal_nanos() const { in _internal_nanos() 253 inline ::PROTOBUF_NAMESPACE_ID::int32 Duration::nanos() const { in nanos() 257 inline void Duration::_internal_set_nanos(::PROTOBUF_NAMESPACE_ID::int32 valu in nanos() [all...] |
H A D | timestamp.pb.h | 194 // int32 nanos = 2; 196 ::PROTOBUF_NAMESPACE_ID::int32 nanos() const; 197 void set_nanos(::PROTOBUF_NAMESPACE_ID::int32 value); 199 ::PROTOBUF_NAMESPACE_ID::int32 _internal_nanos() const; 200 void _internal_set_nanos(::PROTOBUF_NAMESPACE_ID::int32 value); 211 ::PROTOBUF_NAMESPACE_ID::int32 nanos_; 246 // int32 nanos = 2; 250 inline ::PROTOBUF_NAMESPACE_ID::int32 Timestamp::_internal_nanos() const { in _internal_nanos() 253 inline ::PROTOBUF_NAMESPACE_ID::int32 Timestamp::nanos() const { in nanos() 257 inline void Timestamp::_internal_set_nanos(::PROTOBUF_NAMESPACE_ID::int32 valu in nanos() [all...] |
H A D | map_test_util.h | 958 std::map<int32, int32> map; in ExpectMapFieldsSetViaReflection() 965 int32 key = sub_message->GetReflection()->GetInt32(*sub_message, in ExpectMapFieldsSetViaReflection() 967 int32 val = sub_message->GetReflection()->GetInt32(*sub_message, in ExpectMapFieldsSetViaReflection() 1033 std::map<int32, int32> map; in ExpectMapFieldsSetViaReflection() 1039 int32 key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() 1041 int32 val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() 1105 std::map<int32, int32> ma in ExpectMapFieldsSetViaReflection() [all...] |
/third_party/libphonenumber/cpp/test/phonenumbers/geocoding/ |
H A D | area_code_map_test.cc | 41 const int32 prefix_1_us_prefixes[] = { 69 const int32 prefix_1_us_lengths[] = { 81 const int32 prefix_39_it_prefixes[] = { 99 const int32 prefix_39_it_lengths[] = { 119 PhoneNumber MakePhoneNumber(int32 country_code, uint64 national_number) { in MakePhoneNumber()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | type_int.hpp | 21 typedef std::int32_t int32; typedef 54 typedef signed int int32; 208 typedef detail::int32 int32; typedef 297 GLM_STATIC_ASSERT(sizeof(glm::int32) == 4, "int32 size isn't 4 bytes on this platform");
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_simple_image.cpp | 107 int32 originH = fBounds.l; in Rotate() 108 int32 originV = fBounds.t; in Rotate() 110 int32 colStep = fBuffer.fColStep; in Rotate() 111 int32 rowStep = fBuffer.fRowStep; in Rotate() 137 int32 temp = colStep; in Rotate()
|
H A D | dng_ref_counted_block.h | 205 /// Return pointer to allocated memory as a const int32 *. 206 /// \retval const int32 * valid for as many bytes as were allocated. 208 int32 * Buffer_int32 () in Buffer_int32() 210 return (int32 *) Buffer (); in Buffer_int32() 213 /// Return pointer to allocated memory as a const int32 *. 214 /// \retval const int32 * valid for as many bytes as were allocated. 216 const int32 * Buffer_int32 () const in Buffer_int32() 218 return (const int32 *) Buffer (); in Buffer_int32()
|
H A D | dng_types.h | 43 typedef int32_t int32; typedef 56 typedef signed int int32; typedef 58 typedef signed long int32; typedef
|
/third_party/protobuf/src/google/protobuf/compiler/ruby/ |
H A D | ruby_generated_code_proto2_pb.rb | 9 optional :optional_int32, :int32, 1, default: 1 20 repeated :repeated_int32, :int32, 21 31 required :required_int32, :int32, 41 44 optional :oneof_int32, :int32, 61 58 optional :foo, :int32, 1
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | hnd_debug.h | 126 int32 si_signo; /* Signal number */ 127 int32 si_code; /* Extra code */ 128 int32 si_errno; /* Errno */ 142 int32 pr_fpvalid; /* True if math copro being used. */
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/ |
H A D | basictypes.h | 26 typedef int32_t int32; typedef 41 const int32 kint32min = INT32_MIN; 42 const int32 kint32max = INT32_MAX; 54 typedef int int32; 94 // and it should always be the signed version of whatever int32 is.)
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | time.h | 59 void PROTOBUF_EXPORT GetCurrentTime(int64* seconds, int32* nanos); 68 string PROTOBUF_EXPORT FormatTime(int64 seconds, int32 nanos); 72 int32* nanos);
|
/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/ |
H A D | samgr_lite.h | 261 int32 (*AddSystemCapability)(const char *sysCap);
287 int32 (*GetSystemAvailableCapabilities)(char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN], int32 *sysCapNum);
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_sampler.c | 34 return (VkClearColorValue) { .int32 = { 0, 0, 0, 0 } }; in vk_border_color_value() 38 return (VkClearColorValue) { .int32 = { 0, 0, 0, 1 } }; in vk_border_color_value() 42 return (VkClearColorValue) { .int32 = { 1, 1, 1, 1 } }; in vk_border_color_value()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | phonenumber.pb.h | 311 // required int32 country_code = 1; 317 ::PROTOBUF_NAMESPACE_ID::int32 country_code() const; 318 void set_country_code(::PROTOBUF_NAMESPACE_ID::int32 value); 320 ::PROTOBUF_NAMESPACE_ID::int32 _internal_country_code() const; 321 void _internal_set_country_code(::PROTOBUF_NAMESPACE_ID::int32 value); 350 // optional int32 number_of_leading_zeros = 8 [default = 1]; 356 ::PROTOBUF_NAMESPACE_ID::int32 number_of_leading_zeros() const; 357 void set_number_of_leading_zeros(::PROTOBUF_NAMESPACE_ID::int32 value); 359 ::PROTOBUF_NAMESPACE_ID::int32 _internal_number_of_leading_zeros() const; 360 void _internal_set_number_of_leading_zeros(::PROTOBUF_NAMESPACE_ID::int32 valu [all...] |
/third_party/libdrm/radeon/ |
H A D | bof.c | 196 * int32 200 bof_t *int32 = bof_object(); in bof_int32() local 202 if (int32 == NULL) in bof_int32() 204 int32->type = BOF_TYPE_INT32; in bof_int32() 205 int32->size = 4; in bof_int32() 206 int32->value = calloc(1, int32->size); in bof_int32() 207 if (int32->value == NULL) { in bof_int32() 208 bof_decref(int32); in bof_int32() 211 memcpy(int32 in bof_int32() [all...] |
/third_party/mesa3d/include/HaikuGL/ |
H A D | GLView.h | 81 virtual BHandler* ResolveSpecifier(BMessage *msg, int32 index, 82 BMessage *specifier, int32 form, 162 int32 index, 164 int32 form, 186 int32 fColorSpace;
|
/third_party/node/deps/npm/node_modules/socks/build/common/ |
H A D | helpers.js | 136 function int32ToIpv4(int32) { 138 const octet1 = (int32 >>> 24) & 0xff; 139 const octet2 = (int32 >>> 16) & 0xff; 140 const octet3 = (int32 >>> 8) & 0xff; 141 const octet4 = int32 & 0xff;
|
/third_party/skia/third_party/externals/tint/tools/src/lut/ |
H A D | lut.go | 71 // Generate int32 identifiers for each unique item in the table. 75 dstIDs := make([]int32, len(srcIDs)) 208 func (t lut) itemIDs() []int32 { 210 keys := make([]int32, storageSize) 211 dataToKey := map[interface{}]int32{} 216 key = int32(len(dataToKey)) 238 func equal(a, b []int32) bool {
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga_reg.h | 563 int32 left; 564 int32 top; 565 int32 right; 566 int32 bottom; 571 int32 x; 572 int32 y; 1125 SVGA_VIDEO_DST_X, /* Signed int32 */ 1126 SVGA_VIDEO_DST_Y, /* Signed int32 */ 1160 int32 dstX; 1161 int32 dst [all...] |
/foundation/systemabilitymgr/samgr_lite/samgr_client/source/ |
H A D | remote_register_rpc.c | 53 int32 token = SAMGR_AddRouter(g_remoteRegister.endpoint, &saName, identity, iUnknown);
in SAMGR_RegisterServiceApi() 101 int32 SAMGR_RegisterSystemCapabilityApi(const char *sysCap, BOOL isReg)
in SAMGR_RegisterSystemCapabilityApi() 117 int32 SAMGR_GetSystemCapabilitiesApi(char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN], int32 *size)
in SAMGR_GetSystemCapabilitiesApi()
|