/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
gUnitTestResult.java | 57 public String getOutput() {
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/ |
TestCase.java | 48 public ITestCaseOutput getOutput() {
|
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/ |
writer_unittest_common.py | 65 def GetOutput(self, grd, env_lang, env_defs, out_type, out_lang):
|
/external/lldb/test/lang/objc/objc-optimized/ |
TestObjcOptimized.py | 58 output = result.GetOutput()
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
CSVFormatter.java | 42 public String getOutput(TrackerEntry entry) {
|
KMLFormatter.java | 43 public String getOutput(TrackerEntry entry) {
|
TrackerListHelper.java | 70 String rowText = mFormatter.getOutput(TrackerEntry
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/ |
SystraceVersionDetector.java | 60 String shellOutput = receiver.getOutput();
|
/external/clang/tools/scan-view/ |
startfile.py | 125 info = commands.getoutput('kde-config --version') 158 info = commands.getoutput('xprop -root _DT_SAVE_MODE')
|
/external/lldb/test/functionalities/memory/read/ |
TestMemoryRead.py | 62 line = self.res.GetOutput().splitlines()[0] 74 lines = self.res.GetOutput().splitlines()
|
/external/lldb/test/lang/objc/foundation/ |
TestFoundationDisassembly.py | 27 raw_output = self.res.GetOutput() 37 raw_output = self.res.GetOutput()
|
/prebuilts/misc/darwin-x86/analyzer/tools/scan-view/ |
startfile.py | 125 info = commands.getoutput('kde-config --version') 158 info = commands.getoutput('xprop -root _DT_SAVE_MODE')
|
/prebuilts/misc/linux-x86/analyzer/tools/scan-view/ |
startfile.py | 125 info = commands.getoutput('kde-config --version') 158 info = commands.getoutput('xprop -root _DT_SAVE_MODE')
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
TestCaseEditController.java | 236 ITestCaseOutput output = this.currentTestCase.getOutput(); 309 if(output.getClass().equals(this.currentTestCase.getOutput().getClass())) 482 (TestCaseOutputResult) currentTestCase.getOutput(); 516 currentTestCase.getOutput().setScript(getText()); 614 clamp(clampAtNewLine(item.getOutput().getScript()), 18));
|
/external/chromium_org/remoting/host/ |
desktop_resizer_linux.cc | 101 RROutput GetOutput() { 300 XRRAddOutputMode(display_, resources_.GetOutput(), mode_id); 306 XRRDeleteOutputMode(display_, resources_.GetOutput(), mode_id);
|
/frameworks/av/services/audiopolicy/ |
AudioPolicyInterfaceImplLegacy.cpp | 130 audio_io_handle_t AudioPolicyService::getOutput(audio_stream_type_t stream, 143 ALOGV("getOutput()"); 580 *output = getOutput(*stream, samplingRate, format, channelMask,
|
/bionic/libc/tools/ |
gensyscalls.py | 522 commands.getoutput("git add " + " ".join(adds)) 524 commands.getoutput("git rm " + " ".join(deletes)) 528 commands.getoutput("git add " + " ".join((bionic_libc_root + file) for file in edits)) 530 commands.getoutput("git add %s%s" % (bionic_libc_root,"SYSCALLS.TXT"))
|
/cts/libs/vogar-expect/src/vogar/ |
Expectation.java | 111 return pattern.matcher(outcome.getOutput()).matches();
|
/cts/tests/tests/security/jni/ |
android_security_cts_AudioPolicyBinderTest.cpp | 64 *output = AudioSystem::getOutput((audio_stream_type_t)stream);
|
/external/chromium_org/net/tools/flip_server/ |
http_interface.h | 124 virtual void GetOutput() OVERRIDE;
|
streamer_interface.h | 91 virtual void GetOutput() OVERRIDE {}
|
/external/chromium_org/net/websockets/ |
websocket_deflater.cc | 99 scoped_refptr<IOBufferWithSize> WebSocketDeflater::GetOutput(size_t size) {
|
/external/guava/guava/src/com/google/common/io/ |
CharStreams.java | 110 public OutputStreamWriter getOutput() throws IOException { 111 return new OutputStreamWriter(out.getOutput(), charset); 128 W out = to.getOutput(); 153 W out = to.getOutput();
|
/external/lldb/test/attic/ |
tester.py | 97 return res.GetOutput()
|
/external/lldb/test/functionalities/inferior-changed/ |
TestInferiorChanged.py | 78 if stop_reason in self.res.GetOutput():
|