Searched defs:param (Results 1 - 3 of 3) 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.java54 * @param descriptor {@code non-null;} the descriptor
80 * @param descriptor {@code non-null;} the descriptor
145 * @param descriptor {@code non-null;} the descriptor string
190 * @param descriptor {@code non-null;} the descriptor string
191 * @param definer {@code non-null;} class the method is defined on
192 * @param isStatic whether this is a static method
193 * @param isInit whether this is an init method
215 * @param returnType {@code non-null;} the return type
216 * @param count {@code > 0;} the number of elements in the prototype
241 * @param descripto
398 withFirstParameter(Type param) argument
[all...]
/dalvik/dexdump/
H A DDexDump.cpp740 const char* param = dexStringByTypeIdx(pDexFile, paramTypes->list[i].typeIdx); local
741 size_t newUsed = bufUsed + strlen(param);
751 strncat(buf + bufUsed - 1, param, bufSize - (bufUsed - 1));

Completed in 251 milliseconds