OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setOutput
(Results
1 - 25
of
398
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestCase.java
66
public void
setOutput
(ITestCaseOutput out) {
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ICUTagletAdapter.java
31
out.
setOutput
(toString(tag));
43
out.
setOutput
(toString(tags[0]));
/libcore/luni/src/test/java/libcore/xml/
KxmlSerializerTest.java
37
serializer.
setOutput
(stringWriter);
53
serializer.
setOutput
(stringWriter);
70
serializer.
setOutput
(stringWriter);
87
serializer.
setOutput
(bytesOut, "UTF-8");
103
serializer.
setOutput
(stringWriter);
127
serializer.
setOutput
(stringWriter);
204
serializer.
setOutput
(writer);
/cts/libs/vogar-expect/src/vogar/util/
Log.java
25
public static void
setOutput
(LogOutput logOutput) {
/frameworks/rs/cpu_ref/
rsCpuScriptGroup.h
29
void
setOutput
(const ScriptKernelID *kid, Allocation *) override;
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
WhiteBalance.java
34
mHist.
setOutput
(mSums);
Histogram.java
66
mHist.
setOutput
(mSum);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
WhiteBalance.java
33
mHist.
setOutput
(mSums);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
WhiteBalance.java
34
mHist.
setOutput
(mSums);
Histogram.java
70
mHist.
setOutput
(mSum);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
ChangedFileSet.java
45
public void
setOutput
(@NonNull String output) {
ChangedFileSetHelper.java
95
set.
setOutput
(path + '/' + AdtConstants.FN_RESOURCES_AP_);
182
set.
setOutput
(path + '/' + SdkConstants.FN_APK_CLASSES_DEX);
/libcore/xml/src/main/java/org/xmlpull/v1/
XmlSerializer.java
94
void
setOutput
(OutputStream os, String encoding)
101
void
setOutput
(Writer writer)
107
* This method can only be called just after
setOutput
.
115
* serialized until next call to
setOutput
()
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
AbstractCoverageTask.java
154
public void
setOutput
(final String output) {
155
agentOptions.
setOutput
(output);
/cts/common/util/tests/src/com/android/compatibility/common/util/
MetricsXmlSerializerTest.java
50
xmlSerializer.
setOutput
(mByteArrayOutputStream, "utf-8");
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioPolicyMix.h
38
void
setOutput
(sp<SwAudioOutputDescriptor> &output);
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
AgentTest.java
64
options.
setOutput
(OutputMode.file);
72
options.
setOutput
(OutputMode.file);
76
options.
setOutput
(OutputMode.tcpserver);
80
options.
setOutput
(OutputMode.tcpclient);
84
options.
setOutput
(OutputMode.none);
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
FastXmlSerializerTest.java
49
out.
setOutput
(stream, "utf-8");
69
out.
setOutput
(baos, StandardCharsets.UTF_16.name());
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
BitmapUtils.java
53
hist.
setOutput
(sums);
/frameworks/rs/
rsScriptGroup.h
90
void
setOutput
(Context *rsc, ScriptKernelID *kid, Allocation *a);
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
AgentOptions.java
475
public void
setOutput
(final String output) {
476
setOutput
(OutputMode.valueOf(output));
485
public void
setOutput
(final OutputMode output) {
/external/owasp/sanitizer/tools/findbugs/lib/
findbugs-ant.jar
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
Collections2Test.java
525
HashSet<String>
setOutput
= new HashSet<>();
526
map.values().forEach(value ->
setOutput
.add(value));
527
assertEquals(new HashSet<>(map.values()),
setOutput
);
529
setOutput
.clear();
530
map.keySet().forEach((k) ->
setOutput
.add(k));
531
assertEquals(map.keySet(),
setOutput
);
WeakHashMapTest.java
414
HashSet
setOutput
= new HashSet();
415
map.keySet().forEach((k) ->
setOutput
.add(k));
416
assertEquals(map.keySet(),
setOutput
);
418
setOutput
.clear();
419
map.values().forEach((v) ->
setOutput
.add(v));
420
assertEquals(new HashSet(map.values()),
setOutput
);
/frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java
308
public void
setOutput
(OutputStream os, String encoding) throws IOException,
326
setOutput
(
333
public void
setOutput
(Writer writer) throws IOException, IllegalArgumentException,
Completed in 512 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>