Home
last modified time | relevance | path

Searched refs:enough (Results 1 – 25 of 636) sorted by relevance

12345678910>>...26

/external/llvm/test/TableGen/
DBitsInit.td33 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/
Dglibc-2.3.supp429 # 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/
DMachIPC.mm57 // 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/
Dtest111718 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/
DSegmentedStacks.rst15 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/
DREADME.examples4 enough.c
10 compress just enough input to nearly fill a requested output size
/external/clang/test/SemaObjC/
Dmethod-sentinel-attr.m38 …[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/
Dfaultstatus.disabled2 # doesn't work well enough, so the test always fails.
/external/llvm/test/Transforms/LowerSwitch/
Dfold-popular-case-to-unreachable-default.ll5 ; 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/
Dzvon12_0.err2 /AAA/BBB line 2: There is not enough letters in the abbreviation
/external/valgrind/none/tests/x86/
Dfaultstatus.disabled2 # doesn't work well enough, so the test always fails. It did work back
/external/libxml2/test/schematron/
Dzvon12.sct4 … <report test="string-length(@bbb) &lt; 2">There is not enough letters in the abbreviation</report>
/external/llvm/test/CodeGen/Thumb/
Dlarge-stack.ll8 ; 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/
Dcontrol9 Child process creates enough dirty data and issues fsync.
/external/autotest/client/site_tests/firmware_RomSize/
Dcontrol7 PURPOSE = "Ensure the firmware size is large enough."
Dcontrol.hwqual7 PURPOSE = "Ensure the firmware size is large enough."
/external/llvm/test/CodeGen/PowerPC/
D2011-12-08-DemandedBitsMiscompile.ll14 ; Note: it's okay if someday CodeGen gets smart enough to optimize out
/external/valgrind/gdbserver_tests/
DmcinvokeWS.vgtest10 # if the --wait is not enough, the test will fail or block
/external/autotest/server/site_tests/network_WiFi_RoamOnLowPower/
Dcontrol11 to switch APs when the signal-to-noise from one gets low enough.
/external/autotest/client/site_tests/hardware_MemoryTotalSize/
Dcontrol7 PURPOSE = 'Verify there is enough memory to run Chrome OS.'
/external/autotest/client/site_tests/hardware_PerfCallgraphVerification/
Dcontrol10 callchain is long enough.
/external/llvm/test/MC/X86/AlignedBundling/
Drelax-in-bundle-group.s7 # fixup is short enough not to warrant relaxation on its own.
/external/autotest/client/site_tests/platform_TempFS/
Dcontrol6 DOC = "Verifies temp filesystems have enough available space."
/external/autotest/client/site_tests/hardware_DiskSize/
Dcontrol7 PURPOSE = 'Ensure the hard disk is large enough.'
/external/libjpeg-turbo/simd/
Djdcolext-sse2-64.asm287 ; 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