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

12

/external/webkit/Source/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/webkit/LayoutTests/http/tests/resources/
H A Dtripmine.php44 // Only allow simple cross-site requests - since we did not allow preflight, this is all we should ever get.
/external/bluetooth/bluez/src/
H A Dsdpd-server.c241 int start_sdp_server(uint16_t mtu, const char *did, uint32_t flags) argument
254 if (did && strlen(did) > 0) {
255 const char *ptr = did;
H A Dsdpd.h77 int start_sdp_server(uint16_t mtu, const char *did, uint32_t flags);
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DrunPatchCommand.pl66 +If it did, some unit tests don't seem to be working quite right:
/external/llvm/test/Bindings/Ocaml/
H A Dexecutionengine.ml76 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/chromium/chrome/browser/resources/options/chromeos/
H A Daccounts_user_name_edit.js58 * - Dot: . (Note that we did not cover the cases that dot should not
/external/libnfc-nxp/src/
H A DphHciNfc_NfcIPMgmt.h164 uint8_t did; member in struct:phHciNfc_NfcIP_Info
412 * \param[in] did Device ID
424 uint8_t did
H A DphHciNfc_NfcIPMgmt.c1507 p_nfcipinfo->did = *reg_value;
1666 uint8_t did
1699 p_pipe_info->param_info = &did;
/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/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPTransactionStack.java2347 String did = dialogId.toString().toLowerCase();
2349 stackLogger.logDebug("Looking for dialog " + did);
2353 Dialog replacesDialog = this.dialogTable.get(did);
2359 if ( ctx.getDialog(did) != null ) {
2360 replacesDialog = ctx.getDialog(did);
/external/valgrind/main/exp-bbv/tests/x86/
H A Drep_prefix.S15 # did this one way, newer binutils the other
/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.
/external/oprofile/events/i386/nehalem/
H A Dunit_masks317 0x04 rob_read_port Counts the number of cycles when ROB read port stalls occurred, which did not allow new micro-ops to enter the out-of-order pipeline
319 0x0F any Counts all Register Allocation Table stall cycles due to: Cycles when ROB read port stalls occurred, which did not allow new micro-ops to enter the execution pipe
/external/chromium/sdch/open-vcdiff/
H A Dltmain.sh1034 # Suppress compiler output if we already did a PIC compilation.
3626 $echo "*** because a test_compile did reveal that the linker did not use it for"
3666 $echo "*** because a test_compile did reveal that the linker did not use this one"
3739 $echo "*** because I did check the linker path looking for a file starting"
3791 $echo "*** because I did check the linker path looking for a file starting"
/external/chromium/third_party/libevent/
H A Dltmain.sh1034 # Suppress compiler output if we already did a PIC compilation.
3618 $echo "*** because a test_compile did reveal that the linker did not use it for"
3658 $echo "*** because a test_compile did reveal that the linker did not use this one"
3731 $echo "*** because I did check the linker path looking for a file starting"
3783 $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"

Completed in 571 milliseconds

12