/hardware/msm7k/libgralloc-qsd8k/tests/ |
pmemalloc_test.cpp | 26 class DepsStub : public PmemUserspaceAllocator::Deps, public PmemKernelAllocator::Deps { 70 class AllocatorStub : public PmemUserspaceAllocator::Deps::Allocator {
|
/external/webkit/Source/WebKit/chromium/ |
ChangeLog-2011-02-16 | 127 * DEPS: 580 * DEPS: 681 Unreviewed, DEPS change. 683 * DEPS: update to pick up newer Skia. 780 * DEPS: Roll to crrev.com/73378 to have the WebKitWeightWatcher change of webkit_support. 813 Unreviewed roll of Chromium deps to r73306. This picks up a fix to get 819 * DEPS: 908 * DEPS: [all...] |
ChangeLog | 343 Roll Chromium DEPS. 345 * DEPS: 502 * DEPS: 517 Roll chromium DEPS to r83722, add new crypto directory to DEPS 520 * DEPS: [all...] |
/external/dbus/dbus/ |
dbus-types.h | 31 #include <dbus/dbus-arch-deps.h>
|
Makefile.am | 121 dbus-arch-deps.h 248 EXTRA_DIST=dbus-arch-deps.h.in
|
dbus-marshal-basic.h | 34 #include <dbus/dbus-arch-deps.h>
|
dbus-message.h | 32 #include <dbus/dbus-arch-deps.h>
|
dbus.h | 29 #include <dbus/dbus-arch-deps.h>
|
/hardware/msm7k/libgralloc-qsd8k/ |
allocator.h | 95 class SimpleBestFitAllocator : public PmemUserspaceAllocator::Deps::Allocator
|
/external/oprofile/libpp/ |
arrange_profiles.h | 87 * contains all profiles against /bin/bash, and deps contains 98 std::list<profile_dep_set> deps; member in struct:profile_set
|
/build/core/ |
definitions.mk | 534 define java-lib-deps 901 define transform-c-or-s-to-o-no-deps 921 define transform-c-to-o-no-deps 923 $(call transform-c-or-s-to-o-no-deps, ) 926 define transform-s-to-o-no-deps 928 $(call transform-c-or-s-to-o-no-deps, $(PRIVATE_ASFLAGS)) 932 $(transform-c-to-o-no-deps) 937 $(transform-s-to-o-no-deps) 947 define transform-m-to-o-no-deps 949 $(call transform-c-or-s-to-o-no-deps) [all...] |
prebuilt.mk | 123 # while the deps should be in the common dir, so we make a copy in the common dir.
|
java.mk | 243 # Deps for generated source files must be handled separately, 244 # via deps on the target that generates the sources.
|
droiddoc.mk | 70 full_java_lib_deps := $(call java-lib-deps,$(LOCAL_JAVA_LIBRARIES),$(LOCAL_IS_HOST_MODULE))
|
main.mk | 73 # file does the rm -rf inline so the deps which are all done below will 584 define add-required-deps 591 $(eval $(call add-required-deps,$(ALL_MODULES.$(m).INSTALLED),$(r))) \ 597 add-required-deps :=
|
/external/llvm/tools/llvm-config/ |
llvm-config.in.in | 289 my ($libs, $deps) = /^\s*([^:]+):\s*(.*)\s*$/; 290 die "Malformed dependency data" unless defined $deps; 292 my @deps = split(' ', $deps); 298 $SET_DEPS{$set} = \@deps;
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
AsmGenerator.java | 180 public void setDeps(Map<String, ClassReader> deps) { 181 mDeps = deps; 221 mLog.info("# deps classes: %d", mDeps.size());
|
/external/llvm/docs/ |
Packaging.html | 16 <li><a href="#deps">Dependencies</a></li> 92 <h2><a name="deps">Dependencies</a></h2>
|
/external/elfutils/src/ |
Makefile.am | 110 .deps/none_ld.Po: none_ld.os
|
/sdk/anttasks/src/com/android/ant/ |
BaseTask.java | 77 // we don't care about deps, we need to execute the task no matter what.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/ |
build-hardy-toolchain.sh | 808 task_set $TASK deps "" 842 task_get $1 deps 891 local DEPS="`task_get_deps $TASK`" 895 echo "> $DEPS" 963 local DEPS="`task_get_deps $TASK`" 966 #echo ">> $TASK: $DEPS" 973 for DEP in $DEPS; do [all...] |
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
SdkUpdaterLogic.java | 386 ArchiveInfo[] deps = findDependency(p,
local 393 if (deps != null) {
397 for (ArchiveInfo aid : deps) {
427 ArchiveInfo[] deps = findDependency(p,
local 449 deps //dependsOn
454 if (deps != null) {
455 for (ArchiveInfo d : deps) {
[all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
ConstraintPainter.java | 117 Set<INode> deps = new HashSet<INode>(horizontalDeps.size() + verticalDeps.size()); local 118 deps.addAll(horizontalDeps); 119 deps.addAll(verticalDeps); 120 if (deps.size() > 0) { 122 for (INode node : deps) { [all...] |
/external/llvm/lib/Transforms/Scalar/ |
GVN.cpp | 276 const MemoryDependenceAnalysis::NonLocalDepInfo &deps = local 283 for (unsigned i = 0, e = deps.size(); i != e; ++i) { 284 const NonLocalDepEntry *I = &deps[i]; [all...] |
/external/oprofile/daemon/liblegacy/ |
p_module.h | 147 unsigned tgt_long deps; member in struct:module
|