HomeSort by relevance Sort by last modified time
    Searched full:deps (Results 1 - 25 of 377) 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/webkit/
WEBKIT_MERGE_REVISION 3 http://src.chromium.org/svn/releases/5.0.328.0/DEPS
  /external/bluetooth/glib/
.gitignore 5 .deps
  /external/chromium/third_party/icu/source/test/compat/
Makefile.in 18 CLEANFILES = *~ $(DEPS)
28 DEPS = $(OBJECTS:.o=.d)
70 -include $(DEPS)
73 -include $(DEPS)
  /external/chromium/third_party/icu/source/tools/dumpce/
Makefile.in 17 CLEANFILES = *~ $(DEPS)
27 DEPS = $(OBJECTS:.o=.d)
71 -include $(DEPS)
74 -include $(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/chromium/third_party/icu/source/test/perf/charperf/
Makefile.in 17 CLEANFILES = *~ $(DEPS)
27 DEPS = $(OBJECTS:.o=.d)
71 -include $(DEPS)
75 -include $(DEPS)
  /external/chromium/third_party/icu/source/test/perf/collationperf/
Makefile.in 17 CLEANFILES = *~ $(DEPS)
27 DEPS = $(OBJECTS:.o=.d)
72 -include $(DEPS)
76 -include $(DEPS)
  /external/chromium/third_party/icu/source/test/perf/collperf/
Makefile.in 17 CLEANFILES = *~ $(DEPS)
27 DEPS = $(OBJECTS:.o=.d)
71 -include $(DEPS)
75 -include $(DEPS)
  /external/chromium/third_party/icu/source/test/perf/convperf/
Makefile.in 17 CLEANFILES = *~ $(DEPS)
27 DEPS = $(OBJECTS:.o=.d)
71 -include $(DEPS)
75 -include $(DEPS)
  /external/chromium/third_party/icu/source/test/perf/normperf/
Makefile.in 17 CLEANFILES = *~ $(DEPS)
27 DEPS = $(OBJECTS:.o=.d)
71 -include $(DEPS)
75 -include $(DEPS)
  /external/chromium/third_party/icu/source/test/perf/strsrchperf/
Makefile.in 17 CLEANFILES = *~ $(DEPS)
27 DEPS = $(OBJECTS:.o=.d)
71 -include $(DEPS)
75 -include $(DEPS)
  /external/chromium/third_party/icu/source/test/perf/ubrkperf/
Makefile.in 17 CLEANFILES = *~ $(DEPS)
27 DEPS = $(OBJECTS:.o=.d)
71 -include $(DEPS)
75 -include $(DEPS)
  /external/chromium/third_party/icu/source/test/perf/unisetperf/
Makefile.in 17 CLEANFILES = *~ $(DEPS)
27 DEPS = $(OBJECTS:.o=.d)
70 -include $(DEPS)
74 -include $(DEPS)
  /external/chromium/third_party/icu/source/test/perf/usetperf/
Makefile.in 17 CLEANFILES = *~ $(DEPS)
27 DEPS = $(OBJECTS:.o=.d)
71 -include $(DEPS)
75 -include $(DEPS)
  /external/chromium/third_party/icu/source/test/perf/ustrperf/
Makefile.in 17 CLEANFILES = *~ $(DEPS)
27 DEPS = $(OBJECTS:.o=.d)
71 -include $(DEPS)
75 -include $(DEPS)
  /external/chromium/third_party/icu/source/test/perf/utfperf/
Makefile.in 17 CLEANFILES = *~ $(DEPS)
27 DEPS = $(OBJECTS:.o=.d)
71 -include $(DEPS)
75 -include $(DEPS)
  /external/chromium/third_party/icu/source/test/perf/utrie2perf/
Makefile.in 17 CLEANFILES = *~ $(DEPS)
27 DEPS = $(OBJECTS:.o=.d)
71 -include $(DEPS)
75 -include $(DEPS)

Completed in 486 milliseconds

1 2 3 4 5 6 7 8 91011>>