HomeSort by relevance Sort by last modified time
    Searched refs:dep (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /ndk/sources/host-tools/make-3.81/
dep.h 21 `struct dep' in the chain returned by `read_all_makefiles'. */
32 dep line of static pattern rule or NULL.
36 struct dep struct
38 struct dep *next;
77 extern struct dep *alloc_dep PARAMS ((void));
78 extern void free_dep PARAMS ((struct dep *d));
79 extern struct dep *copy_dep_chain PARAMS ((const struct dep *d));
80 extern void free_dep_chain PARAMS ((struct dep *d));
82 extern struct dep *read_all_makefiles PARAMS ((char **makefiles))
    [all...]
rule.h 27 struct dep *deps; /* Dependencies of the rule. */
36 char *target, *dep, *commands; member in struct:pspec
58 struct dep *deps,
rule.c 20 #include "dep.h"
86 register struct dep *dep;
99 for (dep = rule->deps; dep != 0; dep = dep->next)
101 unsigned int len = strlen (dep->name);
104 char *p = strrchr (dep->name, ']');
107 p = strrchr (dep->name, ':')
84 register struct dep *dep; local
414 register struct dep *dep; local
    [all...]
implicit.c 22 #include "dep.h"
73 struct idep *next; /* struct dep -compatible interface */
265 struct dep *dep, *expl_d;
271 struct dep **d_ptr;
490 for (dep = rule->deps; dep != 0; dep = dep->next)
505 p = get_next_word (dep->name, &len)
263 struct dep *dep, *expl_d; local
    [all...]
default.c 23 #include "dep.h"
533 suffix_file->deps = (struct dep *)
534 multi_glob (parse_file_seq (&p, '\0', sizeof (struct dep), 1),
535 sizeof (struct dep));
misc.c 20 #include "dep.h"
491 /* Allocate a new `struct dep' with all fields initialized to 0. */
493 struct dep *
496 struct dep *d = (struct dep *) xmalloc (sizeof (struct dep));
497 bzero ((char *) d, sizeof (struct dep));
502 /* Free `struct dep' along with `name' and `stem'. */
505 free_dep (struct dep *d)
516 /* Copy a chain of `struct dep', making a new chai
    [all...]
filedef.h 31 struct dep *deps; /* all dependencies, including duplicates */
36 struct dep *also_make; /* Targets that are made by making this. */
70 cs_deps_running, /* Dep commands running. */
106 extern struct dep *parse_prereqs PARAMS ((char *prereqs));
  /external/e2fsprogs/lib/e2p/
iod.c 29 struct dirent *de, *dep; local
58 while ((dep = readdir (dir))) {
60 len = dep->d_reclen;
66 memcpy(de, dep, len);
  /external/libvpx/
solution.mk 17 --dep=$(vcp:.vcproj=):vpx)) \
18 --dep=vpx:obj_int_extract \
  /external/webkit/Source/WebKit2/
Makefile 16 release r deployment dep deploy: ;
  /external/webkit/Tools/MiniBrowser/
Makefile 17 release r deployment dep deploy: ;
  /external/webkit/Tools/TestWebKitAPI/
Makefile 17 release r deployment dep deploy: ;
  /external/webkit/Tools/WebKitTestRunner/
Makefile 17 release r deployment dep deploy: ;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
myocamlbuild.ml 10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
myocamlbuild.ml 10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
myocamlbuild.ml 10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
myocamlbuild.ml 10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
  /external/llvm/include/llvm/Target/
TargetSubtargetInfo.h 63 SDep& dep) const { }
  /external/llvm/lib/Analysis/
MemDepPrinter.cpp 38 typedef std::pair<InstTypePair, const BasicBlock *> Dep;
39 typedef SmallSetVector<Dep, 4> DepSet;
64 static InstTypePair getInstTypePair(MemDepResult dep) {
65 if (dep.isClobber())
66 return InstTypePair(dep.getInst(), Clobber);
67 if (dep.isDef())
68 return InstTypePair(dep.getInst(), Def);
69 if (dep.isNonFuncLocal())
70 return InstTypePair(dep.getInst(), NonFuncLocal);
71 assert(dep.isUnknown() && "unexptected dependence type")
    [all...]
  /external/webkit/Source/
Makefile 11 release r deployment dep deploy:
  /external/webkit/Tools/CodeCoverage/
run-generate-coverage-data 67 have a relative path in the depends using os.path.join(dirname of .d, dep)
184 for dep in candidates[dir].keys():
185 cmd = "cd %s; gcov -p -l %s" % (dir, dep)
226 for dep in deps:
227 if not dep in dirs[dir]:
228 dirs[dir][dep] = dep
229 if not dep in files:
230 files[dep] = dep
    [all...]
  /external/chromium/build/
install-chroot.sh 89 dep=
91 [ -d /usr/share/doc/"$i" ] || dep="$dep $i"
93 [ -n "$dep" ] && sudo apt-get -y install $dep
288 dep=
290 [ -d /usr/share/doc/"$i" ] || dep="$dep $i"
292 [ -n "$dep" ] && sudo apt-get -y install $dep
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttrsXmlParserTest.java 97 DeclareStyleableInfo dep = mParser.getDeclareStyleableList().get("DeprecatedTest"); local
98 assertNotNull(dep);
100 AttributeInfo[] attrs = dep.getAttributes();
  /external/webkit/Tools/
Makefile 11 release r deployment dep deploy:
  /packages/inputmethods/PinyinIME/jni/include/
dicttrie.h 126 const DictExtPara *dep, LmaPsbItem *lpi_items,
131 const DictExtPara *dep, LmaPsbItem *lpi_items,
136 const DictExtPara *dep, LmaPsbItem *lpi_items,
187 const DictExtPara *dep,

Completed in 865 milliseconds

1 2 3 4