OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:paramType
(Results
1 - 16
of
16
) sorted by null
/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());
ConvertClassTest.java
442
ITypeVariableDefinition
paramType
= ((ITypeVariableReference)param.getType()).getTypeVariableDefinition();
443
assertEquals("T",
paramType
.getName());
444
assertSame(sigClass,
paramType
.getGenericDeclaration());
[
all
...]
/development/tools/glesv2debugger/
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
...]
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
...]
/frameworks/base/opengl/libs/GLES2_dbg/
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
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
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
...]
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
...]
/dalvik/vm/oo/
Object.cpp
232
const char*
paramType
= dexParameterIteratorNextDescriptor(&iterator);
234
if (
paramType
== NULL) {
237
} else if (strcmp(argType,
paramType
) != 0) {
/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();
/dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java
262
Type
paramType
= params.getType(i);
274
// TODO: Final 0 should be idx of
paramType
.getDescriptor().
280
curReg +=
paramType
.getCategory();
/external/jdiff/src/jdiff/
APIHandler.java
138
String
paramType
= attributes.getValue("type");
139
XMLToAPI.addParam(paramName,
paramType
);
142
String
paramType
= attributes.getValue("type");
143
XMLToAPI.addException(paramName,
paramType
, currentElement);
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoDecoder.java
262
Type
paramType
= params.getType(i);
274
// TODO: Final 0 should be idx of
paramType
.getDescriptor().
280
curReg +=
paramType
.getCategory();
/external/tcpdump/
sctpHeader.h
78
u_int16_t
paramType
;
/external/webkit/Source/WebCore/css/
CSSParser.cpp
[
all
...]
/prebuilt/common/ecj/
ecj.jar
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 1054 milliseconds