|   /external/python/cpython2/Lib/test/ | 
| test_dis.py  | 95         lines = got.split('\n') 97         expected = expected.split("\n")
  | 
| test_macos.py  | 52                     tp = ln.split()[-1][1:-1] 54                     cr = ln.split()[-1][1:-1]
  | 
|   /external/python/cpython2/Lib/ | 
| token.py  | 98     lines = fp.read().split("\n") 118     format = fp.read().split("\n")
  | 
|   /external/python/cpython2/Tools/freeze/ | 
| checkextensions.py  | 46         for w in w.split(): 65     head, tail = os.path.split(w)
  | 
|   /external/r8/src/main/java/com/android/tools/r8/ir/code/ | 
| BasicBlockInstructionIterator.java  | 175   public BasicBlock split(IRCode code, ListIterator<BasicBlock> blocksIterator) {  method in class:BasicBlockInstructionIterator  217   public BasicBlock split(int instructions, IRCode code, ListIterator<BasicBlock> blocksIterator) {  method in class:BasicBlockInstructionIterator  218     // Split at the current cursor position. 219     BasicBlock newBlock = split(code, blocksIterator); 221     // Skip the requested number of instructions and split again. 226     iterator.split(code, blocksIterator); 227     // Return the first split block. 244     // Iterate through the instructions in the inlined block and split into blocks with only 247     // the new block after the iterated block is split. 256         // If a throwing instruction was found split the block     [all...] | 
|   /external/skia/tools/ | 
| sanitize_source_files.py  | 37       if (len(full_item_path.split('.')) > 1 and 38           full_item_path.split('.')[-1] in _FILE_EXTENSIONS_TO_SANITIZE):
  | 
|   /external/svox/pico/src/com/svox/pico/ | 
| EngineSettings.java  | 58                 String[] languageCountry = available.get(i).split("-"); 69                 String[] languageCountry = unavailableLang.split("-");
  | 
|   /external/swiftshader/third_party/LLVM/lib/Target/ | 
| TargetData.cpp  | 157     std::pair<StringRef, StringRef> Split = Desc.split('-'); 158     StringRef Token = Split.first; 159     Desc = Split.second; 164     Split = Token.split(':'); 165     StringRef Specifier = Split.first; 166     Token = Split.second; 178       Split = Token.split(':')     [all...] | 
|   /external/syslinux/core/ | 
| lstadjust.pl  | 40     ($label, $op, $arg, $tail) = split(/\s+/, $source);
  | 
|   /external/tcpdump/ | 
| packetdat.awk  | 18 	n = split ($1,t,":")
  | 
| send-ack.awk  | 11 	n = split ($1,t,":")
  | 
|   /external/testng/src/main/java/org/testng/ | 
| ReporterConfig.java  | 81         String[] props = propString.split(","); 84             String[] propNameAndVal = prop.split("=");
  | 
|   /external/v8/ | 
| .ycm_extra_conf.py  | 147   for line in reversed(stdout.split('\n')): 155   for flag in clang_line.split(' '):
  | 
|   /external/webrtc/talk/build/ | 
| merge_ios_libs  | 73     components = library[:-2].split('_')[:-1] 85       base_prefix = library[:-2].split('_')[0]
  | 
|   /frameworks/base/core/java/android/net/ | 
| MailTo.java  | 79             String[] queries = query.split("&"); 81                 String[] nameval = q.split("=");
  | 
|   /frameworks/base/tools/aapt2/tools/consumers/ | 
| positional_arguments.py  | 14         dirname, basename = os.path.split(file_path) 15         dirname = os.path.split(dirname)[1]
  | 
|   /frameworks/base/tools/split-select/ | 
| RuleGenerator_test.cpp  | 26 using namespace split::test; 28 namespace split {  namespace  110 } // namespace split
  | 
|   /frameworks/base/wifi/java/android/net/wifi/p2p/ | 
| WifiP2pConfig.java  | 70         String[] tokens = supplicantEvent.split(" "); 80             String[] nameVal = tokens[2].split("=");
  | 
|   /frameworks/support/compat/java/android/support/v4/view/ | 
| ViewGroupCompat.java  | 154      * <p>When this option is enabled MotionEvents may be split and dispatched to different child 160      * @param split <code>true</code> to allow MotionEvents to be split and dispatched to multiple 167     public static void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { 168         group.setMotionEventSplittingEnabled(split);
  | 
|   /libcore/ojluni/src/main/java/java/util/ | 
| ArraysParallelSortHelpers.java  | 55  * TimSort), then so is the full sort.  If big enough, they split the 175                 for (int lh, rh;;) {  // split larger, find point in smaller 180                         T split = a[(lh = ln >>> 1) + lb];  local  183                             if (c.compare(split, a[rm + rb]) <= 0) 193                         T split = a[(rh = rn >>> 1) + rb];  local  196                             if (c.compare(split, a[lm + lb]) <= 0) 288                 for (int lh, rh;;) {  // split larger, find point in smaller 293                         byte split = a[(lh = ln >>> 1) + lb]; 296                             if (split <= a[rm + rb]) 306                         byte split = a[(rh = rn >>> 1) + rb] 404  char split = a[(lh = ln >>> 1) + lb];  local  417  char split = a[(rh = rn >>> 1) + rb];  local  515  short split = a[(lh = ln >>> 1) + lb];  local  528  short split = a[(rh = rn >>> 1) + rb];  local  626  int split = a[(lh = ln >>> 1) + lb];  local  639  int split = a[(rh = rn >>> 1) + rb];  local  737  long split = a[(lh = ln >>> 1) + lb];  local  750  long split = a[(rh = rn >>> 1) + rb];  local  848  float split = a[(lh = ln >>> 1) + lb];  local  861  float split = a[(rh = rn >>> 1) + rb];  local  959  double split = a[(lh = ln >>> 1) + lb];  local  972  double split = a[(rh = rn >>> 1) + rb];  local      [all...] | 
|   /libcore/ojluni/src/main/java/sun/security/util/ | 
| AlgorithmDecomposer.java  | 44         String[] transTockens = transPattern.split(algorithm); 57             String[] tokens = pattern.split(transTocken);
  | 
|   /packages/apps/Dialer/java/com/android/contacts/common/ | 
| MoreContactUtils.java  | 76     // Now do the full phone number thing. split into parts, separated by waiting symbol 78     final String[] dataParts1 = number1.split(WAIT_SYMBOL_AS_STRING); 79     final String[] dataParts2 = number2.split(WAIT_SYMBOL_AS_STRING);
  | 
|   /packages/apps/Dialer/java/com/android/dialer/about/ | 
| Licenses.java  | 47     String[] entries = metadata.split("\n"); 51       String[] licenseLocation = entry.substring(0, delimiter).split(":");
  | 
|   /packages/apps/TV/src/com/android/tv/license/ | 
| Licenses.java  | 60         String[] entries = metadata.split("\n"); 64             String[] licenseLocation = entry.substring(0, delimiter).split(":");
  | 
|   /prebuilts/gdb/darwin-x86/lib/python2.7/encodings/ | 
| __init__.py  | 69     return '_'.join(encoding.translate(_norm_encoding_map).split()) 136             entry += (None,)*(6-len(entry)) + (mod.__name__.split(".", 1)[1],)
  |