HomeSort by: relevance | last modified time | path
    Searched refs:dependencies (Results 1 - 25 of 253) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/gpl2/diffutils/dist/lib/posix/
Makefile.am 2 AUTOMAKE_OPTIONS=no-dependencies
  /src/external/gpl2/grep/dist/lib/posix/
Makefile.am 2 AUTOMAKE_OPTIONS=no-dependencies
  /src/external/gpl3/binutils/dist/
Makefile.def 353 // Inter-module dependencies
356 dependencies = { module=all-build-bison; on=all-build-texinfo; };
357 dependencies = { module=all-build-flex; on=all-build-texinfo; };
358 dependencies = { module=all-build-flex; on=all-build-bison; };
359 dependencies = { module=all-build-flex; on=all-build-m4; };
360 dependencies = { module=all-build-libiberty; on=all-build-texinfo; };
361 dependencies = { module=all-build-m4; on=all-build-texinfo; };
362 dependencies = { module=all-build-fixincludes; on=all-build-libiberty; };
363 dependencies = { module=all-build-libcpp; on=all-build-libiberty; };
366 dependencies = { module=configure-gcc; on=configure-gettext; }
    [all...]
  /src/external/gpl3/binutils.old/dist/
Makefile.def 352 // Inter-module dependencies
355 dependencies = { module=all-build-bison; on=all-build-texinfo; };
356 dependencies = { module=all-build-flex; on=all-build-texinfo; };
357 dependencies = { module=all-build-flex; on=all-build-bison; };
358 dependencies = { module=all-build-flex; on=all-build-m4; };
359 dependencies = { module=all-build-libiberty; on=all-build-texinfo; };
360 dependencies = { module=all-build-m4; on=all-build-texinfo; };
361 dependencies = { module=all-build-fixincludes; on=all-build-libiberty; };
362 dependencies = { module=all-build-libcpp; on=all-build-libiberty; };
365 dependencies = { module=configure-gcc; on=configure-gettext; }
    [all...]
  /src/external/gpl3/gdb.old/dist/
Makefile.def 352 // Inter-module dependencies
355 dependencies = { module=all-build-bison; on=all-build-texinfo; };
356 dependencies = { module=all-build-flex; on=all-build-texinfo; };
357 dependencies = { module=all-build-flex; on=all-build-bison; };
358 dependencies = { module=all-build-flex; on=all-build-m4; };
359 dependencies = { module=all-build-libiberty; on=all-build-texinfo; };
360 dependencies = { module=all-build-m4; on=all-build-texinfo; };
361 dependencies = { module=all-build-fixincludes; on=all-build-libiberty; };
362 dependencies = { module=all-build-libcpp; on=all-build-libiberty; };
365 dependencies = { module=configure-gcc; on=configure-gettext; }
    [all...]
  /src/external/gpl3/gdb/dist/
Makefile.def 352 // Inter-module dependencies
355 dependencies = { module=all-build-bison; on=all-build-texinfo; };
356 dependencies = { module=all-build-flex; on=all-build-texinfo; };
357 dependencies = { module=all-build-flex; on=all-build-bison; };
358 dependencies = { module=all-build-flex; on=all-build-m4; };
359 dependencies = { module=all-build-libiberty; on=all-build-texinfo; };
360 dependencies = { module=all-build-m4; on=all-build-texinfo; };
361 dependencies = { module=all-build-fixincludes; on=all-build-libiberty; };
362 dependencies = { module=all-build-libcpp; on=all-build-libiberty; };
365 dependencies = { module=configure-gcc; on=configure-gettext; }
    [all...]
  /src/external/gpl3/gcc/dist/
Makefile.def 353 // Inter-module dependencies
356 dependencies = { module=all-build-bison; on=all-build-texinfo; };
357 dependencies = { module=all-build-flex; on=all-build-texinfo; };
358 dependencies = { module=all-build-flex; on=all-build-bison; };
359 dependencies = { module=all-build-flex; on=all-build-m4; };
360 dependencies = { module=all-build-libiberty; on=all-build-texinfo; };
361 dependencies = { module=all-build-m4; on=all-build-texinfo; };
362 dependencies = { module=all-build-fixincludes; on=all-build-libiberty; };
363 dependencies = { module=all-build-libcpp; on=all-build-libiberty; };
366 dependencies = { module=configure-gcc; on=configure-gettext; }
    [all...]
  /src/external/gpl3/gcc.old/dist/
Makefile.def 333 // Inter-module dependencies
336 dependencies = { module=all-build-bison; on=all-build-texinfo; };
337 dependencies = { module=all-build-flex; on=all-build-texinfo; };
338 dependencies = { module=all-build-flex; on=all-build-bison; };
339 dependencies = { module=all-build-flex; on=all-build-m4; };
340 dependencies = { module=all-build-libiberty; on=all-build-texinfo; };
341 dependencies = { module=all-build-m4; on=all-build-texinfo; };
342 dependencies = { module=all-build-fixincludes; on=all-build-libiberty; };
343 dependencies = { module=all-build-libcpp; on=all-build-libiberty; };
346 dependencies = { module=configure-gcc; on=configure-intl; }
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
DependencyScanningService.cpp 13 using namespace dependencies;
  /src/external/gpl2/gettext/dist/gettext-runtime/tests/
Makefile.am 20 AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
  /src/external/gpl3/gdb.old/dist/gdbsupport/
observable.h 91 const std::vector<const struct token *> &dependencies)
92 : token (token), func (func), name (name), dependencies (dependencies)
98 std::vector<const struct token *> dependencies; member in struct:gdb::observers::observable::observer
112 DEPENDENCIES is a list of tokens of observers to be notified before this
118 const std::vector<const struct token *> &dependencies = {})
120 attach (f, nullptr, name, dependencies);
128 DEPENDENCIES is a list of tokens of observers to be notified before this
134 const std::vector<const struct token *> &dependencies = {})
136 attach (f, &t, name, dependencies);
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
observable.h 91 const std::vector<const struct token *> &dependencies)
92 : token (token), func (func), name (name), dependencies (dependencies)
98 std::vector<const struct token *> dependencies; member in struct:gdb::observers::observable::observer
112 DEPENDENCIES is a list of tokens of observers to be notified before this
118 const std::vector<const struct token *> &dependencies = {})
120 attach (f, nullptr, name, dependencies);
128 DEPENDENCIES is a list of tokens of observers to be notified before this
134 const std::vector<const struct token *> &dependencies = {})
136 attach (f, &t, name, dependencies);
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
ia64-asmtab.h 62 potentially different dependencies.
66 OFFSET fields. The completer entry may also note dependencies for the
86 Only dependencies listed in the terminal completer for an opcode are
116 short dependencies; member in struct:ia64_completer_table
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-asmtab.h 62 potentially different dependencies.
66 OFFSET fields. The completer entry may also note dependencies for the
86 Only dependencies listed in the terminal completer for an opcode are
116 short dependencies; member in struct:ia64_completer_table
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-asmtab.h 62 potentially different dependencies.
66 OFFSET fields. The completer entry may also note dependencies for the
86 Only dependencies listed in the terminal completer for an opcode are
116 short dependencies; member in struct:ia64_completer_table
  /src/external/gpl3/gdb/dist/opcodes/
ia64-asmtab.h 62 potentially different dependencies.
66 OFFSET fields. The completer entry may also note dependencies for the
86 Only dependencies listed in the terminal completer for an opcode are
116 short dependencies; member in struct:ia64_completer_table
  /src/external/gpl2/gettext/dist/gettext-runtime/src/
Makefile.am 20 AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
35 # Source dependencies.
40 # Link dependencies.
  /src/external/gpl3/gcc/dist/gcc/
gimple-range-path.h 37 const bitmap_head *dependencies = NULL,
41 void reset_path (const vec<basic_block> &, const bitmap_head *dependencies);
50 void compute_ranges (const bitmap_head *dependencies);
51 void compute_exit_dependencies (bitmap_head *dependencies);
68 bool add_to_exit_dependencies (tree name, bitmap dependencies);
gimple-range-path.cc 41 const bitmap_head *dependencies,
49 reset_path (path, dependencies);
98 fprintf (dump_file, "Exit dependencies:\n");
195 const bitmap_head *dependencies)
203 compute_ranges (dependencies);
325 // because any dependencies must be satisfied with values on entry.
377 // Solve dependencies defined in this block, starting with the PHIs...
379 // ...and then the rest of the dependencies.
393 // Solve dependencies that are exported to the next block.
441 // Adjust all pointer exit dependencies in BB with non-null information
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
DependencyScanningService.h 16 namespace dependencies { namespace in namespace:clang::tooling
19 /// dependencies.
21 /// This mode is used to compute the dependencies by running the preprocessor
26 /// This mode is used to compute the dependencies by running the preprocessor
29 /// the dependencies.
77 } // end namespace dependencies
DependencyScanningTool.h 21 namespace dependencies{ namespace in namespace:clang::tooling
23 /// The full dependencies and module graph for a specific input.
31 /// directly depends on, not including transitive dependencies.
35 /// transitive dependencies.
49 /// transitive set of dependencies for this
103 } // end namespace dependencies
DependencyScanningWorker.h 29 namespace dependencies { namespace in namespace:clang::tooling
48 /// The worker computes the dependencies for the input files by preprocessing
57 /// dependencies to the provided consumer.
73 /// dependencies. This filesystem persists accross multiple compiler
82 } // end namespace dependencies
  /src/external/gpl2/gettext/dist/gettext-tools/libuniname/
Makefile.am 20 AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
  /src/external/gpl2/grep/dist/doc/
Makefile.am 2 AUTOMAKE_OPTIONS=no-dependencies
  /src/external/gpl2/grep/dist/src/
Makefile.am 2 AUTOMAKE_OPTIONS = ansi2knr no-dependencies

Completed in 33 milliseconds

1 2 3 4 5 6 7 8 91011