Home
last modified time | relevance | path

Searched refs:getvalue (Results 1 – 25 of 52) sorted by relevance

123

/external/antlr/antlr-3.4/runtime/Python/tests/
Dt054main.py73 self.failUnlessEqual(len(stdout.getvalue().splitlines()), 3)
99 self.failUnlessEqual(len(stdout.getvalue().splitlines()), 3)
125 self.failUnlessEqual(len(stdout.getvalue().splitlines()), 3)
153 stdout = stdout.getvalue()
184 stdout = stdout.getvalue().strip()
225 stdout = stdout.getvalue().strip()
268 stdout = stdout.getvalue().strip()
313 stdout = stdout.getvalue().strip()
Dt018llstar.py22 output = parser.output.getvalue()
Dt020fuzzy.py25 output = lexer.output.getvalue()
Dt012lexerXML.py39 output = unicode(lexer.outbuf.getvalue(), 'utf-8')
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
DNullNPPGetValuePointer.cpp49 , m_originalNPPGetValuePointer(pluginFunctions->getvalue) in NullNPPGetValuePointer()
55 pluginFunctions->getvalue = 0; in NullNPPGetValuePointer()
62 pluginFunctions->getvalue = m_originalNPPGetValuePointer; in NPP_Destroy()
/external/webkit/Tools/Scripts/webkitpy/common/system/
Doutputcapture.py46 captured_output = getattr(sys, output_name).getvalue()
83 self.assertEquals(expected_stdout, self.__captured_stdout.getvalue())
86 self.assertEquals(expected_stderr, self.__captured_stderr.getvalue())
Ddeprecated_logging_unittest.py46 actual_output = test_stderr.getvalue()
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
DPluginObject.cpp82 NPError error = browser->getvalue(instance, NPNVWindowNPObject, &windowObject); in pluginLogWithArguments()
321 browser->getvalue(plugin->npp, NPNVprivateModeBool, &privateBrowsingEnabled); in pluginGetProperty()
384 if (browser->getvalue(obj->npp, NPNVPluginElementNPObject, &elementObject) == NPERR_NO_ERROR) { in testDOMAccess()
471 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject); in testPassTestObject()
491 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject); in testCallback()
513 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject); in testCallbackReturn()
663 browser->getvalue(obj->npp, NPNVWindowNPObject, &object); in testGetProperty()
726 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject); in testEvaluate()
812 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject); in testScriptObjectInvoke()
877 browser->getvalue(npp, NPNVWindowNPObject, &windowObject); in testDocumentOpen()
[all …]
Dmain.cpp117 pluginFuncs->getvalue = NPP_GetValue; in NP_GetEntryPoints()
140 …if (browser->getvalue(instance, NPNVsupportsCoreGraphicsBool, &supportsCoreGraphics) != NPERR_NO_E… in NPP_New()
149 …if (browser->getvalue(instance, NPNVsupportsCoreAnimationBool, &supportsCoreAnimation) != NPERR_NO… in NPP_New()
159 if (browser->getvalue(instance, NPNVsupportsCarbonBool, &supportsCarbon) != NPERR_NO_ERROR) in NPP_New()
163 if (browser->getvalue(instance, NPNVsupportsCocoaBool, &supportsCocoa) != NPERR_NO_ERROR) in NPP_New()
283 browser->getvalue(instance, NPNVprivateModeBool, (void *)&obj->cachedPrivateBrowsingMode); in NPP_New()
377 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject); in executeScript()
412 NPError error = browser->getvalue(instance, NPNVWindowNPObject, &windowObject); in NPP_DestroyStream()
DPluginTest.cpp138 return browser->getvalue(m_npp, variable, value); in NPN_GetValue()
161 browser->getvalue(m_npp, NPNVWindowNPObject, &windowScriptObject); in executeScript()
/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
Dmain.c91 pluginFuncs->getvalue = NPP_GetValue; in NP_GetEntryPoints()
127 …browser->getvalue = (NPN_GetValueProcPtr)functionPointerForTVector((TransitionVector)browserFuncs-… in main()
148 …pluginFuncs->getvalue = (NPP_GetValueProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_GetVal… in main()
161 error = browser->getvalue(instance, NPNVWindowNPObject, &windowObject); in NPP_New()
/external/chromium-trace/trace-viewer/build/
Dflatten.py26 return out.getvalue()
40 return out.getvalue()
/external/webkit/Source/WebCore/plugins/symbian/
DPluginPackageSymbian.cpp39 NPError err = m_pluginFuncs.getvalue(0, NPPVpluginNameString, (void *)&buf); in fetchInfo()
41 err = m_pluginFuncs.getvalue(0, NPPVpluginDescriptionString, (void *)&buf); in fetchInfo()
132 m_browserFuncs.getvalue = NPN_GetValue; in load()
/external/webkit/Tools/Scripts/webkitpy/test/
Dskip_unittest.py67 self.assertEqual(self.log_stream.getvalue(), '')
73 …self.assertEqual(self.log_stream.getvalue(), 'Skipping webkitpy.test.skip_unittest.TestSkipFixture…
/external/antlr/antlr-3.4/runtime/Python/
Dxmlrunner.py80 stream.write(escape(tb_stream.getvalue()))
188 out_s = sys.stdout.getvalue()
192 err_s = sys.stderr.getvalue()
233 got = self._stream.getvalue()
Dsetup.py125 (os.path.basename(testPath), buf.getvalue())
257 (os.path.basename(testPath), buf.getvalue()))
/external/llvm/utils/llvm-build/llvmbuild/
Dcomponentinfo.py107 return result.getvalue()
169 return result.getvalue()
250 return result.getvalue()
326 return result.getvalue()
361 return result.getvalue()
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dmock_drt_unittest.py179 self.assertEqual(stderr.getvalue(), '')
189 self.assertEqual(stdout.getvalue(), '')
190 self.assertEqual(stderr.getvalue(), '')
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
DTestNetscapePlugin.cpp103 browser->getvalue(instance, NPNVprivateModeBool, (void *)&obj->cachedPrivateBrowsingMode); in webkit_test_plugin_new_instance()
174 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject); in executeScript()
215 NPError error = browser->getvalue(instance, NPNVWindowNPObject, &windowObject); in webkit_test_plugin_destroy_stream()
421 aPluginVTable->getvalue = webkit_test_plugin_get_value; in NP_Initialize()
/external/webkit/Source/WebCore/plugins/
DPluginStream.cpp482 if (!m_pluginFuncs->getvalue) in wantsAllStreams()
486 …if (m_pluginFuncs->getvalue(m_instance, NPPVpluginWantsAllNetworkStreams, &result) != NPERR_NO_ERR… in wantsAllStreams()
495 if (!m_pluginFuncs->getvalue) in deliveryDelay()
499 if (m_pluginFuncs->getvalue(m_instance, NPPDataDeliveryDelayMs, &delay) != NPERR_NO_ERROR) in deliveryDelay()
/external/webkit/Source/WebKit/chromium/scripts/
Dconcatenate_js_files.py106 output_file.write(jsmin.jsmin(output.getvalue()))
Dconcatenate_css_files.py105 output_file.write(output.getvalue())
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
Dhtmlutil.py170 return self.__output.getvalue()
/external/skia/bench/
Dgen_skp_ranges.py110 for point in bench_util.parse('', contents.getvalue().split('\n'),
/external/webkit/Examples/NetscapeCoreAnimationPlugin/
Dmain.m98 pluginFuncs->getvalue = NPP_GetValue;
120 …if (browser->getvalue(instance, NPNVsupportsCoreAnimationBool, &supportsCoreAnimation) != NPERR_NO…
131 if (browser->getvalue(instance, NPNVsupportsCocoaBool, &supportsCocoa) != NPERR_NO_ERROR)

123