/external/v8/test/mjsunit/tools/ |
D | profile.js | 100 ProfileTestDriver.prototype.leave = function() { method in ProfileTestDriver 110 this.leave(); 114 this.leave(); 116 this.leave(); 120 this.leave(); 123 this.leave(); 124 this.leave(); 125 this.leave(); 126 this.leave(); 129 this.leave(); [all …]
|
/external/valgrind/main/memcheck/tests/x86/ |
D | tronical.S | 85 leave 100 leave
|
/external/openssl/crypto/sha/asm/ |
D | sha256-armv4.s | 58 str r1,[sp,#17*4] @ leave room for r1 102 str r1,[sp,#17*4] @ leave room for r1 146 str r1,[sp,#17*4] @ leave room for r1 190 str r1,[sp,#17*4] @ leave room for r1 234 str r1,[sp,#17*4] @ leave room for r1 278 str r1,[sp,#17*4] @ leave room for r1 322 str r1,[sp,#17*4] @ leave room for r1 366 str r1,[sp,#17*4] @ leave room for r1 410 str r1,[sp,#17*4] @ leave room for r1 454 str r1,[sp,#17*4] @ leave room for r1 [all …]
|
/external/valgrind/main/VEX/test/ |
D | fpgames.s | 71 leave 98 leave
|
D | fp1.s | 47 leave
|
/external/llvm/test/MC/MachO/ |
D | gen-dwarf.s | 7 L1: leave
|
/external/iptables/extensions/ |
D | libxt_physdev.man | 30 chain. If the packet won't leave by a bridge device or if it is yet unknown what 38 Matches if the packet will leave through a bridge interface.
|
D | libip6t_HL.man | 8 .B Don't ever set or increment the value on packets that leave your local network!
|
D | libipt_TTL.man | 10 .B Don't ever set or increment the value on packets that leave your local network!
|
/external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/ |
D | Skinning.glsllib | 33 // skinning disabled, leave position and normal unaltered
|
/external/e2fsprogs/lib/ext2fs/ |
D | ismounted.c | 257 goto leave; in is_swap_device() 284 leave: in is_swap_device()
|
/external/llvm/test/MC/X86/ |
D | x86_64-encoding.s | 153 leave
|
/external/chromium/chrome/browser/userfeedback/proto/ |
D | common.proto | 28 // If you are not sure how to use it leave it not set.
|
/external/llvm/test/CodeGen/Thumb2/ |
D | aligned-spill.ll | 34 ; subtract #8 here. That would leave sp less aligned than some stack slots, 71 ; Spill 7 d-registers, leave a hole.
|
/external/dnsmasq/contrib/slackware-dnsmasq/ |
D | slack-desc | 6 # leave one space after the ':'.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | CommonTokenStream.as | 108 // leave p pointing at first token on channel 123 p = skipOffTokenChannels(p); // leave p on valid token 245 i = skipOffTokenChannels(i+1); // leave p on valid token 272 i = skipOffTokenChannelsReverse(i-1); // leave p on valid token
|
/external/quake/quake/src/QW/progs/ |
D | items.qc | 550 local float leave; 570 leave = 1; 572 leave = 0; 576 if (leave && (other.items & IT_NAILGUN) ) 584 if (leave && (other.items & IT_SUPER_NAILGUN) ) 592 if (leave && (other.items & IT_SUPER_SHOTGUN) ) 600 if (leave && (other.items & IT_ROCKET_LAUNCHER) ) 608 if (leave && (other.items & IT_GRENADE_LAUNCHER) ) 616 if (leave && (other.items & IT_LIGHTNING)) 660 if (leave)
|
/external/llvm/test/CodeGen/X86/ |
D | lsr-nonaffine.ll | 3 ; LSR should leave non-affine expressions alone because it currently
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | DatagramSocketImplTest.java | 100 protected void leave(InetAddress addr) throws IOException { in leave() method in MockDatagramSocketImpl
|
/external/webkit/Source/WebKit2/PluginProcess/ |
D | PluginControllerProxy.messages.in | 62 …# Sent when a mouse event (that isn't a mouse enter/leave event or a wheel event) should be proces… 71 # Sent when a mouse leave event should be processed.
|
/external/openssl/crypto/dso/ |
D | README | 8 I'll leave Richard's changes there as I guess dso_dl is needed
|
/external/llvm/test/Transforms/InstCombine/ |
D | stack-overalign.ll | 13 ; could do dynamic alignment for just the one alloca, and leave the
|
/external/openssl/crypto/des/ |
D | KERBEROS | 2 but I will leave the file here - eay 21/11/95 ]
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | multiple-phis.ll | 3 ; It's not worthwhile to if-convert one of the phi nodes and leave
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_bsd.c | 736 struct ieee80211_leave_event *leave; in bsd_wireless_event_receive() local 774 leave = (struct ieee80211_leave_event *) &ifan[1]; in bsd_wireless_event_receive() 775 drv_event_disassoc(drv->hapd, leave->iev_addr); in bsd_wireless_event_receive() 1173 struct ieee80211_leave_event *leave; in wpa_driver_bsd_event_receive() local 1244 leave = (struct ieee80211_leave_event *) &ifan[1]; in wpa_driver_bsd_event_receive() 1245 drv_event_disassoc(ctx, leave->iev_addr); in wpa_driver_bsd_event_receive()
|