OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:split
(Results
176 - 200
of
7669
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/tools/tradefederation/core/src/com/android/tradefed/util/
PsParser.java
46
String processLines[] = psOutput.
split
(LINE_SEPARATOR);
66
String processInfoStr[] = processLines[lineCount].
split
(PROCESS_INFO_SEPARATOR);
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
ModuleMergerTest.java
52
Collection<IRemoteTest> res1 = suite1.
split
(2);
64
Collection<IRemoteTest> res1 = suite1.
split
(2);
77
Collection<IRemoteTest> res1 = suite1.
split
(2);
79
Collection<IRemoteTest> res2 = suite2.
split
(2);
108
Collection<IRemoteTest> res1 = suite1.
split
(2);
125
Collection<IRemoteTest> res1 = suite1.
split
(2);
127
Collection<IRemoteTest> res2 = suite2.
split
(2);
144
Collection<IRemoteTest> res1 = suite1.
split
(2);
/cts/suite/audio_quality/lib/include/
StringUtil.h
29
///
split
the given string with given delimiter and return the vector of string
32
static std::vector<android::String8>*
split
(const android::String8& str, char delimiter);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
makedir.py
16
head, tail = os.path.
split
(p)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
call-stack.rb
9
parts = call_string.
split
( ':', 3 )
/external/autotest/client/bin/
harness_simple.py
31
for line in status.
split
('\n'):
/external/autotest/server/control_segments/
get_network_stats
26
#
Split
output
33
fields = line.
split
()
44
fields = line.
split
()
/external/autotest/server/site_tests/logging_GenerateCrashFiles/
logging_GenerateCrashFiles.py
32
current_files = out.stdout.strip().
split
('\n')
39
if crash_file.
split
('.')[0] != prefix:
44
crash_extensions.append(crash_file.
split
('.')[-1])
62
existing_files = file_list.stdout.strip().
split
('\n')
/external/autotest/site_utils/presubmit_hooks/
check_json_files.py
28
for f in file_list.
split
():
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
ProxyWorkerException.java
35
Joiner.on("\n\t").appendTo(builder, Splitter.on('\n').
split
(stackTrace));
/external/jcommander/src/test/java/com/beust/jcommander/
SetConverter.java
10
String[] values = value.
split
(",");
/external/jemalloc/include/jemalloc/
jemalloc_typedefs.h
55
chunk_split_t *
split
;
member in struct:__anon22497
/external/libvpx/libvpx/vpx_dsp/
bitreader.h
79
unsigned int
split
= (r->range * prob + (256 - prob)) >> CHAR_BIT;
local
86
bigsplit = (BD_VALUE)
split
<< (BD_VALUE_SIZE - CHAR_BIT);
88
range =
split
;
91
range = r->range -
split
;
/external/lisa/libs/utils/android/
gfxinfo.py
60
tokens = line.
split
(':')
67
(frames, pc) = tokens[1].
split
(' ')
84
h_tokens = [x.rstrip() for x in line.
split
(' ')]
86
for h_value in [x.
split
('=') for x in h_tokens]:
/external/llvm/utils/lit/tests/Inputs/googletest-timeout/DummySubDir/
OneTest
20
test_name = sys.argv[1].
split
('=',1)[1]
/external/ltp/testcases/realtime/scripts/
parser.py
41
for line in self.__log_file.read().
split
("\n"):
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAssertedServiceParser.java
72
String serviceID = urn.
split
(ParameterNamesIms.SERVICE_ID_LABEL+".")[1];
82
pps.setSubserviceIdentifiers(urn.
split
(ParameterNamesIms.SERVICE_ID_LABEL)[1]);
86
String appID = urn.
split
(ParameterNamesIms.APPLICATION_ID_LABEL+".")[1];
94
pps.setApplicationIdentifiers(urn.
split
(ParameterNamesIms.APPLICATION_ID_LABEL)[1]);
/external/pdfium/
update_pdfium.py
48
for chromiumVersionStr in chromiumVersions.read().
split
("\n"):
49
chromiumVersion = chromiumVersionStr.
split
(",")
66
return deps.read().
split
("pdfium_revision&")[1].
split
("'")[1]
/external/python/cpython2/Demo/scripts/
makedir.py
16
head, tail = os.path.
split
(p)
/external/python/cpython2/PC/VS7.1/
field3.py
23
string = sys.version.
split
()[0] # like '2.3a0'
/external/python/cpython2/PC/VS8.0/
field3.py
23
string = sys.version.
split
()[0] # like '2.3a0'
/external/python/cpython2/PC/VS9.0/
field3.py
23
string = sys.version.
split
()[0] # like '2.3a0'
/external/python/cpython2/PCbuild/
field3.py
23
string = sys.version.
split
()[0] # like '2.3a0'
/external/python/cpython3/Lib/test/
memory_watchdog.py
24
data = int(statm.
split
()[5])
/external/python/cpython3/PCbuild/
field3.py
23
string = sys.version.
split
()[0] # like '2.3a0'
Completed in 1490 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>