/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/ |
D | FactoryModuleBuilder.java | 217 public <T> FactoryModuleBuilder implement(Class<T> source, Class<? extends T> target) { in implement() 222 public <T> FactoryModuleBuilder implement(Class<T> source, TypeLiteral<? extends T> target) { in implement() 227 public <T> FactoryModuleBuilder implement(TypeLiteral<T> source, Class<? extends T> target) { in implement() 233 TypeLiteral<T> source, TypeLiteral<? extends T> target) { in implement() 239 Class<T> source, Annotation annotation, Class<? extends T> target) { in implement() 245 Class<T> source, Annotation annotation, TypeLiteral<? extends T> target) { in implement() 251 TypeLiteral<T> source, Annotation annotation, Class<? extends T> target) { in implement() 257 TypeLiteral<T> source, Annotation annotation, TypeLiteral<? extends T> target) { in implement() 263 Class<T> source, Class<? extends Annotation> annotationType, Class<? extends T> target) { in implement() 271 TypeLiteral<? extends T> target) { in implement() [all …]
|
/external/tensorflow/tensorflow/python/autograph/operators/ |
D | slices.py | 37 def get_item(target, i, opts): argument 69 def _tf_tensorarray_get_item(target, i): argument 74 def _tf_tensor_list_get_item(target, i, opts): argument 83 def _tf_tensor_get_item(target, i): argument 88 def _tf_tensor_string_get_item(target, i): argument 94 def _py_get_item(target, i): argument 99 def set_item(target, i, x): argument 129 def _tf_tensorarray_set_item(target, i, x): argument 134 def _tf_tensor_list_set_item(target, i, x): argument 139 def _py_set_item(target, i, x): argument
|
/external/mesa3d/src/mesa/main/ |
D | histogram.c | 38 _mesa_GetnMinmaxARB(GLenum target, GLboolean reset, GLenum format, in _mesa_GetnMinmaxARB() 48 _mesa_GetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, in _mesa_GetMinmax() 56 _mesa_GetnHistogramARB(GLenum target, GLboolean reset, GLenum format, in _mesa_GetnHistogramARB() 66 _mesa_GetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, in _mesa_GetHistogram() 74 _mesa_GetHistogramParameterfv(GLenum target, GLenum pname, GLfloat *params) in _mesa_GetHistogramParameterfv() 83 _mesa_GetHistogramParameteriv(GLenum target, GLenum pname, GLint *params) in _mesa_GetHistogramParameteriv() 92 _mesa_GetMinmaxParameterfv(GLenum target, GLenum pname, GLfloat *params) in _mesa_GetMinmaxParameterfv() 101 _mesa_GetMinmaxParameteriv(GLenum target, GLenum pname, GLint *params) in _mesa_GetMinmaxParameteriv() 110 _mesa_Histogram(GLenum target, GLsizei width, GLenum internalFormat, GLboolean sink) in _mesa_Histogram() 119 _mesa_Minmax(GLenum target, GLenum internalFormat, GLboolean sink) in _mesa_Minmax() [all …]
|
D | convolve.c | 41 _mesa_ConvolutionFilter1D(GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenu… in _mesa_ConvolutionFilter1D() 49 _mesa_ConvolutionFilter2D(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLen… in _mesa_ConvolutionFilter2D() 58 _mesa_ConvolutionParameterf(GLenum target, GLenum pname, GLfloat param) in _mesa_ConvolutionParameterf() 67 _mesa_ConvolutionParameterfv(GLenum target, GLenum pname, const GLfloat *params) in _mesa_ConvolutionParameterfv() 76 _mesa_ConvolutionParameteri(GLenum target, GLenum pname, GLint param) in _mesa_ConvolutionParameteri() 85 _mesa_ConvolutionParameteriv(GLenum target, GLenum pname, const GLint *params) in _mesa_ConvolutionParameteriv() 94 _mesa_CopyConvolutionFilter1D(GLenum target, GLenum internalFormat, GLint x, GLint y, GLsizei width) in _mesa_CopyConvolutionFilter1D() 103 _mesa_CopyConvolutionFilter2D(GLenum target, GLenum internalFormat, GLint x, GLint y, GLsizei width… in _mesa_CopyConvolutionFilter2D() 112 _mesa_GetnConvolutionFilterARB(GLenum target, GLenum format, GLenum type, in _mesa_GetnConvolutionFilterARB() 122 _mesa_GetConvolutionFilter(GLenum target, GLenum format, GLenum type, in _mesa_GetConvolutionFilter() [all …]
|
D | colortab.c | 42 _mesa_ColorTable( GLenum target, GLenum internalFormat, in _mesa_ColorTable() 53 _mesa_ColorSubTable( GLenum target, GLsizei start, in _mesa_ColorSubTable() 64 _mesa_CopyColorTable(GLenum target, GLenum internalformat, in _mesa_CopyColorTable() 74 _mesa_CopyColorSubTable(GLenum target, GLsizei start, in _mesa_CopyColorSubTable() 84 _mesa_GetnColorTableARB( GLenum target, GLenum format, GLenum type, in _mesa_GetnColorTableARB() 93 _mesa_GetColorTable( GLenum target, GLenum format, in _mesa_GetColorTable() 102 _mesa_ColorTableParameterfv(GLenum target, GLenum pname, const GLfloat *params) in _mesa_ColorTableParameterfv() 112 _mesa_ColorTableParameteriv(GLenum target, GLenum pname, const GLint *params) in _mesa_ColorTableParameteriv() 122 _mesa_GetColorTableParameterfv( GLenum target, GLenum pname, GLfloat *params ) in _mesa_GetColorTableParameterfv() 131 _mesa_GetColorTableParameteriv( GLenum target, GLenum pname, GLint *params ) in _mesa_GetColorTableParameteriv()
|
D | arbprogram.c | 45 flush_vertices_for_program_constants(struct gl_context *ctx, GLenum target) in flush_vertices_for_program_constants() 67 _mesa_BindProgramARB(GLenum target, GLuint id) in _mesa_BindProgramARB() 261 GLenum target, GLuint index, GLfloat **param) in get_local_param_pointer() 301 GLenum target, GLuint index, GLfloat **param) in get_env_param_pointer() 327 _mesa_ProgramStringARB(GLenum target, GLenum format, GLsizei len, in _mesa_ProgramStringARB() 421 _mesa_ProgramEnvParameter4dARB(GLenum target, GLuint index, in _mesa_ProgramEnvParameter4dARB() 434 _mesa_ProgramEnvParameter4dvARB(GLenum target, GLuint index, in _mesa_ProgramEnvParameter4dvARB() 448 _mesa_ProgramEnvParameter4fARB(GLenum target, GLuint index, in _mesa_ProgramEnvParameter4fARB() 470 _mesa_ProgramEnvParameter4fvARB(GLenum target, GLuint index, in _mesa_ProgramEnvParameter4fvARB() 487 _mesa_ProgramEnvParameters4fvEXT(GLenum target, GLuint index, GLsizei count, in _mesa_ProgramEnvParameters4fvEXT() [all …]
|
D | teximage.h | 44 _mesa_is_cube_face(GLenum target) in _mesa_is_cube_face() 58 _mesa_num_tex_faces(GLenum target) in _mesa_num_tex_faces() 77 _mesa_cube_face_target(GLenum target, unsigned face) in _mesa_cube_face_target() 94 _mesa_tex_target_to_face(GLenum target) in _mesa_tex_target_to_face()
|
D | formatquery.c | 62 _legal_parameters(struct gl_context *ctx, GLenum target, GLenum internalformat, in _legal_parameters() 387 _is_target_supported(struct gl_context *ctx, GLenum target) in _is_target_supported() 456 _is_resource_supported(struct gl_context *ctx, GLenum target, in _is_resource_supported() 544 _is_internalformat_supported(struct gl_context *ctx, GLenum target, in _is_internalformat_supported() 582 GLenum target) in _legal_target_for_framebuffer_texture_layer() 612 _mesa_query_internal_format_default(struct gl_context *ctx, GLenum target, in _mesa_query_internal_format_default() 732 _equivalent_size_pname(GLenum target, in _equivalent_size_pname() 777 _get_target_dimensions(GLenum target) in _get_target_dimensions() 821 _is_multisample_target(GLenum target) in _is_multisample_target() 834 _mesa_GetInternalformativ(GLenum target, GLenum internalformat, GLenum pname, in _mesa_GetInternalformativ() [all …]
|
D | genmipmap.c | 43 GLenum target) in _mesa_is_valid_generate_texture_mipmap_target() 112 struct gl_texture_object *texObj, GLenum target, in generate_texture_mipmap() 173 struct gl_texture_object *texObj, GLenum target, in generate_texture_mipmap_error() 182 GLenum target, bool dsa) in generate_texture_mipmap_no_error() 193 _mesa_GenerateMipmap_no_error(GLenum target) in _mesa_GenerateMipmap_no_error() 202 _mesa_GenerateMipmap(GLenum target) in _mesa_GenerateMipmap()
|
/external/mockito/src/test/java/org/mockitousage/stubbing/ |
D | StubbingWithAdditionalAnswersTest.java | 102 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_one_parameter_function() local 132 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_two_parameter_function() local 150 final IMethods target = mock(IMethods.class); in can_return_based_on_strongly_typed_three_parameter_function() local 165 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_three_parameter_function() local 183 final IMethods target = mock(IMethods.class); in can_return_based_on_strongly_typed_four_parameter_function() local 199 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_four_parameter_function() local 218 final IMethods target = mock(IMethods.class); in can_return_based_on_strongly_typed_five_parameter_function() local 233 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_five_parameter_function() local
|
/external/libcxx/test/std/re/re.const/re.matchflag/ |
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
|
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
|
/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() 561 Local<Integer> target, Local<T> a, Local<T> b, int nanValue) { in compareFloatingPoint() 579 public void compareLongs(Local<Integer> target, Local<Long> a, Local<Long> b) { in compareLongs() 590 public <D, V> void iget(FieldId<D, ? extends V> fieldId, Local<V> target, Local<D> instance) { in iget() 608 public <V> void sget(FieldId<?, ? extends 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/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/v8/src/builtins/ |
D | builtins-reflect.cc | 23 Handle<Object> target = args.at(1); in BUILTIN() local 53 Handle<Object> target = args.at(1); in BUILTIN() local 76 Handle<Object> target = args.atOrUndefined(isolate, 1); in BUILTIN() local 100 Handle<Object> target = args.at(1); in BUILTIN() local 126 Handle<Object> target = args.at(1); in BUILTIN() local 143 Handle<Object> target = args.at(1); in BUILTIN() local 162 Handle<Object> target = args.at(1); in BUILTIN() local 184 Handle<Object> target = args.at(1); in BUILTIN() local 202 Handle<Object> target = args.atOrUndefined(isolate, 1); in BUILTIN() local 230 Handle<Object> target = args.at(1); in BUILTIN() local
|
/external/grpc-grpc/third_party/nanopb/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/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/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 | 1545 glGetColorTableEXT(GLenum target, GLenum format, GLenum type, GLvoid *table) in glGetColorTableEXT() 1554 glGetColorTableParameterfvEXT(GLenum target, GLenum pname, GLfloat *params) in glGetColorTableParameterfvEXT() 1562 glGetColorTableParameterivEXT(GLenum target, GLenum pname, GLint *params) in glGetColorTableParameterivEXT() 1570 gl_dispatch_stub_356(GLenum target, GLenum format, GLenum type, GLvoid * image) in gl_dispatch_stub_356() 1579 gl_dispatch_stub_357(GLenum target, GLenum pname, GLfloat * params) in gl_dispatch_stub_357() 1587 gl_dispatch_stub_358(GLenum target, GLenum pname, GLint * params) in gl_dispatch_stub_358() 1595 gl_dispatch_stub_359(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvo… in gl_dispatch_stub_359() 1606 gl_dispatch_stub_361(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values) in gl_dispatch_stub_361() 1616 gl_dispatch_stub_362(GLenum target, GLenum pname, GLfloat * params) in gl_dispatch_stub_362() 1624 gl_dispatch_stub_363(GLenum target, GLenum pname, GLint * params) in gl_dispatch_stub_363() [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/autotest/ |
D | ssp_deploy_config.json | 4 "target": "/etc/resolv.conf", string 10 "target": "/root/.ssh", string 16 "target": "/usr/local/autotest/shadow_config.ini", string 22 "target": "/usr/local/autotest/moblab_config.ini", string
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cSparseTextureTests.cpp | 61 …ureUtils::verifyQueryError(std::stringstream& log, const char* funcName, GLint target, GLint pname, in verifyQueryError() 104 GLint SparseTextureUtils::getTargetDepth(GLint target) in getTargetDepth() 130 void SparseTextureUtils::getTexturePageSizes(const glw::Functions& gl, glw::GLint target, glw::GLin… in getTexturePageSizes() 152 void SparseTextureUtils::getTextureLevelSize(GLint target, TextureState& state, GLint level, GLint&… in getTextureLevelSize() 178 void Texture::Bind(const Functions& gl, GLuint id, GLenum target) in Bind() 225 void Texture::Storage(const Functions& gl, GLenum target, GLsizei levels, GLenum internal_format, G… in Storage() 266 void Texture::GetData(const glw::Functions& gl, glw::GLint level, glw::GLenum target, glw::GLenum f… in GetData() 287 void Texture::SubImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLint x… in SubImage() 374 const GLint& target = *iter; in iterate() local 399 const GLint& target = *iter; in iterate() local [all …]
|
/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
|
/external/libcxx/test/std/re/re.alg/re.alg.match/ |
D | parse_curly_brackets.pass.cpp | 30 std::string target("{a}"); in test1() local 40 std::string target("{a}"); in test2() local 50 std::string target("{a}"); in test3() local 60 std::string target("{a}"); in test4() local
|