/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/ |
D | FactoryModuleBuilder.java | 211 public <T> FactoryModuleBuilder implement(Class<T> source, Class<? extends T> target) { in implement() 218 public <T> FactoryModuleBuilder implement(Class<T> source, TypeLiteral<? extends T> target) { in implement() 225 public <T> FactoryModuleBuilder implement(TypeLiteral<T> source, Class<? extends T> target) { in implement() 233 TypeLiteral<? extends T> target) { in implement() 241 Class<? extends T> target) { in implement() 249 TypeLiteral<? extends T> target) { in implement() 257 Class<? extends T> target) { in implement() 265 TypeLiteral<? extends T> target) { in implement() 273 Class<? extends Annotation> annotationType, Class<? extends T> target) { in implement() 281 Class<? extends Annotation> annotationType, TypeLiteral<? extends T> target) { in implement() [all …]
|
/external/mockito/src/test/java/org/mockitousage/stubbing/ |
D | StubbingWithAdditionalAnswersTest.java | 86 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_one_parameter_function() local 116 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_two_parameter_function() local 134 final IMethods target = mock(IMethods.class); in can_return_based_on_strongly_typed_three_parameter_function() local 149 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_three_parameter_function() local 167 final IMethods target = mock(IMethods.class); in can_return_based_on_strongly_typed_four_parameter_function() local 183 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_four_parameter_function() local 202 final IMethods target = mock(IMethods.class); in can_return_based_on_strongly_typed_five_parameter_function() local 217 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_five_parameter_function() local
|
/external/mesa3d/src/mesa/main/ |
D | histogram.c | 47 _mesa_GetnMinmaxARB(GLenum target, GLboolean reset, GLenum format, in _mesa_GetnMinmaxARB() 57 _mesa_GetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, in _mesa_GetMinmax() 65 _mesa_GetnHistogramARB(GLenum target, GLboolean reset, GLenum format, in _mesa_GetnHistogramARB() 75 _mesa_GetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, in _mesa_GetHistogram() 83 _mesa_GetHistogramParameterfv(GLenum target, GLenum pname, GLfloat *params) in _mesa_GetHistogramParameterfv() 92 _mesa_GetHistogramParameteriv(GLenum target, GLenum pname, GLint *params) in _mesa_GetHistogramParameteriv() 101 _mesa_GetMinmaxParameterfv(GLenum target, GLenum pname, GLfloat *params) in _mesa_GetMinmaxParameterfv() 110 _mesa_GetMinmaxParameteriv(GLenum target, GLenum pname, GLint *params) in _mesa_GetMinmaxParameteriv() 119 _mesa_Histogram(GLenum target, GLsizei width, GLenum internalFormat, GLboolean sink) in _mesa_Histogram() 128 _mesa_Minmax(GLenum target, GLenum internalFormat, GLboolean sink) in _mesa_Minmax() [all …]
|
D | convolve.c | 47 _mesa_ConvolutionFilter1D(GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenu… in _mesa_ConvolutionFilter1D() 55 _mesa_ConvolutionFilter2D(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLen… in _mesa_ConvolutionFilter2D() 64 _mesa_ConvolutionParameterf(GLenum target, GLenum pname, GLfloat param) in _mesa_ConvolutionParameterf() 73 _mesa_ConvolutionParameterfv(GLenum target, GLenum pname, const GLfloat *params) in _mesa_ConvolutionParameterfv() 82 _mesa_ConvolutionParameteri(GLenum target, GLenum pname, GLint param) in _mesa_ConvolutionParameteri() 91 _mesa_ConvolutionParameteriv(GLenum target, GLenum pname, const GLint *params) in _mesa_ConvolutionParameteriv() 100 _mesa_CopyConvolutionFilter1D(GLenum target, GLenum internalFormat, GLint x, GLint y, GLsizei width) in _mesa_CopyConvolutionFilter1D() 109 _mesa_CopyConvolutionFilter2D(GLenum target, GLenum internalFormat, GLint x, GLint y, GLsizei width… in _mesa_CopyConvolutionFilter2D() 118 _mesa_GetnConvolutionFilterARB(GLenum target, GLenum format, GLenum type, in _mesa_GetnConvolutionFilterARB() 128 _mesa_GetConvolutionFilter(GLenum target, GLenum format, GLenum type, in _mesa_GetConvolutionFilter() [all …]
|
D | arbprogram.c | 73 _mesa_BindProgram(GLenum target, GLuint id) in _mesa_BindProgram() 274 GLenum target, GLuint index, GLfloat **param) in get_local_param_pointer() 312 GLenum target, GLuint index, GLfloat **param) in get_env_param_pointer() 339 _mesa_ProgramStringARB(GLenum target, GLenum format, GLsizei len, in _mesa_ProgramStringARB() 417 _mesa_ProgramEnvParameter4dARB(GLenum target, GLuint index, in _mesa_ProgramEnvParameter4dARB() 432 _mesa_ProgramEnvParameter4dvARB(GLenum target, GLuint index, in _mesa_ProgramEnvParameter4dvARB() 448 _mesa_ProgramEnvParameter4fARB(GLenum target, GLuint index, in _mesa_ProgramEnvParameter4fARB() 473 _mesa_ProgramEnvParameter4fvARB(GLenum target, GLuint index, in _mesa_ProgramEnvParameter4fvARB() 491 _mesa_ProgramEnvParameters4fvEXT(GLenum target, GLuint index, GLsizei count, in _mesa_ProgramEnvParameters4fvEXT() 530 _mesa_GetProgramEnvParameterdvARB(GLenum target, GLuint index, in _mesa_GetProgramEnvParameterdvARB() [all …]
|
D | colortab.c | 45 _mesa_ColorTable( GLenum target, GLenum internalFormat, in _mesa_ColorTable() 57 _mesa_ColorSubTable( GLenum target, GLsizei start, in _mesa_ColorSubTable() 69 _mesa_CopyColorTable(GLenum target, GLenum internalformat, in _mesa_CopyColorTable() 80 _mesa_CopyColorSubTable(GLenum target, GLsizei start, in _mesa_CopyColorSubTable() 91 _mesa_GetnColorTableARB( GLenum target, GLenum format, GLenum type, in _mesa_GetnColorTableARB() 101 _mesa_GetColorTable( GLenum target, GLenum format, in _mesa_GetColorTable() 111 _mesa_ColorTableParameterfv(GLenum target, GLenum pname, const GLfloat *params) in _mesa_ColorTableParameterfv() 122 _mesa_ColorTableParameteriv(GLenum target, GLenum pname, const GLint *params) in _mesa_ColorTableParameteriv() 133 _mesa_GetColorTableParameterfv( GLenum target, GLenum pname, GLfloat *params ) in _mesa_GetColorTableParameterfv() 143 _mesa_GetColorTableParameteriv( GLenum target, GLenum pname, GLint *params ) in _mesa_GetColorTableParameteriv()
|
D | texstorage.c | 52 legal_texobj_target(struct gl_context *ctx, GLuint dims, GLenum target) in legal_texobj_target() 104 next_mipmap_level_size(GLenum target, in next_mipmap_level_size() 131 const GLenum target = texObj->Target; in setup_texstorage() local 210 const GLenum target = texObj->Target; in clear_image_fields() local 242 tex_storage_error_check(struct gl_context *ctx, GLuint dims, GLenum target, in tex_storage_error_check() 356 texstorage(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, in texstorage() 396 _mesa_TexStorage1D(GLenum target, GLsizei levels, GLenum internalformat, in _mesa_TexStorage1D() 404 _mesa_TexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, in _mesa_TexStorage2D() 412 _mesa_TexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, in _mesa_TexStorage3D() 429 _mesa_TextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels, in _mesa_TextureStorage1DEXT() [all …]
|
D | texparam.c | 56 validate_texture_wrap_mode(struct gl_context * ctx, GLenum target, GLenum wrap) in validate_texture_wrap_mode() 120 get_texobj(struct gl_context *ctx, GLenum target, GLboolean get) in get_texobj() 637 _mesa_TexParameterf(GLenum target, GLenum pname, GLfloat param) in _mesa_TexParameterf() 698 _mesa_TexParameterfv(GLenum target, GLenum pname, const GLfloat *params) in _mesa_TexParameterfv() 774 _mesa_TexParameteri(GLenum target, GLenum pname, GLint param) in _mesa_TexParameteri() 818 _mesa_TexParameteriv(GLenum target, GLenum pname, const GLint *params) in _mesa_TexParameteriv() 880 _mesa_TexParameterIiv(GLenum target, GLenum pname, const GLint *params) in _mesa_TexParameterIiv() 910 _mesa_TexParameterIuiv(GLenum target, GLenum pname, const GLuint *params) in _mesa_TexParameterIuiv() 935 legal_get_tex_level_parameter_target(struct gl_context *ctx, GLenum target) in legal_get_tex_level_parameter_target() 990 GLenum target, GLint level, in get_tex_level_parameter_image() [all …]
|
D | teximage.c | 556 _mesa_tex_target_to_face(GLenum target) in _mesa_tex_target_to_face() 577 GLenum target, GLint level, in set_tex_image() 642 _mesa_is_proxy_texture(GLenum target) in _mesa_is_proxy_texture() 664 _mesa_get_proxy_target(GLenum target) in _mesa_get_proxy_target() 714 GLenum target) in _mesa_select_tex_object() 776 _mesa_get_current_tex_object(struct gl_context *ctx, GLenum target) in _mesa_get_current_tex_object() 798 GLenum target, GLint level) in _mesa_select_tex_image() 817 GLenum target, GLint level) in _mesa_get_tex_image() 846 get_proxy_tex_image(struct gl_context *ctx, GLenum target, GLint level) in get_proxy_tex_image() 921 _mesa_max_texture_levels(struct gl_context *ctx, GLenum target) in _mesa_max_texture_levels() [all …]
|
D | eval.c | 59 GLuint _mesa_evaluator_components( GLenum target ) in _mesa_evaluator_components() 104 get_1d_map( struct gl_context *ctx, GLenum target ) in get_1d_map() 154 get_2d_map( struct gl_context *ctx, GLenum target ) in get_2d_map() 212 GLfloat *_mesa_copy_map_points1f( GLenum target, GLint ustride, GLint uorder, in _mesa_copy_map_points1f() 236 GLfloat *_mesa_copy_map_points1d( GLenum target, GLint ustride, GLint uorder, in _mesa_copy_map_points1d() 267 GLfloat *_mesa_copy_map_points2f( GLenum target, in _mesa_copy_map_points2f() 310 GLfloat *_mesa_copy_map_points2d(GLenum target, in _mesa_copy_map_points2d() 360 map1(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, in map1() 426 _mesa_Map1f( GLenum target, GLfloat u1, GLfloat u2, GLint stride, in _mesa_Map1f() 434 _mesa_Map1d( GLenum target, GLdouble u1, GLdouble u2, GLint stride, in _mesa_Map1d() [all …]
|
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
D | Code.java | 319 private void adopt(Label target) { in adopt() 349 public void jump(Label target) { in jump() 478 public <T> void loadConstant(Local<T> target, T value) { in loadConstant() 495 public <T> void move(Local<T> target, Local<T> source) { in move() 505 public <T> void op(UnaryOp op, Local<T> target, Local<T> source) { in op() 516 public <T1, T2> void op(BinaryOp op, Local<T1> target, Local<T1> a, Local<T2> b) { in op() 550 Local<Integer> target, Local<T> a, Local<T> b, int nanValue) { in compareFloatingPoint() 568 public void compareLongs(Local<Integer> target, Local<Long> a, Local<Long> b) { in compareLongs() 579 public <D, V> void iget(FieldId<D, V> fieldId, Local<V> target, Local<D> instance) { in iget() 597 public <V> void sget(FieldId<?, V> fieldId, Local<V> target) { in sget() [all …]
|
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite_inl.h | 603 uint8* target) { in WriteTagToArray() 609 uint8* target) { in WriteInt32NoTagToArray() 613 uint8* target) { in WriteInt64NoTagToArray() 618 uint8* target) { in WriteUInt32NoTagToArray() 622 uint8* target) { in WriteUInt64NoTagToArray() 626 uint8* target) { in WriteSInt32NoTagToArray() 631 uint8* target) { in WriteSInt64NoTagToArray() 636 uint8* target) { in WriteFixed32NoTagToArray() 640 uint8* target) { in WriteFixed64NoTagToArray() 644 uint8* target) { in WriteSFixed32NoTagToArray() [all …]
|
/external/tpm2/ |
D | tpm_generated.c | 33 TPM_RC uint8_t_Unmarshal(uint8_t* target, BYTE** buffer, INT32* size) { in uint8_t_Unmarshal() 81 TPM_RC int8_t_Unmarshal(int8_t* target, BYTE** buffer, INT32* size) { in int8_t_Unmarshal() 129 TPM_RC uint16_t_Unmarshal(uint16_t* target, BYTE** buffer, INT32* size) { in uint16_t_Unmarshal() 177 TPM_RC int16_t_Unmarshal(int16_t* target, BYTE** buffer, INT32* size) { in int16_t_Unmarshal() 225 TPM_RC uint32_t_Unmarshal(uint32_t* target, BYTE** buffer, INT32* size) { in uint32_t_Unmarshal() 273 TPM_RC int32_t_Unmarshal(int32_t* target, BYTE** buffer, INT32* size) { in int32_t_Unmarshal() 321 TPM_RC uint64_t_Unmarshal(uint64_t* target, BYTE** buffer, INT32* size) { in uint64_t_Unmarshal() 369 TPM_RC int64_t_Unmarshal(int64_t* target, BYTE** buffer, INT32* size) { in int64_t_Unmarshal() 397 TPM_RC BYTE_Unmarshal(BYTE* target, BYTE** buffer, INT32* size) { in BYTE_Unmarshal() 405 TPM_RC INT16_Unmarshal(INT16* target, BYTE** buffer, INT32* size) { in INT16_Unmarshal() [all …]
|
/external/v8/src/builtins/ |
D | builtins-reflect.cc | 20 Handle<Object> target = args.at<Object>(1); in BUILTIN() local 51 Handle<Object> target = args.at<Object>(1); in BUILTIN() local 74 Handle<Object> target = args.atOrUndefined(isolate, 1); in BUILTIN() local 98 Handle<Object> target = args.at<Object>(1); in BUILTIN() local 124 Handle<Object> target = args.at<Object>(1); in BUILTIN() local 141 Handle<Object> target = args.at<Object>(1); in BUILTIN() local 165 Handle<Object> target = args.at<Object>(1); in BUILTIN() local 184 Handle<Object> target = args.at<Object>(1); in BUILTIN() local 206 Handle<Object> target = args.at<Object>(1); in BUILTIN() local 224 Handle<Object> target = args.atOrUndefined(isolate, 1); in BUILTIN() local [all …]
|
/external/iptables/extensions/ |
D | libxt_SET.c | 52 set_target_init_v0(struct xt_entry_target *target) in set_target_init_v0() 89 const void *entry, struct xt_entry_target **target) in set_target_parse_v0() 127 set_target_print_v0(const void *ip, const struct xt_entry_target *target, in set_target_print_v0() 137 set_target_save_v0(const void *ip, const struct xt_entry_target *target) in set_target_save_v0() 147 set_target_init_v1(struct xt_entry_target *target) in set_target_init_v1() 190 const void *entry, struct xt_entry_target **target) in set_target_parse_v1() 226 set_target_print_v1(const void *ip, const struct xt_entry_target *target, in set_target_print_v1() 236 set_target_save_v1(const void *ip, const struct xt_entry_target *target) in set_target_save_v1() 283 set_target_init_v2(struct xt_entry_target *target) in set_target_init_v2() 295 const void *entry, struct xt_entry_target **target) in set_target_parse_v2() [all …]
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1550 glGetColorTableEXT(GLenum target, GLenum format, GLenum type, GLvoid *table) in glGetColorTableEXT() 1559 glGetColorTableParameterfvEXT(GLenum target, GLenum pname, GLfloat *params) in glGetColorTableParameterfvEXT() 1567 glGetColorTableParameterivEXT(GLenum target, GLenum pname, GLint *params) in glGetColorTableParameterivEXT() 1575 gl_dispatch_stub_356(GLenum target, GLenum format, GLenum type, GLvoid * image) in gl_dispatch_stub_356() 1584 gl_dispatch_stub_357(GLenum target, GLenum pname, GLfloat * params) in gl_dispatch_stub_357() 1592 gl_dispatch_stub_358(GLenum target, GLenum pname, GLint * params) in gl_dispatch_stub_358() 1600 gl_dispatch_stub_359(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvo… in gl_dispatch_stub_359() 1611 gl_dispatch_stub_361(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values) in gl_dispatch_stub_361() 1621 gl_dispatch_stub_362(GLenum target, GLenum pname, GLfloat * params) in gl_dispatch_stub_362() 1629 gl_dispatch_stub_363(GLenum target, GLenum pname, GLint * params) in gl_dispatch_stub_363() [all …]
|
/external/libcxx/test/std/re/re.const/re.matchflag/ |
D | match_not_eol.pass.cpp | 25 std::string target = "foo"; in main() local 32 std::string target = "foo"; in main() local 39 std::string target = "refoo"; in main() local 46 std::string target = "refoo"; in main() local
|
D | match_not_bol.pass.cpp | 25 std::string target = "foo"; in main() local 32 std::string target = "foo"; in main() local 39 std::string target = "fooby"; in main() local 46 std::string target = "fooby"; in main() local
|
/external/nanopb-c/tests/site_scons/ |
D | site_init.py | 16 def run_test(target, source, env): argument 47 def decode_actions(source, target, env, for_signature): argument 58 def encode_actions(source, target, env, for_signature): argument 69 def compare_files(target, source, env): argument 84 def match_files(target, source, env): argument
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 69 void ContextWrapper::glBindTexture (deUint32 target, deUint32 texture) in glBindTexture() 84 void ContextWrapper::glBindFramebuffer (deUint32 target, deUint32 framebuffer) in glBindFramebuffer() 99 void ContextWrapper::glBindRenderbuffer (deUint32 target, deUint32 renderbuffer) in glBindRenderbuffer() 119 void ContextWrapper::glTexImage1D (deUint32 target, int level, int internalFormat, int width, int b… in glTexImage1D() 124 void ContextWrapper::glTexImage2D (deUint32 target, int level, int internalFormat, int width, int h… in glTexImage2D() 129 void ContextWrapper::glTexImage3D (deUint32 target, int level, int internalFormat, int width, int h… in glTexImage3D() 134 void ContextWrapper::glTexSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 … in glTexSubImage1D() 139 void ContextWrapper::glTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int wid… in glTexSubImage2D() 144 void ContextWrapper::glTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zof… in glTexSubImage3D() 149 void ContextWrapper::glCopyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, … in glCopyTexImage1D() [all …]
|
/external/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
D | TypeExtensions.cs | 52 internal static bool IsValueType(this Type target) in IsValueType() 60 internal static bool IsAssignableFrom(this Type target, Type c) in IsAssignableFrom() 70 internal static PropertyInfo GetProperty(this Type target, string name) in GetProperty() 97 internal static MethodInfo GetMethod(this Type target, string name) in GetMethod()
|
/external/swiftshader/src/OpenGL/libGL/ |
D | Texture.cpp | 330 GLsizei Texture2D::getWidth(GLenum target, GLint level) const in getWidth() 336 GLsizei Texture2D::getHeight(GLenum target, GLint level) const in getHeight() 342 GLenum Texture2D::getFormat(GLenum target, GLint level) const in getFormat() 348 GLenum Texture2D::getType(GLenum target, GLint level) const in getType() 354 sw::Format Texture2D::getInternalFormat(GLenum target, GLint level) const in getInternalFormat() 450 void Texture2D::copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLi… in copySubImage() 556 bool Texture2D::isCompressed(GLenum target, GLint level) const in isCompressed() 561 bool Texture2D::isDepth(GLenum target, GLint level) const in isDepth() 598 Renderbuffer *Texture2D::getRenderbuffer(GLenum target) in getRenderbuffer() 613 Image *Texture2D::getRenderTarget(GLenum target, unsigned int level) in getRenderTarget() [all …]
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | buffer.hpp | 1143 inline std::size_t buffer_copy(const mutable_buffer& target, in buffer_copy() 1173 inline std::size_t buffer_copy(const mutable_buffer& target, in buffer_copy() 1199 inline std::size_t buffer_copy(const mutable_buffer& target, in buffer_copy() 1225 inline std::size_t buffer_copy(const mutable_buffer& target, in buffer_copy() 1251 std::size_t buffer_copy(const mutable_buffer& target, in buffer_copy() 1290 inline std::size_t buffer_copy(const mutable_buffers_1& target, in buffer_copy() 1315 inline std::size_t buffer_copy(const mutable_buffers_1& target, in buffer_copy() 1342 inline std::size_t buffer_copy(const mutable_buffers_1& target, in buffer_copy() 1369 inline std::size_t buffer_copy(const mutable_buffers_1& target, in buffer_copy() 1396 inline std::size_t buffer_copy(const mutable_buffers_1& target, in buffer_copy() [all …]
|
/external/android-clat/ |
D | getaddr.c | 33 struct target { struct 43 * data - (struct target) info for which address we're looking for argument
|
/external/toolchain-utils/automation/clients/helper/ |
D | crosstool.py | 19 def CheckoutCrosstool(self, target): argument 28 def BuildRelease(self, checkout_dir, target): argument 36 def RunTests(self, checkout_dir, build_tree_dir, target, board, component): argument 46 def GenerateReport(self, testrun_dirs, manifests_dir, target, boards): argument 92 def BuildRelease(self, target): argument 123 def RunTests(self, target, board, component='gcc'): argument
|