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

1 2

  /external/mesa3d/docs/
MESA_release_buffers.spec 25 Dependencies
MESA_pack_invert.spec 26 Dependencies
MESA_agp_offset.spec 27 Dependencies
MESA_window_pos.spec 24 Dependencies
MESA_copy_sub_buffer.spec 25 Dependencies
MESA_pixmap_colormap.spec 25 Dependencies
MESA_resize_buffers.spec 24 Dependencies
MESA_set_3dfx_mode.spec 25 Dependencies
MESA_drm_image.spec 25 Dependencies
MESA_shader_debug.spec 27 Dependencies
MESA_swap_control.spec 25 Dependencies
MESA_ycbcr_texture.spec 26 Dependencies
  /external/llvm/include/llvm/ADT/
DAGDeltaAlgorithm.h 23 /// removing any single element not required by the dependencies on the other
26 /// The DAG should be used to represent dependencies in the changes which are
35 /// substantially fewer tests with appropriate dependencies. \see DeltaAlgorithm
51 /// Dependencies edges by executing \see ExecuteOneTest() on subsets of
53 /// predicate and the input \arg Dependencies.
57 /// \param Dependencies The list of dependencies amongst changes. For each
58 /// (x,y) in \arg Dependencies, both x and y must be in \arg Changes. The
60 /// \in S implies y \in S. It is an error to have cyclic dependencies.
62 const std::vector<edge_ty> &Dependencies);
    [all...]
  /external/llvm/lib/TableGen/
Main.cpp 94 const std::vector<std::string> &Dependencies = Parser.getDependencies();
95 for (std::vector<std::string>::const_iterator I = Dependencies.begin(),
96 E = Dependencies.end();
TGLexer.h 76 /// Dependencies - This is the list of all included files.
77 std::vector<std::string> Dependencies;
88 return Dependencies;
  /frameworks/compile/libbcc/runtime/lib/
Makefile.mk 16 # FIXME: use automatic dependencies?
17 Dependencies := $(wildcard $(Dir)/*.h)
  /frameworks/compile/libbcc/runtime/lib/arm/
Makefile.mk 18 # FIXME: use automatic dependencies?
19 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /frameworks/compile/libbcc/runtime/lib/i386/
Makefile.mk 18 # FIXME: use automatic dependencies?
19 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /frameworks/compile/libbcc/runtime/lib/ppc/
Makefile.mk 18 # FIXME: use automatic dependencies?
19 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /frameworks/compile/libbcc/runtime/lib/x86_64/
Makefile.mk 18 # FIXME: use automatic dependencies?
19 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /frameworks/compile/libbcc/runtime/
Makefile 206 $(call Set,Tmp.Dependencies,$($(Tmp.SubDirKey).Dependencies))
215 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.s $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir
218 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.S $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir
221 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.c $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir
  /external/llvm/lib/Support/
DAGDeltaAlgorithm.cpp 28 // practice when there are unmodelled dependencies. I believe we can resolve
65 const std::vector<edge_ty> &Dependencies;
127 // Check dependencies invariant.
188 Dependencies(_Dependencies)
195 for (std::vector<edge_ty>::const_iterator it = Dependencies.begin(),
196 ie = Dependencies.end(); it != ie; ++it) {
355 const std::vector<edge_ty> &Dependencies) {
356 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run();
  /external/markdown/markdown/extensions/
headerid.py 62 Dependencies:
  /frameworks/compile/libbcc/runtime/make/
subdir.mk 8 # Dependencies - Any dependences for the object files.
23 RequiredSubdirVariables := SubDirs ObjNames Implementation Dependencies
  /external/mesa3d/docs/OLD/
MESA_trace.spec 25 Dependencies

Completed in 361 milliseconds

1 2