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

1 2

  /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/chromium_org/v8/tools/testrunner/local/
testsuite.py 105 flaky_tests="dontcare",
106 slow_tests="dontcare",
107 pass_fail_tests="dontcare"):
  /external/chromium_org/v8/tools/
run-tests.py 103 help="Regard tests marked as flaky (run|skip|dontcare)",
104 default="dontcare")
106 help="Regard slow tests (run|skip|dontcare)",
107 default="dontcare")
109 help="Regard pass|fail tests (run|skip|dontcare)",
110 default="dontcare")
262 if not option in ["run", "skip", "dontcare"]:
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
TileDrawable.java 98 return setVisible(visible, true /* dontcare */);
  /external/llvm/lib/CodeGen/
SpillPlacement.h 72 DontCare, ///< Block doesn't care / variable not live.
SpillPlacement.cpp 237 if (I->Entry != DontCare) {
244 if (I->Exit != DontCare) {
RegAllocGreedy.cpp 770 BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare;
771 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/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...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /ndk/sources/host-tools/make-3.81/tests/
ChangeLog 355 * scripts/features/include: Test dontcare flag inheritance

Completed in 419 milliseconds

1 2