HomeSort by relevance Sort by last modified time
    Searched refs:VISITED (Results 1 - 24 of 24) sorted by null

  /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;
MethodWriter.java 34 * method of this class appends the bytecode corresponding to the visited
359 * {@link Label#successor} field, in the order they are visited by
375 * The (relative) stack size after the last visited instruction. This size
377 * stack size after the last visited instruction is equal to the
384 * The (relative) maximum stack size after the last visited instruction.
386 * the true maximum stack size after the last visited instruction is equal
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfg-flags.def 89 /* A general visited flag for passes to use. */
90 DEF_BASIC_BLOCK_FLAG(VISITED, 13)
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 72 // URLs that have been visited more often are better.
76 // URLs that have been visited more recently are better.
88 // User has visited "http://http.com" once and "http://htaccess.com" twice.
399 // which is known to refer to a visited intranet host.
400 VISITED, // The site has been previously visited.
432 // match below if the user has visited "site".
441 type_ = VISITED;
446 // The user typed an intranet hostname that they've visited (albeit with a
    [all...]
  /external/chromium_org/v8/src/
bootstrapper.cc 227 UNVISITED, VISITED, INSTALLED
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 401 milliseconds