/external/proguard/src/proguard/classfile/attribute/annotation/visitor/ |
AnnotationTypeFilter.java | 30 * <code>AnnotationVisitor</code>, but only when the visited annotation has
|
/external/proguard/src/proguard/classfile/attribute/visitor/ |
AllAttributeVisitor.java | 60 * visited too.
|
/external/proguard/src/proguard/classfile/visitor/ |
ClassNameFilter.java | 30 * <code>ClassVisitor</code>, but only when the visited class has a name that
|
ClassPresenceFilter.java | 28 * the visited class file is present in a given <code>ClassPool</code> or not.
|
ClassVersionFilter.java | 28 * number of the visited program class lies in a given range.
|
MemberClassAccessFilter.java | 28 * <code>MemberVisitor</code>, but only when the visited member is accessible
|
MemberDescriptorFilter.java | 29 * <code>MemberVisitor</code>, but only when the visited member
|
MemberNameFilter.java | 29 * <code>MemberVisitor</code>, but only when the visited member
|
/external/proguard/src/proguard/obfuscate/ |
MemberNameFilter.java | 28 * <code>MemberVisitor</code>, but only when the visited member has a new name.
|
MemberSpecialNameFilter.java | 28 * <code>MemberVisitor</code>, but only when the visited member has a
|
/external/proguard/src/proguard/optimize/ |
OptimizationInfoMemberFilter.java | 29 * <code>MemberVisitor</code>, but only when the visited member has optimization
|
/external/proguard/src/proguard/optimize/peephole/ |
PeepholeOptimizer.java | 64 * to indicate branch targets in the visited code.
|
ReachableCodeMarker.java | 52 * the CodeAttribute that was visited most recently. 62 * reachable in the CodeAttribute that was visited most recently.
|
/packages/apps/UnifiedEmail/res/raw/ |
template_print_conversation_upper.html | 41 a:visited {
|
/device/google/dragon/audio/hal/ |
cras_dsp_pipeline.c | 279 struct plugin *plugin, char* visited) 290 if (visited[index]) 292 visited[index] = 1; 304 if (topological_sort(pipeline, env, flow->from, visited) < 0) 407 char *visited; local 431 visited = calloc(1, n); 432 rc = topological_sort(pipeline, env, sink, visited); 433 free(visited);
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/ |
ObjectGraph.py | 78 visited, removes, orphans = filter_stack(self.graph, self, filters) 86 return len(visited)-1, len(removes), len(orphans)
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/ |
status.css | 187 .status-links a:visited { 207 .detail-link a:visited {
|
/external/eigen/Eigen/src/SparseLU/ |
SparseLU_column_dfs.h | 84 * \param marker marker[i] == jj, if i was visited during dfs of current column jj; 110 // krow was visited before, go to the next nonz;
|
/external/guice/core/src/com/google/inject/internal/ |
BindingProcessor.java | 111 // always visited with Binding<T> 127 // always visited with Binding<T>
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
Label.java | 96 * Indicates if this subroutine basic block has been visited.
98 static final int VISITED = 1024;
213 * The successor of this label, in the order they are visited. This linked
427 if ((status & Label.VISITED) != 0) {
457 if ((status & VISITED) == 0) {
458 status |= VISITED;
479 if ((status & VISITED) != 0) {
482 status |= VISITED;
|
/external/proguard/src/proguard/classfile/util/ |
ClassSuperHierarchyInitializer.java | 32 * Visited library classes get direct references to their superclasses and 55 * hierarchy of all visited class files, optionally printing warnings if
|
MethodLinker.java | 30 * non-initializer methods in the class hierarchies of all visited classes. 31 * Visited classes are typically all class files that are not being subclassed.
|
/frameworks/base/docs/html/distribute/users/ |
user-acquisition.jd | 51 group of users who?ve visited your app?s store listing during a selected 68 visitors</strong> (users who visited your app?s store listing) and
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
ElementDescriptor.java | 401 Set<ElementDescriptor> visited) { 402 if (recursive && visited == null) { 403 visited = new HashSet<ElementDescriptor>(); 412 if (visited != null) { 413 visited.add(this); 418 if (visited != null) { 419 if (!visited.add(e)) { // Set.add() returns false if element is already present 424 recursive, visited);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_deadlock_detector2.cc | 61 bool visited[kMaxMutex]; member in struct:__sanitizer::DDPhysicalThread 365 internal_memset(pt->visited, 0, sizeof(pt->visited)); 380 if (pt->visited[link.id]) 386 pt->visited[link.id] = true;
|