Searched refs:from (Results 376 - 400 of 3600) sorted by relevance

<<11121314151617181920>>

/external/valgrind/main/memcheck/tests/
H A Derringfds.stderr.exp11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dleak-pool-0.stderr.exp10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dleak-pool-1.stderr.exp10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dleak-pool-2.stderr.exp10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dleak-pool-3.stderr.exp10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dleak-pool-4.stderr.exp10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dleak-pool-5.stderr.exp10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dmallinfo.stderr.exp11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dnew_override.stderr.exp10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dsbfragment.stderr.exp10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dsem.stderr.exp10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/valgrind/main/memcheck/tests/linux/
H A Dbrk.stderr.exp10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dcapget.stderr.exp14 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dlsframe1.stderr.exp12 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dlsframe2.stderr.exp12 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dsigqueue.stderr.exp11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dsys-openat.stderr.exp11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dsyscalls-2007.stderr.exp10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dsyslog-syscall.stderr.exp11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/valgrind/main/memcheck/tests/ppc32/
H A Dpower_ISA2_05.stderr.exp10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/valgrind/main/memcheck/tests/ppc64/
H A Dpower_ISA2_05.stderr.exp10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/chromium_org/chrome/browser/resources/print_preview/
H A Dprint_preview_utils.js26 * @param {Array.<{from: number, to: number}>} array1 The first array.
27 * @param {Array.<{from: number, to: number}>} array2 The second array.
49 if (array1[i].from != array2[i].from ||
57 * Removes duplicate elements from |inArray| and returns a new array.
90 * Example: "2-" is valid, assuming |totalPageCount| >= 2, means from 2 to the
97 * @return {Array.<{from: number, to: number}>} An array of page range objects.
118 var from = match[1] ? parseInt(match[1], 10) : 1;
120 if (from > to || from > totalPageCoun
[all...]
/external/chromium_org/net/third_party/nss/ssl/bodge/
H A Dsecitem_array.c129 SECITEM_DupArray(PLArenaPool *arena, const SECItemArray *from) argument
134 if (!from || !from->items || !from->len)
137 result = SECITEM_AllocArray(arena, NULL, from->len);
141 for (i=0; i<from->len; ++i) {
143 &result->items[i], &from->items[i]);
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DCallbackStack.cpp156 // Delete our block and steal the first one from other.
199 Block* from = 0; local
201 while (from != m_first) {
202 upto = from;
203 from = m_first;
204 invokeOldestCallbacks(from, upto, visitor);
208 void CallbackStack::invokeOldestCallbacks(Block* from, Block* upto, Visitor* visitor) argument
210 if (from == upto)
212 ASSERT(from);
214 invokeOldestCallbacks(from
[all...]
/external/chromium_org/third_party/sqlite/src/test/
H A Dlaststmtchanges.test56 # appears to have been left over from SQLite version 2. This test
70 select count() from t0 where x=8;
82 # changes() set properly after delete from table
85 delete from t0 where x=2;
121 select v1 from t2;
128 select v2 from t2;
134 # 1 from "insert into t1 values(77)" +
135 # 1 from "insert into t2 values (NULL, changes(), NULL);" +
136 # 5 from "update t0 set x=x;" +
137 # 1 from "updat
[all...]

Completed in 311 milliseconds

<<11121314151617181920>>