HomeSort by relevance Sort by last modified time
    Searched full:split (Results 576 - 600 of 5986) sorted by null

<<21222324252627282930>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTipWindow.py 29 curline = int(self.widget.index("insert").split('.')[0])
64 int, self.widget.index(parenleft).split("."))
99 curline, curcol = map(int, self.widget.index("insert").split('.'))
152 text.insert("insert", "string.split")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macostools.py 37 dstdir, dstname = os.path.split(dst)
62 head, tail = os.path.split(dst)
83 pardir = os.path.split(dst)[0]
95 mkdirs(os.path.split(dst)[0])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shlex.py 144 self.data = [x.split("|")[:-1]
146 self.posix_data = [x.split("|")[:-1]
155 l = shlex.split(data[i][0], comments=comments)
182 if not getattr(shlex, "split", None):
test_ntpath.py 42 tester('ntpath.split("c:\\foo\\bar")', ('c:\\foo', 'bar'))
43 tester('ntpath.split("\\\\conky\\mountpoint\\foo\\bar")',
46 tester('ntpath.split("c:\\")', ('c:\\', ''))
47 tester('ntpath.split("\\\\conky\\mountpoint\\")',
50 tester('ntpath.split("c:/")', ('c:/', ''))
51 tester('ntpath.split("//conky/mountpoint/")', ('//conky/mountpoint', ''))
171 currentdir = os.path.split(os.getcwd())[-1]
test_userdict.py 37 self.assertEqual(UserDict.UserDict.fromkeys('one two'.split()), d4)
38 self.assertEqual(UserDict.UserDict().fromkeys('one two'.split()), d4)
39 self.assertEqual(UserDict.UserDict.fromkeys('one two'.split(), 1), d5)
40 self.assertEqual(UserDict.UserDict().fromkeys('one two'.split(), 1), d5)
41 self.assertTrue(u1.fromkeys('one two'.split()) is not u1)
42 self.assertIsInstance(u1.fromkeys('one two'.split()), UserDict.UserDict)
43 self.assertIsInstance(u2.fromkeys('one two'.split()), UserDict.IterableUserDict)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
simple_server.py 22 sys_version = "Python/" + sys.version.split()[0]
33 self.status.split(' ',1)[0], self.bytes_sent
78 path,query = self.path.split('?',1)
100 k,v = h.split(':',1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTipWindow.py 29 curline = int(self.widget.index("insert").split('.')[0])
64 int, self.widget.index(parenleft).split("."))
99 curline, curcol = map(int, self.widget.index("insert").split('.'))
152 text.insert("insert", "string.split")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shlex.py 144 self.data = [x.split("|")[:-1]
146 self.posix_data = [x.split("|")[:-1]
155 l = shlex.split(data[i][0], comments=comments)
182 if not getattr(shlex, "split", None):
test_ntpath.py 42 tester('ntpath.split("c:\\foo\\bar")', ('c:\\foo', 'bar'))
43 tester('ntpath.split("\\\\conky\\mountpoint\\foo\\bar")',
46 tester('ntpath.split("c:\\")', ('c:\\', ''))
47 tester('ntpath.split("\\\\conky\\mountpoint\\")',
50 tester('ntpath.split("c:/")', ('c:/', ''))
51 tester('ntpath.split("//conky/mountpoint/")', ('//conky/mountpoint', ''))
171 currentdir = os.path.split(os.getcwd())[-1]
test_userdict.py 37 self.assertEqual(UserDict.UserDict.fromkeys('one two'.split()), d4)
38 self.assertEqual(UserDict.UserDict().fromkeys('one two'.split()), d4)
39 self.assertEqual(UserDict.UserDict.fromkeys('one two'.split(), 1), d5)
40 self.assertEqual(UserDict.UserDict().fromkeys('one two'.split(), 1), d5)
41 self.assertTrue(u1.fromkeys('one two'.split()) is not u1)
42 self.assertIsInstance(u1.fromkeys('one two'.split()), UserDict.UserDict)
43 self.assertIsInstance(u2.fromkeys('one two'.split()), UserDict.IterableUserDict)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
simple_server.py 22 sys_version = "Python/" + sys.version.split()[0]
33 self.status.split(' ',1)[0], self.bytes_sent
78 path,query = self.path.split('?',1)
100 k,v = h.split(':',1)
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/util/
OS.java 32 final String[] parts = version.split("\\.");
  /external/chromium_org/ppapi/
PRESUBMIT.py 30 name_parts = filename.split(os.sep)
51 name_parts = name.split(os.sep)
89 name_parts = name.split(os.sep)
122 name_parts = name.split(os.sep)
166 name_parts = name.split(os.sep)
205 name_parts = filename.split(os.sep)
214 if line[2].split()[:2] == ['#define', 'PPAPI_RELEASE']:
  /external/llvm/utils/Misc/
zkill 30 minutes,value = value.split(':',1)
32 seconds,fseconds = value.split('.',1)
41 # Split into potential arguments.
42 args = command.split(' ')
81 lns = out.split('\n')
83 header = it.next().split()
101 fields = ln.split(None, numRows - 1)
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
qisf_ns_tab.cpp 32 * Quantization tables for split by 5 VQ of ISFs for a background
55 * isf codebooks: split-by-5 VQ
67 * 1st split: isf0 to isf1
142 * 2nd split: isf2 to isf4
215 * 3rd split: isf5 to isf7
288 * 4th split: isf8 to isf11
329 * 5th split: isf12 to isf15
  /dalvik/opcode-gen/
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
    [all...]
  /external/chromium_org/tools/code_coverage/
process_coverage.py 78 filename = os.path.basename(lcov_path).split('.')[0]
79 buffer = filename.split('_')
144 parse_buffer = line.split(':')
168 tmp_buf1 = output.split('=')
169 tmp_buf2 = tmp_buf1[len(tmp_buf1) - 2].split('x')[0].split(' ')
221 line_info = line[len('DA:'):].split(',')
234 linecount_point = linecounts[srcfile_index].strip().split(',')
298 project_platform_cl = lcov_path.split('.')[0].split('_'
    [all...]
  /external/llvm/lib/Transforms/Utils/
BreakCriticalEdges.cpp 88 /// createPHIsForSplitLoopExit - When a loop exit edge is split, LCSSA form
114 PHINode::Create(PN->getType(), Preds.size(), "split",
126 /// split the critical edge. This will update DominatorTree information if it
128 /// This returns the new block if the edge was split, null otherwise.
149 "Cannot split critical edge from IndirectBrInst");
195 // through the split block, making those edges non-critical as well (and
303 // If TIBB is in a loop and DestBB is outside of that loop, split the
309 "Split point for loop exit is contained in loop!");
339 // If there are any preds not in the loop, we'll need to split
347 SplitBlockPredecessors(Exit, Preds, "split", P)
    [all...]
  /external/opencv/ml/src/
mlrtrees.cpp 99 CvDTreeSplit *best_split = 0, *split = 0, *t; local
134 split = find_split_cat_class( node, vi );
136 split = find_split_ord_class( node, vi );
141 split = find_split_cat_reg( node, vi );
143 split = find_split_ord_reg( node, vi );
146 if( split )
148 if( !best_split || best_split->quality < split->quality )
149 CV_SWAP( best_split, split, t );
150 if( split )
151 cvSetRemoveByPtr( data->split_heap, split );
    [all...]
  /external/chromium_org/build/android/pylib/instrumentation/
test_jar.py 75 ]).split('\n')
103 annotation = m.group(1).split('/')[-1] # Ignore the annotation package.
131 class_name, method = test.split('#')
145 filters = annotation_filter.split('=')
148 value_list = filters[1].split(',')
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_apitest.cc 255 // Test split with incognito permission.
257 RunPermissionTest("split", true, true, "redirected1", "redirected2");
262 // Test split without incognito permission.
264 RunPermissionTest("split", false, false, "redirected1", "");
295 // Check that reloading an extension that runs in incognito split mode and
  /external/chromium_org/chrome/common/extensions/docs/server2/
reference_resolver.py 15 node_name, rest = node_name.split('.', 1)
73 parts = ref.split('.')
168 split_text = text.split('$ref:')
176 ref_with_title, rest = ref_and_rest[1:].split(']', 1)
177 ref_with_title = ref_with_title.split(None, 1)
samples_data_source.py 96 l10n_data['locales'][path[len(locales_path):].split('/')[0]] = json_
122 if len(item.split('.')) < 3:
138 sample_base_path = sample_path.split('/', 1)[1]
181 return [lang_with_q.split(';')[0].strip()
182 for lang_with_q in accept_language.split(',')]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
path_test.cc 127 path_components = p1.Split();
141 path_components = p2.Split();
150 path_components = p3.Split();
161 path_components = p4.Split();
165 path_components = p5.Split();
  /external/chromium_org/third_party/icu/source/tools/genren/
genren.pl 142 ($_, $address, $type) = split(/\|/);
160 @CppName = split(/::/); ## remove scope stuff
163 @CppName = split(/ /, $CppName[1]); ## remove debug stuff
166 @CppName = split(/\(/, $CppName[0]); ## remove function args
196 @funcname = split(/[\(\s+]/);

Completed in 1582 milliseconds

<<21222324252627282930>>