HomeSort by relevance Sort by last modified time
    Searched refs:GetOutput (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
json_writer_unittest.py 58 output = self.GetOutput(grd, 'fr', {'_chromium': '1',}, 'json', 'en')
79 output = self.GetOutput(grd, 'fr', {'_google_chrome' : '1'}, 'json', 'en')
110 output = self.GetOutput(grd, 'fr', {'_google_chrome' : '1'}, 'json', 'en')
140 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'json', 'en')
167 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'json', 'en')
198 output = self.GetOutput(grd, 'fr', {'_google_chrome': '1'}, 'json', 'en')
231 output = self.GetOutput(grd, 'fr', {'_google_chrome': '1'}, 'json', 'en')
258 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'json', 'en')
291 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'json', 'en')
328 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'json', 'en'
    [all...]
reg_writer_unittest.py 47 output = self.GetOutput(grd, 'fr', {'_chromium': '1', }, 'reg', 'en')
69 output = self.GetOutput(grd, 'fr', {'_google_chrome' : '1'}, 'reg', 'en')
101 output = self.GetOutput(grd, 'fr', {'_google_chrome' : '1'}, 'reg', 'en')
126 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'reg', 'en')
151 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'reg', 'en')
180 output = self.GetOutput(grd, 'fr', {'_google_chrome': '1'}, 'reg', 'en')
211 output = self.GetOutput(grd, 'fr', {'_google_chrome': '1'}, 'reg', 'en')
236 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'reg', 'en')
267 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'reg', 'en')
302 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'reg', 'en'
    [all...]
plist_writer_unittest.py 64 output = self.GetOutput(
96 output = self.GetOutput(
146 output = self.GetOutput(
198 output = self.GetOutput(
245 output = self.GetOutput(
296 output = self.GetOutput(
359 output = self.GetOutput(
413 output = self.GetOutput(
464 output = self.GetOutput(
520 output = self.GetOutput(
    [all...]
writer_unittest_common.py 65 def GetOutput(self, grd, env_lang, env_defs, out_type, out_lang):
  /external/chromium_org/net/websockets/
websocket_deflater_test.cc 27 deflater.GetOutput(deflater.CurrentOutputSize());
39 actual1 = deflater.GetOutput(deflater.CurrentOutputSize());
45 actual2 = deflater.GetOutput(deflater.CurrentOutputSize());
56 actual1 = deflater.GetOutput(deflater.CurrentOutputSize());
62 actual2 = deflater.GetOutput(deflater.CurrentOutputSize());
77 actual = deflater.GetOutput(deflater.CurrentOutputSize());
94 actual = deflater.GetOutput(deflater.CurrentOutputSize());
113 actual = deflater.GetOutput(deflater.CurrentOutputSize());
130 actual = deflater.GetOutput(deflater.CurrentOutputSize());
websocket_inflater_test.cc 39 actual1 = inflater.GetOutput(inflater.CurrentOutputSize());
46 actual2 = inflater.GetOutput(inflater.CurrentOutputSize());
61 scoped_refptr<IOBufferWithSize> buffer = inflater.GetOutput(1);
78 actual = inflater.GetOutput(1024);
96 EXPECT_FALSE(inflater.GetOutput(1024).get());
109 actual = inflater.GetOutput(5);
121 actual1 = inflater.GetOutput(inflater.CurrentOutputSize());
133 actual2 = inflater.GetOutput(inflater.CurrentOutputSize());
146 actual1 = inflater.GetOutput(inflater.CurrentOutputSize());
202 compressed = deflater.GetOutput(deflater.CurrentOutputSize())
    [all...]
websocket_deflater.h 57 scoped_refptr<IOBufferWithSize> GetOutput(size_t size);
websocket_inflater.h 55 // This means that even if you call |Finish()| and call |GetOutput()| with
59 scoped_refptr<IOBufferWithSize> GetOutput(size_t size);
  /external/lldb/scripts/Python/interface/
SBCommandReturnObject.i 33 GetOutput ();
45 GetOutput (bool only_if_no_immediate);
  /external/chromium_org/tools/gn/bin/
help_as_html.py 19 def GetOutput(*args):
97 commands, output = ParseTopLevel(GetOutput('help'))
99 output += ParseCommand(command, GetOutput('help', command))
  /external/lldb/include/lldb/API/
SBCommandReturnObject.h 42 GetOutput ();
96 GetOutput (bool only_if_no_immediate);
  /external/lldb/test/functionalities/plugins/commands/
TestPluginCommands.py 38 print retobj.GetOutput()
48 print retobj.GetOutput()
  /external/chromium_org/mojo/public/cpp/bindings/tests/
interface_ptr_unittest.cc 99 double GetOutput() const {
216 EXPECT_EQ(10.0, calculator_ui.GetOutput());
227 EXPECT_EQ(0.0, calculator_ui.GetOutput());
230 EXPECT_EQ(0.0, calculator_ui.GetOutput());
233 EXPECT_EQ(2.0, calculator_ui.GetOutput());
236 EXPECT_EQ(2.0, calculator_ui.GetOutput());
239 EXPECT_EQ(10.0, calculator_ui.GetOutput());
287 EXPECT_EQ(2.0, calculator_ui.GetOutput());
316 EXPECT_EQ(2.0, calculator_ui.GetOutput());
  /external/lldb/test/functionalities/watchpoint/hello_watchlocation/
TestWatchLocation.py 70 match = re.match("Watchpoint created: Watchpoint (.*):", self.res.GetOutput().splitlines()[0])
77 self.expect(self.res.GetOutput().splitlines()[0], exe=False,
100 self.expect(self.res.GetOutput().splitlines()[0], exe=False,
  /art/disassembler/
disassembler_arm64.cc 38 << StringPrintf(": %08x\t%s\n", instruction, disasm.GetOutput());
  /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/cpp/unique-types/
TestUniqueTypes.py 55 output = self.res.GetOutput()
65 output = self.res.GetOutput()
  /external/srec/tools/grxmlcompile/
sub_phon.cpp 251 arc[backwardList[fix]]->GetOutput(), currId, newId);
294 arc[forwardList[bix]]->GetOutput(), currId, newId);
331 ReverseMarkOutput (arc[ii]->GetFromId(), startId, arc[ii]->GetOutput());
343 if (arc[backwardList[rix]]->GetOutput() != DISCARD_LABEL // not resolved yet
345 if (arc[backwardList[rix]]->GetOutput() == NONE_LABEL)
347 else if (outId != arc[backwardList[rix]]->GetOutput())
372 nodeList[currId]= arc[ii]->GetOutput();
373 else if (nodeList[currId] != arc[ii]->GetOutput())
382 if (nodeList[currId] >= 0 && arc[ii]->GetOutput() >= 0) // unique ones
388 if (arc[ii]->GetOutput() >= 0 && arc[ii]->GetCentre() == intraId)
    [all...]
  /external/lldb/source/API/
SBCommandReturnObject.cpp 71 SBCommandReturnObject::GetOutput ()
78 log->Printf ("SBCommandReturnObject(%p)::GetOutput () => \"%s\"", m_opaque_ap.get(),
85 log->Printf ("SBCommandReturnObject(%p)::GetOutput () => NULL", m_opaque_ap.get());
133 return ::fprintf (fh, "%s", GetOutput());
256 strm.Printf ("\nOutput Message:\n%s", GetOutput());
301 SBCommandReturnObject::GetOutput (bool only_if_no_immediate)
306 return GetOutput();
  /external/lldb/test/functionalities/watchpoint/multiple_threads/
TestWatchpointMultipleThreads.py 94 if "stop reason = watchpoint" in self.res.GetOutput():
139 if re.search("Process .* exited", self.res.GetOutput()):
144 if "stop reason = watchpoint" in self.res.GetOutput():
  /external/lldb/test/functionalities/watchpoint/watchpoint_set_command/
TestWatchLocationWithWatchSet.py 68 self.expect(self.res.GetOutput().splitlines()[0], exe=False,
89 self.expect(self.res.GetOutput().splitlines()[0], exe=False,
  /external/lldb/test/lang/objc/foundation/
TestFoundationDisassembly.py 27 raw_output = self.res.GetOutput()
37 raw_output = self.res.GetOutput()
  /external/chromium_org/net/tools/flip_server/
flip_test_utils.h 48 MOCK_METHOD0(GetOutput, void());
sm_interface.h 63 virtual void GetOutput() = 0;
  /external/lldb/test/macosx/order/
TestOrderFile.py 37 output = self.res.GetOutput()

Completed in 689 milliseconds

1 2 3