Searched refs:split (Results 1 – 12 of 12) sorted by relevance
/dalvik/opcode-gen/ |
D | opcode-gen.awk | 263 count = split(line, parts); 288 count = split(line, parts); 306 split(name[idx], parts, "/"); 312 split(format[idx], parts, ""); # Width is the first format char. 341 count = split(line, parts); 462 count = split(hex, chars, ""); 505 count = split(f, parts, /\|/); # Split input at pipe characters. 528 split(flags[idx], parts, /\|/); # Split flags[idx] at pipes.
|
/dalvik/dx/tests/086-ssa-edge-split/ |
D | run | 18 dx --dump --width=1000 --ssa-blocks --ssa-step=edge-split Blort.class
|
/dalvik/dx/src/com/android/dx/command/annotool/ |
D | Main.java | 90 for (String p : argParam.split(",")) { in parse() 101 for (String p : argParam.split(",")) { in parse()
|
/dalvik/vm/compiler/template/ |
D | gen-template.py | 252 tokens = line.strip().split(' ', 2) 270 tokens = line.strip().split(' ', 1) 385 tokens = line.split(' ') # tokenize
|
/dalvik/vm/mterp/ |
D | config-mips | 21 # Need to specify split-ops to generate alt-ops at the end after 23 split-ops
|
D | gen-mterp.py | 445 tokens = line.strip().split(' ', 2) 463 tokens = line.strip().split(' ', 1) 580 tokens = line.split(' ') # tokenize
|
D | README.txt | 193 Identifies the split between the main portion of the instruction
|
/dalvik/tests/021-string2/src/ |
D | Main.java | 77 String[] strings = test.split("/"); in main()
|
/dalvik/tests/082-inline-execute/src/ |
D | Main.java | 198 String[] strings = test.split("/"); in stringCompareToTest()
|
/dalvik/docs/ |
D | prettify.js | 97 words = words.split(/ /g);
|
/dalvik/vm/compiler/ |
D | Frontend.cpp | 598 bool split, bool create, in findBlock() argument 610 if ((split == true) && (codeOffset > bb->startOffset) && in findBlock()
|
/dalvik/dx/tests/098-dex-jsr-ret-throw/ |
D | expected.txt | 168 g/String; call throws <any>}(java.lang.String.split:(Ljava/lang/String;)[Ljav
|