Home
last modified time | relevance | path

Searched defs:serial (Results 1 - 25 of 351) sorted by relevance

12345678910>>...15

/third_party/mesa3d/.gitlab-ci/bare-metal/
H A Dgoogle-power-relay.py4 import serial namespace
H A Dserial_buffer.py27 import serial namespace
[all...]
/third_party/skia/third_party/externals/dawn/src/common/
H A DSerialQueue.h53 void SerialQueue<Serial, Value>::Enqueue(const Value& value, Serial serial) { in Enqueue() argument
63 void SerialQueue<Serial, Value>::Enqueue(Value&& value, Serial serial) { in Enqueue() argument
73 Enqueue(const std::vector<Value>& values, Serial serial) Enqueue() argument
80 Enqueue(std::vector<Value>&& values, Serial serial) Enqueue() argument
[all...]
H A DSerialMap.h51 void SerialMap<Serial, Value>::Enqueue(const Value& value, Serial serial) { in Enqueue() argument
56 void SerialMap<Serial, Value>::Enqueue(Value&& value, Serial serial) { in Enqueue() argument
61 void SerialMap<Serial, Value>::Enqueue(const std::vector<Value>& values, Serial serial) { in Enqueue() argument
69 Enqueue(std::vector<Value>&& values, Serial serial) Enqueue() argument
[all...]
/third_party/jerryscript/jerry-debugger/
H A Djerry_client_serial.py18 import serial namespace
/third_party/mesa3d/src/glx/windows/
H A Dxwindowsdri.h33 unsigned long serial; /* # of last request processed by server */ member
/third_party/icu/icu4c/source/samples/ucnv/
H A Dflagcb.h50 uint32_t serial; /* minted from nextSerial */ member
/third_party/skia/third_party/externals/icu/source/samples/ucnv/
H A Dflagcb.h50 uint32_t serial; /* minted from nextSerial */ member
/third_party/rust/crates/rust-openssl/openssl/examples/
H A Dmk_certs.rs33 let mut serial = BigNum::new()?; in mk_ca_cert() variables
96 let mut serial = BigNum::new()?; in mk_ca_signed_cert() variables
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_getpshared/
H A D2-1.c68 int serial = 0; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_wait/
H A D2-1.c38 static int serial; variable
/third_party/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_core.h66 uint32_t serial; member
72 uint32_t serial; member
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dess.h23 ASN1_INTEGER *serial; member
/third_party/openssl/include/crypto/
H A Dess.h23 ASN1_INTEGER *serial; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DRingBufferAllocator.cpp64 uint64_t RingBufferAllocator::Allocate(uint64_t allocationSize, ExecutionSerial serial) { in Allocate() argument
115 mInflightRequests.Enqueue(std::move(request), serial); in Allocate() local
H A DDynamicUploader.cpp31 AllocateInternal(uint64_t allocationSize, ExecutionSerial serial) AllocateInternal() argument
115 Allocate(uint64_t allocationSize, ExecutionSerial serial, uint64_t offsetAlignment) Allocate() argument
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DRequestTracker.h42 bool Acquire(uint64_t serial, Request* request) { in Acquire() argument
H A DShaderModule.cpp31 uint64_t serial = mCompilationInfoRequests.Add({callback, userdata}); in GetCompilationInfo() local
/third_party/mbedtls/include/mbedtls/
H A Dx509_crl.h55 mbedtls_x509_buf serial; member
/third_party/mesa3d/src/util/
H A Du_debug_refcnt.c71 unsigned serial; in debug_serial() local
163 unsigned serial; debug_reference_slowpath() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A Docsp_lib.c26 const ASN1_INTEGER *serial; in OCSP_cert_to_id() local
/third_party/openssl/crypto/ocsp/
H A Docsp_lib.c26 const ASN1_INTEGER *serial; in OCSP_cert_to_id() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DVertexDeclarationCache.h49 unsigned int serial; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DPageableD3D12.cpp41 void Pageable::SetLastUsage(ExecutionSerial serial) { in SetLastUsage() argument
49 void Pageable::SetLastSubmission(ExecutionSerial serial) { in SetLastSubmission() argument
/third_party/eudev/src/scsi_id/
H A Dscsi_id.h46 char serial[MAX_SERIAL_LEN]; member

Completed in 9 milliseconds

12345678910>>...15