Searched defs:param (Results 1 - 2 of 2) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DPrototype.java48 * @param descriptor {@code non-null;} the descriptor
113 * @param descriptor {@code non-null;} the descriptor string
158 * @param descriptor {@code non-null;} the descriptor string
159 * @param definer {@code non-null;} class the method is defined on
160 * @param isStatic whether this is a static method
161 * @param isInit whether this is an init method
183 * @param returnType {@code non-null;} the return type
184 * @param count {@code > 0;} the number of elements in the prototype
209 * @param descriptor {@code non-null;} the descriptor string
362 * @param para
365 withFirstParameter(Type param) argument
[all...]
/dalvik/dx/src/com/android/dx/rop/type/
H A DPrototype.java48 * @param descriptor {@code non-null;} the descriptor
117 * @param descriptor {@code non-null;} the descriptor string
162 * @param descriptor {@code non-null;} the descriptor string
163 * @param definer {@code non-null;} class the method is defined on
164 * @param isStatic whether this is a static method
165 * @param isInit whether this is an init method
187 * @param returnType {@code non-null;} the return type
188 * @param count {@code > 0;} the number of elements in the prototype
213 * @param descriptor {@code non-null;} the descriptor string
366 * @param para
369 withFirstParameter(Type param) argument
[all...]

Completed in 632 milliseconds