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.java53 * @param descriptor {@code non-null;} the descriptor
79 * @param descriptor {@code non-null;} the descriptor
144 * @param descriptor {@code non-null;} the descriptor string
189 * @param descriptor {@code non-null;} the descriptor string
190 * @param definer {@code non-null;} class the method is defined on
191 * @param isStatic whether this is a static method
192 * @param isInit whether this is an init method
214 * @param returnType {@code non-null;} the return type
215 * @param count {@code > 0;} the number of elements in the prototype
240 * @param descripto
397 withFirstParameter(Type param) argument
[all...]
/dalvik/dexdump/
H A DDexDump.cpp740 const char* param = dexStringByTypeIdx(pDexFile, paramTypes->list[i].typeIdx); local
741 size_t paramLen = strlen(param);
752 memcpy(buf + bufUsed - 1, param, paramLen + 1);

Completed in 314 milliseconds