/external/proguard/src/proguard/classfile/visitor/ |
ClassAccessFilter.java | 28 * <code>ClassVisitor</code>, but only when the visited class
|
ExceptClassFilter.java | 39 * @param exceptClass the class that will not be visited.
|
ExceptClassesFilter.java | 39 * @param exceptClasses the classes that will not be visited.
|
ExceptionExcludedOffsetFilter.java | 29 * <code>ExceptionInfoVisitor</code>, but only when the visited exception
|
ExceptionHandlerFilter.java | 29 * <code>ExceptionInfoVisitor</code>, but only when the visited exception
|
ExceptionOffsetFilter.java | 29 * <code>ExceptionInfoVisitor</code>, but only when the visited exception
|
ExceptionRangeFilter.java | 29 * <code>ExceptionInfoVisitor</code>, but only when the visited exception
|
ImplementedClassConstantFilter.java | 46 * visited.
|
ImplementedClassFilter.java | 41 * visited.
|
ImplementingClassConstantFilter.java | 47 * not be visited.
|
MemberCollector.java | 30 * class members that have been visited.
|
MemberToClassVisitor.java | 28 * The latter visits the class of each visited class member, although
|
MethodImplementationFilter.java | 28 * another given <code>MemberVisitor</code>, but only when the visited
|
SubclassFilter.java | 40 * @param subclass the class whose superclasses will not be visited.
|
/external/proguard/src/proguard/optimize/ |
ConstantMemberFilter.java | 31 * to another given <code>MemberVisitor</code>, but only when the visited
|
WriteOnlyFieldFilter.java | 30 * other given <code>MemberVisitor</code> instances, but only when the visited
|
/external/proguard/src/proguard/optimize/info/ |
SimpleEnumMarker.java | 39 * Creates a new SimpleEnumMarker that marks visited classes with the
|
/external/v8/src/compiler/ |
control-equivalence.cc | 109 if (GetData(input)->visited) continue; 139 if (GetData(use)->visited) continue; 195 DCHECK(!GetData(node)->visited); 206 GetData(node)->visited = true;
|
/external/v8/test/webkit/ |
array-tostring-and-join-expected.txt | 24 This test checks that toString and join share the same HashSet for visited elements.
|
array-tostring-and-join.js | 26 "This test checks that toString and join share the same HashSet for visited elements."
|
/frameworks/base/core/res/assets/webkit/ |
youtube.html | 7 a:visited { color: black; }
|
/ndk/build/core/ |
definitions-graph.mk | 116 # Many tree walking operations require setting a 'visited' flag on 121 # _ndk_mod_tree_visited.<name> will be 'true' if the node was visited, 124 # _ndk_mod_tree_visitors lists all visited nodes, used to clean all 135 # Returns non-empty if a node was visited. 136 -ndk-mod-tree-is-visited = \ 139 # Set the visited state of a node to 'true' 140 -ndk-mod-tree-set-visited = \ 198 # we use the -ndk-mod-tree-xxx functions to flag 'visited' nodes 199 # in the graph. A node is visited once it has been put into the work 201 # append all those that were not visited yet [all...] |
/sdk/apps/SdkController/assets/ |
intro_help.html | 24 a:visited { color: #99CC00; /*green*/ }
|
/external/chromium-trace/catapult/dashboard/dashboard/templates/ |
main.html | 114 a.change-table:visited { 128 .improvement-under-10 a.change-table:visited, 129 .regression-under-10 a.change-table:visited {
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/ |
MethodProbesVisitor.java | 58 * the opcode of the type instruction to be visited. This opcode 63 * the operand of the instruction to be visited. This operand is 85 * the opcode of the instruction to be visited. This opcode is
|