Lines Matching defs:at
6 * You may obtain a copy of the License at
76 * If the given DexStringCache doesn't already point at the given value,
79 * function is intended to be used after making a call that at least
151 char *at = (char*) pCache->value;
152 *(at++) = '(';
157 strcpy(at, desc);
158 at += strlen(desc);
161 *(at++) = ')';
163 strcpy(at, dexStringByTypeIdx(dexFile, protoId->returnTypeIdx));
196 char *at = (char*) pCache->value;
204 strcpy(at, descriptor);
205 at += strlen(descriptor);
478 * Initialize the given DexParameterIterator to be at the start of the