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

1 2 3 4 5

  /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>
  /ndk/sources/host-tools/make-3.81/
rule.h 27 struct dep *deps; /* Dependencies of the rule. */ member in struct:rule
58 struct dep *deps,
rule.c 99 for (dep = rule->deps; dep != 0; dep = dep->next)
134 /* In the deps of an implicit rule the `changed' flag
161 If SOURCE is nil, it means there should be no deps. */
168 struct dep *deps;
199 deps = 0;
207 deps = alloc_dep ();
208 deps->name = depname;
211 create_pattern_rule (names, percents, 0, deps, cmds, 0);
229 for (d = suffix_file->deps; d != 0; d = d->next)
238 for (d = suffix_file->deps; d != 0; d = d->next
165 struct dep *deps; local
    [all...]
implicit.c 36 after modifying FILE to contain the appropriate commands and deps,
188 FILE. If a rule is found, the appropriate commands and deps are put in FILE
222 struct idep* deps = 0;
312 /* If the pattern rule has deps but no commands, ignore it.
314 if (rule->deps != 0 && rule->cmds == 0)
403 if (rule->deps == 0 && rule->cmds == 0)
439 and chain them in DEPS. */
490 for (dep = rule->deps; dep != 0; dep = dep->next)
594 id_ptr = &deps;
658 for (d = deps; d != 0; d = d->next
220 struct idep* deps = 0; local
    [all...]
file.c 289 if (to_file->deps == 0)
290 to_file->deps = from_file->deps;
293 register struct dep *deps = to_file->deps;
294 while (deps->next != 0)
295 deps = deps->next;
296 deps->next = from_file->deps;
292 register struct dep *deps = to_file->deps; local
    [all...]
default.c 533 suffix_file->deps = (struct dep *)
commands.c 99 for (d = enter_file (".SUFFIXES")->deps; d != 0; d = d->next)
115 for (d = file->deps; d != 0; d = d->next)
154 for (d = file->deps; d != 0; d = d->next)
165 for (d = file->deps; d != 0; d = d->next)
196 uniquize_deps (file->deps);
199 for (d = file->deps; d != 0; d = d->next)
217 for (d = file->deps; d != 0; d = d->next)
read.c 135 struct dep *deps, unsigned int cmds_started, char *commands,
305 struct dep *deps;
368 deps = alloc_dep ();
369 deps->next = read_makefiles;
370 read_makefiles = deps;
371 deps->file = lookup_file (filename);
372 if (deps->file == 0)
373 deps->file = enter_file (xstrdup (filename));
374 filename = deps->file->name;
375 deps->changed = flags
302 struct dep *deps; local
465 struct dep *deps = 0; local
1721 struct hash_table deps; local
    [all...]
  /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/valgrind/main/auxprogs/
gen-mdg 42 my $deps = {};
64 --headers=no|yes show headers, ie. show module-to-module deps only
132 my $module_deps = $deps->{$module};
181 $deps->{$module} = $module_deps;
233 while (my ($src, $dst_hash) = each %$deps) {
  /external/webkit/Tools/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)
  /external/webkit/Source/WebKit/chromium/
DEPS 38 deps = {
40 File(Var('chromium_svn')+'/DEPS@'+Var('chromium_rev')),
  /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
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java 60 Set<INode> deps = new HashSet<INode>(horizontalDeps.size() + verticalDeps.size()); local
61 deps.addAll(horizontalDeps);
62 deps.addAll(verticalDeps);
63 if (deps.size() > 0) {
65 for (INode n : deps) {
  /external/oprofile/pp/
opreport.cpp 92 vector<summary> deps; member in struct:__anon9167::app_summary
110 vector<summary>::iterator sit = deps.begin();
111 vector<summary>::iterator const send = deps.end();
119 deps.push_back(summ);
120 return deps.back();
136 list<profile_dep_set>::const_iterator it = profile.deps.begin();
137 list<profile_dep_set>::const_iterator const end = profile.deps.end();
198 stable_sort(ait->deps.begin(), ait->deps.end());
291 if (app.deps.size() == 1
    [all...]
  /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;
  /external/oprofile/daemon/liblegacy/
p_module.h 147 unsigned tgt_long deps; member in struct:module
  /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 534 define java-lib-deps
903 define transform-c-or-s-to-o-no-deps
923 define transform-c-to-o-no-deps
925 $(call transform-c-or-s-to-o-no-deps, )
928 define transform-s-to-o-no-deps
930 $(call transform-c-or-s-to-o-no-deps, $(PRIVATE_ASFLAGS))
934 $(transform-c-to-o-no-deps)
939 $(transform-s-to-o-no-deps)
949 define transform-m-to-o-no-deps
951 $(call transform-c-or-s-to-o-no-deps)
    [all...]

Completed in 1060 milliseconds

1 2 3 4 5