HomeSort by relevance Sort by last modified time
    Searched refs:did (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
runPatchCommand.pl 66 +If it did, some unit tests don't seem to be working quite right:
  /external/qemu/
loader.c 88 size_t want, did; local
92 did = fread(buf, 1, want, f);
94 cpu_physical_memory_write_rom(dst_addr, buf, did);
95 dst_addr += did;
96 nbytes -= did;
97 if (did != want)
114 size_t want, did; local
118 did = read(fd, buf, want);
119 if (did != want) break;
121 cpu_physical_memory_write_rom(dst_addr, buf, did);
    [all...]
  /external/webkit/LayoutTests/fast/dom/Selection/script-tests/
getRangeAt.js 16 testFailed("range did not match (text, 0)");
  /external/webkit/LayoutTests/storage/
execute-sql-args.js 61 log("*FAIL*. executeSql(" + parameterList + ") did not throw an exception");
66 log("PASS. executeSql(" + parameterList + ") did not throw an exception");
  /external/regex-re2/re2/testing/
dfa_test.cc 138 vector<bool> did(1<<n);
140 did[i] = false;
150 if (!did[bits|1]) {
156 CHECK(!did[bits]);
157 did[bits] = true;
  /external/llvm/test/Bindings/Ocaml/
executionengine.ml 76 if 42 != res then bomb "main did not return 42";
95 if 4 != GenericValue.as_int res then bomb "plus did not work";
108 if ty != i32_type && ty != i64_type then bomb "target_data did not work";
  /external/v8/test/mjsunit/regress/
regress-186.js 44 // Check that the extension object's prototype did not change.
53 // Check that the extension object's prototype did not change.
64 assertTrue(setterCalled, "prototype of global object did not change");
regress-995.js 29 // A number of hydrogen instructions did not correctly compare its
regress-lazy-deopt-reloc.js 32 // Regression test for issue where we did not pad the relocation
  /external/libnfc-nxp/src/
phHciNfc_NfcIPMgmt.h 164 uint8_t did; member in struct:phHciNfc_NfcIP_Info
406 * The phHciNfc_NfcIP_SetDID function sets the DID value for the initiator
412 * \param[in] did Device ID
424 uint8_t did
431 * the host type (initiator or target) like PSL, NAD and DID
438 * \param[in] nfcip_options specifies enabled options PSL, NAD and DID
  /external/quake/quake/src/QW/
qwcl.spec.sh 28 like excessive lag - actions actually happening much later than you did them;
qwsv.spec.sh 28 like excessive lag - actions actually happening much later than you did them;
  /external/valgrind/main/none/tests/s390x/
op_exception.stderr.exp 6 did not recognise. There are two possible reasons for this.
19 did not recognise. There are two possible reasons for this.
32 did not recognise. There are two possible reasons for this.
45 did not recognise. There are two possible reasons for this.
  /external/webkit/LayoutTests/fast/encoding/resources/
parser-tests.js 8 '<p>Status: <span id="status">Tests did not run.</span></p>' +
  /external/jpeg/
jcphuff.c 774 boolean did[NUM_HUFF_TBLS]; local
784 MEMZERO(did, SIZEOF(did));
795 if (! did[tbl]) {
803 did[tbl] = TRUE;
  /external/qemu/distrib/jpeg-6b/
jcphuff.c 774 boolean did[NUM_HUFF_TBLS]; local
784 MEMZERO(did, SIZEOF(did));
795 if (! did[tbl]) {
803 did[tbl] = TRUE;
  /external/ceres-solver/docs/
helloworld.tex 71 Starting from a $x=5$, the solver in two iterations goes to 10~\footnote{Actually the solver ran for three iterations, and it was by looking at the value returned by the linear solver in the third iteration, it observed that the update to the parameter block was too small and declared convergence. Ceres only prints out the display at the end of an iteration, and terminates as soon as it detects convergence, which is why you only see two iterations here and not three.}. The careful reader will note that this is a linear problem and one linear solve should be enough to get the optimal value. The default configuration of the solver is aimed at non-linear problems, and for reasons of simplicity we did not change it in this example. It is indeed possible to obtain the solution to this problem using Ceres in one iteration. Also note that the solver did get very close to the optimal function value of 0 in the very first iteration. We will discuss these issues in greater detail when we talk about convergence and parameter settings for Ceres.
  /external/v8/test/mjsunit/
debug-receiver.js 124 'one or more tests did not enter the debugger');
126 'one or more tests did not have its result checked');
store-dictionary.js 51 // Check that the store did not change the value.
debug-clearbreakpoint.js 99 assertTrue(listenerComplete, "listener did not run to completion");
debug-evaluate-bool-constructor.js 80 assertTrue(listenerComplete, "listener did not run to completion");
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE.S 74 cmp r0, #0 @ did it resolve?
OP_EXECUTE_INLINE_RANGE.S 67 cmp r0, #0 @ did it resolve?
  /dalvik/vm/mterp/mips/
OP_EXECUTE_INLINE.S 86 beqz v0, .L${opcode}_resume # did it resolve? no, just move on
OP_EXECUTE_INLINE_RANGE.S 73 beqz v0, .L${opcode}_resume # did it resolve? no, just move on

Completed in 1185 milliseconds

1 2 3 4 5