/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/test/ |
ocspreq.sh | 3 ocspreqdump.py <<EOT 6 EOT
|
crl.sh | 3 crldump.py <<EOT 14 EOT
|
crmf.sh | 3 crmfdump.py <<EOT 13 EOT
|
pkcs10.sh | 3 pkcs10dump.py <<EOT 23 EOT
|
x509dump.sh | 3 x509dump.py <<EOT 22 EOT
|
ocsprsp.sh | 3 ocsprspdump.py <<EOT 26 EOT
|
pkcs1.sh | 3 pkcs1dump.py <<EOT 25 EOT
|
pkcs8.sh | 3 pkcs8dump.py <<EOT 25 EOT
|
pkcs7.sh | 3 pkcs7dump.py <<EOT 62 EOT
|
cmp.sh | 3 cmpdump.py <<EOT 93 EOT
|
/system/extras/f2fs_utils/ |
mkf2fsuserimg.sh | 6 cat<<EOT 9 EOT
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-dfa.rb | 9 EOT = [1, 2].freeze 24 dfa.eot.should == DFASubclass::EOT
|
/system/extras/multinetwork/ |
quick_test.sh | 20 readonly local hexValue=$(bc -q 2>/dev/null << EOT 23 EOT
|
/system/extras/ext4_utils/ |
mkuserimg.sh | 6 cat<<EOT 10 EOT
|
/system/extras/squashfs_utils/ |
mksquashfsimage.sh | 6 cat<<EOT 9 EOT
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
DFA.as | 15 protected var eot:Array; // short[] 33 eot:Array, eof:Array, min:Array, max:Array, accept:Array, special:Array, transition:Array, 39 this.eot = eot; 100 // must check EOT, which is like the else clause. 101 // eot[s]>=0 indicates that an EOT edge goes to another 103 if ( eot[s]>=0 ) { // EOT Transition to accept state? 104 if ( debug ) trace("EOT transition") [all...] |
/prebuilts/sdk/tools/ |
jack | 45 cat >"$CLIENT_SETTING.$$" <<-EOT 53 EOT
|
/external/deqp/executor/ |
xeXMLWriter.cpp | 50 case 4: return "<EOT>";
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
Label.java | 65 * |-EOT->o predict alt 2 67 * To generate code for EOT, treat it as the "default" path, which 69 * which the EOT emanates. 71 public static final int EOT = -2; 87 public static final int MIN_ATOM_VALUE = EOT;
|
DFAOptimizer.java | 88 * something to do with the EOT token. 98 * It can yield states that have only a single edge on EOT to an accept 102 * s0 -'='-> s3 -EOT-> s5 (accept) 105 * for keyword versus ID as the state with EOT edge emanating from it will 228 // if only one edge coming out, it is EOT, and target is accept prune 233 edge.label.getAtom()==Label.EOT ) 236 // remove the superfluous EOT edge
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
ACyclicDFACodeGenerator.java | 101 if ( edge.label.getAtom()==Label.EOT ) { 102 // don't generate a real edge for EOT; track alt EOT predicts 107 System.out.println("DFA s"+s.stateNumber+" EOT goes to s"+ 157 // HANDLE EOT EDGE 159 // EOT unique predicts an alt 163 // EOT state has transitions so must split on predicates. 166 // Note: these predicates emanate from the EOT target state 169 // state number. Predicates emanating from EOT targets are 170 // hoisted up to the state that has the EOT edge [all...] |
/external/guava/guava/src/com/google/common/base/ |
Ascii.java | 98 public static final byte EOT = 4;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/curses/ |
ascii.py | 7 EOT = 0x04 # ^D 41 "NUL", "SOH", "STX", "ETX", "EOT", "ENQ", "ACK", "BEL",
|
/prebuilts/gdb/linux-x86/lib/python2.7/curses/ |
ascii.py | 7 EOT = 0x04 # ^D 41 "NUL", "SOH", "STX", "ETX", "EOT", "ENQ", "ACK", "BEL",
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/ |
ascii.py | 7 EOT = 0x04 # ^D 41 "NUL", "SOH", "STX", "ETX", "EOT", "ENQ", "ACK", "BEL",
|