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

1 2 3 4 5

  /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 27 .PHONY : everything all all-local all-recursive install install-local \
36 everything: all-recursive all-local
39 @echo simply use \`make\' \(or \`make everything\'\) to do all
49 check: everything check-recursive check-local
52 xperf: everything
  /external/icu/icu4c/source/test/testdata/
tstfiles.mk 6 # Not everything has been moved to this file yet, as this is a new facility.
  /external/skia/
Makefile 6 # # Clean everything
47 everything \
75 # If user requests "make all", chain to our explicitly-declared "everything"
79 all: everything
  /external/icu/icu4c/source/test/
Makefile.in 33 .PHONY : everything all all-local all-recursive install install-local \
43 everything: all-recursive all-local
46 @echo simply use \`make\' \(or \`make everything\'\) to do all
57 check: everything check-recursive check-local
60 xcheck: everything xcheck-recursive xcheck-local
62 check-exhaustive: everything check-exhaustive-recursive check-local
  /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...]
  /external/v8/test/mjsunit/regress/
regress-crbug-609046.js 31 eval(); // Force context-allocation of everything.
regress-crbug-500497.js 16 // Make the "a" property long-lived, while everything else is short-lived.
  /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
  /external/libgdx/extensions/gdx-bullet/jni/swig/
TODO.txt 27 wrappers are currently huge because they include everything.
  /external/v8/test/mjsunit/wasm/
ffi-error.js 26 // everything is good.
  /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 61 # 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/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
  /build/core/
dpi_specific_apk.mk 12 # Clear PRIVATE_PRODUCT_AAPT_CONFIG to include everything by default.
  /external/chromium-trace/catapult/catapult_build/
node_bootstrap.js 43 // Now that everything is loaded, we need to set up the loader.
  /external/chromium-trace/catapult/third_party/flot/
FAQ.md 5 Flot will happily draw everything you send to it so the answer
  /ndk/build/core/
setup-abi.mk 53 # everything when you switch between these two modes. For projects

Completed in 1267 milliseconds

1 2 3 4 5