HomeSort by relevance Sort by last modified time
    Searched refs:depend (Results 51 - 75 of 157) sorted by null

1 23 4 5 6 7

  /development/build/
build_android_stubs.mk 14 # We also need to depend on framework-res.apk, in order to pull the
  /external/f2fs-tools/
Android.mk 6 # The versions depend on $(LOCAL_PATH)/VERSION
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java 62 private boolean depend = false; field in class:Tool
222 else if (args[i].equals("-depend")) {
569 // Make all grammars depend on any tokenVocab options
571 // Make all generated tokens files depend on their grammars
731 System.err.println(" -depend generate file dependencies");
    [all...]
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 24 * ANTLR option "depend" is being used to resolve build dependencies.
26 * with option depend="true" (Reported by Mats Behre)
28 * 2007-12-31: With option "depend=true" proceed even if first pass failed so
35 * From now one it is always antlr itself via the depend option
76 /** depend */
77 private boolean depend = false; field in class:ANTLR3
273 * The depend option is always used implicitely inside the antlr3 task
277 this.depend = s;
494 if (depend) {
495 log("Option 'depend' is implicitely always used by ANTLR v3. Option can safely be omitted!", Project.MSG_WARN)
    [all...]
  /cts/tests/signature/
Android.mk 52 # sure the generated resources rule depend on it, we can ensure that
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonToken.js 142 /* Monkey patch Token static vars that depend on CommonToken. */
  /external/libunwind/doc/
unw_get_fpreg.tex 25 Furthermore, the exact set of accessible registers may depend on the
unw_get_reg.tex 25 Furthermore, the exact set of accessible registers may depend on the
unw_set_fpreg.tex 25 Furthermore, the exact set of accessible registers may depend on the
unw_set_reg.tex 25 Furthermore, the exact set of accessible registers may depend on the
  /ndk/build/core/
import-locals.mk 22 # we depend on.
build-all.mk 121 # Now finish the build preparation with a few rules that depend on
setup-app.mk 37 # make the application depend on the modules it requires
  /external/chromium_org/chrome/common/extensions/docs/server2/
file_system.py 142 namespace their caches. this will usually depend on the configuration of
  /external/chromium_org/tools/cygprofile/
mergetraces.py 141 This is used to make the order of functions not depend on thread scheduling
  /external/chromium_org/v8/test/mjsunit/
elements-transition-hoisting.js 93 // depend on an elements transition before them and it's not possible to hoist
125 // the transitioned map for the check and all transitions that they depend
assert-opt-and-deopt.js 39 * Might be nice to put this into mjsunit.js, but that doesn't depend on
  /build/core/tasks/
sdk-addon.mk 98 # We don't know about all of the docs files, so depend on the timestamps for
  /external/chromium_org/third_party/skia/src/animator/
SkAnimatorScript2.cpp 171 SkDisplayDepend* depend = (SkDisplayDepend* ) displayable; local
172 depend->addDependent(working);
  /external/chromium_org/third_party/skia/third_party/lua/src/
Makefile 71 depend:
124 .PHONY: all $(PLATS) default o a clean depend echo none
  /external/e2fsprogs/lib/et/
Makefile.in 163 $(RM) -f .depend Makefile com_err.pc \
  /external/skia/src/animator/
SkAnimatorScript2.cpp 171 SkDisplayDepend* depend = (SkDisplayDepend* ) displayable; local
172 depend->addDependent(working);
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
cmake.py 582 unqualified target names which depend on all qualified targets which
807 # Let CMake know if the 'all' target should depend on this target.
    [all...]
  /external/chromium_org/tools/site_compare/
command_line.py 302 for depend in arg.depends:
303 if not depend.present:
305 (arg.argstr, depend.names[0]))
  /external/jarjar/lib/
apache-ant-1.9.4.jar 

Completed in 4567 milliseconds

1 23 4 5 6 7