Searched refs:enough (Results 1 – 25 of 636) sorted by relevance
12345678910>>...26
/external/llvm/test/TableGen/ |
D | BitsInit.td | 33 bits<3> D3 = { 0, 0 }; // type mismatch. RHS doesn't have enough bits 34 bits<3> D4 = { 0b00 }; // type mismatch. RHS doesn't have enough bits 37 bits<1> D7 = { 3 }; // type mismatch. LHS doesn't have enough bits 38 bits<2> D8 = { 0 }; // type mismatch. RHS doesn't have enough bits 45 bits<7> F2 = { 0, 1, 0b1001, 0, 0b0 }; // LHS doesn't have enough bits 46 bits<9> F3 = { 0, 1, 0b1001, 0, 0b0 }; // RHS doesn't have enough bits
|
/external/valgrind/ |
D | glibc-2.3.supp | 429 # always get hold of strlen early enough, due to idiocy in the low 432 ## HACK to do with strlen not being intercepted early enough 434 strlen-not-intercepted-early-enough-HACK-1 442 strlen-not-intercepted-early-enough-HACK-2 451 strlen-not-intercepted-early-enough-HACK-3 460 strlen-not-intercepted-early-enough-HACK-4 468 strlen-not-intercepted-early-enough-HACK-5 476 ## HACK to do with index not being intercepted early enough 478 index-not-intercepted-early-enough-HACK-1 485 index-not-intercepted-early-enough-HACK-2 [all …]
|
/external/google-breakpad/src/common/mac/ |
D | MachIPC.mm | 57 // first check to make sure we have enough space 62 return false; // not enough space 110 // returns true if successful otherwise there was not enough space 112 // first check to make sure we have enough space 117 return false; // not enough space
|
/external/curl/tests/data/ |
D | test1117 | 18 This is a long error message that is large enough that the test server is 59 This is a long error message that is large enough that the test server is
|
/external/llvm/docs/ |
D | SegmentedStacks.rst | 15 the current stacklet has enough space for the function to execute; and if not, 31 enough space. The current approach is to use a slot in the TCB to store the 71 * Check if the current stacklet has enough space. If yes, just bump the SP, like
|
/external/zlib/src/examples/ |
D | README.examples | 4 enough.c 10 compress just enough input to nearly fill a requested output size
|
/external/clang/test/SemaObjC/ |
D | method-sentinel-attr.m | 38 …[p foo7:1]; // expected-warning {{not enough variable arguments in 'foo7:' declaration to fit a s… 41 …[p foo12:1]; // expected-warning {{not enough variable arguments in 'foo12:' declaration to fit a …
|
/external/valgrind/none/tests/amd64/ |
D | faultstatus.disabled | 2 # doesn't work well enough, so the test always fails.
|
/external/llvm/test/Transforms/LowerSwitch/ |
D | fold-popular-case-to-unreachable-default.ll | 5 ; It is now enough to use two icmps to lower the switch. 36 ; that 3-4 is unreachable, so four icmps is enough.
|
/external/libxml2/result/schematron/ |
D | zvon12_0.err | 2 /AAA/BBB line 2: There is not enough letters in the abbreviation
|
/external/valgrind/none/tests/x86/ |
D | faultstatus.disabled | 2 # doesn't work well enough, so the test always fails. It did work back
|
/external/libxml2/test/schematron/ |
D | zvon12.sct | 4 … <report test="string-length(@bbb) < 2">There is not enough letters in the abbreviation</report>
|
/external/llvm/test/CodeGen/Thumb/ |
D | large-stack.ll | 8 ; Largest stack for which a single tADDspi/tSUBspi is enough 17 ; Largest stack for which three tADDspi/tSUBspis are enough
|
/external/autotest/client/tests/synctest/ |
D | control | 9 Child process creates enough dirty data and issues fsync.
|
/external/autotest/client/site_tests/firmware_RomSize/ |
D | control | 7 PURPOSE = "Ensure the firmware size is large enough."
|
D | control.hwqual | 7 PURPOSE = "Ensure the firmware size is large enough."
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2011-12-08-DemandedBitsMiscompile.ll | 14 ; Note: it's okay if someday CodeGen gets smart enough to optimize out
|
/external/valgrind/gdbserver_tests/ |
D | mcinvokeWS.vgtest | 10 # if the --wait is not enough, the test will fail or block
|
/external/autotest/server/site_tests/network_WiFi_RoamOnLowPower/ |
D | control | 11 to switch APs when the signal-to-noise from one gets low enough.
|
/external/autotest/client/site_tests/hardware_MemoryTotalSize/ |
D | control | 7 PURPOSE = 'Verify there is enough memory to run Chrome OS.'
|
/external/autotest/client/site_tests/hardware_PerfCallgraphVerification/ |
D | control | 10 callchain is long enough.
|
/external/llvm/test/MC/X86/AlignedBundling/ |
D | relax-in-bundle-group.s | 7 # fixup is short enough not to warrant relaxation on its own.
|
/external/autotest/client/site_tests/platform_TempFS/ |
D | control | 6 DOC = "Verifies temp filesystems have enough available space."
|
/external/autotest/client/site_tests/hardware_DiskSize/ |
D | control | 7 PURPOSE = 'Ensure the hard disk is large enough.'
|
/external/libjpeg-turbo/simd/ |
D | jdcolext-sse2-64.asm | 287 ; Store the lower 8 bytes of xmmA to the output when it has enough 296 ; Store the lower 4 bytes of xmmA to the output when it has enough 305 ; Store the lower 2 bytes of rax to the output when it has enough 315 ; Store the lower 1 byte of rax to the output when it has enough 397 ; Store two pixels (8 bytes) of xmmA to the output when it has enough 406 ; Store one pixel (4 bytes) of xmmA to the output when it has enough
|
12345678910>>...26