Home
last modified time | relevance | path

Searched refs:steptype (Results 1 – 25 of 99) sorted by relevance

1234

/dports/cad/jspice3/jspice3-2.5/src/lib/analysis/
H A Dpzprse.c28 char *steptype; /* type of stepping function */ local
49 INPgetTok(line,&steptype,1); /* get V or I */
50 steptype[1] = '\0';
51 strtolower(steptype);
52 if (*steptype == 'c') /* recognize "cur" */
53 *steptype = 'i';
55 GCA(INPapName,(ckt,which,foo,steptype,&ptemp))
56 txfree(steptype);
59 steptype[3] = '\0'; /* "pole", "zero" OK */
60 strtolower(steptype);
[all …]
H A Dacprse.c66 char *steptype; /* ac analysis, type of stepping function */ local
71 INPgetTok(line,&steptype,1); /* get DEC, OCT, or LIN */
72 strtolower(steptype);
74 GCA(INPapName,(ckt,which,aptr,steptype,&ptemp))
75 txfree(steptype);
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/parser/
H A Dinp2dot.c30 char *steptype; /* ac analysis, type of stepping function */ in dot_noise() local
71 INPgetTok(&line, &steptype, 1); in dot_noise()
74 tfree(steptype); in dot_noise()
159 INPgetTok(&line, &steptype, 1); /* get DEC, OCT, or LIN */ in dot_disto()
161 GCA(INPapName, (ckt, which, foo, steptype, &ptemp)); in dot_disto()
197 GCA(INPapName, (ckt, which, foo, steptype, &ptemp)); in dot_ac()
198 tfree(steptype); in dot_ac()
235 INPgetTok(&line, &steptype, 1); /* get V or I */ in dot_pz()
237 GCA(INPapName, (ckt, which, foo, steptype, &ptemp)); in dot_pz()
238 INPgetTok(&line, &steptype, 1); /* get POL, ZER, or PZ */ in dot_pz()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/StepData/
H A DStepData_Simple.cxx39 Standard_Boolean StepData_Simple::Matches (const Standard_CString steptype) const in Matches()
40 { return ESDescr()->Matches (steptype); } in Matches()
42 Handle(StepData_Simple) StepData_Simple::As (const Standard_CString steptype) const in Handle()
45 if (Matches(steptype)) return this; in Handle()
H A DStepData_Plex.cxx42 Standard_Boolean StepData_Plex::Matches (const Standard_CString steptype) const in Matches()
46 if (Member(i)->Matches (steptype)) return Standard_True; in Matches()
51 Handle(StepData_Simple) StepData_Plex::As (const Standard_CString steptype) const in Handle()
57 if (ent->Matches(steptype)) return ent; in Handle()
H A DStepData_Described.hxx54 Standard_EXPORT virtual Standard_Boolean Matches (const Standard_CString steptype) const = 0;
59 Standard_EXPORT virtual Handle(StepData_Simple) As (const Standard_CString steptype) const = 0;
H A DStepData_Plex.hxx65 …Standard_EXPORT Standard_Boolean Matches (const Standard_CString steptype) const Standard_OVERRIDE;
70 …Standard_EXPORT Handle(StepData_Simple) As (const Standard_CString steptype) const Standard_OVERRI…
H A DStepData_Simple.hxx62 …Standard_EXPORT Standard_Boolean Matches (const Standard_CString steptype) const Standard_OVERRIDE;
67 …Standard_EXPORT Handle(StepData_Simple) As (const Standard_CString steptype) const Standard_OVERRI…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/infra/bots/recipe_modules/run/
H A Dapi.py69 def __call__(self, steptype, name, abort_on_failure=True, argument
74 return steptype(name=name, **kwargs)
81 def with_retry(self, steptype, name, attempts, between_attempts_fn=None, argument
88 res = self(steptype, name=step_name, abort_on_failure=True,
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DStepData_Described.hxx54 Standard_EXPORT virtual Standard_Boolean Matches (const Standard_CString steptype) const = 0;
59 Standard_EXPORT virtual Handle(StepData_Simple) As (const Standard_CString steptype) const = 0;
H A DStepData_Plex.hxx65 …Standard_EXPORT Standard_Boolean Matches (const Standard_CString steptype) const Standard_OVERRIDE;
70 …Standard_EXPORT Handle(StepData_Simple) As (const Standard_CString steptype) const Standard_OVERRI…
H A DStepData_Simple.hxx62 …Standard_EXPORT Standard_Boolean Matches (const Standard_CString steptype) const Standard_OVERRIDE;
67 …Standard_EXPORT Handle(StepData_Simple) As (const Standard_CString steptype) const Standard_OVERRI…
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DStepData_Described.hxx54 Standard_EXPORT virtual Standard_Boolean Matches (const Standard_CString steptype) const = 0;
59 Standard_EXPORT virtual Handle(StepData_Simple) As (const Standard_CString steptype) const = 0;
H A DStepData_Plex.hxx65 …Standard_EXPORT Standard_Boolean Matches (const Standard_CString steptype) const Standard_OVERRIDE;
70 …Standard_EXPORT Handle(StepData_Simple) As (const Standard_CString steptype) const Standard_OVERRI…
H A DStepData_Simple.hxx62 …Standard_EXPORT Standard_Boolean Matches (const Standard_CString steptype) const Standard_OVERRIDE;
67 …Standard_EXPORT Handle(StepData_Simple) As (const Standard_CString steptype) const Standard_OVERRI…
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/
H A DUnionPathIterator.java337 int steptype = compiler.getOp(opPos); in loadLocationPaths() local
339 if (steptype == OpCodes.OP_LOCATIONPATH) in loadLocationPaths()
351 switch (steptype) in loadLocationPaths()
368 iter.m_firstWalker.init(compiler, opPos, steptype); in loadLocationPaths()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/
H A DUnionPathIterator.java337 int steptype = compiler.getOp(opPos); in loadLocationPaths() local
339 if (steptype == OpCodes.OP_LOCATIONPATH) in loadLocationPaths()
351 switch (steptype) in loadLocationPaths()
368 iter.m_firstWalker.init(compiler, opPos, steptype); in loadLocationPaths()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/
H A DUnionPathIterator.java330 int steptype = compiler.getOp(opPos); in loadLocationPaths() local
332 if (steptype == OpCodes.OP_LOCATIONPATH) in loadLocationPaths()
344 switch (steptype) in loadLocationPaths()
361 iter.m_firstWalker.init(compiler, opPos, steptype); in loadLocationPaths()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/
H A DUnionPathIterator.java337 int steptype = compiler.getOp(opPos); in loadLocationPaths() local
339 if (steptype == OpCodes.OP_LOCATIONPATH) in loadLocationPaths()
351 switch (steptype) in loadLocationPaths()
368 iter.m_firstWalker.init(compiler, opPos, steptype); in loadLocationPaths()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/
H A DUnionPathIterator.java337 int steptype = compiler.getOp(opPos); in loadLocationPaths() local
339 if (steptype == OpCodes.OP_LOCATIONPATH) in loadLocationPaths()
351 switch (steptype) in loadLocationPaths()
368 iter.m_firstWalker.init(compiler, opPos, steptype); in loadLocationPaths()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/
H A DUnionPathIterator.java330 int steptype = compiler.getOp(opPos); in loadLocationPaths() local
332 if (steptype == OpCodes.OP_LOCATIONPATH) in loadLocationPaths()
344 switch (steptype) in loadLocationPaths()
361 iter.m_firstWalker.init(compiler, opPos, steptype); in loadLocationPaths()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/
H A DUnionPathIterator.java337 int steptype = compiler.getOp(opPos); in loadLocationPaths() local
339 if (steptype == OpCodes.OP_LOCATIONPATH) in loadLocationPaths()
351 switch (steptype) in loadLocationPaths()
368 iter.m_firstWalker.init(compiler, opPos, steptype); in loadLocationPaths()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/
H A DUnionPathIterator.java330 int steptype = compiler.getOp(opPos); in loadLocationPaths() local
332 if (steptype == OpCodes.OP_LOCATIONPATH) in loadLocationPaths()
344 switch (steptype) in loadLocationPaths()
361 iter.m_firstWalker.init(compiler, opPos, steptype); in loadLocationPaths()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DUnionPathIterator.java336 int steptype = compiler.getOp(opPos); in loadLocationPaths() local
338 if (steptype == OpCodes.OP_LOCATIONPATH) in loadLocationPaths()
350 switch (steptype) in loadLocationPaths()
367 iter.m_firstWalker.init(compiler, opPos, steptype); in loadLocationPaths()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DUnionPathIterator.java336 int steptype = compiler.getOp(opPos); in loadLocationPaths() local
338 if (steptype == OpCodes.OP_LOCATIONPATH) in loadLocationPaths()
350 switch (steptype) in loadLocationPaths()
367 iter.m_firstWalker.init(compiler, opPos, steptype); in loadLocationPaths()

1234