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

1 2

  /external/chromium/third_party/icu/source/test/perf/
Makefile.in 24 .PHONY : everything all all-local all-recursive install install-local \
33 everything: all-recursive all-local
36 @echo simply use \`make\' \(or \`make everything\'\) to do all
46 check: everything check-recursive check-local
  /external/icu4c/test/perf/
Makefile.in 24 .PHONY : everything all all-local all-recursive install install-local \
33 everything: all-recursive all-local
36 @echo simply use \`make\' \(or \`make everything\'\) to do all
46 check: everything check-recursive check-local
  /external/chromium/third_party/icu/source/test/testdata/
tstfiles.mk 6 # Not everything has been moved to this file yet, as this is a new facility.
  /external/icu4c/test/testdata/
tstfiles.mk 6 # Not everything has been moved to this file yet, as this is a new facility.
  /external/bluetooth/bluez/src/
bluetooth.conf 8 <!-- ../system.conf have denied everything, so we just punch some holes -->
  /external/chromium/third_party/icu/source/test/
Makefile.in 24 .PHONY : everything all all-local all-recursive install install-local \
33 everything: all-recursive all-local
36 @echo simply use \`make\' \(or \`make everything\'\) to do all
46 check: everything check-recursive check-local
  /external/icu4c/test/
Makefile.in 24 .PHONY : everything all all-local all-recursive install install-local \
33 everything: all-recursive all-local
36 @echo simply use \`make\' \(or \`make everything\'\) to do all
46 check: everything check-recursive check-local
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/descriptors/
XmlDescriptors.java 290 ArrayList<ElementDescriptor> everything = new ArrayList<ElementDescriptor>();
291 everything.addAll(newGroups);
292 everything.addAll(newPrefs);
293 ElementDescriptor[] newArray = everything.toArray(new ElementDescriptor[everything.size()]);
295 // Link all groups to everything else here.. recursively
  /external/dbus/test/data/valid-config-files/
system.conf 36 <!-- Deny everything then punch holes -->
  /development/tools/findunused/
findunusedresources 61 find $resources $sources $app/AndroidManifest.xml -type f -print |xargs cat | tr -d '\n ' > /tmp/everything$$
70 echo $i $(grep -cw R\\..*\\.$i\\\|@style/$p\\\|@drawable/$p\\\|@anim/$p\\\|@color/$p\\\|@xml/$p\\\|@layout/$p\\\|@menu/$p\\\|@+id/$p\\\|@array/$p\\\|@string/$p\\\|@dimen/$p\\\|\[a-z\]\*:$p\\\|enumname=\"$p\\\|\<item\>$p\< < /tmp/everything$$)
85 rm /tmp/everything$$
  /external/clearsilver/
rules.mk.in 147 everything: depend all
  /ndk/build/core/
setup-abi.mk 31 # everything when you switch between these two modes. For projects
  /external/chromium/net/disk_cache/
entry_impl.h 76 // Deletes this entry from disk. If |everything| is false, only the user data
78 void DeleteEntryData(bool everything);
entry_impl.cc 475 void EntryImpl::DeleteEntryData(bool everything) {
476 DCHECK(doomed_ || !everything);
498 if (!everything) {
674 // Everything is handled by the backend.
  /ndk/toolchains/x86-4.2.1/
setup.mk 53 # When building for debug, compile everything as x86.
  /ndk/toolchains/arm-eabi-4.4.0/
setup.mk 84 # When building for debug, compile everything as arm.
  /ndk/toolchains/arm-linux-androideabi-4.4.3/
setup.mk 75 # When building for debug, compile everything as arm.
  /dalvik/vm/
Dvm.mk 19 # a "clean" build -- not everything depends on Dalvik.h. (See Android.mk
  /external/openssl/crypto/des/
des-lib.com 18 $! just build everything.
20 $! ALL To Just Build "Everything".
119 $! Since Nothing Special Was Specified, Do Everything.
649 $! Check To See If We Are To "Just Build Everything".
654 $! P1 Is "ALL", So Build Everything.
681 $ WRITE SYS$OUTPUT " ALL : Just Build Everything."
  /external/openssl/ssl/
ssl-lib.com 19 $! build everything.
132 $! Since Nothing Special Was Specified, Do Everything.
519 $! P1 Is Blank, So Build Everything.
545 $ WRITE SYS$OUTPUT " ALL : Just Build Everything."
  /external/v8/test/mjsunit/
const-redecl.js 109 // Eval everything.
cyrillic.js 136 // convert everything to upper case, so the two sigma variants are equal to each
  /libcore/
JavaLibrary.mk 161 # This module contains the top-level "tests.AllTests" that ties everything
  /build/core/
envsetup.mk 195 # Any arch- or os-specific parts of the simulator (everything
  /external/openssl/crypto/
crypto-lib.com 19 $! build everything.
774 $! P1 Is Blank, So Build Everything.
800 $ WRITE SYS$OUTPUT " ALL : Just Build Everything."
    [all...]

Completed in 539 milliseconds

1 2