Home
last modified time | relevance | path

Searched +defs:val +defs:buffer (Results 176 – 200 of 2623) sorted by relevance

12345678910>>...105

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/nolibc/
H A Dnolibc-test.c145 #define EXPECT_NZ(cond, expr, val) \ argument
158 #define EXPECT_EQ(cond, expr, val) \ argument
161 static int expect_eq(int expr, int llen, int val) in expect_eq()
171 #define EXPECT_NE(cond, expr, val) \ argument
174 static int expect_ne(int expr, int llen, int val) in expect_ne()
184 #define EXPECT_GE(cond, expr, val) \ argument
187 static int expect_ge(int expr, int llen, int val) in expect_ge()
197 #define EXPECT_GT(cond, expr, val) \ argument
200 static int expect_gt(int expr, int llen, int val) in expect_gt()
210 #define EXPECT_LE(cond, expr, val) \ argument
[all …]
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
H A DTestBoilerplate.java170 StringBuilder buffer = new StringBuilder(); in show() local
182 T val = m.get(key); in getSet() local
190 StringBuilder buffer = new StringBuilder(); in show() local
/aosp_15_r20/external/icu/icu4j/main/translit/src/test/java/com/ibm/icu/dev/test/
H A DTestBoilerplate.java169 StringBuilder buffer = new StringBuilder(); in show() local
181 T val = m.get(key); in getSet() local
189 StringBuilder buffer = new StringBuilder(); in show() local
/aosp_15_r20/hardware/nxp/uwb/halimpl/hal/hbci/
DNxpUwbChipHbciModule.cc23 uint8_t buffer[5]; in report_binding_status() local
42 static bool otp_read_data(const uint8_t channel, const uint8_t param_id, uint8_t *buffer, size_t le… in otp_read_data()
152 uint8_t buffer[] = {0x20, 0x04, 0x00, 0x04, 0x01, 0x01, 0x01, 0x00}; in sr1xx_disable_dpd() local
196 uint8_t buffer[] = {0x2F, 0x31, 0x00, 0x00}; in sr1xx_do_bind() local
411 unsigned long val = 0; in check_binding() local
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/
H A Descaping_test.cc138 for (const epair& val : oct_values) { in TEST() local
142 for (const epair& val : hex_values) { in TEST() local
146 for (const epair& val : utf8_oct_values) { in TEST() local
150 for (const epair& val : utf8_hex_values) { in TEST() local
164 for (const epair& val : tests) { in TEST() local
597 StringType buffer; in TestEscapeAndUnescape() local
H A Dnumbers.cc137 char* numbers_internal::FastIntToBuffer(uint32_t i, char* buffer) { in FastIntToBuffer()
207 char* numbers_internal::FastIntToBuffer(int32_t i, char* buffer) { in FastIntToBuffer()
219 char* numbers_internal::FastIntToBuffer(uint64_t i, char* buffer) { in FastIntToBuffer()
260 char* numbers_internal::FastIntToBuffer(int64_t i, char* buffer) { in FastIntToBuffer()
428 std::pair<uint64_t, uint64_t> edge, val; in SplitToSix() local
476 size_t numbers_internal::SixDigitsToBuffer(double d, char* const buffer) { in SixDigitsToBuffer()
/aosp_15_r20/external/freetype/src/psaux/
H A Dpsconv.c466 FT_Byte* buffer, in PS_Conv_ASCIIHexDecode()
559 FT_Byte* buffer, in PS_Conv_EexecDecode()
580 FT_UInt val = p[r]; in PS_Conv_EexecDecode() local
/aosp_15_r20/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteRawStatement.java679 public int readColumnBlob(int columnIndex, @NonNull byte[] buffer, int offset, in readColumnBlob()
831 private static native void nativeBindBlob(long stmt, int param, byte[] val, int off, int len); in nativeBindBlob()
833 private static native void nativeBindDouble(long stmt, int param, double val); in nativeBindDouble()
835 private static native void nativeBindInt(long stmt, int param, int val); in nativeBindInt()
837 private static native void nativeBindLong(long stmt, int param, long val); in nativeBindLong()
841 private static native void nativeBindText(long stmt, int param, String val); in nativeBindText()
861 byte[] val, int off, int len, int srcOffset); in nativeColumnBuffer()
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/
H A DKMAttestationCert.java49 KMAttestationCert verifiedBootState(byte val); in verifiedBootState()
103 KMAttestationCert deviceLocked(boolean val); in deviceLocked()
148 KMAttestationCert buffer(byte[] buf, short bufStart, short maxLen); in buffer() method
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/
H A DKMAttestationCert.java49 KMAttestationCert verifiedBootState(byte val); in verifiedBootState()
103 KMAttestationCert deviceLocked(boolean val); in deviceLocked()
148 KMAttestationCert buffer(byte[] buf, short bufStart, short maxLen); in buffer() method
/aosp_15_r20/external/coreboot/src/soc/mediatek/common/
H A Dflash_controller.c19 static int polling_cmd(u32 val) in polling_cmd()
35 u8 val = cmdval & ~SFLASH_AUTOINC; in mtk_nor_execute_cmd() local
172 const u8 *buffer = (const u8 *)buf; in nor_write() local
/aosp_15_r20/prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.3/
HDgrpc-okhttp-1.0.3.jar ... abstract void data (boolean, int, okio.Buffer, int) throws java.io.IOException public ...
/aosp_15_r20/external/armnn/src/armnnUtils/
H A DTensorUtils.cpp89 for (unsigned int val = 1; val < tensor_size; val++) in FindMinMax() local
319 std::vector<int8_t> buffer(tensorInfo.GetNumElements()); in ToFloatArray() local
331 std::vector<int32_t> buffer(tensorInfo.GetNumElements()); in ToFloatArray() local
338 std::vector<int64_t> buffer(tensorInfo.GetNumElements()); in ToFloatArray() local
/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG4AudioAssembler.cpp69 sp<ABuffer> buffer = new ABuffer(outLen); in decodeHex() local
362 sp<ABuffer> AMPEG4AudioAssembler::removeLATMFraming(const sp<ABuffer> &buffer) { in removeLATMFraming()
449 AString val; in AMPEG4AudioAssembler() local
517 sp<ABuffer> buffer = *queue->begin(); in addPacket() local
/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/
DDisplay.cpp540 std::string val; in getBootConfigId() local
579 const std::string val = std::to_string(configId); in setBootConfig() local
595 const std::string val = ""; in clearBootConfig() local
707 HWC3::Error Display::setReadbackBuffer(const buffer_handle_t buffer, in setReadbackBuffer()
761 HWC3::Error Display::setClientTarget(buffer_handle_t buffer, const ndk::ScopedFileDescriptor& fence, in setClientTarget()
/aosp_15_r20/external/libxml2/
H A DHTMLparser.c283 #define SKIP(val) ctxt->input->cur += (val),ctxt->input->col+=(val) argument
285 #define NXT(val) ctxt->input->cur[(val)] argument
287 #define UPP(val) (toupper(ctxt->input->cur[(val)])) argument
2604 xmlChar *buffer; in htmlParseData() local
3546 xmlChar *val = NULL; in htmlParseAttribute() local
4591 const char *buffer, size_t size, in htmlCreateMemoryParserCtxtInternal()
4631 htmlCreateMemoryParserCtxt(const char *buffer, int size) { in htmlCreateMemoryParserCtxt()
5495 htmlHandleOmittedElem(int val) { in htmlHandleOmittedElem()
6007 htmlReadMemory(const char *buffer, int size, const char *url, in htmlReadMemory()
6189 htmlCtxtReadMemory(htmlParserCtxtPtr ctxt, const char *buffer, int size, in htmlCtxtReadMemory()
/aosp_15_r20/packages/modules/NetworkStack/src/android/net/apf/
DApfV6GeneratorBase.java175 public final Type addWriteU8(int val) { in addWriteU8()
182 public final Type addWriteU16(int val) { in addWriteU16()
189 public final Type addWriteU32(long val) { in addWriteU32()
196 public final Type addWrite32(int val) { in addWrite32()
447 final ByteBuffer buffer = ByteBuffer.allocate(totalSize); in addJumpIfBytesAtR0EqualsHelper() local
607 public final Type addCountAndDropIfR0Equals(long val, ApfCounterTracker.Counter cnt) in addCountAndDropIfR0Equals()
614 public final Type addCountAndPassIfR0Equals(long val, ApfCounterTracker.Counter cnt) in addCountAndPassIfR0Equals()
621 public final Type addCountAndDropIfR0NotEquals(long val, ApfCounterTracker.Counter cnt) in addCountAndDropIfR0NotEquals()
628 public final Type addCountAndPassIfR0NotEquals(long val, ApfCounterTracker.Counter cnt) in addCountAndPassIfR0NotEquals()
635 public Type addCountAndDropIfR0AnyBitsSet(long val, ApfCounterTracker.Counter cnt) in addCountAndDropIfR0AnyBitsSet()
[all …]
/aosp_15_r20/external/selinux/libsepol/src/
H A Dutil.c34 unsigned int val; member
92 char *buffer = NULL, *p; in sepol_av_to_string() local
144 char *buffer = NULL, *p; in sepol_extended_perms_to_string() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dmodel_builder.cc151 auto* buffer = (*model_->buffers())[buf]; in GetMinimumRuntime() local
179 const tflite::Buffer* buffer = (*model_->buffers())[buf]; in ReadAllMetadata() local
183 std::string val = in ReadAllMetadata() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/
H A Descaping_test.cc138 for (const epair& val : oct_values) { in TEST() local
142 for (const epair& val : hex_values) { in TEST() local
146 for (const epair& val : utf8_oct_values) { in TEST() local
150 for (const epair& val : utf8_hex_values) { in TEST() local
164 for (const epair& val : tests) { in TEST() local
597 StringType buffer; in TestEscapeAndUnescape() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Descaping_test.cc138 for (const epair& val : oct_values) { in TEST() local
142 for (const epair& val : hex_values) { in TEST() local
146 for (const epair& val : utf8_oct_values) { in TEST() local
150 for (const epair& val : utf8_hex_values) { in TEST() local
164 for (const epair& val : tests) { in TEST() local
597 StringType buffer; in TestEscapeAndUnescape() local
Dnumbers.cc147 char* numbers_internal::FastIntToBuffer(uint32_t i, char* buffer) { in FastIntToBuffer()
217 char* numbers_internal::FastIntToBuffer(int32_t i, char* buffer) { in FastIntToBuffer()
229 char* numbers_internal::FastIntToBuffer(uint64_t i, char* buffer) { in FastIntToBuffer()
270 char* numbers_internal::FastIntToBuffer(int64_t i, char* buffer) { in FastIntToBuffer()
438 std::pair<uint64_t, uint64_t> edge, val; in SplitToSix() local
486 size_t numbers_internal::SixDigitsToBuffer(double d, char* const buffer) { in SixDigitsToBuffer()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
H A Descaping_test.cc138 for (const epair& val : oct_values) { in TEST() local
142 for (const epair& val : hex_values) { in TEST() local
146 for (const epair& val : utf8_oct_values) { in TEST() local
150 for (const epair& val : utf8_hex_values) { in TEST() local
164 for (const epair& val : tests) { in TEST() local
597 StringType buffer; in TestEscapeAndUnescape() local
H A Dnumbers.cc147 char* numbers_internal::FastIntToBuffer(uint32_t i, char* buffer) { in FastIntToBuffer()
217 char* numbers_internal::FastIntToBuffer(int32_t i, char* buffer) { in FastIntToBuffer()
229 char* numbers_internal::FastIntToBuffer(uint64_t i, char* buffer) { in FastIntToBuffer()
270 char* numbers_internal::FastIntToBuffer(int64_t i, char* buffer) { in FastIntToBuffer()
438 std::pair<uint64_t, uint64_t> edge, val; in SplitToSix() local
486 size_t numbers_internal::SixDigitsToBuffer(double d, char* const buffer) { in SixDigitsToBuffer()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/charconv/charconv.msvc/
H A Dtest.cpp591 char buffer[buffer_size]; in test_floating_prefix() local
658 char buffer[buffer_size]; in test_floating_hex_prefix() local
754 const std::uint64_t val = mt64(); in test_floating_prefixes() local
773 const std::uint32_t val = static_cast<std::uint32_t>(mt64()); in test_floating_prefixes() local

12345678910>>...105