/packages/experimental/LoaderApp/ |
Android.mk | 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/prebuilt/common/groovy/ |
Android.mk | 20 groovy-all-1.7.0$(COMMON_JAVA_PACKAGE_SUFFIX)
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/ |
toolchain.mk | 17 include $(call all-makefiles-under, $(LOCAL_PATH))
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/ |
toolchain.mk | 17 include $(call all-makefiles-under, $(LOCAL_PATH))
|
/prebuilts/tools/common/proguard/proguard4.7/build/ |
makefile | 40 all: basic options 94 .PHONY: all basic options proguard proguardgui retrace anttask wtkplugin clean $(TARGETS) $(OPTIONAL_TARGETS)
|
/sdk/emulator/opengl/ |
Android.mk | 12 # Top-level for all modules 31 # Include common definitions used by all the modules included later 32 # in this build file. This contains the definition of all useful 53 # source files (see all emugl-gen-decoder/encoder in common.mk)
|
/external/valgrind/main/massif/tests/ |
peak2.post.exp | 45 ->00.85% (16B) in 1+ places, all below ms_print's threshold (01.00%) 57 ->00.44% (16B) in 1+ places, all below ms_print's threshold (01.00%) 69 ->00.30% (16B) in 1+ places, all below ms_print's threshold (01.00%) 81 ->00.23% (16B) in 1+ places, all below ms_print's threshold (01.00%) 93 ->00.18% (16B) in 1+ places, all below ms_print's threshold (01.00%) 105 ->00.15% (16B) in 1+ places, all below ms_print's threshold (01.00%) 117 ->00.13% (16B) in 1+ places, all below ms_print's threshold (01.00%) 129 ->00.11% (16B) in 1+ places, all below ms_print's threshold (01.00%) 141 ->00.10% (16B) in 1+ places, all below ms_print's threshold (01.00%) 153 ->00.09% (16B) in 1+ places, all below ms_print's threshold (01.00% [all...] |
ignoring.post.exp | 51 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 64 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 92 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 107 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 122 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 137 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 152 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 168 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 188 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 208 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00% [all...] |
/cts/suite/audio_quality/ |
Android.mk | 43 include $(call all-subdir-makefiles)
|
/cts/tools/dasm/src/java_cup/ |
parse_action_table.java | 22 /** Simple constructor. All terminals, non-terminals, and productions must 56 /** Check the table to ensure that all productions have been reduced. 82 for (Enumeration p = production.all(); p.hasMoreElements(); )
|
terminal.java | 30 /* add to set of all terminals and check for duplicates */ 60 /** Table of all terminals. Elements are stored using name strings as 65 /** Access to all terminals. */ 66 public static Enumeration all() {return _all.elements();}; method in class:terminal 79 /** Table of all terminals indexed by their index number. */
|
/device/samsung/maguro/ |
device.mk | 15 # This file includes all definitions that apply only to maguro devices 17 # Anything that is generic to all tuna products should go in the tuna directory
|
/device/samsung/toro/ |
device.mk | 15 # This file includes all definitions that apply only to toro devices 17 # Anything that is generic to all tuna products should go in the tuna directory
|
/external/chromium/chrome/browser/resources/net_internals/ |
socketsview.js | 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 6 * This view displays information on the state of all socket pools. 9 * - For each pool with allocated sockets or connect jobs, shows all its
|
/external/chromium/webkit/glue/ |
dom_operations.cc | 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 38 // Structure for storage the unique set of all savable resource links for 43 // Unique set of all sub resource links. 45 // Unique set of all frame links. 47 // Collection of all frames we go through when getting all savable resource 63 // Get all savable resource links from current element. One element might 92 // protocol does no have cache mechanism, we will skip all 104 // Get all savable resource links from current WebFrameImpl object pointer. 133 // Go through all descent nodes 134 WebNodeCollection all = current_doc.all(); local [all...] |
/external/clang/test/SemaTemplate/ |
temp_arg_template.cpp | 38 expected-error{{C++ requires a type specifier for all declarations}}
|
/external/compiler-rt/make/test/ |
test-util.mk | 63 all: 65 .PHONY: all
|
/external/compiler-rt/test/Unit/ |
clzti2_test.c | 31 at.all = a;
|
popcountti2_test.c | 39 at.all = a;
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableSet.java | 85 List<E> all = new ArrayList<E>(size); local 86 Collections.addAll(all, e1, e2, e3, e4, e5, e6); 87 Collections.addAll(all, others); 88 return copyOf(all.iterator()); 116 @SuppressWarnings("unchecked") // all supported methods are covariant
|
/external/icu4c/samples/ufortune/resources/ |
fortune_resources.mak | 48 # all - nmake starts here by default 50 all: fortune_resources.dll
|
/external/icu4c/test/intltest/ |
tsdate.cpp | 3 * and others. All Rights Reserved. 258 UnicodeString all; local 261 if (i!=0) all += ", "; 262 all += locales[i].getName(); 264 logln(all);
|
/external/iproute2/doc/ |
Makefile | 20 all: pstwocol
|
/external/libffi/ |
Android.mk | 15 # This makefile builds both for host and target, and so all the 26 # We only build ffi at all for non-arm, non-x86 targets.
|
/external/libpng/contrib/pngminim/decoder/ |
makefile | 33 all: pngm2pnm$(E)
|