Home | History | Annotate | Download | only in libdex

Lines Matching full:given

33  * Make sure that the given cache can hold a string of the given length,
54 * Initialize the given DexStringCache. Use this function before passing
64 * Release the allocated contents of the given DexStringCache, if any.
76 * If the given DexStringCache doesn't already point at the given value,
93 * Abandon the given DexStringCache, and return a writable copy of the
94 * given value (reusing the string cache's allocation if possible).
118 * Return the DexProtoId from the given DexProto. The DexProto must
126 * Get the short-form method descriptor for the given prototype. The
136 * Get the full method descriptor for the given prototype.
173 * Get a copy of the descriptor string associated with the given prototype.
185 * Get the parameter descriptors for the given prototype. This is the
224 * Get the type descriptor for the return type of the given prototype.
232 * Get the parameter count of the given prototype.
243 * given prototype. For example, if the method takes (int, long) and
488 * Initialize the given DexParameterIterator to be at the start of the
489 * parameters of the given prototype.