Home
last modified time | relevance | path

Searched refs:Identifier (Results 151 – 175 of 35533) sorted by relevance

12345678910>>...1422

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSSVGFECompositeElement.h59 virtual bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier&, JSC::PropertySlot&);
75 JSC::JSValue jsSVGFECompositeElementIn1(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
76 JSC::JSValue jsSVGFECompositeElementIn2(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
78 JSC::JSValue jsSVGFECompositeElementK1(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
79 JSC::JSValue jsSVGFECompositeElementK2(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
80 JSC::JSValue jsSVGFECompositeElementK3(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
81 JSC::JSValue jsSVGFECompositeElementK4(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
82 JSC::JSValue jsSVGFECompositeElementX(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
83 JSC::JSValue jsSVGFECompositeElementY(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
84 JSC::JSValue jsSVGFECompositeElementWidth(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
[all …]
H A DJSSVGPathSeg.h67 virtual bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier&, JSC::PropertySlot&);
80 JSC::JSValue jsSVGPathSegPathSegType(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
82 JSC::JSValue jsSVGPathSegConstructor(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
85 JSC::JSValue jsSVGPathSegPATHSEG_UNKNOWN(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
86 JSC::JSValue jsSVGPathSegPATHSEG_CLOSEPATH(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
87 JSC::JSValue jsSVGPathSegPATHSEG_MOVETO_ABS(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
88 JSC::JSValue jsSVGPathSegPATHSEG_MOVETO_REL(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
89 JSC::JSValue jsSVGPathSegPATHSEG_LINETO_ABS(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
90 JSC::JSValue jsSVGPathSegPATHSEG_LINETO_REL(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
95 JSC::JSValue jsSVGPathSegPATHSEG_ARC_ABS(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
[all …]
H A DJSWebKitCSSTransformValue.h59 virtual bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier&, JSC::PropertySlot&);
73 …SValue jsWebKitCSSTransformValueConstructor(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
79 …JSValue jsWebKitCSSTransformValueCSS_ROTATE(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
80 …:JSValue jsWebKitCSSTransformValueCSS_SCALE(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
81 …JSValue jsWebKitCSSTransformValueCSS_SCALEX(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
82 …JSValue jsWebKitCSSTransformValueCSS_SCALEY(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
83 JSC::JSValue jsWebKitCSSTransformValueCSS_SKEW(JSC::ExecState*, JSC::JSValue, const JSC::Identifier
84 …:JSValue jsWebKitCSSTransformValueCSS_SKEWX(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
85 …:JSValue jsWebKitCSSTransformValueCSS_SKEWY(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
86 …JSValue jsWebKitCSSTransformValueCSS_MATRIX(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/java/
H A DImports.java59 Identifier currentPackage = idNull;
70 Hashtable<Identifier, Identifier> classes = new Hashtable<>();
140 Identifier nm = t.getName(); in resolve()
180 Identifier nm = t.getName(); in resolve()
196 Identifier f1 = Identifier.lookup(className.getQualifier(), in resolve()
198 Identifier f2 = Identifier.lookup(nm.getQualifier(), in resolve()
260 public synchronized Identifier resolve(Environment env, Identifier nm) throws ClassNotFound { in resolve()
300 Identifier id = Identifier.lookup(currentPackage, nm); in resolve()
385 public synchronized Identifier forceResolve(Environment env, Identifier nm) { in forceResolve()
437 public void addPackage(Identifier id) { in addPackage()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.rmic/share/classes/sun/tools/java/
H A DImports.java59 Identifier currentPackage = idNull;
70 Hashtable<Identifier, Identifier> classes = new Hashtable<>();
140 Identifier nm = t.getName(); in resolve()
180 Identifier nm = t.getName(); in resolve()
196 Identifier f1 = Identifier.lookup(className.getQualifier(), in resolve()
198 Identifier f2 = Identifier.lookup(nm.getQualifier(), in resolve()
260 public synchronized Identifier resolve(Environment env, Identifier nm) throws ClassNotFound { in resolve()
300 Identifier id = Identifier.lookup(currentPackage, nm); in resolve()
385 public synchronized Identifier forceResolve(Environment env, Identifier nm) { in forceResolve()
437 public void addPackage(Identifier id) { in addPackage()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/java/
H A DImports.java59 Identifier currentPackage = idNull;
70 Hashtable<Identifier, Identifier> classes = new Hashtable<>();
140 Identifier nm = t.getName(); in resolve()
180 Identifier nm = t.getName(); in resolve()
196 Identifier f1 = Identifier.lookup(className.getQualifier(), in resolve()
198 Identifier f2 = Identifier.lookup(nm.getQualifier(), in resolve()
260 public synchronized Identifier resolve(Environment env, Identifier nm) throws ClassNotFound { in resolve()
300 Identifier id = Identifier.lookup(currentPackage, nm); in resolve()
385 public synchronized Identifier forceResolve(Environment env, Identifier nm) { in forceResolve()
437 public void addPackage(Identifier id) { in addPackage()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.rmic/share/classes/sun/tools/java/
H A DImports.java59 Identifier currentPackage = idNull;
70 Hashtable<Identifier, Identifier> classes = new Hashtable<>();
140 Identifier nm = t.getName(); in resolve()
180 Identifier nm = t.getName(); in resolve()
196 Identifier f1 = Identifier.lookup(className.getQualifier(), in resolve()
198 Identifier f2 = Identifier.lookup(nm.getQualifier(), in resolve()
260 public synchronized Identifier resolve(Environment env, Identifier nm) throws ClassNotFound { in resolve()
300 Identifier id = Identifier.lookup(currentPackage, nm); in resolve()
385 public synchronized Identifier forceResolve(Environment env, Identifier nm) { in forceResolve()
437 public void addPackage(Identifier id) { in addPackage()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.rmic/share/classes/sun/tools/java/
H A DImports.java59 Identifier currentPackage = idNull;
70 Hashtable<Identifier, Identifier> classes = new Hashtable<>();
140 Identifier nm = t.getName(); in resolve()
180 Identifier nm = t.getName(); in resolve()
196 Identifier f1 = Identifier.lookup(className.getQualifier(), in resolve()
198 Identifier f2 = Identifier.lookup(nm.getQualifier(), in resolve()
260 public synchronized Identifier resolve(Environment env, Identifier nm) throws ClassNotFound { in resolve()
300 Identifier id = Identifier.lookup(currentPackage, nm); in resolve()
385 public synchronized Identifier forceResolve(Environment env, Identifier nm) { in forceResolve()
437 public void addPackage(Identifier id) { in addPackage()
[all …]
/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/src/cascade/verilog/ast/types/
H A Dmodule_declaration.h51 ModuleDeclaration(Attributes* attrs__, Identifier* id__);
62 PTR_GET_SET(ModuleDeclaration, Identifier, id)
68 PTR_ATTR(Identifier, id);
74 DECORATION(std::unordered_set<const Identifier*>, locals);
75 DECORATION(std::unordered_set<const Identifier*>, inputs);
76 DECORATION(std::unordered_set<const Identifier*>, outputs);
80 DECORATION(std::unordered_set<const Identifier*>, reads);
81 DECORATION(std::unordered_set<const Identifier*>, writes);
84 DECORATION(Vector<const Identifier*>, ordered_params);
87 DECORATION(Vector<const Identifier*>, ordered_ports);
[all …]
/dports/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0/conf/
H A D70-wacom.conf10 Identifier "Wacom USB tablet class"
26 Identifier "Wacom USB touchpad class"
34 Identifier "Wacom tablet class"
42 Identifier "Wacom touchscreen class"
50 Identifier "Wacom touchpad class"
68 Identifier "Wacom serial class"
81 Identifier "Hanwang class"
89 Identifier "Waltop class"
98 Identifier "Wacom N-Trig class"
107 Identifier "Dell Canvas 27 Touch"
[all …]
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/reference/
H A Dtest.smali.ref146 … Text> </Normal Text><Field>mTag</Field><Symbol>:</Symbol><Type Identifier>I</Type Identifier><br/>
191Identifier>L</Type Identifier><Data Type>com/android/internal/telephony/Phone</Data Type><Symbol>;…
327Identifier>L</Type Identifier><Built-in>android/net/NetworkInfo</Built-in><Symbol>;</Symbol><Opera…
375Identifier>L</Type Identifier><Data Type>com/android/internal/telephony/dataconnection/ApnSetting<…
565 …ng</Method><Symbol>(</Symbol><Type Identifier>I</Type Identifier><Symbol>)</Symbol><Type Identifie…
817 …</Symbol><Type Identifier>[L</Type Identifier><Built-in>java/lang/String</Built-in><Symbol>;)</Sym…
1013 …>(</Symbol><Type Identifier>L</Type Identifier><Data Type>Data/String</Data Type><Symbol>;)</Symbo…
1019Identifier>L</Type Identifier><Built-in>android/telephony/Rlog</Built-in><Symbol>;</Symbol><Operat…
1025 …es</Method><Symbol>(</Symbol><Type Identifier>I</Type Identifier><Symbol>)</Symbol><Type Identifie…
1201 … </Normal Text><Method>dispose</Method><Symbol>()</Symbol><Type Identifier>V</Type Identifier><br/>
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/
H A DCoCoA5.g54 : ('export' Identifier (',' Identifier)* ';')*
60 | Identifier ':=' expression
111 clearStatement : 'Clear' Identifier (',' Identifier)* ';';
112 deleteStatement : 'Delete' Identifier (',' Identifier)* ';';
113 destroyStatement : 'Destroy' Identifier (',' Identifier)* ';';
140 : (('ImportByRef')|('TopLevel')|('ImportByValue')) Identifier (',' Identifier)* ';'
145 : Identifier ':=' PackageName (',' Identifier ':=' PackageName)*
156 : (Identifier (',' Identifier)*)?
161 : ( (('Ref')|('Opt'))? Identifier (',' (('Ref')|('Opt'))? Identifier)*)?
282 : '.' Identifier
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/
H A DCoCoA5.g54 : ('export' Identifier (',' Identifier)* ';')*
60 | Identifier ':=' expression
111 clearStatement : 'Clear' Identifier (',' Identifier)* ';';
112 deleteStatement : 'Delete' Identifier (',' Identifier)* ';';
113 destroyStatement : 'Destroy' Identifier (',' Identifier)* ';';
140 : (('ImportByRef')|('TopLevel')|('ImportByValue')) Identifier (',' Identifier)* ';'
145 : Identifier ':=' PackageName (',' Identifier ':=' PackageName)*
156 : (Identifier (',' Identifier)*)?
161 : ( (('Ref')|('Opt'))? Identifier (',' (('Ref')|('Opt'))? Identifier)*)?
282 : '.' Identifier
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DIdentifier.cpp70 bool Identifier::equal(const StringImpl* r, const char* s) in equal()
99 return Identifier::equal(r, s); in equal()
159 return Identifier::equal(str, buf.s, buf.length); in equal()
173 uint32_t Identifier::toUInt32(const UString& string, bool& ok) in toUInt32()
261 Identifier Identifier::from(ExecState* exec, unsigned value) in from()
266 Identifier Identifier::from(ExecState* exec, int value) in from()
271 Identifier Identifier::from(ExecState* exec, double value) in from()
276 Identifier Identifier::from(JSGlobalData* globalData, unsigned value) in from()
281 Identifier Identifier::from(JSGlobalData* globalData, int value) in from()
286 Identifier Identifier::from(JSGlobalData* globalData, double value) in from()
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/pt/tests/data/ok/peg_peg-ast/
H A D0_basic_arithmetic3 <Identifier> :: 4 16
11 <Identifier> :: 18 27
14 <Identifier> :: 32 42
32 <Identifier> :: 59 69
106 <Identifier> :: 134 144
119 <Identifier> :: 152 162
150 <Identifier> :: 195 205
176 <Identifier> :: 231 241
194 <Identifier> :: 258 268
211 <Identifier> :: 288 298
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/pt/tests/data/ok/peg_peg-ast-templated/
H A D0_basic_arithmetic3 <Identifier> :: 103 111
11 <Identifier> :: 113 122
14 <Identifier> :: 127 137
32 <Identifier> :: 154 164
106 <Identifier> :: 229 239
119 <Identifier> :: 247 257
150 <Identifier> :: 290 300
176 <Identifier> :: 326 336
194 <Identifier> :: 353 363
211 <Identifier> :: 383 393
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/pt/tests/data/ok/peg_peg-ast/
H A D0_basic_arithmetic3 <Identifier> :: 4 16
11 <Identifier> :: 18 27
14 <Identifier> :: 32 42
32 <Identifier> :: 59 69
106 <Identifier> :: 134 144
119 <Identifier> :: 152 162
150 <Identifier> :: 195 205
176 <Identifier> :: 231 241
194 <Identifier> :: 258 268
211 <Identifier> :: 288 298
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/pt/tests/data/ok/peg_peg-ast-templated/
H A D0_basic_arithmetic3 <Identifier> :: 103 111
11 <Identifier> :: 113 122
14 <Identifier> :: 127 137
32 <Identifier> :: 154 164
106 <Identifier> :: 229 239
119 <Identifier> :: 247 257
150 <Identifier> :: 290 300
176 <Identifier> :: 326 336
194 <Identifier> :: 353 363
211 <Identifier> :: 383 393
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/nashorn/script/basic/parser/
H A DlhsExpr.js.EXPECTED9 "type": "Identifier",
29 "type": "Identifier",
33 "type": "Identifier",
49 "type": "Identifier",
69 "type": "Identifier",
88 "type": "Identifier",
108 "type": "Identifier",
124 "type": "Identifier",
140 "type": "Identifier",
237 "type": "Identifier",
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/nashorn/script/basic/parser/
H A DlhsExpr.js.EXPECTED9 "type": "Identifier",
29 "type": "Identifier",
33 "type": "Identifier",
49 "type": "Identifier",
69 "type": "Identifier",
88 "type": "Identifier",
108 "type": "Identifier",
124 "type": "Identifier",
140 "type": "Identifier",
237 "type": "Identifier",
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/nashorn/script/basic/parser/
H A DlhsExpr.js.EXPECTED9 "type": "Identifier",
29 "type": "Identifier",
33 "type": "Identifier",
49 "type": "Identifier",
69 "type": "Identifier",
88 "type": "Identifier",
108 "type": "Identifier",
124 "type": "Identifier",
140 "type": "Identifier",
237 "type": "Identifier",
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/nashorn/script/basic/parser/
H A DlhsExpr.js.EXPECTED9 "type": "Identifier",
29 "type": "Identifier",
33 "type": "Identifier",
49 "type": "Identifier",
69 "type": "Identifier",
88 "type": "Identifier",
108 "type": "Identifier",
124 "type": "Identifier",
140 "type": "Identifier",
237 "type": "Identifier",
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/nashorn/script/basic/parser/
H A DlhsExpr.js.EXPECTED9 "type": "Identifier",
29 "type": "Identifier",
33 "type": "Identifier",
49 "type": "Identifier",
69 "type": "Identifier",
88 "type": "Identifier",
108 "type": "Identifier",
124 "type": "Identifier",
140 "type": "Identifier",
237 "type": "Identifier",
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/test/script/basic/parser/
H A DlhsExpr.js.EXPECTED9 "type": "Identifier",
29 "type": "Identifier",
33 "type": "Identifier",
49 "type": "Identifier",
69 "type": "Identifier",
88 "type": "Identifier",
108 "type": "Identifier",
124 "type": "Identifier",
140 "type": "Identifier",
237 "type": "Identifier",
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/test/script/basic/parser/
H A DlhsExpr.js.EXPECTED9 "type": "Identifier",
29 "type": "Identifier",
33 "type": "Identifier",
49 "type": "Identifier",
69 "type": "Identifier",
88 "type": "Identifier",
108 "type": "Identifier",
124 "type": "Identifier",
140 "type": "Identifier",
237 "type": "Identifier",
[all …]

12345678910>>...1422