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

1 2

  /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
49 xcheck: everything xcheck-recursive xcheck-local
  /external/icu4c/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/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 -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/descriptors/
XmlDescriptors.java 292 ArrayList<ElementDescriptor> everything = new ArrayList<ElementDescriptor>();
293 everything.addAll(newGroups);
294 everything.addAll(newPrefs);
295 ElementDescriptor[] newArray = everything.toArray(new ElementDescriptor[everything.size()]);
297 // 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/chromium/chrome/browser/ui/webui/options/
personal_options_handler.cc 152 ListValue* everything = new ListValue; local
153 everything->Append(Value::CreateBooleanValue(true));
154 everything->Append(
157 sync_select_list->Append(everything);
  /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\\\|@mipmap/$p\\\|@integer/$p\\\|@dimen/$p\\\|\[a-z\]\*:$p\\\|enumname=\"$p\\\|\<item\>$p\< < /tmp/everything$$)
85 rm /tmp/everything$$
  /ndk/build/core/
setup-abi.mk 41 # everything when you switch between these two modes. For projects
definitions.mk     [all...]
  /packages/apps/Email/emailcommon/
Android.mk 18 # the emailcommon files themselves plus everything under src/org (apache code). All of our
  /ndk/toolchains/x86-4.4.3/
setup.mk 48 # When building for debug, compile everything as x86.
  /external/chromium/net/disk_cache/
entry_impl.h 70 // Deletes this entry from disk. If |everything| is false, only the user data
72 void DeleteEntryData(bool everything);
105 // Returns true if this entry is so meesed up that not everything is going to
entry_impl.cc 469 void EntryImpl::DeleteEntryData(bool everything) {
470 DCHECK(doomed_ || !everything);
493 if (!everything)
    [all...]
  /external/libvpx/vp8/encoder/x86/
ssim_opt.asm 59 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
147 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
  /external/v8/test/mjsunit/
array-elements-from-array-prototype-chain.js 136 // Side-effects: everything before 4 is kept intact:
164 // Side-effects: everything before 4 is kept intact:
array-elements-from-array-prototype.js 136 // Side-effects: everything before 4 is kept intact:
164 // Side-effects: everything before 4 is kept intact:
array-elements-from-object-prototype.js 136 // Side-effects: everything before 4 is kept intact:
164 // Side-effects: everything before 4 is kept intact:
const-redecl.js 109 // Eval everything.
cyrillic.js 136 // convert everything to upper case, so the two sigma variants are equal to each
array-reduce.js 33 // Shallow-copies arrays, returns everything else verbatim.
  /ndk/toolchains/arm-linux-androideabi-4.4.3/
setup.mk 75 # When building for debug, compile everything as arm.
  /external/chromium/chrome/browser/resources/net_internals/
logviewpainter.js 162 // everything else.
395 lines.push('Proxy server for everything else: ' +
  /dalvik/vm/
Dvm.mk 19 # a "clean" build -- not everything depends on Dalvik.h. (See Android.mk
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 422 their group, because everything following the option will be

Completed in 1047 milliseconds

1 2