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

1 2

  /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...]
  /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/content/common/gpu/media/
exynos_v4l2_video_device.cc 198 // TODO(posciak): We should support "dontcare" returns here once we
205 // TODO(posciak): We should support "dontcare" returns here once we
tegra_v4l2_video_device.cc 205 // TODO(posciak): We should support "dontcare" returns here once we
212 // TODO(posciak): We should support "dontcare" returns here once we
  /external/chromium_org/v8/tools/
run-tests.py 153 help="Regard tests marked as flaky (run|skip|dontcare)",
154 default="dontcare")
156 help="Regard slow tests (run|skip|dontcare)",
157 default="dontcare")
159 help="Regard pass|fail tests (run|skip|dontcare)",
160 default="dontcare")
360 if not option in ["run", "skip", "dontcare"]:
  /external/chromium_org/v8/tools/testrunner/local/
testsuite.py 109 flaky_tests="dontcare",
110 slow_tests="dontcare",
111 pass_fail_tests="dontcare"):
  /external/libunwind/tests/
Gia64-test-nat.c 506 # define DONTCARE (BIT( 6) | BIT( 7) | BIT( 8) | BIT( 9) | BIT(10) \
517 pr &= ~DONTCARE;
518 expected = (vals[0] & ~DONTCARE) | 1;
  /external/llvm/lib/CodeGen/
SpillPlacement.h 74 DontCare, ///< Block doesn't care / variable not live.
SpillPlacement.cpp 256 if (I->Entry != DontCare) {
263 if (I->Exit != DontCare) {
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
TileDrawable.java 130 return setVisible(visible, true /* dontcare */);
  /external/icu/icu4c/source/i18n/
measfmt.cpp 907 FieldPosition dontCare(FieldPosition::DONT_CARE);
926 formatMeasure(measures[i], *nf, results[i], dontCare, status);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /external/proguard/src/proguard/gui/
ClassSpecificationDialog.java 197 accessPanel.add(tip(new JLabel(msg("dontCare")), "dontCareTip"), labelConstraints);
MemberSpecificationDialog.java 164 accessPanel.add(tip(new JLabel(msg("dontCare")), "dontCareTip"), labelConstraints);
GUIResources.properties 350 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/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalCooling.java 262 // Dethrottling at CRITICAL state (last state) is dontcare condition
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/
ChangeLog 355 * scripts/features/include: Test dontcare flag inheritance

Completed in 665 milliseconds

1 2