/libcore/ |
CaCerts.mk | 20 define all-files-under 42 cacerts := $(call all-files-under,luni/src/main/files/cacerts)
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
compat.h | 79 use its iostreams implementation or no iostreams at all.
|
/ndk/sources/host-tools/make-3.81/ |
makefile.com | 7 $! P3 = WALL will enable all warning messages (some are suppressed since 36 $ ccopt = "/decc/prefix=(all,except=(globfree,glob))" 63 $! Do we want to see all warnings
|
/packages/apps/Email/emailcommon/ |
Android.mk | 18 # the emailcommon files themselves plus everything under src/org (apache code). All of our 33 LOCAL_SRC_FILES := $(call all-java-files-under, src) 34 LOCAL_SRC_FILES += $(call all-java-files-under, $(apache_src_dir))
|
/packages/inputmethods/LatinIME/java/ |
Android.mk | 20 LOCAL_SRC_FILES := $(call all-java-files-under, src) 36 # Include all the resources regardless of system supported locales
|
/packages/providers/ContactsProvider/ |
Android.mk | 7 LOCAL_SRC_FILES := $(call all-java-files-under, src) 37 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
compat.h | 79 use its iostreams implementation or no iostreams at all.
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
compat.h | 79 use its iostreams implementation or no iostreams at all.
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
compat.h | 79 use its iostreams implementation or no iostreams at all.
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
compat.h | 79 use its iostreams implementation or no iostreams at all.
|
/prebuilts/sdk/ |
Android.mk | 43 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/system/core/sh/ |
miscbltin.c | 5 * The Regents of the University of California. All rights reserved. 179 /* Last variable needs all IFS chars */ 346 int set, all = 0; local 360 all = 1; 375 if (all || argptr[1]) 393 if (all) {
|
/external/llvm/unittests/ADT/ |
BitVectorTest.cpp | 34 EXPECT_TRUE(Vec.all()); 42 EXPECT_TRUE(Vec.all()); 50 EXPECT_FALSE(Vec.all()); 59 EXPECT_FALSE(Inv.all()); 140 EXPECT_FALSE(Vec.all()); 148 EXPECT_TRUE(Inv.all()); 156 EXPECT_TRUE(Vec.all());
|
/external/valgrind/main/massif/tests/ |
peak.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...] |
/ndk/build/core/ |
build-all.mk | 17 # This script is used to build all wanted NDK binaries. It is included 31 .PHONY: all \ 68 # this is the list of all generated files that we would need to clean 78 all: installed_modules host_libraries host_executables 86 # process GCC-generated dependency files to convert all path references
|
main.mk | 43 # Read all application configuration files 74 # Check that all apps listed in APP do exist 84 # Check that all apps listed in APP have an Application.mk 134 # Where all app-specific generated files will be stored 138 include $(BUILD_SYSTEM)/build-all.mk
|
definitions.mk | 45 # Rationale: Checks that all variables listed in $1 are defined, or abort the 60 # Rationale: Checks that all required vars listed in $1 were defined by $2 344 # We use __ndk_modules to hold the list of all modules corresponding 414 # the generated module (i.e. the one containing all symbols used during 456 # Returns : The list of all recorded modules 464 # Returns : The list of all recorded non-imported modules 475 # and abort. This will record all LOCAL_XXX variables for the module. 554 # Dump all module information. Only use this for debugging 655 # Return all static libraries for a given module. 659 module-get-all-static-libs = $(strip [all...] |
setup-toolchain.mk | 94 # SYSROOT_INC points to a directory that contains all public header 181 # now parse the Android.mk for the application, this records all 187 # recompute all dependencies between modules 202 # Now compute the closure of all module dependencies. 205 # will build all modules that were listed from the top-level Android.mk 209 WANTED_MODULES := $(call modules-get-all-installable,$(modules-get-top-list)) 211 WANTED_MODULES := $(call module-get-all-dependencies,$(NDK_APP_MODULES))
|
/external/valgrind/main/none/tests/ |
cmdline2.stdout.exp | 6 basic user options for all Valgrind tools, with defaults in [ ]: 42 --gen-suppressions=no|yes|all print suppressions for errors? [no] 57 uncommon user options for all Valgrind tools: 64 --smc-check=none|stack|all|all-non-file [stack] 66 code found in stacks, for all code, or for all 94 debugging options for all Valgrind tools: 102 --trace-syscalls=no|yes show all system calls? [no] 119 Vex options for all Valgrind tools [all...] |
cmdline1.stdout.exp | 6 basic user options for all Valgrind tools, with defaults in [ ]: 42 --gen-suppressions=no|yes|all print suppressions for errors? [no] 57 uncommon user options for all Valgrind tools: 64 --smc-check=none|stack|all|all-non-file [stack] 66 code found in stacks, for all code, or for all
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldThreadGroupTest.java | 350 ThreadGroup[] all = new ThreadGroup[count]; local 351 parent.enumerate(all, false); 354 for (; actualSize < all.length; actualSize++) { 355 if (all[actualSize] == null) { 359 return Arrays.copyOfRange(all, 0, actualSize);
|
/external/chromium/third_party/libjingle/source/talk/ |
main.scons | 3 # All the helper functions are defined in: 37 # The root of all builds. 127 # TODO: encapsulate all string operations that are not based 129 # available on all platforms. 186 BUILD_GROUPS = ['default', 'all'], 205 BUILD_GROUPS = ['all'], 219 BUILD_GROUPS = ['all'], 288 # This flag makes all members of a static library be included in the 313 BUILD_GROUPS = ['default', 'all'], 326 BUILD_GROUPS = ['all'], [all...] |
/external/jpeg/ |
jmemdosa.asm | 17 ; we save and restore all 8086 registers, even though most compilers only 46 push si ; save all registers for safety 81 push si ; save all registers for safety 113 push si ; save all registers for safety 147 push si ; save all registers for safety 160 cmp ax,word ptr [bp+12] ; make sure all bytes were read 185 push si ; save all registers for safety 198 cmp ax,word ptr [bp+12] ; make sure all bytes written 223 push si ; save all registers for safety 266 push si ; save all registers for safet [all...] |
/external/qemu/distrib/jpeg-6b/ |
jmemdosa.asm | 17 ; we save and restore all 8086 registers, even though most compilers only 46 push si ; save all registers for safety 81 push si ; save all registers for safety 113 push si ; save all registers for safety 147 push si ; save all registers for safety 160 cmp ax,word ptr [bp+12] ; make sure all bytes were read 185 push si ; save all registers for safety 198 cmp ax,word ptr [bp+12] ; make sure all bytes written 223 push si ; save all registers for safety 266 push si ; save all registers for safet [all...] |
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_elementgetelementsbytagnamespecialvalue.js | 5 for Informatics and Mathematics, Keio University). All 79 special value "*" to match all tags in the element 82 Create a NodeList of all the descendant elements 84 The method should return all the descendant children(6)
|