Home
last modified time | relevance | path

Searched defs:access (Results 51 - 75 of 456) sorted by relevance

12345678910>>...19

/base/telephony/core_service/services/sim/src/
H A Dmcc_pool.cpp51 auto access = AccessToMcc(mcc); in ShortestMncLengthFromMcc() local
/third_party/ffmpeg/libavutil/
H A Dfile_open.c161 int access; in avpriv_fopen_utf8() local
/third_party/alsa-utils/axfer/test/
H A Dcontainer-test.c127 static int callback(struct test_generator *gen, snd_pcm_access_t access, in callback() argument
36 test_builder(struct container_context *cntr, int fd, enum container_format format, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frames_per_second, void *frame_buffer, unsigned int frame_count, bool verbose) test_builder() argument
83 test_parser(struct container_context *cntr, int fd, enum container_format format, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frames_per_second, void *frame_buffer, unsigned int frame_count, bool verbose) test_parser() argument
H A Dgenerator.c48 static void *allocate_buf(snd_pcm_access_t access, in allocate_buf() argument
60 static void *allocate_vector(snd_pcm_access_t access, in allocate_vector() argument
88 static int fill_buf(int fd, void *frame_buffer, snd_pcm_access_t access, in fill_buf() argument
107 static int fill_vector(int fd, void *frame_buffer, snd_pcm_access_t access, in fill_vector() argument
148 test_frame_count(struct test_generator *gen, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame) test_frame_count() argument
199 test_samples_per_frame(struct test_generator *gen, snd_pcm_access_t access, snd_pcm_format_t sample_format) test_samples_per_frame() argument
216 test_sample_format(struct test_generator *gen, snd_pcm_access_t access) test_sample_format() argument
[all...]
/third_party/alsa-utils/alsaloop/
H A Deffect-sweep.c32 effect_init(struct lookback *loopback, void *private_data, snd_pcm_access_t access, unsigned int channels, unsigned int rate, snd_pcm_format_t format) effect_init() argument
/third_party/alsa-utils/axfer/
H A Dxfer-libasound-irq-rw.c14 snd_pcm_access_t access; member
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DRbnfMapperTest.java175 rbnfRule( Group group, String setType, Access access, String key, String value, int ruleIndex) rbnfRule() argument
/third_party/libdrm/nouveau/
H A Dprivate.h90 uint32_t access; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_access.c200 unsigned access = var->data.access; in process_variable() local
226 enum gl_access_qualifier access = nir_intrinsic_access(instr); update_access() local
[all...]
/third_party/node/test/parallel/
H A Dtest-trace-events-fs-async.js23 function access() { function
/third_party/mesa3d/src/mesa/main/
H A Dvdpau.c53 GLenum access, state; member
311 _mesa_VDPAUSurfaceAccessNV(GLintptr surface, GLenum access) in _mesa_VDPAUSurfaceAccessNV() argument
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_vdpau.c186 st_vdpau_map_surface(struct gl_context *ctx, GLenum target, GLenum access, in st_vdpau_map_surface() argument
262 st_vdpau_unmap_surface(struct gl_context *ctx, GLenum target, GLenum access, in st_vdpau_unmap_surface() argument
/third_party/node/deps/v8/src/compiler/
H A Djs-context-specialization.cc54 const ContextAccess& access = ContextAccessOf(node->op()); in SimplifyJSLoadContext() local
73 const ContextAccess& access = ContextAccessOf(node->op()); in SimplifyJSStoreContext() local
139 const ContextAccess& access in ReduceJSLoadContext() local
201 const ContextAccess& access = ContextAccessOf(node->op()); ReduceJSStoreContext() local
[all...]
/third_party/node/deps/v8/src/base/
H A Dbounded-page-allocator.cc29 AllocatePages(void* hint, size_t size, size_t alignment, PageAllocator::Permission access) AllocatePages() argument
69 AllocatePagesAt(Address address, size_t size, PageAllocator::Permission access) AllocatePagesAt() argument
180 SetPermissions(void* address, size_t size, PageAllocator::Permission access) SetPermissions() argument
H A Dpage-allocator.cc46 AllocatePages(void* hint, size_t size, size_t alignment, PageAllocator::Permission access) AllocatePages() argument
146 SetPermissions(void* address, size_t size, PageAllocator::Permission access) SetPermissions() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_genx_macros.h151 rw_bo(struct iris_bo *bo, uint64_t offset, enum iris_domain access) in rw_bo() argument
H A Diris_pipe_control.c183 iris_emit_buffer_barrier_for(struct iris_batch *batch, struct iris_bo *bo, enum iris_domain access) iris_emit_buffer_barrier_for() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DBuffer9.cpp113 angle::Result Buffer9::map(const gl::Context *context, GLenum access, void **mapPtr) in map() argument
119 mapRange(const gl::Context *context, size_t offset, size_t length, GLbitfield access, void **mapPtr) mapRange() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DOverlayVk.cpp131 vk::CommandBufferAccess access; in createFont() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DBufferNULL.cpp96 angle::Result BufferNULL::map(const gl::Context *context, GLenum access, void **mapPtr) in map() argument
102 mapRange(const gl::Context *context, size_t offset, size_t length, GLbitfield access, void **mapPtr) mapRange() argument
/third_party/skia/src/gpu/gl/
H A DGrGLBuffer.cpp204 GrGLbitfield access; in onMap() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp86 unsigned access = MO.getTargetFlags() & PPCII::MO_ACCESS_MASK; in GetSymbolRef() local
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator_impl_type_test.cc428 ast::Access access; member
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrMultisamplePixelBufferAccess.cpp105 MultisamplePixelBufferAccess getSubregion (const MultisamplePixelBufferAccess& access, int x, int y, int width, int height) in getSubregion() argument
110 MultisampleConstPixelBufferAccess getSubregion (const MultisampleConstPixelBufferAccess& access, int x, int y, int width, int height) in getSubregion() argument
215 tcu::Vec4 resolveMultisamplePixel (const MultisampleConstPixelBufferAccess& access, int x, int y) in resolveMultisamplePixel() argument
224 clear(const MultisamplePixelBufferAccess& access, const tcu::Vec4& color) clear() argument
229 clear(const MultisamplePixelBufferAccess& access, const tcu::IVec4& color) clear() argument
234 clearDepth(const MultisamplePixelBufferAccess& access, float depth) clearDepth() argument
239 clearStencil(const MultisamplePixelBufferAccess& access, int stencil) clearStencil() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/android_gradle/gradle/wrapper/
H A Dgradle-wrapper.jar ... int timeoutMs int pollIntervalMs public java.lang.Object access (java.io.File, java.util.concurrent ...

Completed in 14 milliseconds

12345678910>>...19