Home
last modified time | relevance | path

Searched defs:target (Results 1 – 25 of 1954) sorted by relevance

12345678910>>...79

/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DFactoryModuleBuilder.java211 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/skia/tools/json/
DSkJSONRenderer.cpp84 void Renderer::processCommand(Json::Value& command, SkCanvas* target) { in processCommand()
161 static void apply_paint_color(Json::Value& jsonPaint, SkPaint* target) { in apply_paint_color()
170 static Json::ArrayIndex decode_data(Json::Value bytes, void** target) { in decode_data()
281 static void apply_paint_shader(Json::Value& jsonPaint, SkPaint* target) { in apply_paint_shader()
292 static void apply_paint_patheffect(Json::Value& jsonPaint, SkPaint* target) { in apply_paint_patheffect()
303 static void apply_paint_maskfilter(Json::Value& jsonPaint, SkPaint* target) { in apply_paint_maskfilter()
314 static void apply_paint_colorfilter(Json::Value& jsonPaint, SkPaint* target) { in apply_paint_colorfilter()
325 static void apply_paint_xfermode(Json::Value& jsonPaint, SkPaint* target) { in apply_paint_xfermode()
336 static void apply_paint_imagefilter(Json::Value& jsonPaint, SkPaint* target) { in apply_paint_imagefilter()
347 static void apply_paint_style(Json::Value& jsonPaint, SkPaint* target) { in apply_paint_style()
[all …]
/external/mesa3d/src/mesa/main/
Dhistogram.c47 _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 …]
Dconvolve.c47 _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 …]
Darbprogram.c73 _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 …]
Dcolortab.c45 _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()
Dtexstorage.c52 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 …]
Dtexparam.c56 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 …]
Dteximage.c556 _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 …]
/external/v8/test/mjsunit/harmony/
Dproxies-json.js47 get: function(target, name) { argument
83 get: function(target, name) { argument
106 get: function(target, name, receiver) { argument
129 get: function(target, name) { argument
132 enumerate: function(target) { argument
138 getOwnPropertyDescriptor: function(target, name) { argument
151 get: function(target, name) { argument
155 enumerate: function(target) { argument
161 getOwnPropertyDescriptor: function(target, name) { argument
173 get: function(target, name) { argument
[all …]
Dproxies-set-prototype-of.js7 var target = { target: 1 }; property
29 handler.setPrototypeOf = function(target, proto) { argument
59 var target = { target: 1 }; variable
74 var target = { target: 1 }; variable
88 handler2.setPrototypeOf = function(target, value) { argument
Dproxies-apply.js17 var target = function() { function
34 var target = function(a) { function
46 var target = function(a, b) { function
60 var target = function() { function
72 var target = function(a, b) { function
78 apply: function(target, this_arg, args) { argument
Dproxies-enumerate.js7 var target = { variable
14 enumerate: function(target) { argument
23 has: function(target, name) { argument
61 handler.enumerate = function(target) { argument
80 has(target, key) { return false } argument
89 handler.has = function(target, key) { return true }; argument
/external/vogar/test/vogar/target/
DJUnitRunnerTest.java53 Class<?> target = SimpleTest.class; in test_run_for_SimpleTest_should_perform_test() local
64 Class<?> target = SuiteTest.class; in test_run_for_SuiteTest_should_perform_tests() local
81 Class<?> target = SimpleTest2.class; in test_run_for_SimpleTest2_with_ActionName_should_perform_test() local
96 Class<?> target = SimpleTest2.class; in test_run_for_SimpleTest2_limiting_to_1method_should_perform_test() local
108 Class<?> target = SimpleTest2.class; in test_run_for_SimpleTest2_limiting_to_2methods_should_perform_test() local
122 Class<?> target = SimpleTest2.class; in test_limiting_to_1method_and_run_for_SimpleTest2_should_perform_test() local
134 Class<?> target = SimpleTest2.class; in test_limiting_to_wrong_1method_and_run_for_SimpleTest2_should_fail_test() local
154 Class<?> target = SimpleTest2.class; in test_run_for_SimpleTest2_limiting_to_1method_with_both_run_should_perform_test() local
168 Class<?> target = FailTest.class; in test_run_for_FailTest_should_perform_test() local
192 Class<?> target = LongTest.class; in test_run_for_LongTest_with_time_limit_should_report_time_out() local
[all …]
/external/protobuf/src/google/protobuf/
Dwire_format_lite_inl.h587 uint8* target) { in WriteTagToArray()
593 uint8* target) { in WriteInt32NoTagToArray()
597 uint8* target) { in WriteInt64NoTagToArray()
602 uint8* target) { in WriteUInt32NoTagToArray()
606 uint8* target) { in WriteUInt64NoTagToArray()
610 uint8* target) { in WriteSInt32NoTagToArray()
615 uint8* target) { in WriteSInt64NoTagToArray()
620 uint8* target) { in WriteFixed32NoTagToArray()
624 uint8* target) { in WriteFixed64NoTagToArray()
628 uint8* target) { in WriteSFixed32NoTagToArray()
[all …]
/external/dexmaker/src/main/java/com/google/dexmaker/
DCode.java317 private void adopt(Label target) { in adopt()
347 public void jump(Label target) { in jump()
476 public <T> void loadConstant(Local<T> target, T value) { in loadConstant()
493 public <T> void move(Local<T> target, Local<T> source) { in move()
503 public <T> void op(UnaryOp op, Local<T> target, Local<T> source) { in op()
514 public <T1, T2> void op(BinaryOp op, Local<T1> target, Local<T1> a, Local<T2> b) { in op()
548 Local<Integer> target, Local<T> a, Local<T> b, int nanValue) { in compareFloatingPoint()
566 public void compareLongs(Local<Integer> target, Local<Long> a, Local<Long> b) { in compareLongs()
577 public <D, V> void iget(FieldId<D, V> fieldId, Local<V> target, Local<D> instance) { in iget()
595 public <V> void sget(FieldId<?, V> fieldId, Local<V> target) { in sget()
[all …]
/external/tpm2/
Dtpm_generated.c33 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/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1550 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/iptables/extensions/
Dlibxt_SET.c52 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()
186 const void *entry, struct xt_entry_target **target) in set_target_parse_v1()
222 set_target_print_v1(const void *ip, const struct xt_entry_target *target, in set_target_print_v1()
232 set_target_save_v1(const void *ip, const struct xt_entry_target *target) in set_target_save_v1()
279 set_target_init_v2(struct xt_entry_target *target) in set_target_init_v2()
291 const void *entry, struct xt_entry_target **target) in set_target_parse_v2()
[all …]
/external/libcxx/test/std/re/re.const/re.matchflag/
Dmatch_not_eol.pass.cpp24 std::string target = "foo"; in main() local
31 std::string target = "foo"; in main() local
38 std::string target = "refoo"; in main() local
45 std::string target = "refoo"; in main() local
Dmatch_not_bol.pass.cpp24 std::string target = "foo"; in main() local
31 std::string target = "foo"; in main() local
38 std::string target = "fooby"; in main() local
45 std::string target = "fooby"; in main() local
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp69 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/parameter-framework/asio-1.10.6/include/asio/
Dbuffer.hpp1143 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/libchrome/base/memory/
Dweak_ptr_unittest.cc51 WeakPtr<Target> target; member
66 void CreateArrowFromTarget(Arrow** arrow, Target* target) { in CreateArrowFromTarget()
133 Target* target, in DoCreateArrowFromTarget()
252 Target target; in TEST() local
258 DerivedTarget target; in TEST() local
298 scoped_ptr<Target> target(OffThreadObjectCreator<Target>::NewObject()); in TEST() local
308 Target target; in TEST() local
320 Target* target = new Target(); in TEST() local
353 Target target; in TEST() local
380 scoped_ptr<TargetWithFactory> target(new TargetWithFactory); in TEST() local
[all …]
/external/nanopb-c/tests/site_scons/
Dsite_init.py16 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

12345678910>>...79