Home
last modified time | relevance | path

Searched refs:serial (Results 301 - 325 of 678) sorted by relevance

1...<<11121314151617181920>>...28

/third_party/openssl/include/openssl/
H A Dstore.h222 *serial);
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DDeviceD3D12.h83 MaybeError WaitForSerial(ExecutionSerial serial);
/test/xts/hats/telephony/ril/hdi_v1.0/
H A Dhdf_ril_hdiService_test.cpp546 if (resultInfo_.serial != currentSerialId) { in NotifyAll()
548 HDF_LOGI("NotifyAll currentSerialId : %{public}d, serial: %{public}d not equal", currentSerialId, in NotifyAll()
549 resultInfo_.serial); in NotifyAll()
2123 "RilCallback::GetLinkBandwidthInfoResponse serial:%{public}d cid:%{public}d qi:%{public}d dlGfbr:%{public}d " in GetLinkBandwidthInfoResponse()
2126 dataLinkBandwidthInfo.serial, dataLinkBandwidthInfo.cid, dataLinkBandwidthInfo.qi, dataLinkBandwidthInfo.dlGfbr, in GetLinkBandwidthInfoResponse()
3917 dataCallInfo.serial = serialId; in HWTEST_F()
3943 dataCallInfo.serial = serialId; in HWTEST_F()
3961 uniInfo.serial = serialId; in HWTEST_F()
3977 uniInfo.serial = serialId; in HWTEST_F()
3993 uniInfo.serial in HWTEST_F()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp3077 // Query results are available after endQuery, retain this query so that we get its serial in endQueryImpl()
3183 // timestamp results are available immediately, retain this query so that we get its serial in writeTimestamp()
3782 Serial serial; in initializeNonZeroMemory() local
3785 vk::SubmitPolicy::AllowDeferred, &serial)); in initializeNonZeroMemory()
3787 stagingBuffer.collectGarbage(renderer, serial); in initializeNonZeroMemory()
3790 mReadOnlyUse.updateSerialOneOff(serial); in initializeNonZeroMemory()
3791 mReadWriteUse.updateSerialOneOff(serial); in initializeNonZeroMemory()
4516 Serial serial; in initializeNonZeroMemory() local
4519 vk::SubmitPolicy::AllowDeferred, &serial)); in initializeNonZeroMemory()
4523 stagingBuffer.collectGarbage(renderer, serial); in initializeNonZeroMemory()
8371 ImageOrBufferViewSubresourceSerial serial; getSubresourceSerial() local
8534 ImageOrBufferViewSubresourceSerial serial = {}; getSerial() local
[all...]
/third_party/mesa3d/src/glx/
H A Dglxext.c159 aevent->serial = awire->sequenceNumber; in __glXWireToEvent()
181 aevent->serial = _XSetLastRequestRead(dpy, (xGenericReply *) wire); in __glXWireToEvent()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri3.c150 scrn->recv_sbc = (scrn->send_sbc & 0xffffffff00000000LL) | ce->serial; in dri3_handle_present_event()
155 scrn->recv_msc_serial = ce->serial; in dri3_handle_present_event()
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_client.c840 const ASN1_INTEGER *serial = OSSL_CRMF_CERTTEMPLATE_get0_serialNumber(tmpl); in OSSL_CMP_exec_RR_ses() local
859 if (ASN1_INTEGER_cmp(serial, in OSSL_CMP_exec_RR_ses()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_lu.c116 const ASN1_INTEGER *serial, in X509_LOOKUP_by_issuer_serial()
121 return ctx->method->get_by_issuer_serial(ctx, type, name, serial, ret); in X509_LOOKUP_by_issuer_serial()
114 X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, const X509_NAME *name, const ASN1_INTEGER *serial, X509_OBJECT *ret) X509_LOOKUP_by_issuer_serial() argument
/third_party/openssl/crypto/cmp/
H A Dcmp_client.c843 const ASN1_INTEGER *serial = OSSL_CRMF_CERTTEMPLATE_get0_serialNumber(tmpl); in OSSL_CMP_exec_RR_ses() local
862 if (ASN1_INTEGER_cmp(serial, in OSSL_CMP_exec_RR_ses()
/third_party/openssl/crypto/x509/
H A Dx509_lu.c116 const ASN1_INTEGER *serial, in X509_LOOKUP_by_issuer_serial()
121 return ctx->method->get_by_issuer_serial(ctx, type, name, serial, ret); in X509_LOOKUP_by_issuer_serial()
114 X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, const X509_NAME *name, const ASN1_INTEGER *serial, X509_OBJECT *ret) X509_LOOKUP_by_issuer_serial() argument
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dx509.rs411 pub fn X509_REVOKED_set_serialNumber(r: *mut X509_REVOKED, serial: *mut ASN1_INTEGER) -> c_int; in X509_REVOKED_set_serialNumber()
433 serial: #[const_ptr_if(ossl300)] ASN1_INTEGER, in X509_CRL_get0_by_serial()
/test/xts/hats/telephony/ril/hdi_v1.1_additional/
H A Dhdf_ril_hdiService_test_4th.cpp69 broadcastInfoList.serial = 1; in HWTEST_F()
106 msg.serial = 1; in HWTEST_F()
128 data.serial = 1; in HWTEST_F()
3742 * @tc.desc: Call function V1 AddSimMessage, slotId is 0, serial is -1
3750 msgIoInfo.serial = -1; in HWTEST_F()
3767 * @tc.desc: Call function V1 AddSimMessage, slotId is 0, serial is 0
3775 msgIoInfo.serial = 0; in HWTEST_F()
3792 * @tc.desc: Call function V1 AddSimMessage, slotId is 1, serial is 1
3800 msgIoInfo.serial = 1; in HWTEST_F()
3817 * @tc.desc: Call function V1 AddSimMessage, slotId is 1, serial i
[all...]
/third_party/python/Lib/tkinter/
H A D__init__.py148 ('major', 'minor', 'micro', 'releaselevel', 'serial'))):
153 return f'{self.major}.{self.minor}{self.releaselevel[0]}{self.serial}'
158 major, minor, releaselevel, serial = m.groups()
159 major, minor, serial = int(major), int(minor), int(serial)
161 micro = serial
162 serial = 0
167 return _VersionInfoType(major, minor, micro, releaselevel, serial)
230 serial - serial numbe
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DFramebuffer.cpp352 FramebufferState::FramebufferState(rx::Serial serial) in FramebufferState() argument
354 mFramebufferSerial(serial), in FramebufferState()
374 FramebufferState::FramebufferState(const Caps &caps, FramebufferID id, rx::Serial serial) in FramebufferState() argument
376 mFramebufferSerial(serial), in FramebufferState()
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dx509.h499 ASN1_INTEGER *serial,
787 X509_REVOKED **ret, const ASN1_INTEGER *serial);
834 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial);
944 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial);
1195 const ASN1_INTEGER *serial); variable
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dx509.h499 ASN1_INTEGER *serial,
787 X509_REVOKED **ret, const ASN1_INTEGER *serial);
834 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial);
944 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial);
1195 const ASN1_INTEGER *serial); variable
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dx509.h499 ASN1_INTEGER *serial,
787 X509_REVOKED **ret, const ASN1_INTEGER *serial);
834 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial);
944 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial);
1195 const ASN1_INTEGER *serial); variable
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dx509.h499 ASN1_INTEGER *serial,
787 X509_REVOKED **ret, const ASN1_INTEGER *serial);
834 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial);
944 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial);
1195 const ASN1_INTEGER *serial); variable
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dx509.h499 ASN1_INTEGER *serial,
787 X509_REVOKED **ret, const ASN1_INTEGER *serial);
834 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial);
944 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial);
1195 const ASN1_INTEGER *serial); variable
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dx509.h499 ASN1_INTEGER *serial,
787 X509_REVOKED **ret, const ASN1_INTEGER *serial);
834 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial);
944 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial);
1195 const ASN1_INTEGER *serial); variable
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dx509.h499 ASN1_INTEGER *serial,
787 X509_REVOKED **ret, const ASN1_INTEGER *serial);
834 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial);
944 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial);
1195 const ASN1_INTEGER *serial); variable
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dx509.h499 ASN1_INTEGER *serial,
787 X509_REVOKED **ret, const ASN1_INTEGER *serial);
834 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial);
944 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial);
1195 const ASN1_INTEGER *serial); variable
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dx509.h499 ASN1_INTEGER *serial,
787 X509_REVOKED **ret, const ASN1_INTEGER *serial);
834 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial);
944 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial);
1195 const ASN1_INTEGER *serial); variable
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dx509.h499 ASN1_INTEGER *serial,
787 X509_REVOKED **ret, const ASN1_INTEGER *serial);
834 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial);
944 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial);
1195 const ASN1_INTEGER *serial); variable
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dx509.h499 ASN1_INTEGER *serial,
787 X509_REVOKED **ret, const ASN1_INTEGER *serial);
834 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial);
944 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial);
1195 const ASN1_INTEGER *serial); variable

Completed in 68 milliseconds

1...<<11121314151617181920>>...28