/aosp_15_r20/external/parameter-framework/upstream/parameter/ |
H A D | ArrayParameter.cpp | 122 bool CArrayParameter::doSetValue(const string &value, size_t offset, in doSetValue() 128 void CArrayParameter::doGetValue(string &value, size_t offset, in doGetValue() 136 bool CArrayParameter::access(std::vector<bool> &abValues, bool bSet, in access() function in CArrayParameter 143 bool CArrayParameter::access(std::vector<uint32_t> &auiValues, bool bSet, in access() function in CArrayParameter 150 bool CArrayParameter::access(std::vector<int32_t> &aiValues, bool bSet, in access() function in CArrayParameter 157 bool CArrayParameter::access(std::vector<double> &adValues, bool bSet, in access() function in CArrayParameter 164 bool CArrayParameter::access(std::vector<string> &astrValues, bool bSet, in access() function in CArrayParameter 190 size_t offset = getOffset(); in setDefaultValues() local 251 bool CArrayParameter::setValues(size_t uiStartIndex, size_t offset, const string &strValue, in setValues() 291 string CArrayParameter::getValues(size_t offset, in getValues() [all …]
|
H A D | Parameter.cpp | 100 bool CParameter::doSetValue(const string &strValue, size_t offset, in doSetValue() 106 void CParameter::doGetValue(string &strValue, size_t offset, in doGetValue() 113 bool CParameter::access(bool &bValue, bool bSet, in access() function in CParameter 120 bool CParameter::access(uint32_t &uiValue, bool bSet, in access() function in CParameter 127 bool CParameter::access(int32_t &iValue, bool bSet, in access() function in CParameter 134 bool CParameter::access(double &dValue, bool bSet, in access() function in CParameter 172 bool CParameter::doSet(type value, size_t offset, in doSet() 192 bool CParameter::doGet(type &value, size_t offset, in doGet()
|
H A D | BitParameter.cpp | 67 bool CBitParameter::doSetValue(const string &strValue, size_t offset, in doSetValue() 73 void CBitParameter::doGetValue(string &strValue, size_t offset, in doGetValue() 80 bool CBitParameter::access(bool &bValue, bool bSet, in access() function in CBitParameter 113 bool CBitParameter::access(uint32_t &uiValue, bool bSet, in access() function in CBitParameter 116 size_t offset = getOffset(); in access() local 141 bool CBitParameter::doSet(type value, size_t offset, in doSet() 165 void CBitParameter::doGet(type &value, size_t offset, in doGet()
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | bufferobj.c | 79 GLintptrARB offset, in _mesa_bufferobj_subdata() 127 GLintptrARB offset, in bufferobj_get_subdata() 150 GLintptrARB offset, in _mesa_bufferobj_get_subdata() 265 GLuint64 offset, in bufferobj_data() 408 GLuint64 offset, in bufferobj_data_mem() 420 _mesa_access_flags_to_transfer_flags(GLbitfield access, bool wholeBuffer) in _mesa_access_flags_to_transfer_flags() 471 GLintptr offset, GLsizeiptr length, GLbitfield access, in _mesa_bufferobj_map_range() 519 GLintptr offset, GLsizeiptr length, in _mesa_bufferobj_flush_mapped_range() 589 GLintptr offset, GLsizeiptr size, in clear_buffer_subdata_sw() 788 simplified_access_mode(struct gl_context *ctx, GLbitfield access) in simplified_access_mode() [all …]
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | BufferVk.cpp | 287 vk::CommandBufferAccess access; in CopyBuffers() local 573 size_t offset) in setSubData() 635 VkDeviceSize offset, in flushStagingBuffer() 655 VkDeviceSize offset, in handleDeviceLocalBufferMap() 677 VkDeviceSize offset, in mapHostVisibleBuffer() 678 GLbitfield access, in mapHostVisibleBuffer() 691 angle::Result BufferVk::map(const gl::Context *context, GLenum access, void **mapPtr) in map() 700 size_t offset, in mapRange() 702 GLbitfield access, in mapRange() 708 angle::Result BufferVk::mapImpl(ContextVk *contextVk, GLbitfield access, void **mapPtr) in mapImpl() [all …]
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Buffer11.cpp | 43 void CalculateConstantBufferParams(GLintptr offset, in CalculateConstantBufferParams() 70 D3D11_MAP GetD3DMapTypeFromBits(BufferUsage usage, GLbitfield access) in GetD3DMapTypeFromBits() 368 size_t offset) in setSubData() 497 angle::Result Buffer11::map(const gl::Context *context, GLenum access, void **mapPtr) in map() 506 size_t offset, in mapRange() 508 GLbitfield access, in mapRange() 663 GLintptr offset, in getConstantBufferRange() 701 GLintptr offset, in getRawUAVRange() 798 GLintptr offset, in getConstantBufferRangeStorage() 859 unsigned int offset, in getStructuredBufferRangeSRV() [all …]
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | GLESv2Decoder.cpp | 347 …Decoder::s_glDrawElementsOffset(void *self, GLenum mode, GLsizei count, GLenum type, GLuint offset) in s_glDrawElementsOffset() 360 …:s_glDrawElementsOffsetNullAEMU(void *self, GLenum mode, GLsizei count, GLenum type, GLuint offset) in s_glDrawElementsOffsetNullAEMU() 366 …s_glMapBufferRangeAEMU(void* self, GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield a… in s_glMapBufferRangeAEMU() 389 …r::s_glUnmapBufferAEMU(void* self, GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield a… in s_glUnmapBufferAEMU() 409 …:s_glMapBufferRangeDMA(void* self, GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield a… in s_glMapBufferRangeDMA() 432 …er::s_glUnmapBufferDMA(void* self, GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield a… in s_glUnmapBufferDMA() 467 …glMapBufferRangeDirect(void* self, GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield a… in s_glMapBufferRangeDirect() 489 …:s_glUnmapBufferDirect(void* self, GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield a… in s_glUnmapBufferDirect() 502 …hMappedBufferRangeAEMU(void* self, GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield a… in s_glFlushMappedBufferRangeAEMU() 522 …appedBufferRangeDirect(void* self, GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield a… in s_glFlushMappedBufferRangeDirect() [all …]
|
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/appsearch/appsearch-external-protobuf/1.1.0-alpha04/ |
HD | appsearch-external-protobuf-1.1.0-alpha04.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/external/rust/android-crates-io/crates/ciborium/src/de/ |
D | mod.rs | 179 let access = crate::tag::TagAccess::new(me, Some(tag)); in deserialize_any() localVariable 200 let offset = self.decoder.offset(); in deserialize_bool() localVariable 296 let offset = self.decoder.offset(); in deserialize_char() localVariable 322 let offset = self.decoder.offset(); in deserialize_str() localVariable 375 let access = Access(me, len); in deserialize_bytes() localVariable 406 let access = Access(me, len); in deserialize_byte_buf() localVariable 421 let access = Access(me, len); in deserialize_seq() localVariable 449 let access = Access(me, len); in deserialize_map() localVariable 489 let offset = self.decoder.offset(); in deserialize_identifier() localVariable 578 let access = crate::tag::TagAccess::new(me, tag); in deserialize_enum() localVariable [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawImageObjectUtil.cpp | 151 vk::VkOffset3D offset, int width, int height, in readSurface() 171 vk::VkOffset3D offset, int width, int height, in readDepth() 186 … vk::VkOffset3D offset, int width, int height, int depth, in readVolume() 206 … vk::VkOffset3D offset, int width, vk::VkImageAspectFlagBits aspect, in readSurface1D() 224 …:read(vk::VkQueue queue, vk::Allocator &allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, in read() 237 … vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, in readUsingBuffer() 360 tcu::ConstPixelBufferAccess Image::readSurfaceLinear(vk::VkOffset3D offset, int width, int height, … in readSurfaceLinear() 369 void Image::readLinear(vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLev… in readLinear() 393 … vk::VkOffset3D offset, int width, int height, int depth, in copyToLinearImage() 456 void Image::uploadVolume(const tcu::ConstPixelBufferAccess &access, vk::VkQueue queue, vk::Allocato… in uploadVolume() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/examples/ |
D | zran.c | 75 struct access { struct 82 local void free_index(struct access *index) in free_index() argument 249 local int extract(FILE *in, struct access *index, off_t offset, in extract() 357 off_t offset; in main() local
|
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/glance/glance-appwidget-external-protobuf/1.2.0-alpha01/ |
HD | glance-appwidget-external-protobuf-1.2.0-alpha01.jar | META-INF/
META-INF/MANIFEST.MF
androidx/
androidx/glance/
androidx/ ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-preferences-external-protobuf/1.2.0-alpha01/androidx.datastore_datastore-preferences-external-protobuf/android_common/local-combined/ |
D | androidx.datastore_datastore-preferences-external-protobuf.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx/
META- ... |
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-preferences-external-protobuf/1.2.0-alpha01/ |
HD | datastore-preferences-external-protobuf-1.2.0-alpha01.jar | META-INF/
META-INF/MANIFEST.MF
androidx/
androidx/datastore/
androidx/ ... |
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/wear/protolayout/protolayout-external-protobuf/1.3.0-alpha04/ |
HD | protolayout-external-protobuf-1.3.0-alpha04.jar | META-INF/
META-INF/MANIFEST.MF
androidx/
androidx/wear/
androidx/ ... |
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/health/health-services-client-external-protobuf/1.1.0-alpha05/ |
HD | health-services-client-external-protobuf-1.1.0-alpha05.jar | META-INF/
META-INF/MANIFEST.MF
androidx/
androidx/health/
androidx/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/adb/fastdeploy/deployagent_lib/android_common/javac/ |
D | deployagent_lib.jar | ... )
static synthetic com.android.fastdeploy.APKDump access$000 ()
static synthetic void access$100 ... |
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_winsys.h | 25 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset, in PUSH_RELOC() 46 struct nouveau_bo *bo, uint32_t offset, uint32_t access) in PUSH_MTHDl() 55 struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor) in PUSH_MTHDo() 67 struct nouveau_bo *bo, uint32_t data, uint32_t access, in PUSH_MTHDs() 80 struct nouveau_bo *bo, uint32_t data, uint32_t access, in PUSH_MTHD() 99 struct nv04_resource *r, uint32_t data, uint32_t access, in PUSH_RESRC()
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/net/java/dev/jna/jna/5.6.0/ |
HD | jna-5.6.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/sun/
com/ ... |
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_inlines.h | 385 unsigned offset, in pipe_buffer_map_range() 387 unsigned access, in pipe_buffer_map_range() 416 unsigned access, in pipe_buffer_map() 434 unsigned offset, in pipe_buffer_flush_mapped_range() 458 unsigned offset, in pipe_buffer_write() 475 unsigned offset, unsigned size, in pipe_buffer_write_nooverlap() 521 unsigned offset, in pipe_buffer_read() 549 unsigned access, in pipe_texture_map() 569 unsigned access, in pipe_texture_map_3d()
|
/aosp_15_r20/external/capstone/arch/M680X/ |
H A D | M680XDisassembler.c | 305 static void add_reg_to_rw_list(MCInst *MI, m680x_reg reg, e_access access) in add_reg_to_rw_list() 344 e_access access) in update_am_reg_list() 417 e_access access = get_access(i, access_mode); in build_regs_read_write_counts() local 426 int offset = 0; in add_operators_access() local 434 e_access access; in add_operators_access() local 594 e_access access; in set_changed_regs_read_write_counts() local 1154 static void add_rel_operand(m680x_info *info, int16_t offset, uint16_t address) in add_rel_operand() 1167 int16_t offset = 0; in relative8_hdlr() local 1181 uint16_t offset = 0; in relative16_hdlr() local 1200 uint16_t offset, bool no_comma) in add_indexed_operand() [all …]
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/ |
H A D | BufferNULL.cpp | 73 size_t offset) in setSubData() 96 angle::Result BufferNULL::map(const gl::Context *context, GLenum access, void **mapPtr) in map() 103 size_t offset, in mapRange() 105 GLbitfield access, in mapRange() 120 size_t offset, in getIndexRange()
|
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/unit/ |
D | tink-android-1.5.0.jar | ... security.GeneralSecurityException
int bytesRead
byte[] output
int offset
java.io.IOException exception
java.io. ... |
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/ |
H A D | BufferWgpu.cpp | 109 size_t offset) in setSubData() 145 angle::Result BufferWgpu::map(const gl::Context *context, GLenum access, void **mapPtr) in map() 151 size_t offset, in mapRange() 153 GLbitfield access, in mapRange() 167 size_t offset, in getIndexRange()
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/io/grpc/grpc-context/1.0.3/ |
HD | grpc-context-1.0.3.jar | ... .grpc.Context$1 x3
static synthetic void access$400 (io.grpc.Context$ExecutableListener ... |