Home
last modified time | relevance | path

Searched refs:findUnit (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/hs-git-annex/git-annex-8.20210903/Utility/
H A DDataUnits.hs117 | i < 0 = '-' : findUnit units' (negate i)
118 | otherwise = findUnit units' i
122 findUnit (u@(Unit s _ _):us) i'
124 | otherwise = findUnit us i'
125 findUnit [] i' = showUnit i' (last units') -- bytes function
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/codegen/
H A DSplitter.java137 functionNode = functionNode.setCompileUnit(null, findUnit(weight)); in split()
185 protected CompileUnit findUnit(final long weight) { in findUnit() method in Splitter
186 return compiler.findUnit(weight); in findUnit()
243 … return new SplitNode(name, newBlock, compiler.findUnit(weight + WeighNodes.FUNCTION_WEIGHT)); in createBlockSplitNode()
311 final CompileUnit unit = compiler.findUnit(totalWeight - weight); in leaveLiteralNode()
319 final CompileUnit unit = compiler.findUnit(totalWeight); in leaveLiteralNode()
356 final CompileUnit unit = compiler.findUnit(totalWeight - weight); in leaveObjectNode()
365 final CompileUnit unit = compiler.findUnit(totalWeight); in leaveObjectNode()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/codegen/
H A DSplitter.java137 functionNode = functionNode.setCompileUnit(null, findUnit(weight)); in split()
185 protected CompileUnit findUnit(final long weight) { in findUnit() method in Splitter
186 return compiler.findUnit(weight); in findUnit()
243 … return new SplitNode(name, newBlock, compiler.findUnit(weight + WeighNodes.FUNCTION_WEIGHT)); in createBlockSplitNode()
311 final CompileUnit unit = compiler.findUnit(totalWeight - weight); in leaveLiteralNode()
319 final CompileUnit unit = compiler.findUnit(totalWeight); in leaveLiteralNode()
356 final CompileUnit unit = compiler.findUnit(totalWeight - weight); in leaveObjectNode()
365 final CompileUnit unit = compiler.findUnit(totalWeight); in leaveObjectNode()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DSplitter.java138 functionNode = functionNode.setCompileUnit(null, findUnit(weight)); in split()
186 protected CompileUnit findUnit(final long weight) { in findUnit() method in Splitter
187 return compiler.findUnit(weight); in findUnit()
245 … return new SplitNode(name, newBlock, compiler.findUnit(weight + WeighNodes.FUNCTION_WEIGHT)); in createBlockSplitNode()
317 final CompileUnit unit = compiler.findUnit(totalWeight - elementWeight); in leaveLiteralNode()
325 final CompileUnit unit = compiler.findUnit(totalWeight); in leaveLiteralNode()
364 final CompileUnit unit = compiler.findUnit(totalWeight - propertyWeight); in leaveObjectNode()
373 final CompileUnit unit = compiler.findUnit(totalWeight); in leaveObjectNode()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DSplitter.java138 functionNode = functionNode.setCompileUnit(null, findUnit(weight)); in split()
186 protected CompileUnit findUnit(final long weight) { in findUnit() method in Splitter
187 return compiler.findUnit(weight); in findUnit()
245 … return new SplitNode(name, newBlock, compiler.findUnit(weight + WeighNodes.FUNCTION_WEIGHT)); in createBlockSplitNode()
317 final CompileUnit unit = compiler.findUnit(totalWeight - elementWeight); in leaveLiteralNode()
325 final CompileUnit unit = compiler.findUnit(totalWeight); in leaveLiteralNode()
364 final CompileUnit unit = compiler.findUnit(totalWeight - propertyWeight); in leaveObjectNode()
373 final CompileUnit unit = compiler.findUnit(totalWeight); in leaveObjectNode()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DSplitter.java138 functionNode = functionNode.setCompileUnit(null, findUnit(weight)); in split()
186 protected CompileUnit findUnit(final long weight) { in findUnit() method in Splitter
187 return compiler.findUnit(weight); in findUnit()
245 … return new SplitNode(name, newBlock, compiler.findUnit(weight + WeighNodes.FUNCTION_WEIGHT)); in createBlockSplitNode()
317 final CompileUnit unit = compiler.findUnit(totalWeight - elementWeight); in leaveLiteralNode()
325 final CompileUnit unit = compiler.findUnit(totalWeight); in leaveLiteralNode()
364 final CompileUnit unit = compiler.findUnit(totalWeight - propertyWeight); in leaveObjectNode()
373 final CompileUnit unit = compiler.findUnit(totalWeight); in leaveObjectNode()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DSplitter.java138 functionNode = functionNode.setCompileUnit(null, findUnit(weight)); in split()
186 protected CompileUnit findUnit(final long weight) { in findUnit() method in Splitter
187 return compiler.findUnit(weight); in findUnit()
245 … return new SplitNode(name, newBlock, compiler.findUnit(weight + WeighNodes.FUNCTION_WEIGHT)); in createBlockSplitNode()
317 final CompileUnit unit = compiler.findUnit(totalWeight - elementWeight); in leaveLiteralNode()
325 final CompileUnit unit = compiler.findUnit(totalWeight); in leaveLiteralNode()
364 final CompileUnit unit = compiler.findUnit(totalWeight - propertyWeight); in leaveObjectNode()
373 final CompileUnit unit = compiler.findUnit(totalWeight); in leaveObjectNode()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DSplitter.java138 functionNode = functionNode.setCompileUnit(null, findUnit(weight)); in split()
186 protected CompileUnit findUnit(final long weight) { in findUnit() method in Splitter
187 return compiler.findUnit(weight); in findUnit()
245 … return new SplitNode(name, newBlock, compiler.findUnit(weight + WeighNodes.FUNCTION_WEIGHT)); in createBlockSplitNode()
317 final CompileUnit unit = compiler.findUnit(totalWeight - elementWeight); in leaveLiteralNode()
325 final CompileUnit unit = compiler.findUnit(totalWeight); in leaveLiteralNode()
364 final CompileUnit unit = compiler.findUnit(totalWeight - propertyWeight); in leaveObjectNode()
373 final CompileUnit unit = compiler.findUnit(totalWeight); in leaveObjectNode()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/clangbackend/source/
H A Dclangtranslationunits.cpp95 findUnit(translationUnitId).parseTimePoint = timePoint; in updateParseTimePoint()
104 return findUnit(translationUnitId).parseTimePoint; in parseTimePoint()
143 TranslationUnits::TranslationUnitData &TranslationUnits::findUnit( in findUnit() function in ClangBackEnd::TranslationUnits
H A Dclangtranslationunits.h76 TranslationUnitData &findUnit(const Utf8String &translationUnitId);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/src/org/eclipse/equinox/internal/p2/installer/
H A DInstallUpdateProductOperation.java66 IInstallableUnit iu = findUnit(root); in computeUnitsToInstall()
152 private IInstallableUnit findUnit(IVersionedId spec) throws CoreException { in findUnit() method in InstallUpdateProductOperation
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/
H A DADM_infoExtractor.cpp436 const char *findUnit(int c) in findUnit() function
503 … ADM_info("Vol Header found : %x : %s, offset=%d size=%d\n",u->code,findUnit(u->code), in extractVolHeader()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/
H A DADM_infoExtractor.cpp436 const char *findUnit(int c) in findUnit() function
503 … ADM_info("Vol Header found : %x : %s, offset=%d size=%d\n",u->code,findUnit(u->code), in extractVolHeader()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/
H A DADM_infoExtractor.cpp436 const char *findUnit(int c) in findUnit() function
503 … ADM_info("Vol Header found : %x : %s, offset=%d size=%d\n",u->code,findUnit(u->code), in extractVolHeader()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/
H A DADM_infoExtractor.cpp436 const char *findUnit(int c) in findUnit() function
503 … ADM_info("Vol Header found : %x : %s, offset=%d size=%d\n",u->code,findUnit(u->code), in extractVolHeader()
/dports/science/xtb/xtb-6.4.1/src/type/
H A Diohandler.f9071 procedure, private :: findUnit method
409 call self%findUnit(unit, pos)
/dports/games/glest/glest_source_3.2.2/source/glest_game/type_instances/
H A Dfaction.h117 Unit *findUnit(int id);
H A Dfaction.cpp348 Unit *Faction::findUnit(int id){ in findUnit() function in Glest::Game::Faction
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/util/
H A Dunits.h166 Unit const *findUnit(double factor, UnitType type) const;
H A Dunits.cpp302 Unit const *UnitTable::findUnit(double factor, UnitType type) const in findUnit() function in Inkscape::Util::UnitTable
/dports/math/speedcrunch/heldercorreia-speedcrunch-c0fc9c68d292/src/math/
H A Dunits.h49 static void findUnit(Quantity& q);
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/type_instances/
H A Dfaction.cpp34 const Unit *lUnit = faction->findUnit(l); in operator ()()
35 const Unit *rUnit = faction->findUnit(r); in operator ()()
180 if(this->findUnit(unitId) == NULL) { in sortUnitsByCommandGroups()
197 if(this->findUnit(unitId) == NULL) { in sortUnitsByCommandGroups()
205 units.push_back(this->findUnit(unitId)); in sortUnitsByCommandGroups()
1328 Unit *Faction::findUnit(int id) const { in findUnit() function in Glest::Game::Faction
H A Dfaction.h329 Unit *findUnit(int id) const;
/dports/databases/grass7/grass-7.8.6/gui/wxpython/psmap/
H A Ddialogs.py692 currUnit = self.unitConv.findUnit(
4163 unit = self.unitConv.findUnit(
4182 currUnit = self.unitConv.findUnit(
4418 currUnit = self.unitConv.findUnit(
4678 currUnit = self.unitConv.findUnit(
4746 currUnit = self.unitConv.findUnit(
5039 currUnit = self.unitConv.findUnit(
5134 currUnit = self.unitConv.findUnit(
5703 currUnit = self.unitConv.findUnit(
6214 currUnit = self.unitConv.findUnit(
[all …]
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/ai/
H A Dai_interface.cpp420 Unit *unitToCommand = faction->findUnit(unit->getId()); in giveCommand()
762 faction->findUnit(iterFind->second) != NULL) { in getNearestSightedResource()

12