Home
last modified time | relevance | path

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

12345678910>>...119

/third_party/ltp/tools/sparse/sparse-src/
Dtarget.h79 struct target { struct
94 const struct target *target_32bit; argument
95 const struct target *target_x32bit; argument
96 const struct target *target_64bit; argument
100 void (*init)(const struct target *self); argument
102 void (*predefine)(const struct target *self); argument
106 extern const struct target target_default; argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java209 void readDoubleList(List<Double> target) throws IOException; in readDoubleList()
217 void readFloatList(List<Float> target) throws IOException; in readFloatList()
225 void readUInt64List(List<Long> target) throws IOException; in readUInt64List()
233 void readInt64List(List<Long> target) throws IOException; in readInt64List()
241 void readInt32List(List<Integer> target) throws IOException; in readInt32List()
249 void readFixed64List(List<Long> target) throws IOException; in readFixed64List()
257 void readFixed32List(List<Integer> target) throws IOException; in readFixed32List()
265 void readBoolList(List<Boolean> target) throws IOException; in readBoolList()
272 void readStringList(List<String> target) throws IOException; in readStringList()
280 void readStringListRequireUtf8(List<String> target) throws IOException; in readStringListRequireUtf8()
[all …]
DUnsafeUtil.java120 static byte getByte(Object target, long offset) { in getByte()
124 static void putByte(Object target, long offset, byte value) { in putByte()
128 static int getInt(Object target, long offset) { in getInt()
132 static void putInt(Object target, long offset, int value) { in putInt()
136 static long getLong(Object target, long offset) { in getLong()
140 static void putLong(Object target, long offset, long value) { in putLong()
144 static boolean getBoolean(Object target, long offset) { in getBoolean()
148 static void putBoolean(Object target, long offset, boolean value) { in putBoolean()
152 static float getFloat(Object target, long offset) { in getFloat()
156 static void putFloat(Object target, long offset, float value) { in putFloat()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DvalidationGL13.cpp15 GLenum target, in ValidateCompressedTexImage1D()
27 GLenum target, in ValidateCompressedTexSubImage1D()
38 bool ValidateGetCompressedTexImage(Context *context, GLenum target, GLint level, void *img) in ValidateGetCompressedTexImage()
63 bool ValidateMultiTexCoord1d(Context *context, GLenum target, GLdouble s) in ValidateMultiTexCoord1d()
68 bool ValidateMultiTexCoord1dv(Context *context, GLenum target, const GLdouble *v) in ValidateMultiTexCoord1dv()
73 bool ValidateMultiTexCoord1f(Context *context, GLenum target, GLfloat s) in ValidateMultiTexCoord1f()
78 bool ValidateMultiTexCoord1fv(Context *context, GLenum target, const GLfloat *v) in ValidateMultiTexCoord1fv()
83 bool ValidateMultiTexCoord1i(Context *context, GLenum target, GLint s) in ValidateMultiTexCoord1i()
88 bool ValidateMultiTexCoord1iv(Context *context, GLenum target, const GLint *v) in ValidateMultiTexCoord1iv()
93 bool ValidateMultiTexCoord1s(Context *context, GLenum target, GLshort s) in ValidateMultiTexCoord1s()
[all …]
/third_party/boost/boost/phoenix/object/detail/
Dtarget.hpp16 struct target struct
18 typedef T type;
24 struct target struct
30 target_type;
31 typedef typename target_type::type type;
35 struct target<T const&> struct
40 struct target<T&> struct
/third_party/jerryscript/tests/jerry/es2015/
Dproxy_own_keys.js27 var target = {}; variable
28 var handler = { ownKeys (target) { argument
69 var target = { prop1: "prop1", prop2: "prop2"}; variable
72 ownKeys: function(target) { argument
84 handler.ownKeys = function(target) {return Object.getOwnPropertyNames(target);}; argument
92 var target = { prop1: "prop1", prop2: "prop2"}; variable
99 var target = { prop1: "prop1", prop2: "prop2"}; variable
106 var target = { prop1: "prop1", prop2: "prop2"}; variable
118 var target = { prop1: "prop1", prop2: "prop2"}; variable
120 ownKeys: function(target) { argument
[all …]
Dproxy_has.js19 var target = {}; variable
20 var handler = { has (target) { argument
57 var target = { variable
62 has: function(target, prop) { argument
72 var target = { variable
78 has: function(target, prop) { argument
92 var target = { variable
101 var target = { variable
110 var target = { variable
124 var target = { variable
[all …]
Dproxy_is_extensible.js20 var target = {}; variable
21 var handler = { isExtensible (target) { argument
84 var target = { prop1: true }; variable
86 isExtensible(target) { argument
102 isExtensible(target) { argument
119 isExtensible (target) { argument
138 isExtensible(target) { argument
144 isExtensible(target) { argument
Dproxy_prevent_extensions.js19 var target = {}; variable
20 var handler = { preventExtensions (target) { argument
77 var target = { foo: "bar" }; variable
79 preventExtensions(target) { argument
98 preventExtensions(target) { argument
115 preventExtensions(target) { argument
134 preventExtensions(target) { argument
Dproxy_set_prototoype_of.js19 var target = {}; variable
20 var handler = { setPrototypeOf (target) { argument
36 var target = { variable
41 setPrototypeOf(target, targetrProto) { argument
82 handler.setPrototypeOf = function(target, proto) { argument
144 setPrototypeOf(target, proto) { argument
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dentry_point_packed_gl_enums.json23 "target": "QueryType" string
26 "target": "BufferBinding", string
30 "target": "BufferBinding", string
34 "target": "BufferBinding", string
50 "target": "TextureType", string
63 "target": "BufferBinding", string
67 "target": "BufferBinding" string
104 "target": "TextureTarget" string
107 "target": "TextureTarget" string
110 "target": "TextureTarget" string
[all …]
/third_party/mesa3d/src/mesa/main/
Dhistogram.c37 _mesa_GetnMinmaxARB(GLenum target, GLboolean reset, GLenum format, in _mesa_GetnMinmaxARB()
47 _mesa_GetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, in _mesa_GetMinmax()
55 _mesa_GetnHistogramARB(GLenum target, GLboolean reset, GLenum format, in _mesa_GetnHistogramARB()
65 _mesa_GetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, in _mesa_GetHistogram()
73 _mesa_GetHistogramParameterfv(GLenum target, GLenum pname, GLfloat *params) in _mesa_GetHistogramParameterfv()
82 _mesa_GetHistogramParameteriv(GLenum target, GLenum pname, GLint *params) in _mesa_GetHistogramParameteriv()
91 _mesa_GetMinmaxParameterfv(GLenum target, GLenum pname, GLfloat *params) in _mesa_GetMinmaxParameterfv()
100 _mesa_GetMinmaxParameteriv(GLenum target, GLenum pname, GLint *params) in _mesa_GetMinmaxParameteriv()
109 _mesa_Histogram(GLenum target, GLsizei width, GLenum internalFormat, GLboolean sink) in _mesa_Histogram()
118 _mesa_Minmax(GLenum target, GLenum internalFormat, GLboolean sink) in _mesa_Minmax()
[all …]
Darbprogram.c47 flush_vertices_for_program_constants(struct gl_context *ctx, GLenum target) in flush_vertices_for_program_constants()
64 lookup_or_create_program(GLuint id, GLenum target, const char* caller) in lookup_or_create_program()
105 _mesa_BindProgramARB(GLenum target, GLuint id) in _mesa_BindProgramARB()
272 get_current_program(struct gl_context* ctx, GLenum target, const char* caller) in get_current_program()
291 struct gl_program* prog, GLenum target, in get_local_param_pointer()
332 GLenum target, GLuint index, GLfloat **param) in get_env_param_pointer()
358 set_program_string(struct gl_program *prog, GLenum target, GLenum format, GLsizei len, in set_program_string()
462 _mesa_ProgramStringARB(GLenum target, GLenum format, GLsizei len, in _mesa_ProgramStringARB()
480 _mesa_NamedProgramStringEXT(GLuint program, GLenum target, GLenum format, GLsizei len, in _mesa_NamedProgramStringEXT()
497 _mesa_ProgramEnvParameter4dARB(GLenum target, GLuint index, in _mesa_ProgramEnvParameter4dARB()
[all …]
Dconvolve.c40 _mesa_ConvolutionFilter1D(GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenu… in _mesa_ConvolutionFilter1D()
48 _mesa_ConvolutionFilter2D(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLen… in _mesa_ConvolutionFilter2D()
57 _mesa_ConvolutionParameterf(GLenum target, GLenum pname, GLfloat param) in _mesa_ConvolutionParameterf()
66 _mesa_ConvolutionParameterfv(GLenum target, GLenum pname, const GLfloat *params) in _mesa_ConvolutionParameterfv()
75 _mesa_ConvolutionParameteri(GLenum target, GLenum pname, GLint param) in _mesa_ConvolutionParameteri()
84 _mesa_ConvolutionParameteriv(GLenum target, GLenum pname, const GLint *params) in _mesa_ConvolutionParameteriv()
93 _mesa_CopyConvolutionFilter1D(GLenum target, GLenum internalFormat, GLint x, GLint y, GLsizei width) in _mesa_CopyConvolutionFilter1D()
102 _mesa_CopyConvolutionFilter2D(GLenum target, GLenum internalFormat, GLint x, GLint y, GLsizei width… in _mesa_CopyConvolutionFilter2D()
111 _mesa_GetnConvolutionFilterARB(GLenum target, GLenum format, GLenum type, in _mesa_GetnConvolutionFilterARB()
121 _mesa_GetConvolutionFilter(GLenum target, GLenum format, GLenum type, in _mesa_GetConvolutionFilter()
[all …]
Dcolortab.c41 _mesa_ColorTable( GLenum target, GLenum internalFormat, in _mesa_ColorTable()
52 _mesa_ColorSubTable( GLenum target, GLsizei start, in _mesa_ColorSubTable()
63 _mesa_CopyColorTable(GLenum target, GLenum internalformat, in _mesa_CopyColorTable()
73 _mesa_CopyColorSubTable(GLenum target, GLsizei start, in _mesa_CopyColorSubTable()
83 _mesa_GetnColorTableARB( GLenum target, GLenum format, GLenum type, in _mesa_GetnColorTableARB()
92 _mesa_GetColorTable( GLenum target, GLenum format, in _mesa_GetColorTable()
101 _mesa_ColorTableParameterfv(GLenum target, GLenum pname, const GLfloat *params) in _mesa_ColorTableParameterfv()
111 _mesa_ColorTableParameteriv(GLenum target, GLenum pname, const GLint *params) in _mesa_ColorTableParameteriv()
121 _mesa_GetColorTableParameterfv( GLenum target, GLenum pname, GLfloat *params ) in _mesa_GetColorTableParameterfv()
130 _mesa_GetColorTableParameteriv( GLenum target, GLenum pname, GLint *params ) in _mesa_GetColorTableParameteriv()
/third_party/boost/boost/python/
Dobject_protocol.hpp27 object getattr(Target const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key)) in getattr()
33 object getattr(Target const& target, Key const& key, Default const& default_ BOOST_PYTHON_NO_ARRAY_… in getattr()
40 void setattr(object const& target, Key const& key, Value const& value BOOST_PYTHON_NO_ARRAY_ARG(Key… in setattr()
46 void delattr(object const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key)) in delattr()
52 object getitem(Target const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key)) in getitem()
59 void setitem(object const& target, Key const& key, Value const& value BOOST_PYTHON_NO_ARRAY_ARG(Key… in setitem()
65 void delitem(object const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key)) in delitem()
71 object getslice(Target const& target, Begin const& begin, End const& end) in getslice()
77 void setslice(object const& target, Begin const& begin, End const& end, Value const& value) in setslice()
83 void delslice(object const& target, Begin const& begin, End const& end) in delslice()
/third_party/musl/libc-test/src/functionalext/supplement/ctype/
Dwctype.c30 wctype_t target = 1; in wctype_0100() local
49 wctype_t target = 2; in wctype_0200() local
68 wctype_t target = 3; in wctype_0300() local
87 wctype_t target = 4; in wctype_0400() local
106 wctype_t target = 5; in wctype_0500() local
125 wctype_t target = 6; in wctype_0600() local
144 wctype_t target = 7; in wctype_0700() local
163 wctype_t target = 8; in wctype_0800() local
182 wctype_t target = 9; in wctype_0900() local
201 wctype_t target = 10; in wctype_1000() local
[all …]
/third_party/node/src/
Dnode_constants.cc61 void DefineErrnoConstants(Local<Object> target) { in DefineErrnoConstants()
379 void DefineWindowsErrorConstants(Local<Object> target) { in DefineWindowsErrorConstants()
613 void DefineSignalConstants(Local<Object> target) { in DefineSignalConstants()
762 void DefinePriorityConstants(Local<Object> target) { in DefinePriorityConstants()
800 void DefineCryptoConstants(Local<Object> target) { in DefineCryptoConstants()
1098 void DefineSystemConstants(Local<Object> target) { in DefineSystemConstants()
1281 void DefineDLOpenConstants(Local<Object> target) { in DefineDLOpenConstants()
1303 void DefineTraceConstants(Local<Object> target) { in DefineTraceConstants()
1334 void DefineConstants(v8::Isolate* isolate, Local<Object> target) { in DefineConstants()
/third_party/boost/libs/python/src/
Dobject_protocol.cpp13 BOOST_PYTHON_DECL object getattr(object const& target, object const& key) in getattr()
18 BOOST_PYTHON_DECL object getattr(object const& target, object const& key, object const& default_) in getattr()
29 BOOST_PYTHON_DECL void setattr(object const& target, object const& key, object const& value) in setattr()
35 BOOST_PYTHON_DECL void delattr(object const& target, object const& key) in delattr()
41 BOOST_PYTHON_DECL object getattr(object const& target, char const* key) in getattr()
49 BOOST_PYTHON_DECL object getattr(object const& target, char const* key, object const& default_) in getattr()
60 BOOST_PYTHON_DECL void setattr(object const& target, char const* key, object const& value) in setattr()
70 BOOST_PYTHON_DECL void delattr(object const& target, char const* key) in delattr()
80 BOOST_PYTHON_DECL object getitem(object const& target, object const& key) in getitem()
86 BOOST_PYTHON_DECL void setitem(object const& target, object const& key, object const& value) in setitem()
[all …]
/third_party/node/test/parallel/
Dtest-eventtarget.js237 const target = new EventTarget(); constant
270 const target = new EventTarget(); constant
276 const target = new EventTarget(); constant
284 const target = new EventTarget(); constant
294 const target = new EventTarget(); constant
304 const target = new EventTarget(); constant
328 const target = new EventTarget(); constant
340 const target = new EventTarget(); constant
353 const target = new EventTarget(); constant
359 const target = new EventTarget(); constant
[all …]
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.h646 int field_number, const MessageLite& value, uint8* target) { in WriteGroupToArray()
656 int field_number, const MessageLite& value, uint8* target) { in WriteMessageToArray()
885 const std::string& unknown_fields, uint8* target, in InternalSerializeUnknownMessageSetItemsToArray()
1355 uint8* target) { in WriteTagToArray()
1361 uint8* target) { in WriteInt32NoTagToArray()
1365 uint8* target) { in WriteInt64NoTagToArray()
1370 uint8* target) { in WriteUInt32NoTagToArray()
1374 uint8* target) { in WriteUInt64NoTagToArray()
1378 uint8* target) { in WriteSInt32NoTagToArray()
1383 uint8* target) { in WriteSInt64NoTagToArray()
[all …]
/third_party/boost/tools/build/src/tools/
Ddoxproc.py232 def _translateDescription( self, node, target=None, tag='description', **kwargs ): argument
300 def _translate_index_(self, entries, target=None, **kwargs ): argument
320 def _translate_compounddef( self, node, target=None, **kwargs ): argument
327 def _translate_compounddef_namespace( self, node, target=None, **kwargs ): argument
349 def _translate_compounddef_class( self, node, target=None, **kwargs ): argument
358 def _translate_compounddef_struct( self, node, tag='struct', target=None, **kwargs ): argument
386 def _translate_compounddef_includes_( self, node, target=None, **kwargs ): argument
403 def _translate_basecompoundref( self, ref, target=None, **kwargs ): argument
427 def _translate_templateparamlist( self, templateparamlist, target=None, **kwargs ): argument
456 def _translate_briefdescription( self, brief, target=None, **kwargs ): argument
[all …]
/third_party/glib/gio/
Dgsrvtarget.c91 GSrvTarget *target = g_slice_new0 (GSrvTarget); in G_DEFINE_BOXED_TYPE() local
112 g_srv_target_copy (GSrvTarget *target) in g_srv_target_copy()
127 g_srv_target_free (GSrvTarget *target) in g_srv_target_free()
147 g_srv_target_get_hostname (GSrvTarget *target) in g_srv_target_get_hostname()
163 g_srv_target_get_port (GSrvTarget *target) in g_srv_target_get_port()
181 g_srv_target_get_priority (GSrvTarget *target) in g_srv_target_get_priority()
199 g_srv_target_get_weight (GSrvTarget *target) in g_srv_target_get_weight()
237 GSrvTarget *target; in g_srv_target_list_sort() local
/third_party/gn/src/gn/
Dsubstitution_writer.cc206 const Target* target, in ApplyPatternToSource()
220 const Target* target, in ApplyPatternToSourceAsString()
239 const Target* target, in ApplyPatternToSourceAsOutputFile()
249 void SubstitutionWriter::ApplyListToSource(const Target* target, in ApplyListToSource()
260 const Target* target, in ApplyListToSourceAsString()
272 const Target* target, in ApplyListToSourceAsOutputFile()
284 const Target* target, in ApplyListToSources()
296 const Target* target, in ApplyListToSourcesAsString()
308 const Target* target, in ApplyListToSourcesAsOutputFile()
320 const Target* target, in WriteNinjaVariablesForSource()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_3_autogen.cpp64 void GL_APIENTRY CompressedTexImage1D(GLenum target, in CompressedTexImage1D()
96 void GL_APIENTRY CompressedTexImage2D(GLenum target, in CompressedTexImage2D()
132 void GL_APIENTRY CompressedTexImage3D(GLenum target, in CompressedTexImage3D()
169 void GL_APIENTRY CompressedTexSubImage1D(GLenum target, in CompressedTexSubImage1D()
200 void GL_APIENTRY CompressedTexSubImage2D(GLenum target, in CompressedTexSubImage2D()
236 void GL_APIENTRY CompressedTexSubImage3D(GLenum target, in CompressedTexSubImage3D()
275 void GL_APIENTRY GetCompressedTexImage(GLenum target, GLint level, void *img) in GetCompressedTexImage()
362 void GL_APIENTRY MultiTexCoord1d(GLenum target, GLdouble s) in MultiTexCoord1d()
381 void GL_APIENTRY MultiTexCoord1dv(GLenum target, const GLdouble *v) in MultiTexCoord1dv()
400 void GL_APIENTRY MultiTexCoord1f(GLenum target, GLfloat s) in MultiTexCoord1f()
[all …]

12345678910>>...119