/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | TreeWalker.java | 17 abstract void down(int ch); method in class:TreeWalker
|
/external/python/cpython2/Demo/turtle/ |
H A D | tdemo_peace.py | 27 down() 38 down() 47 down() 52 down()
|
H A D | tdemo_yinyang.py | 31 down() 37 down()
|
H A D | tdemo_paint.py | 12 pen down (line is drawn). If pen up follows 13 at least two pen-down moves, the polygon that 29 down()
|
H A D | tdemo_bytedesign.py | 37 self.down() 47 self.down() 55 self.down() 61 self.down() 71 self.down() 77 self.down() 90 self.down() 99 self.down()
|
/external/libdrm/ |
H A D | Android.common.mk | 11 # Quiet down the build system and remove any .h files from the sources
|
/external/toybox/tests/ |
H A D | ifconfig.test | 38 testing "dummy0 down and if config /-only" \ 39 "ifconfig dummy0 down && ifconfig dummy0 | grep dummy | wc -l" \ 111 # Test Description: Remove the noarp flag and bring the interface down in 115 testing "dummy0 arp down" \ 116 "ifconfig dummy0 arp down && ifconfig dummy0 | grep -i NOARP | wc -l" \ 192 ifconfig dummy0 down
|
/external/ltp/testcases/network/stress/interface/ |
H A D | if-updown | 45 if_cmd) ifconfig $iface down ;; 46 ip_cmd) ip link set $iface down ;; 49 tst_resm TFAIL "Failed to down $iface"
|
/external/python/cpython2/Demo/scripts/ |
H A D | queens.py | 25 self.down = [0] * (2*n-1) # Is downward diagonal[x+y] safe? 39 return not self.row[y] and not self.up[x-y] and not self.down[x+y] 45 self.down[x+y] = 1 51 self.down[x+y] = 0
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
H A D | TreeIterator.cs | 49 public object down; field in class:Antlr.Runtime.Tree.TreeIterator 66 down = adaptor.Create(TokenTypes.Down, "DOWN"); 111 Current = down;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
H A D | TreeIterator.cs | 52 public object down; field in class:Antlr.Runtime.Tree.TreeIterator 71 down = adaptor.Create( TokenTypes.Down, "DOWN" ); 130 Current = down;
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/ |
H A D | BTree.java | 59 public BTree down(int b) { method in class:BTree
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
H A D | ANTLRTreeIterator.h | 45 id<ANTLRTree> down; variable 52 @property(retain, readwrite) id<ANTLRTree> down; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
H A D | ANTLRTreeIterator.h | 45 id<ANTLRTree> down; variable 52 @property(retain, readwrite) id<ANTLRTree> down; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
H A D | ANTLRTreeIterator.h | 45 id<ANTLRTree> down; variable 52 @property(retain, readwrite) id<ANTLRTree> down; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
H A D | ANTLRTreeIterator.h | 47 __strong id<ANTLRBaseTree> down; variable 57 @property(retain, readwrite) id<ANTLRBaseTree> down; variable
|
/external/curl/docs/cmdline-opts/ |
H A D | ftp-ssl-ccc.d | 7 Use CCC (Clear Command Channel) Shuts down the SSL/TLS layer after
|
H A D | max-time.d | 9 networks or links going down. Since 7.32.0, this option accepts decimal
|
/external/ltp/testcases/network/stress/ns-tools/ |
H A D | initialize_if | 73 command="ifconfig $ifname down mtu 1500 ; ip route flush dev $ifname ; ip addr flush dev $ifname ; ifconfig $ifname up" 76 ( ifconfig $ifname down && \ 83 ret=`$LTP_RSH $RHOST '( PATH=/sbin:/usr/sbin:$PATH ; ifconfig '$ifname' down && ip link set mtu 1500 dev '$ifname' && ip route flush dev '$ifname' && ip addr flush dev '$ifname' && ifconfig '$ifname' up ) >/dev/null 2>&1 ; echo $?'`
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
H A D | TreeIterator.java | 49 public Object down; field in class:TreeIterator 66 down = adaptor.create(Token.DOWN, "DOWN"); 104 return down;
|
/external/autotest/frontend/client/src/autotest/public/ |
H A D | standard.css | 88 .gwt-ToggleButton-down, 89 .gwt-ToggleButton-down-hovering, 90 .gwt-ToggleButton-down-disabled { 114 .gwt-ToggleButton-down { 119 .gwt-ToggleButton-down-hovering { 125 .gwt-ToggleButton-down-disabled {
|
/external/python/cpython2/Lib/plat-irix5/ |
H A D | panel.py | 256 a, down, active, up = pnl.dopanel()[:4] 257 if down: 258 down.downfunc(down)
|
/external/python/cpython2/Lib/plat-irix6/ |
H A D | panel.py | 256 a, down, active, up = pnl.dopanel()[:4] 257 if down: 258 down.downfunc(down)
|
/external/syslinux/core/lwip/src/netif/ppp/ |
H A D | fsm.c | 153 * fsm_lowerdown - The lower layer is down. 190 if( f->callbacks->down ) { 191 (*f->callbacks->down)(f); 252 * terminate_layer - Start process of shutting down the FSM 296 } else if( f->callbacks->down ) { 297 (*f->callbacks->down)(f); /* Inform upper layers we're down */ 478 /* Go down and restart negotiation */ 479 if( f->callbacks->down ) { 480 (*f->callbacks->down)( [all...] |
/external/autotest/client/cros/ |
H A D | http_speed.py | 111 down = BenchmarkOneDirection( 123 up.update(down)
|