HomeSort by relevance Sort by last modified time
    Searched full:dontcare (Results 1 - 23 of 23) sorted by null

  /external/chromium/chrome/browser/sync/syncable/
syncable_mock.cc 15 : WriteTransaction(directory, syncable::UNITTEST, "dontcare.cpp", 25) {
  /ndk/sources/host-tools/make-3.81/
remake.c 199 if (rebuilding_makefiles && file->dontcare)
390 /* If the file we tried to make is marked dontcare then no message
394 if (file->dontcare && !rebuilding_makefiles)
396 file->dontcare = 0;
478 int dontcare = 0;
503 /* Inherit dontcare flag from our parent. */
506 dontcare = d->file->dontcare;
507 d->file->dontcare = file->dontcare;
475 int dontcare = 0; local
555 int dontcare = 0; local
    [all...]
job.h 64 unsigned int dontcare:1; /* Saved dontcare flag. */ member in struct:child
job.c 482 int dontcare;
723 dontcare = c->dontcare;
731 if (!dontcare)
833 if (!err && child_failed && !dontcare && !keep_going_flag &&
478 int dontcare; local
    [all...]
file.c 364 if (f->intermediate && (f->dontcare || !f->precious)
380 if (!f->dontcare)
915 if (f->dontcare)
filedef.h 90 unsigned int dontcare:1; /* Nonzero if no complaint is to be made if member in struct:file
ChangeLog 236 * job.h (struct child): Add the dontcare bitfield.
237 * job.c (new_job): Cache dontcare flag.
238 * job.c (reap_children): Use cached dontcare flag instead of the
732 the dontcare flag is set. Fixes Savannah bug #13216.
    [all...]
read.c 254 d->file->dontcare = 1;
377 deps->file->dontcare = 1;
    [all...]
main.c     [all...]
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
include 82 # Test inheritance of dontcare flag when rebuilding makefiles.
96 # Make sure that we don't die when the command fails but we dontcare.
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 220 0, // DontCare,
228 if (I->Entry != DontCare) {
235 if (I->Exit != DontCare) {
SpillPlacement.h 71 DontCare, ///< Block doesn't care / variable not live.
RegAllocGreedy.cpp 694 BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare;
695 BC.Exit = BI.LiveOut ? SpillPlacement::PrefReg : SpillPlacement::DontCare;
    [all...]
  /external/chromium/chrome/browser/net/
passive_log_collector_unittest.cc 156 std::string url1 = "chrome://dontcare/";
161 std::string url2 = "chrome2://dontcare/";
  /external/proguard/src/proguard/gui/
ClassSpecificationDialog.java 196 accessPanel.add(tip(new JLabel(msg("dontCare")), "dontCareTip"), labelConstraints);
MemberSpecificationDialog.java 161 accessPanel.add(tip(new JLabel(msg("dontCare")), "dontCareTip"), labelConstraints);
GUIResources.properties 340 dontCare = Don't care
  /external/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /external/qemu/android/
console.c     [all...]
  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 576 PAM_conv(msg_count, msg, rsp, dontcare)
580 void *dontcare;
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/
ChangeLog 355 * scripts/features/include: Test dontcare flag inheritance
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 

Completed in 3970 milliseconds