HomeSort by relevance Sort by last modified time
    Searched refs:all (Results 1176 - 1200 of 2285) sorted by null

<<41424344454647484950>>

  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
compat.h 79 use its iostreams implementation or no iostreams at all.
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
compat.h 79 use its iostreams implementation or no iostreams at all.
  /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/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...]
  /gdk/build/core/
setup-toolchain.mk 53 # that contains all public header files for a given platform, plus
80 # now parse the Android.mk for the application, this records all
91 # Now compute the closure of all module dependencies.
94 # will build all modules that were listed from the top-level Android.mk
99 WANTED_MODULES := $(call module-get-all-dependencies,$(GDK_APP_MODULES))
definitions.mk 72 # Rationale: Checks that all variables listed in $1 are defined, or abort the
87 # Rationale: Clears/undefines all variables in argument list
97 # Rationale: Checks that all required vars listed in $1 were defined by $2
160 # We use __gdk_modules to hold the list of all modules corresponding
210 # the generated module (i.e. the one containing all symbols used during
252 # Returns : The list of all recorded modules
260 # Returns : The list of all recorded non-imported modules
271 # and abort. This will record all LOCAL_XXX variables for the module.
346 # Dump all module information. Only use this for debugging
388 # Used to recompute all dependencies once all module information has been recorded
    [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 104 # Rationale: Checks that all variables listed in $1 are defined, or abort the
119 # Rationale: Clears/undefines all variables in argument list
129 # Rationale: Checks that all required vars listed in $1 were defined by $2
326 # We use __ndk_modules to hold the list of all modules corresponding
394 # the generated module (i.e. the one containing all symbols used during
436 # Returns : The list of all recorded modules
444 # Returns : The list of all recorded non-imported modules
455 # and abort. This will record all LOCAL_XXX variables for the module.
531 # Dump all module information. Only use this for debugging
582 # Used to recompute all dependencies once all module information has been recorded
    [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...]
  /device/samsung/crespo/
device.mk 17 # crespo. It lists all the overlays, files, modules and properties
22 # aren't publicly available in all circumstances, which means that some
27 # augments that set with the parts that are only relevant when all the
  /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)
  /external/webkit/LayoutTests/dom/xhtml/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)
  /build/tools/droiddoc/test/generics/
Android.mk 18 LOCAL_SRC_FILES:=$(call all-subdir-java-files)
  /build/tools/droiddoc/test/stubs/
Android.mk 18 LOCAL_SRC_FILES:=$(call all-java-files-under,src)
  /cts/hostsidetests/appsecurity/test-apps/AppAccessData/
Android.mk 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /cts/hostsidetests/appsecurity/test-apps/AppWithData/
Android.mk 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /cts/hostsidetests/appsecurity/test-apps/InstrumentationAppDiffCert/
Android.mk 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/
Android.mk 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /cts/hostsidetests/appsecurity/test-apps/SharedUidInstall/
Android.mk 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /cts/hostsidetests/appsecurity/test-apps/SharedUidInstallDiffCert/
Android.mk 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /cts/hostsidetests/appsecurity/test-apps/SimpleAppInstall/
Android.mk 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)

Completed in 452 milliseconds

<<41424344454647484950>>