Home
last modified time | relevance | path

Searched refs:numScopes (Results 1 – 20 of 20) sorted by relevance

/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/scenegraph/io/state/javax/media/j3d/
H A DFogState.java74 out.writeInt( ((Fog)node).numScopes() ); in writeObject()
75 for(int i=0; i<((Fog)node).numScopes(); i++) in writeObject()
H A DLightState.java68 scope = new int[ ((Light)node).numScopes() ]; in writeObject()
69 for(int i=0; i<((Light)node).numScopes(); i++) { in writeObject()
H A DAlternateAppearanceState.java68 scopes = new int[ ((AlternateAppearance)node).numScopes() ]; in AlternateAppearanceState()
H A DModelClipState.java67 scopes = new int[ ((ModelClip)node).numScopes() ]; in ModelClipState()
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DAlternateAppearance.java427 public int numScopes() { in numScopes() method in AlternateAppearance
433 return ((AlternateAppearanceRetained)this.retained).numScopes(); in numScopes()
593 int num = rt.numScopes(); in updateNodeReferences()
H A DFog.java403 public int numScopes() { in numScopes() method in Fog
408 return ((FogRetained)this.retained).numScopes(); in numScopes()
563 int num = rt.numScopes(); in updateNodeReferences()
H A DLight.java491 public int numScopes() { in numScopes() method in Light
496 return ((LightRetained)this.retained).numScopes(); in numScopes()
724 int num = rt.numScopes(); in updateNodeReferences()
H A DModelClip.java402 public int numScopes() { in numScopes() method in ModelClip
407 return ((ModelClipRetained)this.retained).numScopes(); in numScopes()
683 int num = rt.numScopes(); in updateNodeReferences()
H A DAlternateAppearanceRetained.java422 int numScopes() { in numScopes() method in AlternateAppearanceRetained
H A DFogRetained.java387 int numScopes() { in numScopes() method in FogRetained
H A DModelClipRetained.java563 int numScopes() { in numScopes() method in ModelClipRetained
H A DLightRetained.java398 int numScopes() { in numScopes() method in LightRetained
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocbcore/v9/
H A Dtestmain_test.go106 numScopes := envFlagInt("GCBDCPSCOPES", "dcp-num-scopes", 2,
171 NumScopes: *numScopes,
/dports/lang/solidity/solidity_0.8.11/libyul/optimiser/
H A DDataFlowAnalyzer.cpp214 size_t numScopes = m_variableScopes.size(); in operator ()() local
218 assertThrow(numScopes == m_variableScopes.size(), OptimizerException, ""); in operator ()()
/dports/devel/ragel/ragel-6.10/ragel/
H A Dparsedata.h333 NameFrame enterNameScope( bool isLocal, int numScopes );
H A Dparsedata.cpp524 NameFrame ParseData::enterNameScope( bool isLocal, int numScopes ) in enterNameScope() argument
533 for ( int i = 0; i < numScopes; i++ ) { in enterNameScope()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/portlayer/network/
H A Dcontext_test.go1448 numScopes := len(scopes)
1469 assert.Equal(t, numScopes, len(scopes))
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsscript.cpp2551 uint32_t numScopes = 1; in initFunctionPrototype() local
2558 if (!partiallyInit(cx, script, numScopes, numConsts, numObjects, numTryNotes, in initFunctionPrototype()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DJSScript.cpp2564 uint32_t numScopes = 1; in initFunctionPrototype() local
2571 if (!partiallyInit(cx, script, numScopes, numConsts, numObjects, numTryNotes, in initFunctionPrototype()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp5586 csize numScopes = theAssignedVars.size(); in begin_visit() local
5588 theAssignedVars.resize(numScopes + 1); in begin_visit()
5649 std::vector<var_expr*>& prevAssignedVars = theAssignedVars[numScopes-1]; in begin_visit()
5650 std::vector<var_expr*>& lastAssignedVars = theAssignedVars[numScopes]; in begin_visit()