Home
last modified time | relevance | path

Searched refs:fInput (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/
H A DTableRenderingContentProvider.java66 private TableRenderingContentInput fInput; field in TableRenderingContentProvider
175 fInput.setPreBuffer(0); in loadContentForSimpleMemoryBlock()
176 fInput.setPostBuffer(0); in loadContentForSimpleMemoryBlock()
190 if (fInput.getNumLines() <= 0) { in loadContentForExtendedMemoryBlock()
209 fInput.setLoadAddress(loadAddress); in loadContentForExtendedMemoryBlock()
234 if (numLines < fInput.getNumLines()) in loadContentForExtendedMemoryBlock()
279 int numLines = fInput.getNumLines(); in loadContentForExtendedMemoryBlock()
295 return fInput.getMemoryBlock(); in getMemoryBlock()
648 if (fInput == null) { in doHandleDebugEvent()
699 getTableRendering(fInput).refresh(); in updateContent()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/builders/
H A DGrGLSLPrettyPrint.cpp37 fInput = strings[i]; in prettify()
73 } else if ('{' == fInput[fIndex]) { in prettify()
78 } else if ('}' == fInput[fIndex]) { in prettify()
89 } else if ('\t' == fInput[fIndex] || '\n' == fInput[fIndex] || in prettify()
102 fPretty.appendf("%c", fInput[fIndex++]); in appendChar()
111 if (token[j] != fInput[i]) { in hasToken()
124 if ('\n' == fInput[fIndex]) { in parseUntilNewline()
130 fPretty.appendf("%c", fInput[fIndex++]); in parseUntilNewline()
143 if ('\n' == fInput[fIndex]) { in parseUntil()
153 fPretty.appendf("%c", fInput[fIndex++]); in parseUntil()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrSKSLPrettyPrint.cpp35 fInput = strings[i]; in prettify()
72 } else if ('{' == fInput[fIndex]) { in prettify()
77 } else if ('}' == fInput[fIndex]) { in prettify()
88 } else if ('\t' == fInput[fIndex] || '\n' == fInput[fIndex] || in prettify()
102 fPretty.appendf("%c", fInput[fIndex++]); in appendChar()
111 if (token[j] != fInput[i]) { in hasToken()
124 if ('\n' == fInput[fIndex]) { in parseUntilNewline()
130 fPretty.appendf("%c", fInput[fIndex++]); in parseUntilNewline()
143 if ('\n' == fInput[fIndex]) { in parseUntil()
153 fPretty.appendf("%c", fInput[fIndex++]); in parseUntil()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrShaderUtils.cpp33 fInput = string.c_str(); in prettify()
70 } else if ('{' == fInput[fIndex]) { in prettify()
75 } else if ('}' == fInput[fIndex]) { in prettify()
86 } else if ('\t' == fInput[fIndex] || '\n' == fInput[fIndex] || in prettify()
90 this->appendChar(fInput[fIndex]); in prettify()
100 fPretty.appendf("%c", fInput[fIndex++]); in appendChar()
109 if (token[j] != fInput[i]) { in hasToken()
122 if ('\n' == fInput[fIndex]) { in parseUntilNewline()
128 fPretty.appendf("%c", fInput[fIndex++]); in parseUntilNewline()
141 if ('\n' == fInput[fIndex]) { in parseUntil()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrShaderUtils.cpp33 fInput = string.c_str(); in prettify()
70 } else if ('{' == fInput[fIndex]) { in prettify()
75 } else if ('}' == fInput[fIndex]) { in prettify()
86 } else if ('\t' == fInput[fIndex] || '\n' == fInput[fIndex] || in prettify()
90 this->appendChar(fInput[fIndex]); in prettify()
100 fPretty.appendf("%c", fInput[fIndex++]); in appendChar()
109 if (token[j] != fInput[i]) { in hasToken()
122 if ('\n' == fInput[fIndex]) { in parseUntilNewline()
128 fPretty.appendf("%c", fInput[fIndex++]); in parseUntilNewline()
141 if ('\n' == fInput[fIndex]) { in parseUntil()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrShaderUtils.cpp33 fInput = string.c_str(); in prettify()
70 } else if ('{' == fInput[fIndex]) { in prettify()
75 } else if ('}' == fInput[fIndex]) { in prettify()
86 } else if ('\t' == fInput[fIndex] || '\n' == fInput[fIndex] || in prettify()
90 this->appendChar(fInput[fIndex]); in prettify()
100 fPretty.appendf("%c", fInput[fIndex++]); in appendChar()
109 if (token[j] != fInput[i]) { in hasToken()
122 if ('\n' == fInput[fIndex]) { in parseUntilNewline()
128 fPretty.appendf("%c", fInput[fIndex++]); in parseUntilNewline()
141 if ('\n' == fInput[fIndex]) { in parseUntil()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrShaderUtils.cpp33 fInput = string.c_str(); in prettify()
70 } else if ('{' == fInput[fIndex]) { in prettify()
75 } else if ('}' == fInput[fIndex]) { in prettify()
86 } else if ('\t' == fInput[fIndex] || '\n' == fInput[fIndex] || in prettify()
90 this->appendChar(fInput[fIndex]); in prettify()
100 fPretty.appendf("%c", fInput[fIndex++]); in appendChar()
109 if (token[j] != fInput[i]) { in hasToken()
122 if ('\n' == fInput[fIndex]) { in parseUntilNewline()
128 fPretty.appendf("%c", fInput[fIndex++]); in parseUntilNewline()
141 if ('\n' == fInput[fIndex]) { in parseUntil()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrShaderUtils.cpp33 fInput = string.c_str(); in prettify()
70 } else if ('{' == fInput[fIndex]) { in prettify()
75 } else if ('}' == fInput[fIndex]) { in prettify()
86 } else if ('\t' == fInput[fIndex] || '\n' == fInput[fIndex] || in prettify()
90 this->appendChar(fInput[fIndex]); in prettify()
100 fPretty.appendf("%c", fInput[fIndex++]); in appendChar()
109 if (token[j] != fInput[i]) { in hasToken()
122 if ('\n' == fInput[fIndex]) { in parseUntilNewline()
128 fPretty.appendf("%c", fInput[fIndex++]); in parseUntilNewline()
141 if ('\n' == fInput[fIndex]) { in parseUntil()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrShaderUtils.cpp33 fInput = string.c_str(); in prettify()
70 } else if ('{' == fInput[fIndex]) { in prettify()
75 } else if ('}' == fInput[fIndex]) { in prettify()
86 } else if ('\t' == fInput[fIndex] || '\n' == fInput[fIndex] || in prettify()
90 this->appendChar(fInput[fIndex]); in prettify()
100 fPretty.appendf("%c", fInput[fIndex++]); in appendChar()
109 if (token[j] != fInput[i]) { in hasToken()
122 if ('\n' == fInput[fIndex]) { in parseUntilNewline()
128 fPretty.appendf("%c", fInput[fIndex++]); in parseUntilNewline()
141 if ('\n' == fInput[fIndex]) { in parseUntil()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/
H A DSimpleLineReader.java27 private IDocument fInput; field in SimpleLineReader
31 fInput = input; in SimpleLineReader()
36 int nLines= fInput.getNumberOfLines(); in readLine()
42 IRegion region= fInput.getLineInformation(fCurrLine++); in readLine()
43 String content= fInput.get(region.getOffset(), region.getLength()); in readLine()
50 region= fInput.getLineInformation(fCurrLine++); in readLine()
51 content= fInput.get(region.getOffset(), region.getLength()); in readLine()
56 end= fInput.getLineOffset(fCurrLine); // beginning of next in readLine()
58 end= fInput.getLength(); in readLine()
63 return fInput.get(start, end - start); in readLine()
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dymsgbox.cc27 fInput(nullptr), in YMsgBox()
43 if (fInput) { in YMsgBox()
44 fInput->show(); in YMsgBox()
83 delete fInput; fInput = nullptr; in ~YMsgBox()
101 if (fInput) { in autoSize()
102 fInput->setSize(w - 2*margin, fInput->height()); in autoSize()
103 fInput->setPosition((w - fInput->width()) / 2, h); in autoSize()
104 h += 18 + fInput->height(); in autoSize()
176 if (fInput) { in handleFocus()
177 fInput->handleFocus(focus); in handleFocus()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/
H A DPluginDetailsSection.java37 protected IFeaturePlugin fInput; field in PluginDetailsSection
98 if (fInput != null) in createClient()
100 fInput.setVersion(text.getValue()); in createClient()
114 if (fInput != null) in createClient()
130 if (fInput != null) in createClient()
196 fInput = (IFeaturePlugin) o; in selectionChanged()
198 fInput = null; in selectionChanged()
201 fInput = null; in selectionChanged()
213 if (fInput != null) { in update()
214 fNameText.setValue(fInput.getLabel()); in update()
[all …]
H A DURLDetailsSection.java57 if (fInput == null) { in commitSiteUrl()
63 fInput.setURL(siteUrl); in commitSiteUrl()
65 fInput.setURL(null); in commitSiteUrl()
73 if (fInput == null) { in commitSiteName()
77 fInput.setLabel(value); in commitSiteName()
189 if (fInput != null && fInput.getURL() != null) { in setUrlText()
198 fUrlText.setEditable(fInput != null && fInput.getModel().isEditable()); in update()
199 fNameText.setEditable(fInput != null && fInput.getModel().isEditable()); in update()
206 if (fInput != null) { in setNameText()
239 fInput = null; in selectionChanged()
[all …]
H A DIncludedFeaturesDetailsSection.java35 protected IFeatureChild fInput; field in IncludedFeaturesDetailsSection
90 if (fInput != null) in createClient()
92 fInput.setName(text.getValue()); in createClient()
104 if (fInput != null) in createClient()
106 fInput.setVersion(text.getValue()); in createClient()
142 fInput.setSearchLocation(IFeatureChild.ROOT); in createClient()
216 fInput = (IFeatureChild) o; in selectionChanged()
218 fInput = null; in selectionChanged()
221 fInput = null; in selectionChanged()
234 if (fInput != null) { in update()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/
H A DCompareAction.java33 protected ResourceCompareInput fInput; field in CompareAction
39 if (fInput != null) { in run()
42 boolean ok = fInput.setSelection(selection, fWorkbenchPage in run()
45 fInput.initializeCompareConfiguration(); in run()
46 CompareUI.openCompareEditorOnPage(fInput, fWorkbenchPage); in run()
47 fInput= null; // don't reuse this input! in run()
53 if (fInput == null) { in isEnabled()
62 fInput= new ResourceCompareInput(cc); in isEnabled()
64 return fInput.isEnabled(selection); in isEnabled()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/java/hover/
H A DAnnotationExpansionControl.java207 if (fInput != null) { in handleEvent()
244 if (fInput.redoAction != null) in mouseDoubleClick()
578 if (fInput != null && fInput.fViewer != null) in setInput()
584 fInput = null; in setInput()
586 inputChanged(fInput, null); in setInput()
596 if (fInput == null) in refresh()
599 if (fInput.fAnnotations == null) in refresh()
602 if (fInput.fViewer != null) in refresh()
628 int newSize = fInput == null ? 0 : fInput.fAnnotations.length; in adjustItemNumber()
690 return fInput.fAnnotations != null && fInput.fAnnotations.length > 0; in hasContents()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/
H A DAnnotationExpansionControl.java207 if (fInput != null) { in handleEvent()
247 if (fInput.redoAction != null) in mouseDoubleClick()
567 if (fInput != null && fInput.fViewer != null) in setInput()
573 fInput= null; in setInput()
575 inputChanged(fInput, null); in setInput()
592 if (fInput == null) in refresh()
595 if (fInput.fAnnotations == null) in refresh()
598 if (fInput.fViewer != null) in refresh()
624 int newSize= fInput == null ? 0 : fInput.fAnnotations.length; in adjustItemNumber()
685 return fInput.fAnnotations != null && fInput.fAnnotations.length > 0; in hasContents()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/
H A DExtensionPointDetails.java54 private IPluginExtensionPoint fInput; field in ExtensionPointDetails
108 if (fInput != null) { in createContents()
110 fInput.setId(fIdEntry.getValue()); in createContents()
121 if (fInput != null) in createContents()
134 if (fInput != null) { in createContents()
242 pointID = fInput.getId(); in createContents()
308 if (obj.equals(fInput)) in modelChanged()
314 fIdEntry.setValue(fInput != null && fInput.getId() != null ? fInput.getId() : "", //$NON-NLS-1$ in update()
316 …fNameEntry.setValue(fInput != null && fInput.getName() != null ? fInput.getName() : "", true); //$… in update()
317 …fSchemaEntry.setValue(fInput != null && fInput.getSchema() != null ? fInput.getSchema() : "", true… in update()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/structuremergeviewer/
H A DStructureRootNode.java55 private final Object fInput; field in StructureRootNode
69 fInput = input; in StructureRootNode()
77 fAdapter.disconnect(fInput); in dispose()
105 fCreator.save(this, fInput); in nodeChanged()
133 if (fInput instanceof IEditableContentExtension) { in isReadOnly()
134 IEditableContentExtension ext = (IEditableContentExtension) fInput; in isReadOnly()
142 if (fInput instanceof IEditableContentExtension) { in validateEdit()
143 IEditableContentExtension ext = (IEditableContentExtension) fInput; in validateEdit()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/
H A DCompareDialog.java61 private ICompareInput fInput; field in CompareDialog
74 fInput= input; in compare()
76 fCompareConfiguration.setLeftLabel(fInput.getLeft().getName()); in compare()
77 fCompareConfiguration.setLeftImage(fInput.getLeft().getImage()); in compare()
79 fCompareConfiguration.setRightLabel(fInput.getRight().getName()); in compare()
80 fCompareConfiguration.setRightImage(fInput.getRight().getImage()); in compare()
83 fContentPane.setInput(fInput); in compare()
102 if (fInput != null) in createDialogArea()
103 fContentPane.setInput(fInput); in createDialogArea()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/features/
H A DFeaturesView.java67 private FeaturesViewInput fInput; field in FeaturesView
71 fInput = new FeaturesViewInput(); in createPartControl()
78 fCopyAction = new FeatureAndPluginCopyAction(fViewer, fClipboard, fInput); in createPartControl()
95 fInput.dispose(); in dispose()
123 fViewer.setComparator(new FeatureViewerComparator(fInput)); in initializeViewer()
124 fViewer.setInput(new DeferredFeaturesViewInput(fInput)); in initializeViewer()
198 fShowPluginsAction = new ShowPluginsAction(this, fInput); in contributeToActionBar()
200 fShowProductsAction = new ShowProductsAction(this, fInput); in contributeToActionBar()
239 IFeatureModel featureModel = fInput.getFeatureSupport().toFeatureModel(selection); in handleOpen()
245 IPluginModelBase pluginModel = fInput.getPluginSupport().toPluginModel(selection); in handleOpen()
[all …]
/dports/audio/cmt/cmt/src/
H A Ddynamic.cpp180 LADSPA_Data fInput = *(pfInput++); in runCompressor_Peak() local
201 *(pfOutput++) = fInput * fGain; in runCompressor_Peak()
239 LADSPA_Data fInput = *(pfInput++); in runCompressor_RMS() local
240 LADSPA_Data fEnvelopeTarget = fInput * fInput; in runCompressor_RMS()
262 *(pfOutput++) = fInput * fGain; in runCompressor_RMS()
321 *(pfOutput++) = fInput * fGain; in runExpander_Peak()
360 LADSPA_Data fEnvelopeTarget = fInput * fInput; in runExpander_RMS()
382 *(pfOutput++) = fInput * fGain; in runExpander_RMS()
437 *(pfOutput++) = fInput * fGain; in runLimiter_Peak()
472 LADSPA_Data fEnvelopeTarget = fInput * fInput; in runLimiter_RMS()
[all …]
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/cmt/src/
H A Ddynamic.cpp180 LADSPA_Data fInput = *(pfInput++); in runCompressor_Peak() local
201 *(pfOutput++) = fInput * fGain; in runCompressor_Peak()
239 LADSPA_Data fInput = *(pfInput++); in runCompressor_RMS() local
240 LADSPA_Data fEnvelopeTarget = fInput * fInput; in runCompressor_RMS()
262 *(pfOutput++) = fInput * fGain; in runCompressor_RMS()
321 *(pfOutput++) = fInput * fGain; in runExpander_Peak()
360 LADSPA_Data fEnvelopeTarget = fInput * fInput; in runExpander_RMS()
382 *(pfOutput++) = fInput * fGain; in runExpander_RMS()
437 *(pfOutput++) = fInput * fGain; in runLimiter_Peak()
472 LADSPA_Data fEnvelopeTarget = fInput * fInput; in runLimiter_RMS()
[all …]
/dports/java/cryptix-jce/src/cryptix.jce.examples/
H A DFileDEncryption.java142 FileInputStream fInput=null; in ciphering()
150 fInput = new FileInputStream(inputFile); in ciphering()
160 while ((length=fInput.read(buffer))!= -1) in ciphering()
164 fInput.close(); in ciphering()
171 fInput = new FileInputStream(outputFile+".encrypted"); in ciphering()
172 ciStr = new CipherInputStream(fInput,cipher); in ciphering()
210 FileInputStream fInput = null; in getKeyWithIV() local
213 fInput = new FileInputStream(keyfile); in getKeyWithIV()
214 ObjectInputStream objIStream = new ObjectInputStream(fInput); in getKeyWithIV()
218 iv = new byte[fInput.available()]; in getKeyWithIV()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/
H A DPreviewContainerPage.java37 protected Object fInput; field in PreviewContainerPage
64 fInput = null; in setInput()
70 fInput = container.getBundles(); in setInput()
71 fPreviewTable.setInput(fInput); in setInput()
79 fInput = new Object[] {Messages.PreviewContainerPage_0}; in setInput()
81 fInput = new Object[] {result}; in setInput()
83 fInput = container.getBundles(); in setInput()
87 fPreviewTable.setInput(fInput); in setInput()

123456789