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

1 2 3 4

  /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
gpu.cpp 26 gpu_context_t::gpu_context_t(Deps& deps, PmemAllocator& pmemAllocator,
28 deps(deps),
58 int err = deps.mapFrameBufferLocked(m);
179 fd = deps.ashmem_create_region("gralloc-buffer", size);
293 deps.terminateBuffer(&m->base, const_cast<private_handle_t*>(hnd));
296 deps.close(hnd->fd);
297 delete hnd; // XXX JMG: move this to the deps
341 gpu_context_t::Deps::~Deps() {
    [all...]
  /external/dbus/dbus/
dbus-types.h 31 #include <dbus/dbus-arch-deps.h>
dbus.h 29 #include <dbus/dbus-arch-deps.h>
dbus-marshal-basic.h 31 #include <dbus/dbus-arch-deps.h>
  /external/webkit/WebKit/chromium/
DEPS 35 'chromium_deps_svn': 'http://src.chromium.org/svn/trunk/deps/third_party',
56 deps = {
  /external/webkit/WebKitTools/CodeCoverage/
run-generate-coverage-data 78 deps = ar[1].split(' ')
81 deps = filter(lambda x: base_dir in x, deps)
82 deps = map(lambda x: os.path.abspath(os.path.join(dir, x)), deps)
83 return (obj, dir, deps)
223 for (_,dir,deps) in candidates:
226 for dep in deps:
  /frameworks/base/tools/layoutlib/
Android.mk 28 built_framework_dep := $(call java-lib-deps,framework)
31 built_core_dep := $(call java-lib-deps,core)
  /cts/tools/vm-tests/etc/
starttests 177 deps=`echo $myline | cut -d";" -f2`
194 for dep in ${deps}; do
207 deps=${deps}" "${mainclass}
209 for dep in ${deps}; do
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_params.c 1668 int deps[4]; member in struct:_snd_pcm_hw_rule
    [all...]
  /external/e2fsprogs/lib/blkid/
devname.c 171 struct dm_deps *deps; local
192 deps = dm_task_get_deps(task);
193 if (!deps || deps->count == 0)
196 for (i = 0; i < deps->count; i++) {
197 dev_t dep_dev = deps->device[i];
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 92 Map<String, ClassReader> deps = findDeps(zipClasses, found); local
96 mGen.setDeps(deps);
275 TreeMap<String, ClassReader> deps = new TreeMap<String, ClassReader>(); local
282 deps, new_deps);
289 deps.putAll(new_deps);
298 inOutKeepClasses.size(), deps.size());
306 inOutKeepClasses.size(), deps.size());
308 return deps;
AsmGenerator.java 163 public void setDeps(Map<String, ClassReader> deps) {
164 mDeps = deps;
204 mLog.info("# deps classes: %d", mDeps.size());
  /external/emma/tools/java/com/vladium/tools/
ClassDep.java 76 final String [] deps = _this.getDependencies (true); local
79 for (int d = deps.length - 1; d >= 0; -- d) // reverse topological order
81 s.append (deps [d]);
  /build/core/
definitions.mk 508 define java-lib-deps
785 define transform-c-or-s-to-o-no-deps
808 define transform-c-to-o-no-deps
810 $(call transform-c-or-s-to-o-no-deps, )
813 define transform-s-to-o-no-deps
815 $(call transform-c-or-s-to-o-no-deps, $(PRIVATE_ASFLAGS))
819 $(transform-c-to-o-no-deps)
824 $(transform-s-to-o-no-deps)
834 define transform-m-to-o-no-deps
836 $(call transform-c-or-s-to-o-no-deps)
    [all...]
binary.mk 243 $(transform-$(PRIVATE_HOST)s-to-o-no-deps)
320 $(transform-$(PRIVATE_HOST)s-to-o-no-deps)
droiddoc.mk 73 full_java_lib_deps := $(call java-lib-deps,$(LOCAL_JAVA_LIBRARIES),$(LOCAL_IS_HOST_MODULE))
  /external/bluetooth/glib/
Makefile.am 131 rm -rf .deps */.deps
  /external/libvpx/build/make/
gen_msvs_sln.sh 92 eval "local deps=\"\${${var}_deps}\""
93 if [ -n "$deps" ]; then
97 for dep in $deps; do
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdaterLogic.java 289 ArchiveInfo[] deps = findDependency(p, local
311 deps //dependsOn
316 if (deps != null) {
317 for (ArchiveInfo d : deps) {
  /external/webkit/WebKitTools/wx/
install-unix-extras 39 DL_DIR=/tmp/webkit-deps
71 LIBJPEG_URL="http://wxwebkit.wxcommunity.com/downloads/deps/$LIBJPEG_TARBALL"
75 LIBPNG_URL="http://wxwebkit.wxcommunity.com/downloads/deps/$LIBPNG_TARBALL"
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h 439 } deps; member in struct:cpp_options
671 /* Call these to get pointers to the options, callback, and deps
679 extern struct deps *cpp_get_deps (cpp_reader *);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 439 } deps; member in struct:cpp_options
671 /* Call these to get pointers to the options, callback, and deps
679 extern struct deps *cpp_get_deps (cpp_reader *);
    [all...]

Completed in 301 milliseconds

1 2 3 4