| /external/deqp/modules/gles31/functional/ |
| D | es31fNegativeTextureApiTests.cpp | 89 void activetexture (NegativeTestContext& ctx) in activetexture() 102 void bindtexture (NegativeTestContext& ctx) in bindtexture() 139 void compressedteximage2d_invalid_target (NegativeTestContext& ctx) in compressedteximage2d_invalid_target() 149 void compressedteximage2d_invalid_format (NegativeTestContext& ctx) in compressedteximage2d_invalid_format() 173 void compressedteximage2d_neg_level (NegativeTestContext& ctx) in compressedteximage2d_neg_level() 193 void compressedteximage2d_max_level (NegativeTestContext& ctx) in compressedteximage2d_max_level() 218 void compressedteximage2d_neg_width_height (NegativeTestContext& ctx) in compressedteximage2d_neg_width_height() 288 void compressedteximage2d_max_width_height (NegativeTestContext& ctx) in compressedteximage2d_max_width_height() 360 void compressedteximage2d_invalid_border (NegativeTestContext& ctx) in compressedteximage2d_invalid_border() 416 void compressedteximage2d_invalid_size (NegativeTestContext& ctx) in compressedteximage2d_invalid_size() [all …]
|
| D | es31fNegativeFragmentApiTests.cpp | 46 void scissor (NegativeTestContext& ctx) in scissor() 58 void depth_func (NegativeTestContext& ctx) in depth_func() 66 void viewport (NegativeTestContext& ctx) in viewport() 79 void stencil_func (NegativeTestContext& ctx) in stencil_func() 87 void stencil_func_separate (NegativeTestContext& ctx) in stencil_func_separate() 100 void stencil_op (NegativeTestContext& ctx) in stencil_op() 112 void stencil_op_separate (NegativeTestContext& ctx) in stencil_op_separate() 129 void stencil_mask_separate (NegativeTestContext& ctx) in stencil_mask_separate() 138 void blend_equation (NegativeTestContext& ctx) in blend_equation() 146 void blend_equation_separate (NegativeTestContext& ctx) in blend_equation_separate() [all …]
|
| D | es31fNegativeStateApiTests.cpp | 65 void enable (NegativeTestContext& ctx) in enable() 73 void disable (NegativeTestContext& ctx) in disable() 82 void get_booleanv (NegativeTestContext& ctx) in get_booleanv() 91 void get_floatv (NegativeTestContext& ctx) in get_floatv() 100 void get_integerv (NegativeTestContext& ctx) in get_integerv() 109 void get_integer64v (NegativeTestContext& ctx) in get_integer64v() 118 void get_integeri_v (NegativeTestContext& ctx) in get_integeri_v() 136 void get_integer64i_v (NegativeTestContext& ctx) in get_integer64i_v() 154 void get_string (NegativeTestContext& ctx) in get_string() 162 void get_stringi (NegativeTestContext& ctx) in get_stringi() [all …]
|
| D | es31fNegativeShaderApiTests.cpp | 89 void create_shader (NegativeTestContext& ctx) in create_shader() 97 void shader_source (NegativeTestContext& ctx) in shader_source() 122 void compile_shader (NegativeTestContext& ctx) in compile_shader() 140 void delete_shader (NegativeTestContext& ctx) in delete_shader() 148 void shader_binary (NegativeTestContext& ctx) in shader_binary() 198 void attach_shader (NegativeTestContext& ctx) in attach_shader() 242 void detach_shader (NegativeTestContext& ctx) in detach_shader() 277 void link_program (NegativeTestContext& ctx) in link_program() 322 void use_program (NegativeTestContext& ctx) in use_program() 373 void delete_program (NegativeTestContext& ctx) in delete_program() [all …]
|
| D | es31fNegativeBufferApiTests.cpp | 46 void bind_buffer (NegativeTestContext& ctx) in bind_buffer() 54 void delete_buffers (NegativeTestContext& ctx) in delete_buffers() 62 void gen_buffers (NegativeTestContext& ctx) in gen_buffers() 70 void buffer_data (NegativeTestContext& ctx) in buffer_data() 100 void buffer_sub_data (NegativeTestContext& ctx) in buffer_sub_data() 129 void buffer_sub_data_size_offset (NegativeTestContext& ctx) in buffer_sub_data_size_offset() 154 void clear (NegativeTestContext& ctx) in clear() 168 void read_pixels (NegativeTestContext& ctx) in read_pixels() 198 void read_pixels_format_mismatch (NegativeTestContext& ctx) in read_pixels_format_mismatch() 230 void read_pixels_fbo_format_mismatch (NegativeTestContext& ctx) in read_pixels_fbo_format_mismatch() [all …]
|
| D | es31fNegativeVertexArrayApiTests.cpp | 59 void vertex_attribf (NegativeTestContext& ctx) in vertex_attribf() 74 void vertex_attribfv (NegativeTestContext& ctx) in vertex_attribfv() 90 void vertex_attribi4 (NegativeTestContext& ctx) in vertex_attribi4() 104 void vertex_attribi4v (NegativeTestContext& ctx) in vertex_attribi4v() 118 void vertex_attrib_pointer (NegativeTestContext& ctx) in vertex_attrib_pointer() 169 void vertex_attrib_i_pointer (NegativeTestContext& ctx) in vertex_attrib_i_pointer() 213 void enable_vertex_attrib_array (NegativeTestContext& ctx) in enable_vertex_attrib_array() 222 void disable_vertex_attrib_array (NegativeTestContext& ctx) in disable_vertex_attrib_array() 231 void gen_vertex_arrays (NegativeTestContext& ctx) in gen_vertex_arrays() 240 void bind_vertex_array (NegativeTestContext& ctx) in bind_vertex_array() [all …]
|
| /external/emma/core/java12/com/vladium/jcd/cls/ |
| D | AbstractClassDefVisitor.java | 22 public Object visit (final ClassDef cls, final Object ctx) in visit() 24 visit (cls.getConstants (), ctx); in visit() local 25 visit (cls.getInterfaces (), ctx); in visit() local 26 visit (cls.getFields (), ctx); in visit() local 27 visit (cls.getMethods (), ctx); in visit() local 28 visit (cls.getAttributes (), ctx); in visit() local 33 public Object visit (final IAttributeCollection attributes, final Object ctx) in visit() 38 public Object visit (final IConstantCollection constants, final Object ctx) in visit() 43 public Object visit (final IFieldCollection fields, final Object ctx) in visit() 48 public Object visit (final IInterfaceCollection interfaces, final Object ctx) in visit() [all …]
|
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/ |
| D | noop_state.c | 33 static void noop_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *info) in noop_draw_vbo() 37 static void noop_set_blend_color(struct pipe_context *ctx, in noop_set_blend_color() 42 static void *noop_create_blend_state(struct pipe_context *ctx, in noop_create_blend_state() 54 static void *noop_create_dsa_state(struct pipe_context *ctx, in noop_create_dsa_state() 66 static void *noop_create_rs_state(struct pipe_context *ctx, in noop_create_rs_state() 78 static void *noop_create_sampler_state(struct pipe_context *ctx, in noop_create_sampler_state() 90 static struct pipe_sampler_view *noop_create_sampler_view(struct pipe_context *ctx, in noop_create_sampler_view() 105 static struct pipe_surface *noop_create_surface(struct pipe_context *ctx, in noop_create_surface() 128 static void noop_set_vs_sampler_view(struct pipe_context *ctx, unsigned count, in noop_set_vs_sampler_view() 133 static void noop_set_ps_sampler_view(struct pipe_context *ctx, unsigned count, in noop_set_ps_sampler_view() [all …]
|
| /external/mesa3d/src/gallium/drivers/noop/ |
| D | noop_state.c | 33 static void noop_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *info) in noop_draw_vbo() 37 static void noop_set_blend_color(struct pipe_context *ctx, in noop_set_blend_color() 42 static void *noop_create_blend_state(struct pipe_context *ctx, in noop_create_blend_state() 54 static void *noop_create_dsa_state(struct pipe_context *ctx, in noop_create_dsa_state() 66 static void *noop_create_rs_state(struct pipe_context *ctx, in noop_create_rs_state() 78 static void *noop_create_sampler_state(struct pipe_context *ctx, in noop_create_sampler_state() 90 static struct pipe_sampler_view *noop_create_sampler_view(struct pipe_context *ctx, in noop_create_sampler_view() 105 static struct pipe_surface *noop_create_surface(struct pipe_context *ctx, in noop_create_surface() 128 static void noop_set_vs_sampler_view(struct pipe_context *ctx, unsigned count, in noop_set_vs_sampler_view() 133 static void noop_set_ps_sampler_view(struct pipe_context *ctx, unsigned count, in noop_set_ps_sampler_view() [all …]
|
| /external/mesa3d/src/mesa/drivers/dri/nouveau/ |
| D | nouveau_state.c | 36 nouveau_alpha_func(struct gl_context *ctx, GLenum func, GLfloat ref) in nouveau_alpha_func() 42 nouveau_blend_color(struct gl_context *ctx, const GLfloat color[4]) in nouveau_blend_color() 48 nouveau_blend_equation_separate(struct gl_context *ctx, GLenum modeRGB, GLenum modeA) in nouveau_blend_equation_separate() 54 nouveau_blend_func_separate(struct gl_context *ctx, GLenum sfactorRGB, in nouveau_blend_func_separate() 61 nouveau_clip_plane(struct gl_context *ctx, GLenum plane, const GLfloat *equation) in nouveau_clip_plane() 67 nouveau_color_mask(struct gl_context *ctx, GLboolean rmask, GLboolean gmask, in nouveau_color_mask() 74 nouveau_color_material(struct gl_context *ctx, GLenum face, GLenum mode) in nouveau_color_material() 86 nouveau_cull_face(struct gl_context *ctx, GLenum mode) in nouveau_cull_face() 92 nouveau_front_face(struct gl_context *ctx, GLenum mode) in nouveau_front_face() 98 nouveau_depth_func(struct gl_context *ctx, GLenum func) in nouveau_depth_func() [all …]
|
| D | nv10_state_raster.c | 35 nv10_emit_alpha_func(struct gl_context *ctx, int emit) in nv10_emit_alpha_func() 48 nv10_emit_blend_color(struct gl_context *ctx, int emit) in nv10_emit_blend_color() 60 nv10_emit_blend_equation(struct gl_context *ctx, int emit) in nv10_emit_blend_equation() 72 nv10_emit_blend_func(struct gl_context *ctx, int emit) in nv10_emit_blend_func() 82 nv10_emit_color_mask(struct gl_context *ctx, int emit) in nv10_emit_color_mask() 94 nv10_emit_depth(struct gl_context *ctx, int emit) in nv10_emit_depth() 107 nv10_emit_dither(struct gl_context *ctx, int emit) in nv10_emit_dither() 116 nv10_emit_logic_opcode(struct gl_context *ctx, int emit) in nv10_emit_logic_opcode() 129 nv10_emit_shade_model(struct gl_context *ctx, int emit) in nv10_emit_shade_model() 139 nv10_emit_stencil_func(struct gl_context *ctx, int emit) in nv10_emit_stencil_func() [all …]
|
| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
| D | nouveau_state.c | 36 nouveau_alpha_func(struct gl_context *ctx, GLenum func, GLfloat ref) in nouveau_alpha_func() 42 nouveau_blend_color(struct gl_context *ctx, const GLfloat color[4]) in nouveau_blend_color() 48 nouveau_blend_equation_separate(struct gl_context *ctx, GLenum modeRGB, GLenum modeA) in nouveau_blend_equation_separate() 54 nouveau_blend_func_separate(struct gl_context *ctx, GLenum sfactorRGB, in nouveau_blend_func_separate() 61 nouveau_clip_plane(struct gl_context *ctx, GLenum plane, const GLfloat *equation) in nouveau_clip_plane() 67 nouveau_color_mask(struct gl_context *ctx, GLboolean rmask, GLboolean gmask, in nouveau_color_mask() 74 nouveau_color_material(struct gl_context *ctx, GLenum face, GLenum mode) in nouveau_color_material() 86 nouveau_cull_face(struct gl_context *ctx, GLenum mode) in nouveau_cull_face() 92 nouveau_front_face(struct gl_context *ctx, GLenum mode) in nouveau_front_face() 98 nouveau_depth_func(struct gl_context *ctx, GLenum func) in nouveau_depth_func() [all …]
|
| D | nv10_state_raster.c | 35 nv10_emit_alpha_func(struct gl_context *ctx, int emit) in nv10_emit_alpha_func() 48 nv10_emit_blend_color(struct gl_context *ctx, int emit) in nv10_emit_blend_color() 60 nv10_emit_blend_equation(struct gl_context *ctx, int emit) in nv10_emit_blend_equation() 72 nv10_emit_blend_func(struct gl_context *ctx, int emit) in nv10_emit_blend_func() 82 nv10_emit_color_mask(struct gl_context *ctx, int emit) in nv10_emit_color_mask() 94 nv10_emit_depth(struct gl_context *ctx, int emit) in nv10_emit_depth() 107 nv10_emit_dither(struct gl_context *ctx, int emit) in nv10_emit_dither() 116 nv10_emit_logic_opcode(struct gl_context *ctx, int emit) in nv10_emit_logic_opcode() 129 nv10_emit_shade_model(struct gl_context *ctx, int emit) in nv10_emit_shade_model() 139 nv10_emit_stencil_func(struct gl_context *ctx, int emit) in nv10_emit_stencil_func() [all …]
|
| /external/mesa3d/src/mesa/main/ |
| D | state.c | 57 update_separate_specular(struct gl_context *ctx) in update_separate_specular() 74 update_program_enables(struct gl_context *ctx) in update_program_enables() 104 update_program(struct gl_context *ctx) in update_program() 241 update_program_constants(struct gl_context *ctx) in update_program_constants() 278 update_viewport_matrix(struct gl_context *ctx) in update_viewport_matrix() 300 update_multisample(struct gl_context *ctx) in update_multisample() 314 update_clamp_fragment_color(struct gl_context *ctx) in update_clamp_fragment_color() 328 update_clamp_vertex_color(struct gl_context *ctx) in update_clamp_vertex_color() 342 update_clamp_read_color(struct gl_context *ctx) in update_clamp_read_color() 355 update_twoside(struct gl_context *ctx) in update_twoside() [all …]
|
| D | context.h | 208 #define FLUSH_VERTICES(ctx, newstate) \ argument 227 #define FLUSH_CURRENT(ctx, newstate) \ argument 243 #define ASSERT_OUTSIDE_BEGIN_END_WITH_RETVAL(ctx, retval) \ argument 257 #define ASSERT_OUTSIDE_BEGIN_END(ctx) \ argument 271 #define ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH(ctx) \ argument 284 #define ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH_WITH_RETVAL(ctx, retval) \ argument 297 _mesa_is_desktop_gl(const struct gl_context *ctx) in _mesa_is_desktop_gl() 307 _mesa_is_gles(const struct gl_context *ctx) in _mesa_is_gles() 317 _mesa_is_gles3(const struct gl_context *ctx) in _mesa_is_gles3()
|
| /external/chromium_org/third_party/mesa/src/src/mesa/main/ |
| D | state.c | 57 update_separate_specular(struct gl_context *ctx) in update_separate_specular() 74 update_program_enables(struct gl_context *ctx) in update_program_enables() 104 update_program(struct gl_context *ctx) in update_program() 241 update_program_constants(struct gl_context *ctx) in update_program_constants() 278 update_viewport_matrix(struct gl_context *ctx) in update_viewport_matrix() 300 update_multisample(struct gl_context *ctx) in update_multisample() 314 update_clamp_fragment_color(struct gl_context *ctx) in update_clamp_fragment_color() 328 update_clamp_vertex_color(struct gl_context *ctx) in update_clamp_vertex_color() 342 update_clamp_read_color(struct gl_context *ctx) in update_clamp_read_color() 355 update_twoside(struct gl_context *ctx) in update_twoside() [all …]
|
| D | context.h | 208 #define FLUSH_VERTICES(ctx, newstate) \ argument 227 #define FLUSH_CURRENT(ctx, newstate) \ argument 243 #define ASSERT_OUTSIDE_BEGIN_END_WITH_RETVAL(ctx, retval) \ argument 257 #define ASSERT_OUTSIDE_BEGIN_END(ctx) \ argument 271 #define ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH(ctx) \ argument 284 #define ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH_WITH_RETVAL(ctx, retval) \ argument 297 _mesa_is_desktop_gl(const struct gl_context *ctx) in _mesa_is_desktop_gl() 307 _mesa_is_gles(const struct gl_context *ctx) in _mesa_is_gles() 317 _mesa_is_gles3(const struct gl_context *ctx) in _mesa_is_gles3()
|
| /external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
| D | s_context.c | 55 _swrast_update_rasterflags( struct gl_context *ctx ) in _swrast_update_rasterflags() 134 _swrast_update_polygon( struct gl_context *ctx ) in _swrast_update_polygon() 170 _swrast_update_fog_hint( struct gl_context *ctx ) in _swrast_update_fog_hint() 185 _swrast_update_texture_env( struct gl_context *ctx ) in _swrast_update_texture_env() 216 _swrast_update_deferred_texture(struct gl_context *ctx) in _swrast_update_deferred_texture() 249 _swrast_update_fog_state( struct gl_context *ctx ) in _swrast_update_fog_state() 269 _swrast_update_fragment_program(struct gl_context *ctx, GLbitfield newState) in _swrast_update_fragment_program() 284 _swrast_update_specular_vertex_add(struct gl_context *ctx) in _swrast_update_specular_vertex_add() 348 _swrast_validate_triangle( struct gl_context *ctx, in _swrast_validate_triangle() 373 _swrast_validate_line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 ) in _swrast_validate_line() [all …]
|
| /external/mesa3d/src/mesa/swrast/ |
| D | s_context.c | 55 _swrast_update_rasterflags( struct gl_context *ctx ) in _swrast_update_rasterflags() 134 _swrast_update_polygon( struct gl_context *ctx ) in _swrast_update_polygon() 170 _swrast_update_fog_hint( struct gl_context *ctx ) in _swrast_update_fog_hint() 185 _swrast_update_texture_env( struct gl_context *ctx ) in _swrast_update_texture_env() 216 _swrast_update_deferred_texture(struct gl_context *ctx) in _swrast_update_deferred_texture() 249 _swrast_update_fog_state( struct gl_context *ctx ) in _swrast_update_fog_state() 269 _swrast_update_fragment_program(struct gl_context *ctx, GLbitfield newState) in _swrast_update_fragment_program() 284 _swrast_update_specular_vertex_add(struct gl_context *ctx) in _swrast_update_specular_vertex_add() 348 _swrast_validate_triangle( struct gl_context *ctx, in _swrast_validate_triangle() 373 _swrast_validate_line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 ) in _swrast_validate_line() [all …]
|
| /external/openssl/crypto/evp/ |
| D | pmeth_lib.c | 365 void EVP_PKEY_CTX_free(EVP_PKEY_CTX *ctx) in EVP_PKEY_CTX_free() 384 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl() 417 int EVP_PKEY_CTX_ctrl_str(EVP_PKEY_CTX *ctx, in EVP_PKEY_CTX_ctrl_str() 440 int EVP_PKEY_CTX_get_operation(EVP_PKEY_CTX *ctx) in EVP_PKEY_CTX_get_operation() 445 void EVP_PKEY_CTX_set0_keygen_info(EVP_PKEY_CTX *ctx, int *dat, int datlen) in EVP_PKEY_CTX_set0_keygen_info() 451 void EVP_PKEY_CTX_set_data(EVP_PKEY_CTX *ctx, void *data) in EVP_PKEY_CTX_set_data() 456 void *EVP_PKEY_CTX_get_data(EVP_PKEY_CTX *ctx) in EVP_PKEY_CTX_get_data() 461 EVP_PKEY *EVP_PKEY_CTX_get0_pkey(EVP_PKEY_CTX *ctx) in EVP_PKEY_CTX_get0_pkey() 466 EVP_PKEY *EVP_PKEY_CTX_get0_peerkey(EVP_PKEY_CTX *ctx) in EVP_PKEY_CTX_get0_peerkey() 471 void EVP_PKEY_CTX_set_app_data(EVP_PKEY_CTX *ctx, void *data) in EVP_PKEY_CTX_set_app_data() [all …]
|
| /external/emma/core/java12/com/vladium/jcd/cls/constant/ |
| D | ICONSTANTVisitor.java | 22 Object visit (CONSTANT_Class_info constant, Object ctx); in visit() 24 Object visit (CONSTANT_InterfaceMethodref_info constant, Object ctx); in visit() 25 Object visit (CONSTANT_Methodref_info constant, Object ctx); in visit() 26 Object visit (CONSTANT_Fieldref_info constant, Object ctx); in visit() 28 Object visit (CONSTANT_Double_info constant, Object ctx); in visit() 29 Object visit (CONSTANT_Float_info constant, Object ctx); in visit() 30 Object visit (CONSTANT_Integer_info constant, Object ctx); in visit() 31 Object visit (CONSTANT_Long_info constant, Object ctx); in visit() 32 Object visit (CONSTANT_String_info constant, Object ctx); in visit() 34 Object visit (CONSTANT_Utf8_info constant, Object ctx); in visit() [all …]
|
| /external/chromium_org/third_party/boringssl/src/crypto/digest/ |
| D | digests.c | 67 static int md4_init(EVP_MD_CTX *ctx) { return MD4_Init(ctx->md_data); } in md4_init() 69 static int md4_update(EVP_MD_CTX *ctx, const void *data, size_t count) { in md4_update() 73 static int md4_final(EVP_MD_CTX *ctx, unsigned char *out) { in md4_final() 85 static int md5_init(EVP_MD_CTX *ctx) { return MD5_Init(ctx->md_data); } in md5_init() 87 static int md5_update(EVP_MD_CTX *ctx, const void *data, size_t count) { in md5_update() 91 static int md5_final(EVP_MD_CTX *ctx, unsigned char *out) { in md5_final() 103 static int sha1_init(EVP_MD_CTX *ctx) { return SHA1_Init(ctx->md_data); } in sha1_init() 105 static int sha1_update(EVP_MD_CTX *ctx, const void *data, size_t count) { in sha1_update() 109 static int sha1_final(EVP_MD_CTX *ctx, unsigned char *md) { in sha1_final() 121 static int sha224_init(EVP_MD_CTX *ctx) { return SHA224_Init(ctx->md_data); } in sha224_init() [all …]
|
| D | digest.c | 80 void EVP_MD_CTX_init(EVP_MD_CTX *ctx) { memset(ctx, 0, sizeof(EVP_MD_CTX)); } in EVP_MD_CTX_init() 83 EVP_MD_CTX *ctx = OPENSSL_malloc(sizeof(EVP_MD_CTX)); in EVP_MD_CTX_create() local 92 int EVP_MD_CTX_cleanup(EVP_MD_CTX *ctx) { in EVP_MD_CTX_cleanup() 108 void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx) { in EVP_MD_CTX_destroy() 167 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *engine) { in EVP_DigestInit_ex() 197 int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type) { in EVP_DigestInit() 202 int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *data, size_t len) { in EVP_DigestUpdate() 206 int EVP_DigestFinal_ex(EVP_MD_CTX *ctx, uint8_t *md_out, unsigned int *size) { in EVP_DigestFinal_ex() 219 int EVP_DigestFinal(EVP_MD_CTX *ctx, uint8_t *md, unsigned int *size) { in EVP_DigestFinal() 227 EVP_MD_CTX ctx; in EVP_Digest() local [all …]
|
| /external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
| D | IAttributeVisitor.java | 20 Object visit (GenericAttribute_info attribute, Object ctx); in visit() 22 Object visit (CodeAttribute_info attribute, Object ctx); in visit() 23 Object visit (ConstantValueAttribute_info attribute, Object ctx); in visit() 24 Object visit (ExceptionsAttribute_info attribute, Object ctx); in visit() 25 Object visit (LineNumberTableAttribute_info attribute, Object ctx); in visit() 26 Object visit (SourceFileAttribute_info attribute, Object ctx); in visit() 27 Object visit (SyntheticAttribute_info attribute, Object ctx); in visit() 28 Object visit (BridgeAttribute_info attribute, Object ctx); in visit() 29 Object visit (InnerClassesAttribute_info attribute, Object ctx); in visit()
|
| /external/libusb/libusb/ |
| D | io.c | 1004 int usbi_io_init(struct libusb_context *ctx) in usbi_io_init() 1045 void usbi_io_exit(struct libusb_context *ctx) in usbi_io_exit() 1094 struct libusb_context *ctx = ITRANSFER_CTX(transfer); in add_to_flying_list() local 1220 struct libusb_context *ctx = TRANSFER_CTX(transfer); in libusb_submit_transfer() local 1291 static int disarm_timerfd(struct libusb_context *ctx) in disarm_timerfd() 1310 static int arm_timerfd_for_next_timeout(struct libusb_context *ctx) in arm_timerfd_for_next_timeout() 1338 static int disarm_timerfd(struct libusb_context *ctx) in disarm_timerfd() 1342 static int arm_timerfd_for_next_timeout(struct libusb_context *ctx) in arm_timerfd_for_next_timeout() 1361 struct libusb_context *ctx = TRANSFER_CTX(transfer); in usbi_handle_transfer_completion() local 1446 API_EXPORTED int libusb_try_lock_events(libusb_context *ctx) in libusb_try_lock_events() [all …]
|