HomeSort by relevance Sort by last modified time
    Searched full:deps (Results 1 - 25 of 417) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/msm7k/libgralloc-qsd8k/
pmemalloc.cpp 57 PmemUserspaceAllocator::PmemUserspaceAllocator(Deps& deps, Deps::Allocator& allocator, const char* pmemdev):
58 deps(deps),
87 int fd = deps.open(pmemdev, O_RDWR, 0);
90 err = deps.getPmemTotalSize(fd, &size);
98 void* base = deps.mmap(0, size, PROT_READ|PROT_WRITE, MAP_SHARED, fd,
102 strerror(deps.getErrno()));
103 err = -deps.getErrno()
    [all...]
pmemalloc.h 53 class Deps {
65 virtual ~Deps();
83 PmemUserspaceAllocator(Deps& deps, Deps::Allocator& allocator, const char* pmemdev);
109 Deps& deps; member in class:PmemUserspaceAllocator
110 Deps::Allocator& allocator;
128 class Deps {
131 virtual ~Deps();
156 Deps& deps; member in class:PmemKernelAllocator
    [all...]
gpu.h 35 class Deps {
38 virtual ~Deps();
52 gpu_context_t(Deps& deps, PmemAllocator& pmemAllocator,
71 Deps& deps; member in class:gpu_context_t
  /external/chromium/
CHROMIUM_MERGE_REVISION 3 http://src.chromium.org/svn/releases/12.0.742.130/DEPS
  /external/clang/test/Driver/
m_and_mm.c 3 // RUN: grep '"-sys-header-deps"' %t | count 0
  /external/dbus/dbus/
.gitignore 1 .deps
  /external/dbus/doc/
.gitignore 1 .deps
  /external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
compile_cs 36 deps = [
51 deps = [ '//java/com/google/clearsilver/jsilver/compiler' ]
57 join_compiled_cs(name, deps)
66 * deps: The list of compile_cs BUILD targets to merge (List of labels,
70 def join_compiled_cs(name, deps):
71 if not deps:
72 raise BadRule(None, '%s: deps is empty' % name)
73 map_files = [ file + '.map' for file in deps]
82 deps = deps)
    [all...]
  /external/clang/test/
CMakeLists.txt 75 add_custom_target(clang-test.deps)
76 set_target_properties(clang-test.deps PROPERTIES FOLDER "Clang tests")
100 add_dependencies(check-all clang-test.deps)
102 add_dependencies(clang-test.deps check.deps ClangUnitTests)
104 add_dependencies(clang-test.deps
111 add_dependencies(clang-test clang-test.deps)
112 add_dependencies(clang-test.deps
  /external/llvm/unittests/ADT/
DAGDeltaAlgorithmTest.cpp 78 std::vector<edge_ty> Deps;
82 Deps.clear();
83 Deps.push_back(std::make_pair(3, 1));
89 EXPECT_EQ(fixed_set(4, 1, 3, 5, 7), FDA.Run(range(20), Deps));
96 Deps.clear();
97 Deps.push_back(std::make_pair(1, 0));
98 Deps.push_back(std::make_pair(2, 0));
99 Deps.push_back(std::make_pair(4, 0));
100 Deps.push_back(std::make_pair(3, 2));
108 EXPECT_EQ(fixed_set(4, 0, 1, 2, 3), FDA2.Run(range(5), Deps));
    [all...]
  /external/bluetooth/glib/
.gitignore 5 .deps
  /external/bluetooth/hcidump/
.gitignore 2 .deps
  /external/dbus/test/name-test/
.gitignore 1 .deps
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
updatechromiumdeps.py 44 log("Current Chromium DEPS revision %s is newer than %s." % (current_chromium_revision, new_chromium_revision))
51 error("Unable to update Chromium DEPS")
60 deps = self._tool.checkout().chromium_deps()
61 current_chromium_revision = deps.read_variable("chromium_rev")
63 log("Updating Chromium DEPS to %s" % new_chromium_revision)
64 deps.write_variable("chromium_rev", new_chromium_revision)
  /external/dbus/test/
.gitignore 1 .deps
  /external/dbus/tools/
.gitignore 1 .deps
  /external/icu4c/samples/cal/
Makefile 18 CLEANFILES = *~ $(DEPS)
28 DEPS = $(OBJECTS:.o=.d)
70 -include $(DEPS)
73 -include $(DEPS)
Makefile.in 18 CLEANFILES = *~ $(DEPS)
28 DEPS = $(OBJECTS:.o=.d)
70 -include $(DEPS)
73 -include $(DEPS)
  /external/icu4c/samples/date/
Makefile 18 CLEANFILES = *~ $(DEPS)
28 DEPS = $(OBJECTS:.o=.d)
70 -include $(DEPS)
73 -include $(DEPS)
Makefile.in 18 CLEANFILES = *~ $(DEPS)
28 DEPS = $(OBJECTS:.o=.d)
70 -include $(DEPS)
73 -include $(DEPS)
  /external/icu4c/test/compat/
Makefile.in 18 CLEANFILES = *~ $(DEPS)
28 DEPS = $(OBJECTS:.o=.d)
70 -include $(DEPS)
73 -include $(DEPS)
  /external/icu4c/tools/dumpce/
Makefile.in 17 CLEANFILES = *~ $(DEPS)
27 DEPS = $(OBJECTS:.o=.d)
71 -include $(DEPS)
74 -include $(DEPS)
  /external/dbus/bus/
.gitignore 1 .deps
  /external/icu4c/extra/scrptrun/
Makefile 20 CLEANFILES = *~ $(DEPS)
38 DEPS = $(OBJECTS:.o=.d)
82 -include $(DEPS)
85 -include $(DEPS)
Makefile.in 20 CLEANFILES = *~ $(DEPS)
38 DEPS = $(OBJECTS:.o=.d)
82 -include $(DEPS)
85 -include $(DEPS)

Completed in 273 milliseconds

1 2 3 4 5 6 7 8 91011>>