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

1 2 3 4 5 6 7 8 910

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
compressed-plt-1-dyn.s 1 # Create dummy DSO functions for everything that these tests call.
  /external/icu/icu4c/source/test/perf/
Makefile.in 31 .PHONY : everything all all-local all-recursive install install-local \
40 everything: all-recursive all-local
43 @echo simply use \`make\' \(or \`make everything\'\) to do all
53 check: everything check-recursive check-local
56 xperf: everything
  /external/icu/icu4c/source/test/
Makefile.in 35 .PHONY : everything all all-local all-recursive install install-local \
45 everything: all-recursive all-local
48 @echo simply use \`make\' \(or \`make everything\'\) to do all
59 check: everything check-recursive check-local
62 xcheck: everything xcheck-recursive xcheck-local
64 check-exhaustive: everything check-exhaustive-recursive check-local
  /external/icu/icu4c/source/test/testdata/
tstfiles.mk 8 # Not everything has been moved to this file yet, as this is a new facility.
  /prebuilts/go/darwin-x86/test/
convert3.go 12 // everything here is legal except the ERROR line
escape_calls.go 9 // In this test almost everything is BAD except the simplest cases
  /prebuilts/go/linux-x86/test/
convert3.go 12 // everything here is legal except the ERROR line
escape_calls.go 9 // In this test almost everything is BAD except the simplest cases
  /external/libpng/scripts/
options.awk 24 # everything=off Causes all options to be disabled by default
25 # everything=on Causes all options to be enabled by default
63 everything="" # do not override defaults
142 $0 ~ /^[ ]*everything[ =]*off[ ]*$/{
143 everything = "off"
146 $0 ~ /^[ ]*everything[ =]*on[ ]*$/{
147 everything = "on"
530 if (everything != "") {
531 print "everything =", everything >ou
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/
OtherXmlDescriptors.java 300 ArrayList<ElementDescriptor> everything = new ArrayList<ElementDescriptor>();
301 everything.addAll(newGroups);
302 everything.addAll(newPrefs);
303 ElementDescriptor[] newArray = everything.toArray(new ElementDescriptor[everything.size()]);
305 // Link all groups to everything else here.. recursively
  /packages/apps/Gallery2/gallerycommon/
Android.mk 18 # the emailcommon files themselves plus everything under src/org (apache code). All of our
  /external/llvm/test/MC/Mips/
directive-ent.s 2 # everything else here.
  /external/testng/
Android.mk 50 # Everything under src/main, before we remove android-unsupported files.
52 # The nominal files we use to build for Android is everything in src/main that's supported, plus everything in android-src.
  /development/tools/findunused/
findunusedresources 62 find $resources $sources $app/AndroidManifest.xml -type f -print |xargs cat | tr -d '\n ' > /tmp/everything$$
71 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\\\|@mipmap/$p\\\|@integer/$p\\\|@dimen/$p\\\|\[a-z\]\*:$p\\\|enumname=\"$p\\\|\<item\>$p\< < /tmp/everything$$)
86 rm /tmp/everything$$
  /external/mesa3d/src/mesa/main/tests/
enum_strings.cpp 47 extern const struct enum_info everything[];
52 for (unsigned i = 0; everything[i].name != NULL; i++) {
53 EXPECT_STREQ(everything[i].name,
54 _mesa_lookup_enum_by_nr(everything[i].value));
60 for (unsigned i = 0; everything[i].name != NULL; i++) {
61 EXPECT_EQ(everything[i].value,
62 _mesa_lookup_enum_by_name(everything[i].name));
86 const struct enum_info everything[] = { variable in typeref:struct:enum_info
    [all...]
  /frameworks/base/services/
Android.mk 73 # A full make is happening, so make everything.
  /packages/apps/Email/emailcommon/
Android.mk 18 # the emailcommon files themselves plus everything under src/org (apache code). All of our
  /prebuilts/go/darwin-x86/src/encoding/gob/
error.go 10 // Panics caused by user error (that is, everything except run-time panics
  /prebuilts/go/linux-x86/src/encoding/gob/
error.go 10 // Panics caused by user error (that is, everything except run-time panics
  /prebuilts/misc/common/swig/include/2.0.11/python/
embed.i 18 extensions. This file contains everything you need to build
embed15.i 18 extensions. This file contains everything you need to build
  /external/libvpx/libvpx/vpx_dsp/x86/
ssim_opt_x86_64.asm 59 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
149 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
  /prebuilts/go/darwin-x86/src/os/signal/
signal_plan9_test.go 38 // Ask for everything we can get.
49 // from c does not block everything.
  /prebuilts/go/linux-x86/src/os/signal/
signal_plan9_test.go 38 // Ask for everything we can get.
49 // from c does not block everything.
  /build/make/core/
dpi_specific_apk.mk 13 # Clear PRIVATE_PRODUCT_AAPT_CONFIG to include everything by default.

Completed in 6047 milliseconds

1 2 3 4 5 6 7 8 910