Home
last modified time | relevance | path

Searched refs:dotLoc (Results 1 – 21 of 21) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/
H A DIncludedSchemaDescriptor.java148 int dotLoc = fSchemaLocation.lastIndexOf('.'); in getPointId() local
149 if (dotLoc != -1) { in getPointId()
150 return fSchemaLocation.substring(0, dotLoc); in getPointId()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/templates_3.1/newWizard/java/
H A D$wizardPageClassName$.java150 int dotLoc = fileName.lastIndexOf('.'); in dialogChanged() local
151 if (dotLoc != -1) { in dialogChanged()
152 String ext = fileName.substring(dotLoc + 1); in dialogChanged()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/DebugInfo/
H A DDwarfDebug.cpp1655 auto oldSize = dotLoc.loc.size(); in collectVariableInfo()
1662 write(dotLoc.loc, (uint8_t)op); in collectVariableInfo()
1674 offset += dotLoc.loc.size() - oldSize; in collectVariableInfo()
1676 TempDotDebugLocEntries.push_back(dotLoc); in collectVariableInfo()
1690 auto oldSize = dotLoc.loc.size(); in collectVariableInfo()
1691 dotLoc.start = startRange; in collectVariableInfo()
1692 TempDotDebugLocEntries.push_back(dotLoc); in collectVariableInfo()
1708 …DotDebugLocEntry another(dotLoc.getStart(), dotLoc.getEnd(), dotLoc.getDbgInst(), dotLoc.getVariab… in collectVariableInfo()
1733 …DotDebugLocEntry yetAnother(dotLoc.getStart(), dotLoc.getEnd(), dotLoc.getDbgInst(), dotLoc.getVar… in collectVariableInfo()
1978 dotLoc.setOffset(offset); in collectVariableInfo()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/wizards/newfile/
H A DNewConfigFilePage0.java182 int dotLoc = fileName.lastIndexOf( '.' ); in dialogChanged() local
183 if( dotLoc != - 1 ) { in dialogChanged()
184 String ext = fileName.substring( dotLoc + 1 ); in dialogChanged()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/
H A DXMLUtil.java144 int dotLoc = className.lastIndexOf('.'); in createDefaultClassName() local
145 if (dotLoc != -1) in createDefaultClassName()
146 className = className.substring(dotLoc + 1); in createDefaultClassName()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools/src/org/eclipse/e4/internal/tools/wizards/model/
H A DNewModelFilePage.java192 final int dotLoc = fileName.lastIndexOf('.'); in dialogChanged() local
193 if (dotLoc != -1) { in dialogChanged()
194 final String ext = fileName.substring(dotLoc + 1); in dialogChanged()
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/wizards/era/
H A DEraPage0.java168 int dotLoc = fileName.lastIndexOf( '.' ); in updatePageIsComplete() local
169 if( dotLoc == - 1 in updatePageIsComplete()
170 || fileName.substring( dotLoc + 1 ).equalsIgnoreCase( "cfg" ) == false ) //$NON-NLS-1$ in updatePageIsComplete()
/dports/graphics/libavif/libavif-0.9.3/tests/
H A Dtestcase.c79 char * dotLoc = strrchr(basenameBuffer, '.'); in testCaseGenerateName() local
80 if (dotLoc) { in testCaseGenerateName()
81 *dotLoc = 0; in testCaseGenerateName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libavif/src/tests/
H A Dtestcase.c79 char * dotLoc = strrchr(basenameBuffer, '.'); in testCaseGenerateName() local
80 if (dotLoc) { in testCaseGenerateName()
81 *dotLoc = 0; in testCaseGenerateName()
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/wizards/generator/
H A DWizardLauncherPage0.java213 int dotLoc = fileName.lastIndexOf( '.' ); in updatePageIsComplete() local
214 if( dotLoc == - 1 in updatePageIsComplete()
215 || fileName.substring( dotLoc + 1 ) in updatePageIsComplete()
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/wizards/faction/
H A DFactionPage0.java222 int dotLoc = fileName.lastIndexOf( '.' ); in updatePageIsComplete() local
223 if( dotLoc == - 1 in updatePageIsComplete()
224 || fileName.substring( dotLoc + 1 ).equalsIgnoreCase( "cfg" ) == false ) //$NON-NLS-1$ in updatePageIsComplete()
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/wizards/scenario/
H A DScenarioPage0.java248 int dotLoc = fileName.lastIndexOf( '.' ); in updatePageIsComplete() local
249 if( dotLoc == - 1 in updatePageIsComplete()
250 || ! ( fileName.substring( dotLoc + 1 ) in updatePageIsComplete()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.base/src/org/eclipse/help/internal/search/
H A DLocalSearchManager.java233 int dotLoc = url.lastIndexOf('.'); in isIndexable() local
234 String ext = url.substring(dotLoc + 1); in isIndexable()
327 int dotLoc = fileName.lastIndexOf('.'); in getParticipant() local
328 String ext = fileName.substring(dotLoc + 1); in getParticipant()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DnsMsgTagService.cpp355 int32_t dotLoc = pref.RFindChar('.'); in GetAllTags() local
356 if (dotLoc != kNotFound) { in GetAllTags()
357 auto& key = Substring(pref, 0, dotLoc); in GetAllTags()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/
H A DPluginsView.java734 int dotLoc = fileName.indexOf('.'); in getLocalCopy() local
735 if (dotLoc != -1) { in getLocalCopy()
736 prefix = fileName.substring(0, dotLoc); in getLocalCopy()
737 suffix = fileName.substring(dotLoc); in getLocalCopy()
/dports/audio/madronalib/madronalib-1.6-1016-g103895f/source/app/
H A DMLTextUtils.cpp462 int dotLoc = findLast(frag, '.'); in stripFileExtension() local
463 if (dotLoc >= 0) in stripFileExtension()
465 return subText(frag, 0, dotLoc); in stripFileExtension()
/dports/devel/esbuild/esbuild-0.12.23/internal/js_parser/
H A Dts_parser.go1007 dotLoc := p.lexer.Loc()
1009 stmts = []js_ast.Stmt{p.parseTypeScriptNamespaceStmt(dotLoc, parseStmtOpts{
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/evanw/esbuild/internal/js_parser/
H A Dts_parser.go1190 dotLoc := p.lexer.Loc()
1192 stmts = []js_ast.Stmt{p.parseTypeScriptNamespaceStmt(dotLoc, parseStmtOpts{
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Frontend/
H A DKernelParser.cpp3102 auto dotLoc = NextLoc(); in ParseSendSrcOp() local
3107 Warning(dotLoc, "send instructions may not have subregisters"); in ParseSendSrcOp()
/dports/lang/spidermonkey60/firefox-60.9.0/docshell/base/
H A DnsDocShell.cpp7113 int32_t dotLoc = host.FindChar('.'); in EndPageLoad() local
7132 if (keywordsEnabled && (kNotFound == dotLoc)) { in EndPageLoad()
/dports/www/firefox-legacy/firefox-52.8.0esr/docshell/base/
H A DnsDocShell.cpp7795 int32_t dotLoc = host.FindChar('.'); in EndPageLoad() local
7814 if (keywordsEnabled && (kNotFound == dotLoc)) { in EndPageLoad()