Home
last modified time | relevance | path

Searched refs:leave (Results 1 – 25 of 242) sorted by relevance

12345678910

/external/v8/test/mjsunit/tools/
Dprofile.js100 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/
Dtronical.S85 leave
100 leave
/external/openssl/crypto/sha/asm/
Dsha256-armv4.s58 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/
Dfpgames.s71 leave
98 leave
Dfp1.s47 leave
/external/llvm/test/MC/MachO/
Dgen-dwarf.s7 L1: leave
/external/iptables/extensions/
Dlibxt_physdev.man30 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.
Dlibip6t_HL.man8 .B Don't ever set or increment the value on packets that leave your local network!
Dlibipt_TTL.man10 .B Don't ever set or increment the value on packets that leave your local network!
/external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/
DSkinning.glsllib33 // skinning disabled, leave position and normal unaltered
/external/e2fsprogs/lib/ext2fs/
Dismounted.c257 goto leave; in is_swap_device()
284 leave: in is_swap_device()
/external/llvm/test/MC/X86/
Dx86_64-encoding.s153 leave
/external/chromium/chrome/browser/userfeedback/proto/
Dcommon.proto28 // If you are not sure how to use it leave it not set.
/external/llvm/test/CodeGen/Thumb2/
Daligned-spill.ll34 ; 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/
Dslack-desc6 # leave one space after the ':'.
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DCommonTokenStream.as108 // 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/
Ditems.qc550 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/
Dlsr-nonaffine.ll3 ; 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/
DDatagramSocketImplTest.java100 protected void leave(InetAddress addr) throws IOException { in leave() method in MockDatagramSocketImpl
/external/webkit/Source/WebKit2/PluginProcess/
DPluginControllerProxy.messages.in62 …# 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/
DREADME8 I'll leave Richard's changes there as I guess dso_dl is needed
/external/llvm/test/Transforms/InstCombine/
Dstack-overalign.ll13 ; could do dynamic alignment for just the one alloca, and leave the
/external/openssl/crypto/des/
DKERBEROS2 but I will leave the file here - eay 21/11/95 ]
/external/llvm/test/Transforms/SimplifyCFG/
Dmultiple-phis.ll3 ; It's not worthwhile to if-convert one of the phi nodes and leave
/external/wpa_supplicant_8/src/drivers/
Ddriver_bsd.c736 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()

12345678910