Home
last modified time | relevance | path

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

12345678910>>...33

/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/autotest/client/site_tests/platform_TabletMode/
Dcontrol22 The test will fail if the laptop screenshots are not similar enough or if the
23 tablet screenshots are not different enough from the laptop screenshots.
/external/pdfium/third_party/libopenjpeg20/
D0014-opj_jp2_read_ihdr_leak.patch12 opj_event_msg(p_manager, EVT_ERROR, "Not enough memory to handle image header (ihdr)\n");
26 opj_event_msg(p_manager, EVT_ERROR, "Not enough memory when setup the JP2 encoder\n");
/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/llvm/test/CodeGen/X86/
Dwin-alloca-expander.ll19 ; The allocation is small enough not to require stack probing, but the %esp
45 ; The U object is large enough to require stack probing.
106 ; The allocation would be small enough not to require probing, if it wasn't
/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/valgrind/none/tests/amd64/
Dfaultstatus.disabled2 # doesn't work well enough, so the test always fails.
/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/gemmlowp/doc/
Dless-than-8-bit.md24 O(N^3) compute stage. For large enough matrices, that should be worth it.
37 compute kernel when the matrix size N is large enough; in practice, smaller
122 that the result accuracy will be good enough for real-world applications. See
131 large-enough, square-enough GEMMs where packing is only a small fraction of the
239 be small enough that the mean of these rounding errors is significantly
242 to 0; here, the set of input values is effectively small enough that the
271 Still, for large enough GEMM depth, that is better than rounding-to-nearest
277 rounding will give more accurate results for large enough GEMM depths, while
Dless-than-8-bit.txt94 in such a way that the result accuracy will be good enough for real-world
103 interesting for large-enough, square-enough GEMMs where packing is only
222 can be small enough that the mean of these rounding errors is significantly
225 close to 0; here, the set of input values is effectively small enough that the
256 Still, for large enough GEMM depth, that is better than rounding-to-nearest
264 rounding will give more accurate results for large enough GEMM depths, while
/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."
/external/llvm/test/CodeGen/ARM/
Dlocal-call.ll4 ; This function just messes up the offsets enough to make the libcall in
/external/llvm/test/CodeGen/PowerPC/
D2011-12-08-DemandedBitsMiscompile.ll14 ; Note: it's okay if someday CodeGen gets smart enough to optimize out
/external/curl/docs/cmdline-opts/
Dnegotiate.d12 the authentication code properly. Sending a '-u :' is enough as the user name
/external/compiler-rt/test/profile/Linux/
Dinstrprof-value-prof-warn.test3 # Test that enough static counters have been allocated
/external/valgrind/gdbserver_tests/
DmcinvokeWS.vgtest10 # if the --wait is not enough, the test will fail or block

12345678910>>...33