Searched refs:name (Results 51 - 75 of 88) sorted by relevance

1234

/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
H A DAnnotation.java39 * associated type and additionally consist of a set of (name, value)
184 * Put an element into the set of (name, value) pairs for this instance.
185 * If there is a preexisting element with the same name, it will be
188 * @param pair {@code non-null;} the (name, value) pair to place into this instance
201 * Add an element to the set of (name, value) pairs for this instance.
203 * with the same name.
205 * @param pair {@code non-null;} the (name, value) pair to add to this instance
214 CstUtf8 name = pair.getName();
216 if (elements.get(name) != null) {
217 throw new IllegalArgumentException("name alread
[all...]
/dalvik/dx/src/com/android/dx/rop/annotation/
H A DAnnotation.java30 * associated type and additionally consist of a set of (name, value)
175 * Put an element into the set of (name, value) pairs for this instance.
176 * If there is a preexisting element with the same name, it will be
179 * @param pair {@code non-null;} the (name, value) pair to place into this instance
192 * Add an element to the set of (name, value) pairs for this instance.
194 * with the same name.
196 * @param pair {@code non-null;} the (name, value) pair to add to this instance
205 CstString name = pair.getName();
207 if (elements.get(name) != null) {
208 throw new IllegalArgumentException("name alread
[all...]
/dalvik/dx/src/com/android/dx/dex/file/
H A DMemberIdsSection.java37 * @param name {@code null-ok;} the name of this instance, for annotation
41 public MemberIdsSection(String name, DexFile file) { argument
42 super(name, file, 4);
H A DAnnotationItem.java31 * Single annotation, which consists of a type and a set of name-value
179 CstString name = pair.getName();
182 out.annotate(0, prefix + name.toHuman() + ": " +
H A DAnnotationUtils.java72 /** {@code non-null;} the UTF-8 constant {@code "name"} */
73 private static final CstString NAME_STRING = new CstString("name");
130 * @param name {@code null-ok;} the original name of the class, or
135 public static Annotation makeInnerClass(CstString name, int accessFlags) { argument
137 Constant nameCst = (name != null) ? name : CstKnownNull.THE_ONE;
H A DValueEncoder.java334 CstString name = pair.getName();
335 int nameIdx = stringIds.indexOf(name);
342 name.toHuman());
360 * Gets the colloquial type name and human form of the type of the
364 * @return {@code non-null;} its type name and human form
/dalvik/dx/tests/119-merge-conflict/
H A Drun22 javac -cp $dxjar `find . -name "*.java"`
/dalvik/dx/src/com/android/dx/command/dump/
H A DDotDumper.java82 * @param name method name
85 protected boolean shouldDumpMethod(String name) { argument
86 return args.method == null || args.method.equals(name);
98 public void startParsingMember(ByteArray bytes, int offset, String name, argument
103 public void endParsingMember(ByteArray bytes, int offset, String name, argument
109 if (!shouldDumpMethod(name)) {
127 System.out.println("digraph " + name + "{");
H A DBlockDumper.java142 * @param name method name
145 protected boolean shouldDumpMethod(String name) { argument
146 return args.method == null || args.method.equals(name);
151 public void startParsingMember(ByteArray bytes, int offset, String name, argument
158 if (!shouldDumpMethod(name)) {
173 parsed(bytes, offset, 0, "method " + name + " " + descriptor);
179 public void endParsingMember(ByteArray bytes, int offset, String name, argument
185 if (!shouldDumpMethod(name)) {
H A DBaseDumper.java144 public void startParsingMember(ByteArray bytes, int offset, String name, argument
150 public void endParsingMember(ByteArray bytes, int offset, String name, argument
H A DSsaDumper.java75 public void endParsingMember(ByteArray bytes, int offset, String name, argument
81 if (!shouldDumpMethod(name)) {
/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java90 * File name prefix of a {@code .dex} file automatically loaded in an
133 * {@code non-null;} name of the standard manifest file in {@code .jar}
139 * {@code non-null;} attribute name for the (quasi-standard?)
270 "error: no incremental output name specified");
601 public boolean processFileBytes(String name, long lastModified, byte[] bytes) {
602 return Main.processFileBytes(name, lastModified, bytes);
641 * @param name {@code non-null;} name of the file
645 private static boolean processFileBytes(String name, long lastModified, byte[] bytes) { argument
646 boolean isClass = name
695 processClass(String name, byte[] bytes) argument
756 checkClassName(String name) argument
934 openOutput(String name) argument
[all...]
/dalvik/opcode-gen/
H A Dopcode-gen.awk118 constName[i], constName[i], name[i], toupper(format[i]), itype);
295 name[idx] = parts[2];
303 constName[idx] = toupper(name[idx]);
306 split(name[idx], parts, "/");
376 # (that is, with the same base name) to try when matching instructions
413 packedName[i] = name[op];
435 # Returns the "unused" name of the given opcode (by index).
436 # That is, this is the human-oriented name to use for an opcode
447 # Returns the "unused" constant name of the given opcode (by index).
448 # That is, this is the name t
[all...]
/dalvik/dx/tests/115-merge/
H A Drun22 javac -cp $dxjar `find . -name "*.java"`
/dalvik/dexdump/
H A DDexDump.cpp79 const char* name; member in struct:FieldMethodInfo
157 /* copy class name over */
176 * Converts the class name portion of a type descriptor to human-readable
187 /* reduce to just the class name, trimming trailing ';' */
559 printf("<implements name=\"%s\">\n</implements>\n", dotted);
631 u4 endAddress, const char *name, const char *descriptor,
635 startAddress, endAddress, reg, name, descriptor,
667 pMethInfo->name = dexStringById(pDexFile, pMethodId->nameIdx);
686 pFieldInfo->name = dexStringById(pDexFile, pFieldId->nameIdx);
791 methInfo.classDescriptor, methInfo.name,
630 dumpLocalsCb(void *cnxt, u2 reg, u4 startAddress, u4 endAddress, const char *name, const char *descriptor, const char *signature) argument
1151 const char* name; local
1294 const char* name; local
1588 const char* name; local
[all...]
/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DType.java167 * suffix on the name helps disambiguate this from the instance
174 * suffix on the name helps disambiguate this from the instance
181 * suffix on the name helps disambiguate this from the instance
188 * suffix on the name helps disambiguate this from the instance
195 * suffix on the name helps disambiguate this from the instance
202 * suffix on the name helps disambiguate this from the instance
209 * suffix on the name helps disambiguate this from the instance
216 * suffix on the name helps disambiguate this from the instance
223 * suffix on the name helps disambiguate this from the instance
273 * {@code null-ok;} the internal-form class name correspondin
448 internClassName(String name) argument
[all...]
/dalvik/dx/src/com/android/dx/rop/type/
H A DType.java151 * suffix on the name helps disambiguate this from the instance
158 * suffix on the name helps disambiguate this from the instance
165 * suffix on the name helps disambiguate this from the instance
172 * suffix on the name helps disambiguate this from the instance
179 * suffix on the name helps disambiguate this from the instance
186 * suffix on the name helps disambiguate this from the instance
193 * suffix on the name helps disambiguate this from the instance
200 * suffix on the name helps disambiguate this from the instance
207 * suffix on the name helps disambiguate this from the instance
257 * {@code null-ok;} the internal-form class name correspondin
406 internClassName(String name) argument
[all...]
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DAnnotationItem.java33 * Single annotation, which consists of a type and a set of name-value
179 CstUtf8 name = pair.getName();
182 out.annotate(0, prefix + name.toHuman() + ": " +
H A DAnnotationUtils.java72 /** {@code non-null;} the UTF-8 constant {@code "name"} */
73 private static final CstUtf8 NAME_UTF = new CstUtf8("name");
130 * @param name {@code null-ok;} the original name of the class, or
135 public static Annotation makeInnerClass(CstUtf8 name, int accessFlags) { argument
138 (name != null) ? new CstString(name) : CstKnownNull.THE_ONE;
/dalvik/hit/src/com/android/hit/
H A DQueries.java127 public static ClassObj findClass(State state, String name) { argument
128 return state.findClass(name);
/dalvik/dx/src/com/android/dx/cf/cst/
H A DConstantPoolParser.java288 CstString name = (CstString) parse0(nameIndex, wasUtf8);
289 cst = new CstType(Type.internClassName(name.getString()));
323 CstString name = (CstString) parse0(nameIndex, wasUtf8);
326 cst = new CstNat(name, descriptor);
/dalvik/dx/src/com/android/dx/command/annotool/
H A DAnnotationLister.java40 * The string name of the pseudo-class that
65 public boolean processFileBytes(String name, long lastModified, byte[] bytes) {
66 if (!name.endsWith(".class")) {
72 = new DirectClassFile(ba, name, true);
196 * @param packageName {@code non-null;} name of package
243 * Checks to see if a specified class name should be considered a match
246 * @param s {@code non-null;} class name
266 * @param s {@code non-null;} package name
/dalvik/dx/src/com/android/dx/cf/direct/
H A DCodeObserver.java207 String name = ByteOps.opName(opcode);
211 name += " " + ByteOps.opName(opcode);
214 return Hex.u2(offset) + ": " + name;
/dalvik/dx/etc/
H A Ddx.bat56 REM automagically converts --name=value arguments into 2 arguments "--name"
H A DmainDexClasses.bat65 REM automagically converts --name=value arguments into 2 arguments "--name"

Completed in 475 milliseconds

1234