HomeSort by relevance Sort by last modified time
    Searched full:paramtype (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /external/webkit/Source/WebCore/dom/
CrossThreadTask.h 45 typedef const T& ParamType;
49 typedef T* ParamType;
53 typedef PassRefPtr<T> ParamType;
57 typedef PassOwnPtr<T> ParamType;
65 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
94 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
95 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
126 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
127 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
128 typedef typename CrossThreadTaskTraits<P3>::ParamType Param3
    [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/
generate_caller_cpp.py 75 paramType = parameter.split(' ')[0]
80 sys.stderr.write("%s is annotated: %s \n" % (functionName, paramType))
81 inout = paramType.split(":")[2]
82 annotation = paramType.split(":")[1]
83 paramType = paramType.split(":")[0]
98 paramType += "*"
99 arguments += "reinterpret_cast<%s>(const_cast<char *>(cmd.data().data()))" % (paramType)
100 elif paramType == "GLboolean":
103 arguments += "static_cast<%s>(cmd.arg%d())" % (paramType, paramIndex
    [all...]
generate_api_cpp.py 87 paramType = parameter.split(' ')[0]
93 sys.stderr.write("%s is annotated: %s \n" % (functionName, paramType))
94 inout = paramType.split(":")[2]
95 annotation = paramType.split(":")[1]
96 paramType = paramType.split(":")[0]
112 if paramType.find("void") >= 0:
115 getData += " msg.mutable_data()->assign(reinterpret_cast<const char *>(%s), %s * sizeof(%s));" % (paramName, annotation, paramType)
116 paramType += "*"
118 if paramType == "GLfloat" or paramType == "GLclampf" or paramType.find("*") >= 0
    [all...]
  /development/tools/glesv2debugger/
generate_MessageParser_java.py 207 paramType = parameter.split(' ')[0]
216 inout = paramType.split(":")[2]
217 annotation = paramType.split(":")[1]
218 paramType = paramType.split(":")[0]
233 if paramType == "GLfloat":
235 elif paramType == "GLint":
237 elif paramType == "GLuint":
240 assert paramType == 'GLchar'
241 elif paramType.find("void") >= 0
    [all...]
generate_MessageFormatter_java.py 159 paramType = parameter.split(' ')[0]
168 inout = paramType.split(":")[2]
169 annotation = paramType.split(":")[1]
170 paramType = paramType.split(":")[0]
185 if paramType == "GLfloat":
187 elif paramType == "GLint":
189 elif paramType == "GLuint":
192 assert paramType == "GLchar"
193 elif paramType.find("void") >= 0
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
generate_MessageParser_java.py 207 paramType = parameter.split(' ')[0]
216 inout = paramType.split(":")[2]
217 annotation = paramType.split(":")[1]
218 paramType = paramType.split(":")[0]
233 if paramType == "GLfloat":
235 elif paramType == "GLint":
237 elif paramType == "GLuint":
240 assert paramType == 'GLchar'
241 elif paramType.find("void") >= 0
    [all...]
generate_MessageFormatter_java.py 159 paramType = parameter.split(' ')[0]
168 inout = paramType.split(":")[2]
169 annotation = paramType.split(":")[1]
170 paramType = paramType.split(":")[0]
185 if paramType == "GLfloat":
187 elif paramType == "GLint":
189 elif paramType == "GLuint":
192 assert paramType == "GLchar"
193 elif paramType.find("void") >= 0
    [all...]
  /external/chromium/base/
tuple.h 43 // ParamType: what type to pass to functions (refs should not be constified).
49 typedef const P& ParamType;
56 typedef P& ParamType;
88 explicit Tuple1(typename TupleTraits<A>::ParamType a) : a(a) {}
100 Tuple2(typename TupleTraits<A>::ParamType a,
101 typename TupleTraits<B>::ParamType b)
117 Tuple3(typename TupleTraits<A>::ParamType a,
118 typename TupleTraits<B>::ParamType b,
119 typename TupleTraits<C>::ParamType c)
137 Tuple4(typename TupleTraits<A>::ParamType a
    [all...]
  /frameworks/base/docs/html/reference/renderscript/
rs__graphics_8rsh.html 81 <td class="paramtype"><a class="el" href="structrs__allocation.html">rs_allocation</a>&#160;</td>
105 <td class="paramtype"><a class="el" href="structrs__font.html">rs_font</a>&#160;</td>
129 <td class="paramtype"><a class="el" href="structrs__program__fragment.html">rs_program_fragment</a>&#160;</td>
153 <td class="paramtype"><a class="el" href="structrs__program__raster.html">rs_program_raster</a>&#160;</td>
177 <td class="paramtype"><a class="el" href="structrs__program__store.html">rs_program_store</a>&#160;</td>
201 <td class="paramtype"><a class="el" href="structrs__program__vertex.html">rs_program_vertex</a>&#160;</td>
225 <td class="paramtype"><a class="el" href="structrs__program__fragment.html">rs_program_fragment</a>&#160;</td>
231 <td class="paramtype"><a class="el" href="rs__types_8rsh.html#a4f5fce8c1ef282264f9214809524d836">uint</a>&#160;</td>
237 <td class="paramtype"><a class="el" href="structrs__sampler.html">rs_sampler</a>&#160;</td>
265 <td class="paramtype"><a class="el" href="structrs__program__fragment.html">rs_program_fragment</a>&#160;</td
    [all...]
rs__math_8rsh.html 66 <td class="paramtype"><a class="el" href="rs__types_8rsh.html#a4f5fce8c1ef282264f9214809524d836">uint</a>&#160;</td>
72 <td class="paramtype"><a class="el" href="rs__types_8rsh.html#a4f5fce8c1ef282264f9214809524d836">uint</a>&#160;</td>
78 <td class="paramtype"><a class="el" href="rs__types_8rsh.html#a4f5fce8c1ef282264f9214809524d836">uint</a>&#160;</td>
108 <td class="paramtype">int&#160;</td>
114 <td class="paramtype">int&#160;</td>
120 <td class="paramtype">int&#160;</td>
142 <td class="paramtype"><a class="el" href="rs__types_8rsh.html#a9e58a7bf060b7a5fbf6a401d3020adca">ushort</a>&#160;</td>
148 <td class="paramtype"><a class="el" href="rs__types_8rsh.html#a9e58a7bf060b7a5fbf6a401d3020adca">ushort</a>&#160;</td>
154 <td class="paramtype"><a class="el" href="rs__types_8rsh.html#a9e58a7bf060b7a5fbf6a401d3020adca">ushort</a>&#160;</td>
176 <td class="paramtype">short&#160;</td
    [all...]
rs__quaternion_8rsh.html 61 <td class="paramtype"><a class="el" href="rs__types_8rsh.html#a86f99f382dc35fc8ad98b524fe6d5447">rs_quaternion</a> *&#160;</td>
67 <td class="paramtype">const <a class="el" href="rs__types_8rsh.html#a86f99f382dc35fc8ad98b524fe6d5447">rs_quaternion</a> *&#160;</td>
98 <td class="paramtype"><a class="el" href="rs__types_8rsh.html#a86f99f382dc35fc8ad98b524fe6d5447">rs_quaternion</a> *&#160;</td>
124 <td class="paramtype">const <a class="el" href="rs__types_8rsh.html#a86f99f382dc35fc8ad98b524fe6d5447">rs_quaternion</a> *&#160;</td>
130 <td class="paramtype">const <a class="el" href="rs__types_8rsh.html#a86f99f382dc35fc8ad98b524fe6d5447">rs_quaternion</a> *&#160;</td>
162 <td class="paramtype"><a class="el" href="structrs__matrix4x4.html">rs_matrix4x4</a> *&#160;</td>
168 <td class="paramtype">const <a class="el" href="rs__types_8rsh.html#a86f99f382dc35fc8ad98b524fe6d5447">rs_quaternion</a> *&#160;</td>
199 <td class="paramtype"><a class="el" href="rs__types_8rsh.html#a86f99f382dc35fc8ad98b524fe6d5447">rs_quaternion</a> *&#160;</td>
205 <td class="paramtype">float&#160;</td>
211 <td class="paramtype">float&#160;</td
    [all...]
rs__debug_8rsh.html 63 <td class="paramtype">const char *&#160;</td>
69 <td class="paramtype">float&#160;</td>
91 <td class="paramtype">const char *&#160;</td>
97 <td class="paramtype">float&#160;</td>
103 <td class="paramtype">float&#160;</td>
125 <td class="paramtype">const char *&#160;</td>
131 <td class="paramtype">float&#160;</td>
137 <td class="paramtype">float&#160;</td>
143 <td class="paramtype">float&#160;</td>
165 <td class="paramtype">const char *&#160;</td
    [all...]
rs__matrix_8rsh.html 89 <td class="paramtype">const <a class="el" href="structrs__matrix4x4.html">rs_matrix4x4</a> *&#160;</td>
95 <td class="paramtype"><a class="el" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a>&#160;</td>
101 <td class="paramtype"><a class="el" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a>&#160;</td>
132 <td class="paramtype">const <a class="el" href="structrs__matrix3x3.html">rs_matrix3x3</a> *&#160;</td>
138 <td class="paramtype"><a class="el" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a>&#160;</td>
144 <td class="paramtype"><a class="el" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a>&#160;</td>
166 <td class="paramtype">const <a class="el" href="structrs__matrix2x2.html">rs_matrix2x2</a> *&#160;</td>
172 <td class="paramtype"><a class="el" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a>&#160;</td>
178 <td class="paramtype"><a class="el" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a>&#160;</td>
200 <td class="paramtype"><a class="el" href="structrs__matrix4x4.html">rs_matrix4x4</a> *&#160;</td
    [all...]
rs__core_8rsh.html 110 <td class="paramtype"><a class="el" href="structrs__script.html">rs_script</a>&#160;</td>
116 <td class="paramtype"><a class="el" href="structrs__allocation.html">rs_allocation</a>&#160;</td>
122 <td class="paramtype"><a class="el" href="structrs__allocation.html">rs_allocation</a>&#160;</td>
128 <td class="paramtype">const void *&#160;</td>
134 <td class="paramtype">const <a class="el" href="rs__core_8rsh.html#ae8756b32e23445f287960b9d0ffb449c">rs_script_call_t</a> *&#160;</td>
166 <td class="paramtype"><a class="el" href="structrs__script.html">rs_script</a>&#160;</td>
172 <td class="paramtype"><a class="el" href="structrs__allocation.html">rs_allocation</a>&#160;</td>
178 <td class="paramtype"><a class="el" href="structrs__allocation.html">rs_allocation</a>&#160;</td>
184 <td class="paramtype">const void *&#160;</td>
206 <td class="paramtype">int&#160;</td
    [all...]
rs__cl_8rsh.html 123 <td class="paramtype">float&#160;</td>
142 <td class="paramtype">float&#160;</td>
161 <td class="paramtype">float&#160;</td>
180 <td class="paramtype">float&#160;</td>
199 <td class="paramtype">float&#160;</td>
218 <td class="paramtype">float&#160;</td>
237 <td class="paramtype">float&#160;</td>
256 <td class="paramtype">float&#160;</td>
262 <td class="paramtype">float&#160;</td>
292 <td class="paramtype">float&#160;</td
    [all...]
rs__object_8rsh.html 82 <td class="paramtype"><a class="el" href="structrs__element.html">rs_element</a> *&#160;</td>
101 <td class="paramtype"><a class="el" href="structrs__type.html">rs_type</a> *&#160;</td>
119 <td class="paramtype"><a class="el" href="structrs__allocation.html">rs_allocation</a> *&#160;</td>
137 <td class="paramtype"><a class="el" href="structrs__sampler.html">rs_sampler</a> *&#160;</td>
155 <td class="paramtype"><a class="el" href="structrs__script.html">rs_script</a> *&#160;</td>
173 <td class="paramtype"><a class="el" href="structrs__mesh.html">rs_mesh</a> *&#160;</td>
191 <td class="paramtype"><a class="el" href="structrs__program__fragment.html">rs_program_fragment</a> *&#160;</td>
209 <td class="paramtype"><a class="el" href="structrs__program__vertex.html">rs_program_vertex</a> *&#160;</td>
227 <td class="paramtype"><a class="el" href="structrs__program__raster.html">rs_program_raster</a> *&#160;</td>
245 <td class="paramtype"><a class="el" href="structrs__program__store.html">rs_program_store</a> *&#160;</td
    [all...]
rs__allocation_8rsh.html 58 <td class="paramtype"><a class="el" href="structrs__allocation.html">rs_allocation</a>&#160;</td>
77 <td class="paramtype"><a class="el" href="structrs__allocation.html">rs_allocation</a>&#160;</td>
96 <td class="paramtype"><a class="el" href="structrs__allocation.html">rs_allocation</a>&#160;</td>
115 <td class="paramtype"><a class="el" href="structrs__allocation.html">rs_allocation</a>&#160;</td>
134 <td class="paramtype"><a class="el" href="structrs__allocation.html">rs_allocation</a>&#160;</td>
153 <td class="paramtype">const void *&#160;</td>
171 <td class="paramtype"><a class="el" href="structrs__allocation.html">rs_allocation</a>&#160;</td>
177 <td class="paramtype"><a class="el" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a>&#160;</td>
199 <td class="paramtype"><a class="el" href="structrs__allocation.html">rs_allocation</a>&#160;</td>
205 <td class="paramtype"><a class="el" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a>&#160;</td
    [all...]
  /cts/tools/signature-tools/test/signature/converter/
ConvertParameterizedTypeTest.java 88 ParameterizedType paramType = (ParameterizedType)field.getGenericType();
89 assertNotNull(paramType.getOwnerType());
99 ParameterizedType paramType = (ParameterizedType)field.getGenericType();
100 assertNotNull(paramType.getOwnerType());
112 ParameterizedType paramType = (ParameterizedType) field.getGenericType();
113 assertNotNull(paramType.getOwnerType());
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldGenericReflectionCornerCases.java 52 ParameterizedType paramType = (ParameterizedType) parameter;
53 Type[] actualTypeArguments = paramType.getActualTypeArguments();
95 ParameterizedType paramType = (ParameterizedType) parameter;
96 Type[] actualTypeArguments = paramType.getActualTypeArguments();
153 ParameterizedType paramType = (ParameterizedType) parameter;
154 Type[] actualTypeArguments = paramType.getActualTypeArguments();
206 ParameterizedType paramType = (ParameterizedType) parameter;
207 Type[] actualTypeArguments = paramType.getActualTypeArguments();
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCThreadTask.h 67 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
97 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
98 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
130 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
131 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
132 typedef typename CrossThreadTaskTraits<P3>::ParamType Param3;
167 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
168 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
169 typedef typename CrossThreadTaskTraits<P3>::ParamType Param3;
170 typedef typename CrossThreadTaskTraits<P4>::ParamType Param4
    [all...]
CCMainThreadTask.h 67 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
97 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
98 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
130 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
131 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
132 typedef typename CrossThreadTaskTraits<P3>::ParamType Param3;
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h.pump 133 typedef ::std::tr1::tuple<$for j, [[T$j]]> ParamType;
139 virtual ParamIteratorInterface<ParamType>* Begin() const {
142 virtual ParamIteratorInterface<ParamType>* End() const {
147 class Iterator : public ParamIteratorInterface<ParamType> {
149 Iterator(const ParamGeneratorInterface<ParamType>* base, $for j, [[
162 virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const {
180 virtual ParamIteratorInterface<ParamType>* Clone() const {
183 virtual const ParamType* Current() const { return &current_value_; }
184 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
215 current_value_ = ParamType($for j, [[*current$(j)_]])
    [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util-generated.h.pump 110 typedef ::std::tr1::tuple<$for j, [[T$j]]> ParamType;
116 virtual ParamIteratorInterface<ParamType>* Begin() const {
119 virtual ParamIteratorInterface<ParamType>* End() const {
124 class Iterator : public ParamIteratorInterface<ParamType> {
126 Iterator(const ParamGeneratorInterface<ParamType>* base, $for j, [[
139 virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const {
157 virtual ParamIteratorInterface<ParamType>* Clone() const {
160 virtual const ParamType* Current() const { return &current_value_; }
161 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
192 current_value_ = ParamType($for j, [[*current$(j)_]])
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util-generated.h.pump 116 typedef ::std::tr1::tuple<$for j, [[T$j]]> ParamType;
122 virtual ParamIteratorInterface<ParamType>* Begin() const {
125 virtual ParamIteratorInterface<ParamType>* End() const {
130 class Iterator : public ParamIteratorInterface<ParamType> {
132 Iterator(const ParamGeneratorInterface<ParamType>* base, $for j, [[
145 virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const {
163 virtual ParamIteratorInterface<ParamType>* Clone() const {
166 virtual const ParamType* Current() const { return &current_value_; }
167 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
198 current_value_ = ParamType($for j, [[*current$(j)_]])
    [all...]
  /external/webkit/Source/WebCore/fileapi/
FileThreadTask.h 74 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
104 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
105 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
137 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
138 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
139 typedef typename CrossThreadTaskTraits<P3>::ParamType Param3;

Completed in 563 milliseconds

1 2 3 4 5 6