OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:split
(Results
2426 - 2450
of
6499
) sorted by null
<<
91
92
93
94
95
96
97
98
99
100
>>
/cts/apps/CameraITS/tests/scene1/
test_crop_regions.py
26
NAME = os.path.basename(__file__).
split
(".")[0]
test_dng_noise_model.py
23
NAME = os.path.basename(__file__).
split
('.')[0]
test_ev_compensation_advanced.py
33
NAME = os.path.basename(__file__).
split
(".")[0]
test_ev_compensation_basic.py
25
NAME = os.path.basename(__file__).
split
('.')[0]
test_format_combos.py
24
NAME = os.path.basename(__file__).
split
(".")[0]
test_latching.py
32
NAME = os.path.basename(__file__).
split
(".")[0]
test_linearity.py
27
NAME = os.path.basename(__file__).
split
('.')[0]
test_param_noise_reduction.py
39
NAME = os.path.basename(__file__).
split
(".")[0]
test_param_tonemap_mode.py
29
NAME = os.path.basename(__file__).
split
(".")[0]
test_raw_burst_sensitivity.py
25
NAME = os.path.basename(__file__).
split
(".")[0]
/cts/apps/CameraITS/tests/scene2/
test_faces.py
24
NAME = os.path.basename(__file__).
split
(".")[0]
/cts/apps/CameraITS/tests/scene3/
test_reprocess_edge_enhancement.py
55
NAME = os.path.basename(__file__).
split
(".")[0]
/cts/apps/CameraITS/tests/
tutorial.py
53
NAME = os.path.basename(__file__).
split
(".")[0]
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
PreconditionPreparer.java
59
String[] parts = preconditionArg.
split
(":");
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DocumentsClientTestCase.java
177
mDisabledImes = executeShellCommand("ime list -s").
split
("\n");
/cts/hostsidetests/backup/src/android/cts/backup/
BackupPreparer.java
116
for (String t : output.
split
(" ")) {
/cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/src/com/android/cts/devicepolicy/accountcheck/tester/
TestAuthenticator.java
132
Arrays.asList(TextUtils.
split
(account.name.substring(p + 1), ","));
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
ReportProcessor.java
107
return FileUtil.readStringFromFile(reportFile).
split
("\n");
/cts/hostsidetests/os/src/android/os/cts/
OsHostTests.java
125
Arrays.asList(hostgroup.
split
(" ")));
/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
ActivityManagerAmStartOptionsTests.java
118
final String[] lines = result.
split
("\\n");
/cts/tests/app/src/android/app/cts/android/app/cts/tools/
WatchUidRunner.java
199
return mSpaceSplitter.
split
(mLastReadLine);
/cts/tests/signature/api-check/src/android/signature/cts/api/
SignatureTest.java
104
return argument.
split
(",");
/cts/tests/tests/background/src/android/app/cts/backgroundrestrictions/
BroadcastsTest.java
155
for (String line : history.
split
("\n")) {
/cts/tests/tests/text/src/android/text/method/cts/
EditorState.java
88
final String[] tokens = string.
split
(" +");
/cts/tools/cfassembler/src/dxconvext/
ClassFileAssembler.java
185
String[] parts = line.
split
("\\s+");
Completed in 1094 milliseconds
<<
91
92
93
94
95
96
97
98
99
100
>>