OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:split
(Results
1276 - 1300
of
5986
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/libvpx/libvpx/vp8/encoder/
bitstream.c
166
unsigned int
split
;
local
191
split
= 1 + (((range - 1) * pp[i>>1]) >> 8);
196
lowvalue +=
split
;
197
range = range -
split
;
201
range =
split
;
256
split
= 1 + (((range - 1) * proba[i>>1]) >> 8);
261
lowvalue +=
split
;
262
range = range -
split
;
266
range =
split
;
310
split
= (range + 1) >> 1
[
all
...]
/external/chromium_org/chrome/browser/resources/
feedback.js
337
//
Split
the query string into an array of parameters.
338
var query = loc.search.substr(1).
split
('&');
341
// Remove the hash and
split
this query into parameters too.
342
query = query.concat(loc.hash.substr(loc.hash.indexOf('?') + 1).
split
('&'));
346
parameter = query[i].
split
('=');
/external/chromium_org/remoting/webapp/
build-webapp.py
132
locale_id = os.path.
split
(os.path.
split
(current_locale)[0])[1]
135
os.path.
split
(current_locale)[1])
140
os.path.
split
(current_locale)[1])
217
# WCS and the OAuth trampoline are both hosted on talkgadget.
Split
them into
/external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.cpp
286
// and after previousListChild, so we
split
listNode and insert it between the two lists.
287
// But to
split
listNode, we must first
split
ancestors of listChildNode between it and listNode,
289
// FIXME: We appear to
split
at nextListChild as opposed to listChildNode so that when we remove
297
// between it and listNode. So, we
split
up to listNode before inserting the placeholder
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftest.py
174
for line in re.
split
('\n', output.text):
188
metric.append_group(map(lambda value: float(value), score.group('value').
split
(', ')))
256
output.error = '\n'.join([line for line in re.
split
('\n', output.error) if not self._should_ignore_line(self._lines_to_ignore_in_stderr, line)])
258
output.text = '\n'.join([line for line in re.
split
('\n', output.text) if not self._should_ignore_line(self._lines_to_ignore_in_parser_result, line)])
288
for line in re.
split
('\n', output.text):
/external/chromium_org/tools/code_coverage/
croc_html.py
145
css_href = '../' * (len(filename.
split
('/')) - 1) + 'croc.css'
162
dirs = [''] + path.
split
('/')
179
dirs = [''] + path.
split
('/')
361
dirs = [''] + cov_dir.dirpath.
split
('/')
409
src_dir = os.path.
split
(self.WriteRoot.func_code.co_filename)[0]
/external/chromium_org/tools/
nocompile_driver.py
155
words = os.path.splitext(os.path.basename(sourcefile_path))[0].
split
('_')
194
split
by shelex so be careful with escaping.
224
cmdline.extend(shlex.
split
(cflags))
280
for line in stdout.
split
('\n'):
285
for line in stderr.
split
('\n'):
/external/chromium_org/v8/src/
lithium-allocator.h
217
//
Split
this interval at the given position without effecting the
320
//
Split
this live range at the given position which must follow the start of
522
//
Split
the given range at the given position.
530
//
Split
the given range in a position from the interval [start, end].
575
// Return parallel move that should be used to connect ranges
split
at the
/external/chromium_org/v8/tools/
js2c.py
92
return string.lstrip('[').rstrip(']').
split
()
198
args = [match.strip() for match in macro_match.group(2).
split
(',')]
205
args = [match.strip() for match in python_match.group(2).
split
(',')]
313
if 'macros.py' == (os.path.
split
(str(s))[1]):
330
id = (os.path.
split
(filename)[1])[:-3]
/external/freetype/src/base/
ftbbox.c
239
/* determine which half contains the maximum and
split
*/
285
/* determine which half contains the minimum and
split
*/
384
/* now, try to see if there are
split
points here */
398
/* There are some
split
points. Find them. */
469
/* there is a single
split
point at -b/a */
/external/iproute2/man/man8/
tc-cbq.8
53
.B ] [ bounded isolated ] [
split
279
split
major:minor & defmap bitmap[/bitmap]
287
.B
split
291
As an example, 'tc class add ... classid 10:1 cbq ..
split
10:0 defmap c0'
295
be: 'tc class add ... classid 10:2 cbq ...
split
10:0 defmap 3f'
/external/iproute2/tc/
q_cbq.c
34
fprintf(stderr, " [
split
CLASSID ] [ defmap MASK/CHANGE ]\n");
317
} else if (matches(*argv, "
split
") == 0) {
319
if (get_tc_classid(&fopt.
split
, *argv)) {
320
fprintf(stderr, "Invalid
split
node ID.\n");
547
print_tc_classid(buf, sizeof(buf), fopt->
split
);
/external/mdnsresponder/mDNSPosix/
parselog.py
88
time = line.
split
(' ')[0].
split
(':')
96
ip = line.
split
(' ',1)
110
qaList = spaceExp.
split
(line)
175
outFile = "%s.pdf" % (".".join(inFile.
split
('.')[:-1]))
/external/v8/src/
lithium-allocator.h
217
//
Split
this interval at the given position without effecting the
317
//
Split
this live range at the given position which must follow the start of
536
//
Split
the given range at the given position.
544
//
Split
the given range in a position from the interval [start, end].
573
// Return parallel move that should be used to connect ranges
split
at the
/external/v8/tools/
js2c.py
92
return string.lstrip('[').rstrip(']').
split
()
198
args = map(string.strip, macro_match.group(2).
split
(','))
205
args = map(string.strip, python_match.group(2).
split
(','))
313
if 'macros.py' == (os.path.
split
(str(s))[1]):
330
id = (os.path.
split
(filename)[1])[:-3]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java
273
for (int
split
= 1;
split
< input.length();
split
++) {
275
String str = input.substring(
split
);
282
str = input.substring(0,
split
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiway_mergesort.h
119
/** @brief
Split
consistently. */
126
/** @brief
Split
by exact splitting. */
182
/** @brief
Split
by sampling. */
450
difference_type
split
= n % num_threads;
local
455
pos += (i <
split
) ? (chunk_length + 1) : chunk_length;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py
179
authorization = authorization.
split
()
189
authorization = authorization.
split
(':')
208
accept = accept + line[7:].
split
(',')
319
# Similar to os.path.
split
(os.path.normpath(path)) but specific to URL
321
path_parts = path.
split
('/')
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_py.py
108
build_dir = os.path.join(*([self.build_lib] + package.
split
('.')))
148
path = package.
split
('.')
257
path = module.
split
('.')
311
package = package.
split
('.')
330
package = package.
split
('.')
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_sdist.py
302
output = [line for line in stdout.getvalue().
split
('\n')
416
manifest = [line.strip() for line in f.read().
split
('\n')
435
manifest2 = [line.strip() for line in f.read().
split
('\n')
453
manifest = [line.strip() for line in f.read().
split
('\n')
492
manifest = [line.strip() for line in f.read().
split
('\n')
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
generator.py
55
expanded to 8 spaces) than maxheaderlen, the header will
split
as
152
# what the encoding is. There is no safe way to
split
this
154
# ascii
split
, but if it's multibyte then we could break the
156
# be to not
split
the string and risk it being too long.
265
lines = text.
split
('\n')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py
179
authorization = authorization.
split
()
189
authorization = authorization.
split
(':')
208
accept = accept + line[7:].
split
(',')
319
# Similar to os.path.
split
(os.path.normpath(path)) but specific to URL
321
path_parts = path.
split
('/')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_py.py
108
build_dir = os.path.join(*([self.build_lib] + package.
split
('.')))
148
path = package.
split
('.')
257
path = module.
split
('.')
311
package = package.
split
('.')
330
package = package.
split
('.')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_sdist.py
302
output = [line for line in stdout.getvalue().
split
('\n')
416
manifest = [line.strip() for line in f.read().
split
('\n')
435
manifest2 = [line.strip() for line in f.read().
split
('\n')
453
manifest = [line.strip() for line in f.read().
split
('\n')
492
manifest = [line.strip() for line in f.read().
split
('\n')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
generator.py
55
expanded to 8 spaces) than maxheaderlen, the header will
split
as
152
# what the encoding is. There is no safe way to
split
this
154
# ascii
split
, but if it's multibyte then we could break the
156
# be to not
split
the string and risk it being too long.
265
lines = text.
split
('\n')
Completed in 1588 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>