Home
last modified time | relevance | path

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

12345678910>>...59

/external/v8/test/mjsunit/harmony/
Dproxies-json.js39 get: function(target, name) { argument
42 enumerate: function(target) { argument
45 getOwnPropertyDescriptor: function(target, name) { argument
68 get: function(target, name) { argument
72 enumerate: function(target) { argument
75 getOwnPropertyDescriptor: function(target, name) { argument
89 get: function(target, name) { argument
93 enumerate: function(target) { argument
96 getOwnPropertyDescriptor: function(target, name) { argument
108 get: function(target, name) { argument
[all …]
/external/vogar/test/vogar/target/
DJUnitRunnerTest.java71 Class<?> target = SimpleTest.class; in test_init_and_run_for_SimpleTest_should_perform_test() local
81 Class<?> target = SuiteTest.class; in test_init_and_run_for_SuiteTest_should_perform_tests() local
97 Class<?> target = SimpleTest2.class; in test_init_and_run_for_SimpleTest2_with_ActionName_should_perform_test() local
112 Class<?> target = SimpleTest2.class; in test_init_and_run_for_SimpleTest2_limitting_to_1method_should_perform_test() local
123 Class<?> target = SimpleTest2.class; in test_init_and_run_for_SimpleTest2_limitting_to_2methods_should_perform_test() local
136 Class<?> target = SimpleTest2.class; in test_init_limitting_to_1method_and_run_for_SimpleTest2_should_perform_test() local
148 Class<?> target = SuiteTest.class; in test_init_limitting_to_1method_and_run_for_SuiteTest_should_throw_exception() local
159 Class<?> target = SimpleTest2.class; in test_init_limitting_to_wrong_1method_and_run_for_SimpleTest2_should_fail_test() local
178 Class<?> target = SimpleTest2.class; in test_init_and_run_for_SimpleTest2_limitting_to_1method_with_both_init_and_run_should_perform_test() local
189 Class<?> target = FailTest.class; in test_init_and_run_for_FailTest_should_perform_test() local
[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 …]
Deval.c59 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/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/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/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 …]
Dlibxt_NFQUEUE.c120 const struct xt_entry_target *target, int numeric) in NFQUEUE_print()
128 const struct xt_entry_target *target, int numeric) in NFQUEUE_print_v1()
142 const struct xt_entry_target *target, int numeric) in NFQUEUE_print_v2()
152 const struct xt_entry_target *target, int numeric) in NFQUEUE_print_v3()
161 static void NFQUEUE_save(const void *ip, const struct xt_entry_target *target) in NFQUEUE_save()
169 static void NFQUEUE_save_v1(const void *ip, const struct xt_entry_target *target) in NFQUEUE_save_v1()
182 static void NFQUEUE_save_v2(const void *ip, const struct xt_entry_target *target) in NFQUEUE_save_v2()
193 const struct xt_entry_target *target) in NFQUEUE_save_v3()
Dlibxt_TPROXY.c50 static void tproxy_tg_print(const void *ip, const struct xt_entry_target *target, in tproxy_tg_print()
61 tproxy_tg_print4(const void *ip, const struct xt_entry_target *target, in tproxy_tg_print4()
74 tproxy_tg_print6(const void *ip, const struct xt_entry_target *target, in tproxy_tg_print6()
86 static void tproxy_tg_save(const void *ip, const struct xt_entry_target *target) in tproxy_tg_save()
98 tproxy_tg_save4(const void *ip, const struct xt_entry_target *target) in tproxy_tg_save4()
110 tproxy_tg_save6(const void *ip, const struct xt_entry_target *target) in tproxy_tg_save6()
/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
/external/android-clat/
Dgetaddr.c32 struct target { struct
42 * data - (struct target) info for which address we're looking for argument
/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/jetty/src/java/org/eclipse/jetty/server/handler/
DScopedHandler.java132 …public final void handle(String target, Request baseRequest, HttpServletRequest request, HttpServl… in handle()
144 …public abstract void doScope(String target, Request baseRequest, HttpServletRequest request, HttpS… in doScope()
151 …public final void nextScope(String target, Request baseRequest, HttpServletRequest request, HttpSe… in nextScope()
169 …public abstract void doHandle(String target, Request baseRequest, HttpServletRequest request, Http… in doHandle()
176 …public final void nextHandle(String target, final Request baseRequest, HttpServletRequest request,… in nextHandle()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DOptionalMethod.java54 public boolean isSupported(T target) { in isSupported()
66 public Object invokeOptional(T target, Object... args) throws InvocationTargetException { in invokeOptional()
85 public Object invokeOptionalWithoutCheckedException(T target, Object... args) { in invokeOptionalWithoutCheckedException()
106 public Object invoke(T target, Object... args) throws InvocationTargetException { in invoke()
128 public Object invokeWithoutCheckedException(T target, Object... args) { in invokeWithoutCheckedException()
/external/mesa3d/src/glx/
Dindirect_texture_compression.c43 __indirect_glGetCompressedTexImageARB(GLenum target, GLint level, in __indirect_glGetCompressedTexImageARB()
76 CompressedTexImage1D2D(GLenum target, GLint level, in CompressedTexImage1D2D()
137 CompressedTexSubImage1D2D(GLenum target, GLint level, in CompressedTexSubImage1D2D()
194 __indirect_glCompressedTexImage1DARB(GLenum target, GLint level, in __indirect_glCompressedTexImage1DARB()
206 __indirect_glCompressedTexImage2DARB(GLenum target, GLint level, in __indirect_glCompressedTexImage2DARB()
219 __indirect_glCompressedTexImage3DARB(GLenum target, GLint level, in __indirect_glCompressedTexImage3DARB()
267 __indirect_glCompressedTexSubImage1DARB(GLenum target, GLint level, in __indirect_glCompressedTexSubImage1DARB()
280 __indirect_glCompressedTexSubImage2DARB(GLenum target, GLint level, in __indirect_glCompressedTexSubImage2DARB()
293 __indirect_glCompressedTexSubImage3DARB(GLenum target, GLint level, in __indirect_glCompressedTexSubImage3DARB()
/external/guava/guava/src/com/google/common/primitives/
DBytes.java74 public static boolean contains(byte[] array, byte target) { in contains()
92 public static int indexOf(byte[] array, byte target) { in indexOf()
98 byte[] array, byte target, int start, int end) { in indexOf()
118 public static int indexOf(byte[] array, byte[] target) { in indexOf()
146 public static int lastIndexOf(byte[] array, byte target) { in lastIndexOf()
152 byte[] array, byte target, int start, int end) { in lastIndexOf()
297 @Override public boolean contains(Object target) { in contains()
303 @Override public int indexOf(Object target) { in indexOf()
314 @Override public int lastIndexOf(Object target) { in lastIndexOf()
/external/libcxx/test/std/re/re.alg/re.alg.match/
Dparse_curly_brackets.pass.cpp29 std::string target("{a}"); in test1() local
39 std::string target("{a}"); in test2() local
49 std::string target("{a}"); in test3() local
59 std::string target("{a}"); in test4() local
/external/lldb/source/API/
DSBFrame.cpp118 Target *target = exe_ctx.GetTargetPtr(); in GetSymbolContext() local
160 Target *target = exe_ctx.GetTargetPtr(); in GetModule() local
202 Target *target = exe_ctx.GetTargetPtr(); in GetCompileUnit() local
242 Target *target = exe_ctx.GetTargetPtr(); in GetFunction() local
282 Target *target = exe_ctx.GetTargetPtr(); in GetSymbol() local
321 Target *target = exe_ctx.GetTargetPtr(); in GetBlock() local
359 Target *target = exe_ctx.GetTargetPtr(); in GetFrameBlock() local
399 Target *target = exe_ctx.GetTargetPtr(); in GetLineEntry() local
455 Target *target = exe_ctx.GetTargetPtr(); in GetPC() local
495 Target *target = exe_ctx.GetTargetPtr(); in SetPC() local
[all …]

12345678910>>...59