/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/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/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;
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
TileDrawable.java | 130 return setVisible(visible, true /* dontcare */);
|
/external/llvm/lib/CodeGen/ |
SpillPlacement.cpp | 248 if (I->Entry != DontCare) { 255 if (I->Exit != DontCare) {
|
SpillPlacement.h | 78 DontCare, ///< Block doesn't care / variable not live.
|
RegAllocGreedy.cpp | [all...] |
/external/icu/icu4c/source/i18n/ |
measfmt.cpp | [all...] |
/external/proguard/src/proguard/gui/ |
ClassSpecificationDialog.java | 207 accessPanel.add(tip(new JLabel(msg("dontCare")), "dontCareTip"), labelConstraints);
|
MemberSpecificationDialog.java | 164 accessPanel.add(tip(new JLabel(msg("dontCare")), "dontCareTip"), labelConstraints);
|
GUIResources.properties | 362 dontCare = Don't care
|
/external/ipsec-tools/src/racoon/ |
isakmp_xauth.c | 579 PAM_conv(msg_count, msg, rsp, dontcare) 583 void *dontcare; [all...] |
/external/skia/src/gpu/gl/ |
GrGLGpu.cpp | [all...] |
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
ThermalCooling.java | 262 // Dethrottling at CRITICAL state (last state) is dontcare condition [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
UnicodeSet.java | [all...] |
/ndk/sources/host-tools/make-3.81/tests/ |
ChangeLog | 355 * scripts/features/include: Test dontcare flag inheritance
|