HomeSort by relevance Sort by last modified time
    Searched full:referenced (Results 1 - 25 of 2190) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Tools/Scripts/
create-exports 4 print "$1\n" if /^\s*\"(.+)\", referenced from:$/;
  /packages/apps/Browser/
proguard.flags 1 # Most of the classes in this package are fragments only referenced from XML
  /frameworks/base/packages/WAPPushManager/
proguard.flags 2 #apply method is dynamically referenced by the reflection class.
10 #WapPushManager is referenced only by AndroidManifest.xml
  /external/chromium/chrome/common/extensions/docs/examples/
README.txt 6 * tutorials/ - multi-step walkthroughs referenced inline in the docs
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/src/my/pkg/
Test.java.txt 4 private static String s = " R.id.button1 \" "; // R.id.button1 should not be considered referenced
  /external/proguard/src/proguard/optimize/peephole/
TargetClassChanger.java 77 // names have to be fixed later, based on their referenced classes.
126 // Change the referenced class.
137 // Change the referenced classes.
147 // Change the referenced class.
155 // Change the referenced classes.
172 // Change the referenced class.
175 // Change the referenced class member, if applicable.
191 // Change the referenced class.
194 // Change the referenced class member.
206 // Change the referenced class
    [all...]
  /external/e2fsprogs/tests/f_h_badnode/
expect.1 4 Problem in HTREE directory inode 12929: block #993 referenced twice
8 Problem in HTREE directory inode 12929: block #1062 not referenced
  /external/clang/test/CodeGen/
2004-11-27-StaticFunctionRedeclare.c 6 // referenced by bar().
  /external/icu4c/test/testdata/
tstfiles.mk 4 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 141 Referenced referenced = new Referenced(key); local
142 return super.containsKey(referenced);
162 Referenced referencedKey = (Referenced) entry.getKey();
178 Referenced referenceKey = new Referenced(key);
193 Referenced nextReference = (Referenced) enumer.nextElement()
    [all...]
  /external/proguard/src/proguard/classfile/visitor/
ReferencedClassVisitor.java 34 * lets a given ClassVisitor visit all the referenced classes of the elements
92 // Let the visitor visit the classes referenced in the descriptor string.
102 // Let the visitor visit the classes referenced in the descriptor string.
114 // Let the visitor visit the class referenced in the string constant.
121 // Let the visitor visit the class referenced in the reference constant.
128 // Let the visitor visit the class referenced in the class constant.
168 // Let the visitor visit the classes referenced in the signature string.
198 // Let the visitor visit the class referenced in the local variable.
207 // Let the visitor visit the classes referenced in the local variable type.
216 // Let the visitor visit the classes referenced in the annotation
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/
MeshContext.java 18 /** Vertex list that is referenced by all the geometries. */
26 * This method returns the referenced mesh.
28 * @return the referenced mesh
35 * This method sets the referenced mesh.
38 * the referenced mesh
  /libcore/luni/src/main/java/java/net/
JarURLConnection.java 84 * Returns all attributes of the {@code JarEntry} referenced by this {@code
87 * @return the attributes of the referenced {@code JarEntry}.
98 * Returns all certificates of the {@code JarEntry} referenced by this
117 * Gets the name of the entry referenced by this {@code JarURLConnection}.
128 * Gets the {@code JarEntry} object of the entry referenced by this {@code
131 * @return the referenced {@code JarEntry} object or {@code null} if no
150 * @return the manifest of the referenced JAR-file.
159 * Gets the {@code JarFile} object referenced by this {@code
162 * @return the referenced JarFile object.
169 * Gets the URL to the JAR-file referenced by this {@code JarURLConnection}
    [all...]
  /external/proguard/src/proguard/obfuscate/
Utf8UsageMarker.java 62 // Mark the UTF-8 entries referenced by the other constant pool entries.
65 // Mark the UTF-8 entries referenced by the fields and methods.
69 // Mark the UTF-8 entries referenced by the attributes.
82 // Mark the UTF-8 entries referenced by the attributes.
140 // Mark the UTF-8 entries referenced by the inner classes.
191 // Mark the UTF-8 entries referenced by the attributes.
218 // Mark the UTF-8 entries referenced by the local variables.
227 // Mark the UTF-8 entries referenced by the local variable types.
236 // Mark the UTF-8 entries referenced by the annotations.
245 // Mark the UTF-8 entries referenced by the annotations
    [all...]
  /external/proguard/src/proguard/classfile/editor/
ConstantAdder.java 133 // First add the referenced class constant, with its own referenced class.
136 // Then add the actual field reference constant, with its referenced
149 // First add the referenced class constant, with its own referenced class.
153 // referenced class and class member.
165 // First add the referenced class constant, with its own referenced class.
168 // Then add the actual method reference constant, with its referenced
181 // Add the class constant, with its referenced class.
    [all...]
AccessFixer.java 31 * members that are referenced by the constants that it visits.
57 // Make sure the access flags of the referenced class or class member,
69 // the referenced class that acutally contains the class member.
72 // Make sure the access flags of the referenced class member are
82 // Make sure the access flags of the referenced class are acceptable.
142 * This ConstantVisitor returns the referenced class of the class constant
  /external/proguard/src/proguard/classfile/constant/
StringConstant.java 37 * An extra field pointing to the referenced Clazz object, if this
49 * An extra field pointing to the referenced Member object, if this
77 * @param referencedClass the referenced class, if any.
78 * @param referenceMember the referenced class member, if any.
113 * Lets the referenced class accept the given visitor.
126 * Lets the referenced member accept the given visitor.
RefConstant.java 37 * An extra field pointing to the referenced Clazz object.
45 * An extra field optionally pointing to the referenced Member object.
108 * Lets the referenced class accept the given visitor.
120 * Lets the referenced class member accept the given visitor.
  /external/mesa3d/src/glsl/
ir_variable_refcount.h 27 * Provides a visitor which produces a list of variables referenced,
28 * how many times they were referenced and assigned, and whether they
44 /** Number of times the variable is referenced, including assignments. */
  /external/clang/test/Analysis/
inline2.c 4 // is not referenced in the function body.
  /external/clang/test/Parser/
objc-property-syntax.m 8 @property(nonatomic, retain, setter=ab_setDefaultToolbarItems) MyClass *ab_defaultToolbarItems; // expected-error {{method name referenced in property setter attribute must end with ':'}}
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractTester.java 39 // public so that it can be referenced in generated GWT tests.
46 // public so that it can be referenced in generated GWT tests.
53 // public so that it can be referenced in generated GWT tests.
62 // public so that it can be referenced in generated GWT tests.
  /external/proguard/src/proguard/classfile/attribute/
EnclosingMethodAttribute.java 38 * An extra field pointing to the referenced Clazz object.
46 * An extra field optionally pointing to the referenced Method object.
102 * Lets the referenced class accept the given visitor.
114 * Lets the referenced class member accept the given visitor.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atalk.h 9 * The following are directly referenced from the University Of Michigan
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atalk.h 9 * The following are directly referenced from the University Of Michigan

Completed in 447 milliseconds

1 2 3 4 5 6 7 8 91011>>