/external/testng/src/test/java/test/reports/ |
ReporterLogTest.java | 21 List<String> output = Reporter.getOutput();
|
ReporterTest.java | 18 Assert.assertTrue (Reporter.getOutput ().size () == 2);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
commands.py | 7 outtext = commands.getoutput(cmd) 26 __all__ = ["getstatusoutput","getoutput","getstatus"] 41 return getoutput('ls -ld' + mkarg(file)) 48 def getoutput(cmd): function
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
commands.py | 7 outtext = commands.getoutput(cmd) 26 __all__ = ["getstatusoutput","getoutput","getstatus"] 41 return getoutput('ls -ld' + mkarg(file)) 48 def getoutput(cmd): function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
commands.py | 7 outtext = commands.getoutput(cmd) 26 __all__ = ["getstatusoutput","getoutput","getstatus"] 41 return getoutput('ls -ld' + mkarg(file)) 48 def getoutput(cmd): function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
commands.py | 7 outtext = commands.getoutput(cmd) 26 __all__ = ["getstatusoutput","getoutput","getstatus"] 41 return getoutput('ls -ld' + mkarg(file)) 48 def getoutput(cmd): function
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ |
ExpectedKey.java | 112 protected final ExpectedKeyOutput getOutput() { 157 moreKey.getVisual().preserveCase(), moreKey.getOutput().preserveCase()); 160 getVisual().preserveCase(), getOutput().preserveCase(), casePreservedMoreKeys); 214 return new ExpectedAdditionalMoreKey(key.getVisual(), key.getOutput()); 225 upperCaseKey.getVisual(), upperCaseKey.getOutput()); 247 return newInstance(getVisual().toUpperCase(locale), getOutput().toUpperCase(locale), 263 getVisual(), getOutput(), mMoreKeys, 0 /* additionalMoreKeysIndex */, 273 getVisual(), getOutput(), mMoreKeys, additionalMoreKeysIndex); 278 if (getVisual().hasSameKeyVisual(key) && getOutput().hasSameKeyOutput(key)) { 327 getVisual(), getOutput(), moreKeys, mAdditionalMoreKeysIndex [all...] |
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
IFormatter.java | 25 String getOutput(TrackerEntry entry);
|
TrackerDataHelper.java | 48 public String getOutput(TrackerEntry entry) { 169 String output = mFormatter.getOutput(TrackerEntry.createEntry(cursor));
|
/external/testng/src/main/java/org/testng/ |
Reporter.java | 53 public static List<String> getOutput() { 88 int n = getOutput().size(); 99 getOutput().addAll(m_orphanedOutput.get()); 105 getOutput().add(s); 169 public static synchronized List<String> getOutput(ITestResult tr) { 178 result.add(getOutput().get(n));
|
/external/autotest/client/tests/kvm/tests/ |
timedrift.py | 35 tids = commands.getoutput("ps -L --pid=%s -o lwp=" % pid).split() 38 prev_mask = commands.getoutput("taskset -p %s" % tid).split()[-1] 40 commands.getoutput("taskset -p %s %s" % (mask, tid)) 41 children = commands.getoutput("ps --ppid=%s -o pid=" % pid).split() 53 commands.getoutput("taskset -p %s %s" % (mask, tid))
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_commands.py | 17 # Actually, getoutput should work on any platform with an os.popen, but 27 self.assertEqual(commands.getoutput('echo xyzzy'), 'xyzzy')
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_commands.py | 17 # Actually, getoutput should work on any platform with an os.popen, but 27 self.assertEqual(commands.getoutput('echo xyzzy'), 'xyzzy')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_commands.py | 17 # Actually, getoutput should work on any platform with an os.popen, but 27 self.assertEqual(commands.getoutput('echo xyzzy'), 'xyzzy')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_commands.py | 17 # Actually, getoutput should work on any platform with an os.popen, but 27 self.assertEqual(commands.getoutput('echo xyzzy'), 'xyzzy')
|
/external/testng/src/main/java/org/testng/reporters/jq/ |
ReporterPanel.java | 34 List<String> lines = Reporter.getOutput(tr);
|
/hardware/intel/common/libmix/videodecoder/ |
VideoDecoderInterface.h | 32 virtual const VideoRenderBuffer* getOutput(bool draining = false, VideoErrorBuffer *output_buf = NULL) = 0;
|
/hardware/intel/common/libmix/videoencoder/ |
VideoEncoderInterface.h | 29 virtual Encode_Status getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout = FUNC_BLOCK) = 0;
|
VideoEncoderMP4.h | 30 // Encode_Status getOutput(VideoEncOutputBuffer *outBuffer);
|
VideoEncoderBase.h | 64 * getOutput can be called several time for a frame (such as first time codec data, and second time others) 69 virtual Encode_Status getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout);
|
/hardware/intel/common/omx-components/videocodec/ |
OMXVideoEncoderMPEG4.cpp | 134 ret = mVideoEncoder->getOutput(&outBuf); 135 CHECK_ENCODE_STATUS("getOutput"); 160 mVideoEncoder->getOutput(&outBuf); 161 CHECK_ENCODE_STATUS("getOutput");
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/ |
CtsXmlResultReporterTest.java | 126 String actualOutput = getOutput(); 151 String output = getOutput(); 187 String output = getOutput(); 225 final String output = getOutput(); 241 String output = getOutput(); 251 private String getOutput() {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
GdbServerTask.java | 88 return mOutputReceiver.getOutput(); 114 public synchronized String getOutput() {
|
/external/guava/guava/src/com/google/common/io/ |
OutputSupplier.java | 46 T getOutput() throws IOException;
|
/external/v8/src/arm64/ |
disasm-arm64.h | 22 char* GetOutput();
|