Home
last modified time | relevance | path

Searched +defs:buffer +defs:name (Results 1 – 25 of 1727) sorted by relevance

12345678910>>...70

/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/
H A DObject_spt.c100 TPM2B *name, // IN: name of the object in ComputeProtectionKeyParms()
167 TPM2B *name, // IN: the name of the object in ComputeOuterIntegrity()
215 TPM2B *name, // IN: the name of the object in ComputeInnerIntegrity()
248 TPM2B *name, // IN: the name of the object in ProduceInnerIntegrity()
260 BYTE *buffer; // Auxiliary buffer pointer in ProduceInnerIntegrity() local
282 TPM2B *name, // IN: the name of the object in CheckInnerIntegrity()
293 BYTE *buffer; // Auxiliary buffer pointer in CheckInnerIntegrity() local
716 BYTE *buffer; in FillInCreationData() local
808 TPM2B *name, // IN: the name of the object in ProduceOuterWrap()
830 BYTE *buffer; // Auxiliary buffer pointer in ProduceOuterWrap() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/
H A Dlstm.json32 "name": "input0" string
36 "buffer": 1, number
37 "name": "input2input_weights1" string
41 "buffer": 2, number
42 "name": "input2forget_weights2" string
46 "buffer": 3, number
47 "name": "input2cell_weights3" string
51 "buffer": 4, number
52 "name": "input2output_weights4" string
56 "buffer": 5, number
[all …]
/aosp_15_r20/external/mbedtls/programs/psa/
H A Dpsa_constant_names.c43 static void append(char **buffer, size_t buffer_size, in append()
54 static void append_integer(char **buffer, size_t buffer_size, in append_integer()
71 static void append_with_curve(char **buffer, size_t buffer_size, in append_with_curve()
89 static void append_with_group(char **buffer, size_t buffer_size, in append_with_group()
109 static void append_with_alg(char **buffer, size_t buffer_size, in append_with_alg()
114 const char *name = get_name(alg); in append_with_alg() local
126 static int psa_snprint_status(char *buffer, size_t buffer_size, in psa_snprint_status()
129 const char *name = psa_strerror(status); in psa_snprint_status() local
143 static int psa_snprint_ecc_curve(char *buffer, size_t buffer_size, in psa_snprint_ecc_curve()
146 const char *name = psa_ecc_family_name(curve); in psa_snprint_ecc_curve() local
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/psa/
H A Dpsa_constant_names.c43 static void append(char **buffer, size_t buffer_size, in append()
54 static void append_integer(char **buffer, size_t buffer_size, in append_integer()
71 static void append_with_curve(char **buffer, size_t buffer_size, in append_with_curve()
89 static void append_with_group(char **buffer, size_t buffer_size, in append_with_group()
109 static void append_with_alg(char **buffer, size_t buffer_size, in append_with_alg()
114 const char *name = get_name(alg); in append_with_alg() local
126 static int psa_snprint_status(char *buffer, size_t buffer_size, in psa_snprint_status()
129 const char *name = psa_strerror(status); in psa_snprint_status() local
143 static int psa_snprint_ecc_curve(char *buffer, size_t buffer_size, in psa_snprint_ecc_curve()
146 const char *name = psa_ecc_family_name(curve); in psa_snprint_ecc_curve() local
[all …]
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_structtree.cpp22 void* buffer, in WideStringToBuffer()
87 void* buffer, in FPDF_StructElement_GetAltText()
96 void* buffer, in FPDF_StructElement_GetActualText()
105 void* buffer, in FPDF_StructElement_GetID()
119 void* buffer, in FPDF_StructElement_GetLang()
185 void* buffer, in FPDF_StructElement_GetStringAttribute()
220 void* buffer, in FPDF_StructElement_GetType()
232 void* buffer, in FPDF_StructElement_GetObjType()
244 void* buffer, in FPDF_StructElement_GetTitle()
296 void* buffer, in FPDF_StructElement_Attr_GetName()
[all …]
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/inmemoryfs/
H A Dinmemory_filesystem.cpp32 InMemoryFileNode(std::string name, in InMemoryFileNode()
34 std::shared_ptr<MemoryBuffer> buffer) noexcept in InMemoryFileNode()
50 …InMemoryDirectoryNode(std::string name, InMemoryFileSystem::Attributes attributes, ItemsType items… in InMemoryDirectoryNode()
54 InMemoryDirectoryNode(std::string name, InMemoryFileSystem::Attributes attributes) noexcept in InMemoryDirectoryNode()
60 inline void add_item(const std::string& name, std::unique_ptr<InMemoryNode> node) noexcept { in add_item()
64 inline void remove_item(const std::string& name) noexcept { items_.erase(name); } in remove_item()
156 auto name = path.filename().string(); in make_file_node() local
160 …auto buffer = MemoryBuffer::read_file_content(file_path, to_memory_buffer_read_option(option), err… in make_file_node() local
172 auto name = path.filename(); in make_directory_node() local
203 auto name = path.filename(); in make_node() local
[all …]
/aosp_15_r20/external/jacoco/org.jacoco.core/src/org/jacoco/core/instr/
H A DInstrumenter.java105 public byte[] instrument(final byte[] buffer, final String name) in instrument()
127 public byte[] instrument(final InputStream input, final String name) in instrument()
154 final String name) throws IOException { in instrument()
158 private IOException instrumentError(final String name, in instrumentError()
185 final String name) throws IOException { in instrumentAll()
194 instrument(detector.getInputStream(), output, name); in instrumentAll() local
203 copy(detector.getInputStream(), output, name); in instrumentAll() local
209 final OutputStream output, final String name) throws IOException { in instrumentZip()
230 final ByteArrayOutputStream buffer = new ByteArrayOutputStream(); in instrumentZip() local
249 final String name, final String entryName) throws IOException { in filterOrInstrument()
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/
H A DUnixNativeDispatcher.java42 NativeBuffer buffer = NativeBuffers.getNativeBufferFromCache(size); in copyToNativeBuffer() local
69 NativeBuffer buffer = copyToNativeBuffer(path); in open() local
83 NativeBuffer buffer = NativeBuffers.asNativeBuffer(path); in openat() local
139 NativeBuffer buffer = copyToNativeBuffer(path); in unlink() local
152 NativeBuffer buffer = NativeBuffers.asNativeBuffer(path); in unlinkat() local
166 NativeBuffer buffer = copyToNativeBuffer(path); in mknod() local
212 NativeBuffer buffer = copyToNativeBuffer(path); in mkdir() local
225 NativeBuffer buffer = copyToNativeBuffer(path); in rmdir() local
240 NativeBuffer buffer = copyToNativeBuffer(path); in readlink() local
255 NativeBuffer buffer = copyToNativeBuffer(path); in realpath() local
[all …]
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/nftw/
H A Dlib64.c61 char *buffer; in get_long_name_buffer() local
98 execute_function(char *name, int (*callback) (const char *), char *buffer, in execute_function() argument
133 test_long_file_name(char *name, int (*callback) (const char *), int expected) in test_long_file_name() argument
135 char *ptr, *ptr_end, *buffer; in test_long_file_name() local
154 test_long_component_name(char *name, int (*callback) (const char *), in test_long_component_name() argument
157 char *ptr, *ptr_end, *buffer; in test_long_component_name() local
176 test_ENAMETOOLONG_path(char *name, int (*callback) (const char *), int expected) in test_ENAMETOOLONG_path() argument
239 test_ENAMETOOLONG_name(char *name, int (*callback) (const char *), int expected) in test_ENAMETOOLONG_name() argument
245 void test_ENOENT_empty(char *name, int (*callback) (const char *), int expected) in test_ENOENT_empty() argument
275 void test_ENOTDIR(char *name, int (*callback) (const char *), int expected) in test_ENOTDIR() argument
[all …]
H A Dlib.c61 char *buffer; in get_long_name_buffer() local
98 execute_function(char *name, int (*callback) (const char *), char *buffer, in execute_function() argument
133 test_long_file_name(char *name, int (*callback) (const char *), int expected) in test_long_file_name() argument
135 char *ptr, *ptr_end, *buffer; in test_long_file_name() local
154 test_long_component_name(char *name, int (*callback) (const char *), in test_long_component_name() argument
157 char *ptr, *ptr_end, *buffer; in test_long_component_name() local
176 test_ENAMETOOLONG_path(char *name, int (*callback) (const char *), int expected) in test_ENAMETOOLONG_path() argument
239 test_ENAMETOOLONG_name(char *name, int (*callback) (const char *), int expected) in test_ENAMETOOLONG_name() argument
245 void test_ENOENT_empty(char *name, int (*callback) (const char *), int expected) in test_ENOENT_empty() argument
275 void test_ENOTDIR(char *name, int (*callback) (const char *), int expected) in test_ENOTDIR() argument
[all …]
/aosp_15_r20/external/libcups/cups/
H A Dipp.c54 _cups_buffer_t *buffer; /* Current buffer */ in _cupsBufferGet() local
86 _cups_buffer_t *buffer; /* Buffer */ in _cupsBufferRelease() local
114 const char *name, /* I - Name of attribute */ in ippAddBoolean()
159 const char *name, /* I - Name of attribute */ in ippAddBooleans()
216 const char *name, /* I - Name of attribute */ in ippAddCollection()
267 const char *name, /* I - Name of attribute */ in ippAddCollections()
326 const char *name, /* I - Name of attribute */ in ippAddDate()
375 const char *name, /* I - Name of attribute */ in ippAddInteger()
441 const char *name, /* I - Name of attribute */ in ippAddIntegers()
508 const char *name, /* I - Name of attribute */ in ippAddOctetString()
[all …]
/aosp_15_r20/packages/modules/DnsResolver/tests/dns_responder/
Ddns_responder.cpp181 const char* DNSName::read(const char* buffer, const char* buffer_end) { in read()
194 char* DNSName::write(char* buffer, const char* buffer_end) const { in write()
223 const char* DNSName::parseField(const char* buffer, const char* buffer_end, bool* last) { in parseField()
252 const char* DNSQuestion::read(const char* buffer, const char* buffer_end) { in read()
267 char* DNSQuestion::write(char* buffer, const char* buffer_end) const { in write()
280 char buffer[16384]; in toString() local
286 const char* DNSRecord::read(const char* buffer, const char* buffer_end) { in read()
306 char* DNSRecord::write(char* buffer, const char* buffer_end) const { in write()
319 char buffer[16384]; in toString() local
325 const char* DNSRecord::readIntFields(const char* buffer, const char* buffer_end, unsigned* rdlen) { in readIntFields()
[all …]
/aosp_15_r20/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderValueParser.java110 CharArrayBuffer buffer = new CharArrayBuffer(value.length()); in parseElements() local
118 public HeaderElement[] parseElements(final CharArrayBuffer buffer, in parseElements()
161 CharArrayBuffer buffer = new CharArrayBuffer(value.length()); in parseHeaderElement() local
169 public HeaderElement parseHeaderElement(final CharArrayBuffer buffer, in parseHeaderElement()
198 final String name, in createHeaderElement()
226 CharArrayBuffer buffer = new CharArrayBuffer(value.length()); in parseParameters() local
235 public NameValuePair[] parseParameters(final CharArrayBuffer buffer, in parseParameters()
296 CharArrayBuffer buffer = new CharArrayBuffer(value.length()); in parseNameValuePair() local
304 public NameValuePair parseNameValuePair(final CharArrayBuffer buffer, in parseNameValuePair()
320 public NameValuePair parseNameValuePair(final CharArrayBuffer buffer, in parseNameValuePair()
[all …]
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fInternalFormatQueryTests.cpp63 FormatSamplesCase::FormatSamplesCase(Context &ctx, const char *name, const char *desc, glw::GLenum … in FormatSamplesCase()
241 NumSampleCountsBufferCase::NumSampleCountsBufferCase(Context &ctx, const char *name, const char *de… in NumSampleCountsBufferCase()
254 glw::GLint buffer[2] = {defaultValue, defaultValue}; in iterate() local
271 glw::GLint buffer[1] = {defaultValue}; in iterate() local
304 SamplesBufferCase::SamplesBufferCase(Context &ctx, const char *name, const char *desc) : TestCase(c… in SamplesBufferCase()
336 std::vector<glw::GLint> buffer(numSampleCounts + 1, defaultValue); in iterate() local
355 glw::GLint buffer[3] = {defaultValue, defaultValue, defaultValue}; in iterate() local
372 glw::GLint buffer[1] = {defaultValue}; in iterate() local
412 const char *name; in init() member
470 const char *name; in init() member
[all …]
H A Des31fVertexAttributeBindingStateQueryTests.cpp59 AttributeCase::AttributeCase(Context &context, const char *name, const char *desc, QueryType verifi… in AttributeCase()
82 AttributeBindingCase::AttributeBindingCase(Context &context, const char *name, const char *desc, Qu… in AttributeBindingCase()
157 AttributeRelativeOffsetCase::AttributeRelativeOffsetCase(Context &context, const char *name, const … in AttributeRelativeOffsetCase()
237 IndexedCase::IndexedCase(Context &context, const char *name, const char *desc, QueryType verifier) in IndexedCase()
260 VertexBindingDivisorCase::VertexBindingDivisorCase(Context &context, const char *name, const char *… in VertexBindingDivisorCase()
338 VertexBindingOffsetCase::VertexBindingOffsetCase(Context &context, const char *name, const char *de… in VertexBindingOffsetCase()
348 glu::Buffer buffer(m_context.getRenderContext()); in test() local
417 VertexBindingStrideCase::VertexBindingStrideCase(Context &context, const char *name, const char *de… in VertexBindingStrideCase()
427 glu::Buffer buffer(m_context.getRenderContext()); in test() local
496 VertexBindingBufferCase::VertexBindingBufferCase(Context &context, const char *name, const char *de… in VertexBindingBufferCase()
[all …]
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fLifetimeTests.cpp150 void ScaleProgram::setPos(GLuint buffer, GLuint vao) in setPos()
168 void bind(GLuint name) in bind()
180 void bind(GLuint name) in bind()
203 void bind(GLuint name) in bind()
244 void initBuffer(const Functions &gl, GLuint seed, GLenum usage, GLuint buffer) in initBuffer()
269 void BufferVAOAttacher::initAttachment(GLuint seed, GLuint buffer) in initAttachment()
275 void BufferVAOAttacher::attach(GLuint buffer, GLuint vao) in attach()
282 void BufferVAOAttacher::detach(GLuint buffer, GLuint varr) in detach()
290 GLint name = 0; in getAttachment() local
332 void BufferTfAttacher::initAttachment(GLuint seed, GLuint buffer) in initAttachment()
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar27 ... .lang.String) String content byte[] buffer } com/android/internal/widget/remotecompose ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-27/
Dframework.jarcom/android/internal/widget/remotecompose/core/operations/utilities/StringSerializer.class ...
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
H A DTestData.java79 public static <T> OfRef<T> ofArray(String name, T[] array) { in ofArray()
84 public static <T> OfRef<T> ofCollection(String name, Collection<T> collection) { in ofCollection()
89 public static <T> OfRef<T> ofSpinedBuffer(String name, SpinedBuffer<T> buffer) { in ofSpinedBuffer()
97 public static <T> OfRef<T> ofSupplier(String name, Supplier<Stream<T>> supplier) { in ofSupplier()
105 public static <T> OfRef<T> ofRefNode(String name, Node<T> node) { in ofRefNode()
114 public static <T> OfInt ofArray(String name, int[] array) { in ofArray()
119 public static OfInt ofSpinedBuffer(String name, SpinedBuffer.OfInt buffer) { in ofSpinedBuffer()
127 public static OfInt ofIntSupplier(String name, Supplier<IntStream> supplier) { in ofIntSupplier()
135 public static OfInt ofNode(String name, Node.OfInt node) { in ofNode()
145 public static <T> OfLong ofArray(String name, long[] array) { in ofArray()
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
H A DTestData.java78 public static <T> OfRef<T> ofArray(String name, T[] array) { in ofArray()
83 public static <T> OfRef<T> ofCollection(String name, Collection<T> collection) { in ofCollection()
88 public static <T> OfRef<T> ofSpinedBuffer(String name, SpinedBuffer<T> buffer) { in ofSpinedBuffer()
96 public static <T> OfRef<T> ofSupplier(String name, Supplier<Stream<T>> supplier) { in ofSupplier()
104 public static <T> OfRef<T> ofRefNode(String name, Node<T> node) { in ofRefNode()
113 public static <T> OfInt ofArray(String name, int[] array) { in ofArray()
118 public static OfInt ofSpinedBuffer(String name, SpinedBuffer.OfInt buffer) { in ofSpinedBuffer()
126 public static OfInt ofIntSupplier(String name, Supplier<IntStream> supplier) { in ofIntSupplier()
134 public static OfInt ofNode(String name, Node.OfInt node) { in ofNode()
144 public static <T> OfLong ofArray(String name, long[] array) { in ofArray()
[all …]
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp421 …ShaderTypeCase(Context &context, const char *name, const char *description) : ApiCase(context, nam… in ShaderTypeCase()
440 ShaderCompileStatusCase(Context &context, const char *name, const char *description) in ShaderCompileStatusCase()
474 …ShaderInfoLogCase(Context &context, const char *name, const char *description) : ApiCase(context, … in ShaderInfoLogCase()
508 char buffer[2048] = {'x'}; // non-zero initialization in test() local
541 char buffer[2048] = {'x'}; // non-zero initialization in test() local
570 …ShaderSourceCase(Context &context, const char *name, const char *description) : ApiCase(context, n… in ShaderSourceCase()
629 char buffer[2048] = {'x'}; in test() local
658 char buffer[2048] = {'x'}; in test() local
687 …DeleteStatusCase(Context &context, const char *name, const char *description) : ApiCase(context, n… in DeleteStatusCase()
739 CurrentVertexAttribInitialCase(Context &context, const char *name, const char *description) in CurrentVertexAttribInitialCase()
[all …]
/aosp_15_r20/external/cronet/base/fuchsia/
H A Dmem_buffer_util.cc22 const fuchsia::mem::Buffer& buffer) { in ReadUTF8FromVMOAsUTF16()
32 zx::vmo VmoFromString(std::string_view data, std::string_view name) { in VmoFromString()
49 std::string_view name) { in MemBufferFromString()
50 fuchsia::mem::Buffer buffer; in MemBufferFromString() local
57 std::string_view name) { in MemBufferFromString16()
87 const fuchsia::mem::Buffer& buffer) { in StringFromMemBuffer()
137 fuchsia::mem::Buffer CloneBuffer(const fuchsia::mem::Buffer& buffer, in CloneBuffer()
138 std::string_view name) { in CloneBuffer()
/aosp_15_r20/libcore/luni/src/main/java/libcore/io/
H A DLinux.java107 public native String getenv(String name); in getenv()
124 public native StructPasswd getpwnam(String name) throws ErrnoException; in getpwnam()
146 public native byte[] getxattr(String path, String name) throws ErrnoException; in getxattr()
149 public native int if_nametoindex(String name); in if_nametoindex()
163 public native FileDescriptor memfd_create(String name, int flags) throws ErrnoException; in memfd_create()
177 …public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interru… in pread()
194 …private native int preadBytes(FileDescriptor fd, Object buffer, int bufferOffset, int byteCount, l… in preadBytes()
195 …public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interr… in pwrite()
212 …private native int pwriteBytes(FileDescriptor fd, Object buffer, int bufferOffset, int byteCount, … in pwriteBytes()
213 …public int read(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOExceptio… in read()
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/dump/
DDumpsysEntry.java33 private final java.lang.String name = null; field in DumpsysEntry.DumpableEntry
38 com.android.systemui.Dumpable dumpable, @org.jetbrains.annotations.NotNull() in DumpableEntry()
78 com.android.systemui.Dumpable dumpable, @org.jetbrains.annotations.NotNull() in copy()
105 private final com.android.systemui.log.LogBuffer buffer = null; field in DumpsysEntry.LogBufferEntry
107 private final java.lang.String name = null; field in DumpsysEntry.LogBufferEntry
111 public LogBufferEntry(@org.jetbrains.annotations.NotNull() in LogBufferEntry()
112 com.android.systemui.log.LogBuffer buffer, @org.jetbrains.annotations.NotNull() in LogBufferEntry()
145 …nal com.android.systemui.dump.DumpsysEntry.LogBufferEntry copy(@org.jetbrains.annotations.NotNull() in copy()
146 com.android.systemui.log.LogBuffer buffer, @org.jetbrains.annotations.NotNull() in copy()
174 private final java.lang.String name = null; field in DumpsysEntry.TableLogBufferEntry
[all …]
/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dcommon.c28 int buffer_create(struct buffer *buffer, size_t size, const char *name) in buffer_create()
46 int buffer_from_file_aligned_size(struct buffer *buffer, const char *filename, in buffer_from_file_aligned_size()
79 int buffer_from_file(struct buffer *buffer, const char *filename) in buffer_from_file()
84 int buffer_write_file(struct buffer *buffer, const char *filename) in buffer_write_file()
101 void buffer_delete(struct buffer *buffer) in buffer_delete()
118 const char *name; member
184 uint64_t intfiletype(const char *name) in intfiletype()

12345678910>>...70