HomeSort by relevance Sort by last modified time
    Searched refs:deps (Results 126 - 150 of 3944) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/libwebp/
libwebp_dsp_neon.target.linux-x86_64.mk 14 # Make sure our deps are built first.
19 # Make sure our deps and generated files are built first.
  /external/chromium_org/third_party/mesa/
mesa_headers.target.darwin-arm.mk 14 # Make sure our deps are built first.
19 # Make sure our deps and generated files are built first.
mesa_headers.target.darwin-arm64.mk 14 # Make sure our deps are built first.
19 # Make sure our deps and generated files are built first.
mesa_headers.target.darwin-mips.mk 14 # Make sure our deps are built first.
19 # Make sure our deps and generated files are built first.
mesa_headers.target.darwin-x86.mk 14 # Make sure our deps are built first.
19 # Make sure our deps and generated files are built first.
mesa_headers.target.darwin-x86_64.mk 14 # Make sure our deps are built first.
19 # Make sure our deps and generated files are built first.
mesa_headers.target.linux-arm.mk 14 # Make sure our deps are built first.
19 # Make sure our deps and generated files are built first.
mesa_headers.target.linux-arm64.mk 14 # Make sure our deps are built first.
19 # Make sure our deps and generated files are built first.
mesa_headers.target.linux-mips.mk 14 # Make sure our deps are built first.
19 # Make sure our deps and generated files are built first.
mesa_headers.target.linux-x86.mk 14 # Make sure our deps are built first.
19 # Make sure our deps and generated files are built first.
mesa_headers.target.linux-x86_64.mk 14 # Make sure our deps are built first.
19 # Make sure our deps and generated files are built first.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
flow.h 55 int isl_flow_foreach(__isl_keep isl_flow *deps,
58 __isl_give isl_map *isl_flow_get_no_source(__isl_keep isl_flow *deps, int must);
59 void isl_flow_free(__isl_take isl_flow *deps);
61 isl_ctx *isl_flow_get_ctx(__isl_keep isl_flow *deps);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
flow.h 55 int isl_flow_foreach(__isl_keep isl_flow *deps,
58 __isl_give isl_map *isl_flow_get_no_source(__isl_keep isl_flow *deps, int must);
59 void isl_flow_free(__isl_take isl_flow *deps);
61 isl_ctx *isl_flow_get_ctx(__isl_keep isl_flow *deps);
  /external/chromium_org/tools/gn/
builder.cc 228 if (!AddDeps(record, target->deps(), err) ||
267 "in the deps section of a target (or vice-versa).";
354 const BuilderRecordSet& deps = record->all_deps(); local
355 for (BuilderRecordSet::const_iterator i = deps.begin();
356 i != deps.end(); i++) {
376 if (!ResolveDeps(&target->deps(), err) ||
408 bool Builder::ResolveDeps(LabelTargetVector* deps, Err* err) {
409 for (size_t i = 0; i < deps->size(); i++) {
410 LabelTargetPair& cur = (*deps)[i];
436 // "Forward dependent configs" should refer to targets in the deps that shoul
439 const LabelTargetVector& deps = target->deps(); local
    [all...]
command_gen.cc 59 std::vector<const Item*> deps; local
64 deps.push_back((*iter)->item());
68 base::Bind(&BackgroundDoWrite, target, toolchain, deps));
  /external/chromium_org/tools/telemetry/telemetry/util/
bootstrap.py 7 Requires a DEPS file to specify which directories on which SVN servers
8 are required to run Telemetry. Format of that DEPS file is a subset of the
9 normal DEPS file format[1]; currently only only the "deps" dictionary is
15 [1] http://dev.chromium.org/developers/how-tos/depottools#TOC-DEPS-file
98 """Recursively returns a list of all paths indicated in this deps file.
105 deps_file: File containing deps information to be evaluated, in the
109 given deps file, and all of its sub-dependencies. This amounts to
110 the keys of the 'deps' dictionary.
112 deps = {
    [all...]
  /ndk/sources/host-tools/make-3.81/
implicit.c 36 after modifying FILE to contain the appropriate commands and deps,
188 FILE. If a rule is found, the appropriate commands and deps are put in FILE
222 struct idep* deps = 0;
312 /* If the pattern rule has deps but no commands, ignore it.
314 if (rule->deps != 0 && rule->cmds == 0)
403 if (rule->deps == 0 && rule->cmds == 0)
439 and chain them in DEPS. */
490 for (dep = rule->deps; dep != 0; dep = dep->next)
594 id_ptr = &deps;
658 for (d = deps; d != 0; d = d->next
220 struct idep* deps = 0; local
    [all...]
file.c 289 if (to_file->deps == 0)
290 to_file->deps = from_file->deps;
293 register struct dep *deps = to_file->deps;
294 while (deps->next != 0)
295 deps = deps->next;
296 deps->next = from_file->deps;
292 register struct dep *deps = to_file->deps; local
    [all...]
  /build/tools/
parsedeps.py 87 deps = Dependencies()
101 deps.setPos(tgt, pos)
106 deps.add(tgt, prereq)
109 print "Read %d dependencies. %d targets." % (deps.count, len(deps.lines))
118 d = deps.get(tgt)
127 trace = deps.trace(tgt, prereq)
  /external/chromium_org/native_client_sdk/src/tools/
fix_deps.py 27 """Parse one line of a GCC-generated deps file.
65 deps = []
72 deps += ParseLine(line, new_target)
76 for dep in deps:
88 'input name with .deps extension')
99 output_filename = os.path.splitext(input_filename)[0] + '.deps'
  /external/chromium_org/tools/
roll_swarming_client.py 38 deps = os.path.join(SRC_ROOT, 'DEPS')
39 with open(deps, 'rb') as f:
43 print('Warning: %s is not checked out at the expected revision in DEPS' %
46 # Fall back to reading the DEPS to figure out the original commit.
53 print >> sys.stderr, 'Expected to find commit %s for %s in DEPS' % (
94 with open(deps, 'wb') as f:
96 subprocess.check_call(['git', 'add', 'DEPS'], cwd=SRC_ROOT)
  /external/chromium_org/android_webview/
android_webview_resources.target.darwin-arm.mk 13 # Make sure our deps are built first.
22 # Make sure our deps and generated files are built first.
android_webview_resources.target.darwin-arm64.mk 13 # Make sure our deps are built first.
22 # Make sure our deps and generated files are built first.
android_webview_resources.target.darwin-mips.mk 13 # Make sure our deps are built first.
22 # Make sure our deps and generated files are built first.
android_webview_resources.target.darwin-x86.mk 13 # Make sure our deps are built first.
22 # Make sure our deps and generated files are built first.

Completed in 641 milliseconds

1 2 3 4 56 7 8 91011>>