/aosp_15_r20/external/coreboot/src/lib/ |
H A D | smbios.c | 520 char buf[8]; in smbios_write_type7() local 935 uint16_t val = 0; in smbios_write_type39() local
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | ssearch.cpp | 1280 int32_t val = defaultVal; in getIntParam() local 1440 char buf[100]; in monkeyTest() local
|
H A D | intltest.cpp | 1535 char buf[10000]; in main() local 2077 UnicodeString buf; in extractToAssertBuf() local 2171 const char* val = nullptr; in getProperty() local
|
H A D | numfmtst.cpp | 498 double val[] = { 0.01234, 123456789, 1.23e300, -3.141592653e-271 }; in TestExponential() local 519 double val[] = { 0.01234, 123456789, 1.23e70, -3.141592653e-71 }; in TestExponential() local 541 double* val = 0; in TestExponential() local 891 UnicodeString buf; in escape() local 6664 char buf[128]; in expectPositions() local 6741 double val = 12345.67; in TestFormatAttributes() local 8292 char buf[50]; in TestDoubleLimit11439() local
|
/aosp_15_r20/external/rust/crates/uefi/src/proto/tcg/ |
D | v2.rs | 296 let val = u32::from_le_bytes(bytes.try_into().unwrap()); in u32_le_from_bytes_at_offset() localVariable 833 let mut buf = [0; 22]; in test_new_event() localVariable
|
/aosp_15_r20/external/libusb/libusb/ |
H A D | libusbi.h | 63 #define CLAMP(val, min, max) \ argument 724 uint8_t buf[LIBUSB_DT_CONFIG_SIZE]; member 730 uint8_t buf[255]; /* Some devices choke on size > 255 */ member 736 uint8_t buf[LIBUSB_DT_BOS_SIZE]; member
|
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/tool/ |
H A D | Grammar.java | 860 StringBuilder buf = new StringBuilder(); in getRecognizerName() local 1616 StringBuilder buf = new StringBuilder(); in defineLexerRuleFoundInParser() local 2218 StringBuffer buf = new StringBuffer(); in getUnescapedStringFromGrammarStringLiteral() local 2230 int val = Integer.parseInt(unicodeChars, 16); in getUnescapedStringFromGrammarStringLiteral() local
|
/aosp_15_r20/external/libusb/include/libusb/ |
H A D | libusbi.h | 63 #define CLAMP(val, min, max) \ argument 724 uint8_t buf[LIBUSB_DT_CONFIG_SIZE]; member 730 uint8_t buf[255]; /* Some devices choke on size > 255 */ member 736 uint8_t buf[LIBUSB_DT_BOS_SIZE]; member
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | stringobject.c | 612 char *p, *buf; in PyString_DecodeEscape() local 4003 _PyString_FormatLong(PyObject *val, int flags, int prec, int type, in _PyString_FormatLong() 4008 char *buf; in _PyString_FormatLong() local 4144 formatint(char *buf, size_t buflen, int flags, in formatint() 4217 formatchar(char *buf, size_t buflen, PyObject *v) in formatchar()
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLEScontext.cpp | 522 GLint val = stream->getBe32(); in GLEScontext() local 1565 void GLEScontext::setBlendEquationSeparatei(GLenum buf, GLenum modeRGB, GLenum modeAlpha) { in setBlendEquationSeparatei() 1582 void GLEScontext::setBlendFuncSeparatei(GLenum buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, in setBlendFuncSeparatei() 1701 void GLEScontext::setColorMaski(GLuint buf, GLboolean red, GLboolean green, GLboolean blue, in setColorMaski() 2858 GLint buf; in setupImageBlitState() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | encoder.c | 172 const uint8_t val = new_map_16x16[(r >> 2) * cols + (c >> 2)] in av1_set_active_map() local 2005 struct buf_2d buf; in av1_set_screen_content_options() local 2259 RefCntBuffer *const buf = get_ref_frame_buf(cm, ref_frame); in av1_set_frame_size() local 4887 RefCntBuffer *buf = get_ref_frame_buf(cm, ref_frame); in scale_references_fpmt() local 4916 RefCntBuffer *const buf = cpi->scaled_ref_buf[i]; in av1_release_scaled_references_fpmt() local
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/googlecode/java-diff-utils/diffutils/1.3.0/ |
HD | diffutils-1.3.0.jar | ... difflib.DiffRowGenerator$Builder showInlineDiffs (boolean)
boolean val
public difflib.DiffRowGenerator$Builder ignoreWhiteSpaces (boolean) ... |
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/ |
H A D | cnumtst.c | 1613 double val = unum_getDoubleAttribute(fmt, UNUM_LENIENT_PARSE); in test_fmt() local 1905 UChar buf[1024]; in TestCurrencyRegression() local 3703 double val; in TestParseWithEmptyCurr() local 3748 double val; in TestParseWithEmptyCurr() local
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | ceval.c | 59 #define READ_TIMESTAMP(val) \ argument 69 #define READ_TIMESTAMP(val) do { \ argument 3203 char buf[128]; in PyEval_EvalFrameEx() local 3258 PyObject *exc, *val, *tb; in PyEval_EvalFrameEx() local
|
/aosp_15_r20/external/libbpf/src/ |
H A D | libbpf.c | 270 char buf[100]; in pr_perm_msg() local 2141 char *buf, void *data) in bpf_object__process_kconfig_line() 2206 char buf[PATH_MAX]; in bpf_object__read_kconfig_file() local 2245 char buf[PATH_MAX]; in bpf_object__read_kconfig_mem() local 2436 static int pathname_concat(char *buf, size_t buf_sz, const char *path, const char *name) in pathname_concat() 2451 char buf[PATH_MAX]; in build_map_pin_path() local 2653 __u32 val; in parse_btf_map_def() local 4737 __u32 val; in bpf_get_map_info_from_fdinfo() local 7530 static char *find_prev_line(char *buf, char *cur) in find_prev_line() 7544 static void patch_log(char *buf, size_t buf_sz, size_t log_sz, in patch_log() [all …]
|
H A D | btf_dump.c | 1095 __u64 val; in btf_dump_emit_enum64_val() local 1868 char buf[16] __attribute__((aligned(16))); in btf_dump_int_data() local 2156 __u64 val; in btf_dump_get_enum_value() local
|
/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_enc.cpp | 41 unsigned char *buf; in glActiveTexture_enc() local 68 unsigned char *buf; in glAttachShader_enc() local 97 unsigned char *buf; in glBindAttribLocation_enc() local 127 unsigned char *buf; in glBindBuffer_enc() local 155 unsigned char *buf; in glBindFramebuffer_enc() local 183 unsigned char *buf; in glBindRenderbuffer_enc() local 211 unsigned char *buf; in glBindTexture_enc() local 239 unsigned char *buf; in glBlendColor_enc() local 269 unsigned char *buf; in glBlendEquation_enc() local 296 unsigned char *buf; in glBlendEquationSeparate_enc() local [all …]
|
/aosp_15_r20/external/libpcap/ |
H A D | gencode.c | 717 const char *buf, int optimize, bpf_u_int32 mask) in pcap_compile() 874 const char *buf, int optimize, bpf_u_int32 mask) in pcap_compile_nopcap() 7686 gen_loadi_internal(compiler_state_t *cstate, bpf_u_int32 val) in gen_loadi_internal() 7707 gen_loadi(compiler_state_t *cstate, bpf_u_int32 val) in gen_loadi() 7903 gen_byteop(compiler_state_t *cstate, int op, int idx, bpf_u_int32 val) in gen_byteop()
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | intltest.cpp | 1568 char buf[10000]; in main() local 2223 UnicodeString buf; in extractToAssertBuf() local 2317 const char* val = nullptr; in getProperty() local
|
H A D | numfmtst.cpp | 498 double val[] = { 0.01234, 123456789, 1.23e300, -3.141592653e-271 }; in TestExponential() local 519 double val[] = { 0.01234, 123456789, 1.23e70, -3.141592653e-71 }; in TestExponential() local 541 double* val = 0; in TestExponential() local 891 UnicodeString buf; in escape() local 6664 char buf[128]; in expectPositions() local 6741 double val = 12345.67; in TestFormatAttributes() local 8292 char buf[50]; in TestDoubleLimit11439() local
|
/aosp_15_r20/external/mesa3d/include/CL/ |
H A D | opencl.hpp | 4085 Buffer(const Buffer& buf) : Memory(buf) {} in Buffer() 4090 Buffer& operator = (const Buffer &buf) in operator =() 4099 Buffer(Buffer&& buf) CL_HPP_NOEXCEPT_ : Memory(std::move(buf)) {} in Buffer() function in cl::Buffer 4104 Buffer& operator = (Buffer &&buf) in operator =() 4221 BufferD3D10(const BufferD3D10& buf) : in BufferD3D10() 4227 BufferD3D10& operator = (const BufferD3D10 &buf) in operator =() 4236 BufferD3D10(BufferD3D10&& buf) CL_HPP_NOEXCEPT_ : Buffer(std::move(buf)) {} in BufferD3D10() function in cl::BufferD3D10 4241 BufferD3D10& operator = (BufferD3D10 &&buf) in operator =() 4310 BufferGL(const BufferGL& buf) : Buffer(buf) {} in BufferGL() 4315 BufferGL& operator = (const BufferGL &buf) in operator =() [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/jarjar/jarjar/linux_glibc_common/javac/ |
D | jarjar.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/external/guice/extensions/struts2/lib/ |
HD | ant-1.6.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_soa.c | 95 char buf[32]; in emit_dump_reg() local 649 LLVMValueRef val = LLVMBuildExtractElement(builder, values, ii, "scatter_val"); in emit_mask_scatter() local 1948 char buf[512]; in emit_debug() local 3478 unsigned buf = bufreg->Register.Index; in load_emit() local 3632 unsigned buf = bufreg->Register.Index; in store_emit() local 3705 unsigned buf = bufreg->Register.Index; in resq_emit() local 3790 unsigned buf = bufreg->Register.Index; in atomic_emit() local
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/tools/common/m2/dialer-common-m2-target-deps/android_common/local-combined/ |
D | dialer-common-m2-target-deps.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
META-INF ... |