Searched refs:did (Results 1 - 22 of 22) sorted by relevance

/external/webkit/WebKit/android/nav/
H A DCachedHistory.h52 void setDidFirstLayout(bool did) { mDidFirstLayout = did; } argument
/external/qemu/
H A Dloader.c88 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/bluetooth/bluez/src/
H A Dsdpd-server.c241 int start_sdp_server(uint16_t mtu, const char *did, uint32_t flags) argument
253 if (did && strlen(did) > 0) {
254 const char *ptr = did;
H A Dsdpd.h90 int start_sdp_server(uint16_t mtu, const char *did, uint32_t flags);
/external/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/
H A DrunPatchCommand.pl79 +If it did, some unit tests don't seem to be working quite right:
/external/quake/quake/src/QW/
H A Dqwcl.spec.sh28 like excessive lag - actions actually happening much later than you did them;
H A Dqwsv.spec.sh28 like excessive lag - actions actually happening much later than you did them;
/external/jpeg/
H A Djcphuff.c774 boolean did[NUM_HUFF_TBLS]; local
784 MEMZERO(did, SIZEOF(did));
795 if (! did[tbl]) {
803 did[tbl] = TRUE;
/external/qemu/distrib/sdl-1.2.12/src/hermes/
H A Dmmxp2_32.asm273 ; 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/
H A Dpci.h199 PCIBus *pci_bridge_init(PCIBus *bus, int devfn, uint16_t vid, uint16_t did,
H A Dpci.c876 PCIBus *pci_bridge_init(PCIBus *bus, int devfn, uint16_t vid, uint16_t did, argument
884 pci_config_set_device_id(s->dev.config, did);
/external/webkit/LayoutTests/fast/js/resources/
H A DJSON-parse.js564 debug("json2.js did not throw for a test we expect to throw.");
/external/iproute2/doc/
H A Dip-tunnels.tex197 After tunnel device is created you should configure it as you did
266 work. At least, I did not test it, did not debug it and
H A Dapi-ip6-flowlabels.tex118 Another problem is Linux specific. Historically Linux IPv6 did not
121 Some applications also did not take care about it.
H A Dip-cref.tex169 The arguments did not pass verification for self-consistency.
710 --- (IPv6 only) only list addresses which did not pass duplicate
2002 are only used if the route did not select any attributes.
2086 succeeded. Realm \verb|TO| is only used if the route did not select
2439 work. At least, I did not test it, did not debug it and
2909 Suppose you did and all the packets from 193.233.7.83
/external/dbus/
H A Dltmain.sh1018 # Suppress compiler output if we already did a PIC compilation.
3578 $echo "*** because a test_compile did reveal that the linker did not use it for"
3618 $echo "*** because a test_compile did reveal that the linker did not use this one"
3691 $echo "*** because I did check the linker path looking for a file starting"
3743 $echo "*** because I did check the linker path looking for a file starting"
/external/expat/conftools/
H A Dltmain.sh997 # Suppress compiler output if we already did a PIC compilation.
3547 $echo "*** because a test_compile did reveal that the linker did not use it for"
3589 $echo "*** because a test_compile did reveal that the linker did not use this one"
3662 $echo "*** because I did check the linker path looking for a file starting"
3714 $echo "*** because I did check the linker path looking for a file starting"
/external/libffi/
H A Dltmain.sh1027 # Suppress compiler output if we already did a PIC compilation.
3593 $echo "*** because a test_compile did reveal that the linker did not use it for"
3633 $echo "*** because a test_compile did reveal that the linker did not use this one"
3706 $echo "*** because I did check the linker path looking for a file starting"
3758 $echo "*** because I did check the linker path looking for a file starting"
/external/blktrace/btt/doc/
H A Dbtt.tex969 Ignore remap traces; older kernels did not implement the full remap PDU.
/external/grub/docs/
H A Dtexinfo.tex257 % we did was a \nobreak, we don't want to insert more space.
776 % Back up by the size of the box, whether we did a page break or not.
3781 % as it did when we hard-coded it.
7053 % On the other hand, perhaps the file did not have a `\input texinfo'. Then
/external/dropbear/libtomcrypt/
H A Dcrypt.tex135 \mysection{Why did I write it?}
136 You may be wondering, \textit{Tom, why did you write a crypto library. I already have one.} Well the reason falls into
153 Not only did I strive to make a consistent and simple API to work with but I also attempted to make the library
4896 In the event that a composite did make it through it would most likely cause the the algorithm trying to use it to fail. For
/external/libpng/
H A Dltmain.sh1402 # Suppress compiler output if we already did a PIC compilation.
6569 $ECHO "*** because a test_compile did reveal that the linker did not use it for"
6612 $ECHO "*** because a test_compile did reveal that the linker did not use this one"
6688 $ECHO "*** because I did check the linker path looking for a file starting"
6742 $ECHO "*** because I did check the linker path looking for a file starting"

Completed in 310 milliseconds