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

1 2 3

  /external/webkit/WebKit/android/nav/
CachedHistory.h 52 void setDidFirstLayout(bool did) { mDidFirstLayout = did; }
  /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/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/
runPatchCommand.pl 79 +If it did, some unit tests don't seem to be working quite right:
  /external/bluetooth/bluez/src/
sdpd-server.c 243 int start_sdp_server(uint16_t mtu, const char *did, uint32_t flags)
255 if (did && strlen(did) > 0) {
256 const char *ptr = did;
sdpd.h 91 int start_sdp_server(uint16_t mtu, const char *did, uint32_t flags);
  /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");
  /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/jpeg/
jcphuff.c 774 boolean did[NUM_HUFF_TBLS]; local
784 MEMZERO(did, SIZEOF(did));
795 if (! did[tbl]) {
803 did[tbl] = TRUE;
  /external/v8/test/mjsunit/
debug-clearbreakpoint.js 100 assertTrue(listenerComplete, "listener did not run to completion");
debug-evaluate-bool-constructor.js 80 assertTrue(listenerComplete, "listener did not run to completion");
debug-suspend.js 96 assertTrue(listenerComplete, "listener did not run to completion");
debug-version.js 90 assertTrue(listenerComplete, "listener did not run to completion");
debug-changebreakpoint.js 107 assertTrue(listenerComplete, "listener did not run to completion");
debug-clearbreakpointgroup.js 105 "listener did not run to completion: " + exception);
debug-continue.js 114 assertTrue(listenerComplete, "listener did not run to completion");
debug-evaluate.js 155 assertTrue(listenerComplete, "listener did not run to completion");
debug-references.js 118 assertTrue(listenerComplete, "listener did not run to completion");
debug-scripts-request.js 107 "listener did not run to completion, exception: " + exception);
mjsunit.js 173 if (!threwException) assertTrue(false, "did not throw exception");
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
mmxp2_32.asm 273 ; much more trouble to expand/coil the loop than I did, so theirs
275 ; I did rename 'mmx32_rgb555_add' to 'mmx32_rgb555_mul', which is
  /external/qemu/hw/
pci.h 199 PCIBus *pci_bridge_init(PCIBus *bus, int devfn, uint16_t vid, uint16_t did,
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java 2347 String did = dialogId.toString().toLowerCase(); local
    [all...]
  /external/v8/test/mjsunit/compiler/
short-circuit.js 29 // operations that did not otherwise have test coverage.

Completed in 484 milliseconds

1 2 3