Home
last modified time | relevance | path

Searched defs:e (Results 176 – 200 of 60251) sorted by relevance

12345678910>>...2411

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSPrimitiveValueMappings.h50 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBorderStyle e) in CSSPrimitiveValue()
180 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ControlPart e) in CSSPrimitiveValue()
404 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EFillBox e) in CSSPrimitiveValue()
556 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxLines e) in CSSPrimitiveValue()
649 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EClear e) in CSSPrimitiveValue()
686 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ECursor e) in CSSPrimitiveValue()
811 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EDisplay e) in CSSPrimitiveValue()
915 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EFloat e) in CSSPrimitiveValue()
1550 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EResize e) in CSSPrimitiveValue()
2488 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ESpeak e) in CSSPrimitiveValue()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/
H A DCodeGenerator.cs52 private void GenerateType(CodeTypeDeclaration e) in GenerateType()
228 protected void GenerateNamespaces(CodeCompileUnit e) in GenerateNamespaces()
236 protected void GenerateTypes(CodeNamespace e) in GenerateTypes()
430 private void GenerateConstructors(CodeTypeDeclaration e) in GenerateConstructors()
465 private void GenerateEvents(CodeTypeDeclaration e) in GenerateEvents()
500 protected void GenerateExpression(CodeExpression e) in GenerateExpression()
615 private void GenerateFields(CodeTypeDeclaration e) in GenerateFields()
725 private void GenerateMethods(CodeTypeDeclaration e) in GenerateMethods()
812 private void GenerateProperties(CodeTypeDeclaration e) in GenerateProperties()
847 protected void GenerateStatement(CodeStatement e) in GenerateStatement()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/compiler/
H A DCodeGenerator.cs206 private void GenerateType(CodeTypeDeclaration e) { in GenerateType()
362 protected void GenerateNamespaces(CodeCompileUnit e) { in GenerateNamespaces()
372 protected void GenerateTypes(CodeNamespace e) { in GenerateTypes()
574 private void GenerateEvents(CodeTypeDeclaration e) { in GenerateEvents()
601 protected void GenerateExpression(CodeExpression e) { in GenerateExpression()
687 private void GenerateFields(CodeTypeDeclaration e) { in GenerateFields()
772 private void GenerateMethods(CodeTypeDeclaration e) { in GenerateMethods()
803 private void GenerateNestedTypes(CodeTypeDeclaration e) { in GenerateNestedTypes()
857 private void GenerateProperties(CodeTypeDeclaration e) { in GenerateProperties()
1655 protected abstract void GenerateComment(CodeComment e); in GenerateComment()
[all …]
/dports/math/GiNaC/ginac-1.8.2/ginac/
H A Dfunction.cpp120 function_options & function_options::eval_func(eval_funcp_1 e) in eval_func()
126 function_options & function_options::eval_func(eval_funcp_2 e) in eval_func()
132 function_options & function_options::eval_func(eval_funcp_3 e) in eval_func()
138 function_options & function_options::eval_func(eval_funcp_4 e) in eval_func()
144 function_options & function_options::eval_func(eval_funcp_5 e) in eval_func()
150 function_options & function_options::eval_func(eval_funcp_6 e) in eval_func()
156 function_options & function_options::eval_func(eval_funcp_7 e) in eval_func()
162 function_options & function_options::eval_func(eval_funcp_8 e) in eval_func()
168 function_options & function_options::eval_func(eval_funcp_9 e) in eval_func()
174 function_options & function_options::eval_func(eval_funcp_10 e) in eval_func()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/simd/intrinsic/
H A Dgeneric-select-pass.rs49 let e = a; in main() localVariable
53 let e = b; in main() localVariable
74 let e = a; in main() localVariable
78 let e = b; in main() localVariable
99 let e = a; in main() localVariable
103 let e = b; in main() localVariable
126 let e = a; in main() localVariable
130 let e = b; in main() localVariable
151 let e = b; in main() localVariable
155 let e = a; in main() localVariable
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DCommandTool.java149 public void exception(ExceptionEventSet e) { in exception()
202 public void vmDeath(VMDeathEventSet e) { in vmDeath()
214 public void vmStart(VMStartEventSet e) { in vmStart()
222 public void sessionStart(EventObject e) {} in sessionStart()
225 public void sessionInterrupt(EventObject e) { in sessionInterrupt()
232 public void sessionContinue(EventObject e) { in sessionContinue()
240 public void breakpointSet(SpecEvent e) { in breakpointSet()
251 public void breakpointDeleted(SpecEvent e) { in breakpointDeleted()
271 public void watchpointSet(SpecEvent e) { in watchpointSet()
277 public void watchpointDeleted(SpecEvent e) { in watchpointDeleted()
[all …]
/dports/irc/smuxi/smuxi-1.1/lib/SmartIrc4net/src/IrcClient/
H A DDelegates.cs31 public delegate void IrcEventHandler(object sender, IrcEventArgs e); in IrcEventHandler()
32 public delegate void CtcpEventHandler(object sender, CtcpEventArgs e); in CtcpEventHandler()
35 public delegate void PingEventHandler(object sender, PingEventArgs e); in PingEventHandler()
36 public delegate void KickEventHandler(object sender, KickEventArgs e); in KickEventHandler()
37 public delegate void JoinEventHandler(object sender, JoinEventArgs e); in JoinEventHandler()
39 public delegate void ListEventHandler(object sender, ListEventArgs e); in ListEventHandler()
40 public delegate void PartEventHandler(object sender, PartEventArgs e); in PartEventHandler()
46 public delegate void OpEventHandler(object sender, OpEventArgs e); in OpEventHandler()
47 public delegate void DeopEventHandler(object sender, DeopEventArgs e); in DeopEventHandler()
52 public delegate void BanEventHandler(object sender, BanEventArgs e); in BanEventHandler()
[all …]
/dports/irc/smartirc4net/smartirc4net-1.1/src/IrcClient/
H A DDelegates.cs31 public delegate void IrcEventHandler(object sender, IrcEventArgs e); in IrcEventHandler()
32 public delegate void CtcpEventHandler(object sender, CtcpEventArgs e); in CtcpEventHandler()
35 public delegate void PingEventHandler(object sender, PingEventArgs e); in PingEventHandler()
36 public delegate void KickEventHandler(object sender, KickEventArgs e); in KickEventHandler()
37 public delegate void JoinEventHandler(object sender, JoinEventArgs e); in JoinEventHandler()
39 public delegate void ListEventHandler(object sender, ListEventArgs e); in ListEventHandler()
40 public delegate void PartEventHandler(object sender, PartEventArgs e); in PartEventHandler()
46 public delegate void OpEventHandler(object sender, OpEventArgs e); in OpEventHandler()
47 public delegate void DeopEventHandler(object sender, DeopEventArgs e); in DeopEventHandler()
52 public delegate void BanEventHandler(object sender, BanEventArgs e); in BanEventHandler()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DCommandTool.java149 public void exception(ExceptionEventSet e) { in exception()
202 public void vmDeath(VMDeathEventSet e) { in vmDeath()
214 public void vmStart(VMStartEventSet e) { in vmStart()
222 public void sessionStart(EventObject e) {} in sessionStart()
225 public void sessionInterrupt(EventObject e) { in sessionInterrupt()
232 public void sessionContinue(EventObject e) { in sessionContinue()
240 public void breakpointSet(SpecEvent e) { in breakpointSet()
251 public void breakpointDeleted(SpecEvent e) { in breakpointDeleted()
271 public void watchpointSet(SpecEvent e) { in watchpointSet()
277 public void watchpointDeleted(SpecEvent e) { in watchpointDeleted()
[all …]
/dports/devel/swig/swig-4.0.2/Examples/test-suite/python/
H A Dkwargs_feature_runme.py84 e = Extending0() variable
85 e = Extending1(one=1) variable
86 e = Extending1(1) variable
87 e = Extending2(1, "two") variable
88 e = Extending2(1, two="two") variable
89 e = Extending2(two="two", one=1) variable
90 e = ExtendingOptArgs1() variable
91 e = ExtendingOptArgs1(1) variable
92 e = ExtendingOptArgs2(one=1) variable
93 e = ExtendingOptArgs2() variable
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DSpecListener.java41 void breakpointSet(SpecEvent e); in breakpointSet()
42 void breakpointDeferred(SpecEvent e); in breakpointDeferred()
43 void breakpointDeleted(SpecEvent e); in breakpointDeleted()
44 void breakpointResolved(SpecEvent e); in breakpointResolved()
45 void breakpointError(SpecErrorEvent e); in breakpointError()
47 void watchpointSet(SpecEvent e); in watchpointSet()
48 void watchpointDeferred(SpecEvent e); in watchpointDeferred()
49 void watchpointDeleted(SpecEvent e); in watchpointDeleted()
50 void watchpointResolved(SpecEvent e); in watchpointResolved()
51 void watchpointError(SpecErrorEvent e); in watchpointError()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DSpecListener.java41 void breakpointSet(SpecEvent e); in breakpointSet()
42 void breakpointDeferred(SpecEvent e); in breakpointDeferred()
43 void breakpointDeleted(SpecEvent e); in breakpointDeleted()
44 void breakpointResolved(SpecEvent e); in breakpointResolved()
45 void breakpointError(SpecErrorEvent e); in breakpointError()
47 void watchpointSet(SpecEvent e); in watchpointSet()
48 void watchpointDeferred(SpecEvent e); in watchpointDeferred()
49 void watchpointDeleted(SpecEvent e); in watchpointDeleted()
50 void watchpointResolved(SpecEvent e); in watchpointResolved()
51 void watchpointError(SpecErrorEvent e); in watchpointError()
[all …]
/dports/devel/upp/upp/uppsrc/ide/
H A DMacro.cpp93 void Ide::MacroGetLine(EscEscape& e) in MacroGetLine()
151 void Ide::MacroGet(EscEscape& e) in MacroGet()
162 void Ide::MacroRemove(EscEscape& e) in MacroRemove()
186 void Ide::MacroInsert(EscEscape& e) in MacroInsert()
195 void Ide::MacroFind(EscEscape& e) in MacroFind()
210 void Ide::MacroReplace(EscEscape& e) in MacroReplace()
253 void Ide::MacroMoveUp(EscEscape& e) in MacroMoveUp()
333 void Ide::MacroInput(EscEscape& e) in MacroInput()
380 void Ide::MacroBuild(EscEscape& e) in MacroBuild()
492 void Ide::MacroFlags(EscEscape& e) in MacroFlags()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/19_diagnostics/
H A Dstdexcept.cc34 catch(const exception& e) in test01() local
44 catch(const exception& e) in test01() local
54 catch(const exception& e) in test01() local
64 catch(const exception& e) in test01() local
74 catch(const exception& e) in test01() local
84 catch(const exception& e) in test01() local
94 catch(const exception& e) in test01() local
104 catch(const exception& e) in test01() local
114 catch(const exception& e) in test01() local
136 catch(const exception& e) in test02() local
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/19_diagnostics/
H A Dstdexcept.cc34 catch(const exception& e) in test01() local
44 catch(const exception& e) in test01() local
54 catch(const exception& e) in test01() local
64 catch(const exception& e) in test01() local
74 catch(const exception& e) in test01() local
84 catch(const exception& e) in test01() local
94 catch(const exception& e) in test01() local
104 catch(const exception& e) in test01() local
114 catch(const exception& e) in test01() local
136 catch(const exception& e) in test02() local
[all …]
/dports/math/xtensor/xtensor-0.24.0/include/xtensor/
H A Dxnoalias.hpp100 inline auto noalias_proxy<A>::operator=(const E& e) -> disable_xexpression<E, A> in operator =()
107 inline auto noalias_proxy<A>::operator+=(const E& e) -> disable_xexpression<E, A> in operator +=()
163 inline A noalias_proxy<A>::operator=(const xexpression<E>& e) in operator =()
170 inline A noalias_proxy<A>::operator+=(const xexpression<E>& e) in operator +=()
177 inline A noalias_proxy<A>::operator-=(const xexpression<E>& e) in operator -=()
184 inline A noalias_proxy<A>::operator*=(const xexpression<E>& e) in operator *=()
191 inline A noalias_proxy<A>::operator/=(const xexpression<E>& e) in operator /=()
198 inline A noalias_proxy<A>::operator%=(const xexpression<E>& e) in operator %=()
205 inline A noalias_proxy<A>::operator&=(const xexpression<E>& e) in operator &=()
212 inline A noalias_proxy<A>::operator|=(const xexpression<E>& e) in operator |=()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/19_diagnostics/
H A Dstdexcept.cc34 catch(const exception& e) in test01() local
44 catch(const exception& e) in test01() local
54 catch(const exception& e) in test01() local
64 catch(const exception& e) in test01() local
74 catch(const exception& e) in test01() local
84 catch(const exception& e) in test01() local
94 catch(const exception& e) in test01() local
104 catch(const exception& e) in test01() local
114 catch(const exception& e) in test01() local
136 catch(const exception& e) in test02() local
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/19_diagnostics/
H A Dstdexcept.cc34 catch(const exception& e) in test01() local
44 catch(const exception& e) in test01() local
54 catch(const exception& e) in test01() local
64 catch(const exception& e) in test01() local
74 catch(const exception& e) in test01() local
84 catch(const exception& e) in test01() local
94 catch(const exception& e) in test01() local
104 catch(const exception& e) in test01() local
114 catch(const exception& e) in test01() local
136 catch(const exception& e) in test02() local
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/19_diagnostics/
H A Dstdexcept.cc34 catch(const exception& e) in test01() local
44 catch(const exception& e) in test01() local
54 catch(const exception& e) in test01() local
64 catch(const exception& e) in test01() local
74 catch(const exception& e) in test01() local
84 catch(const exception& e) in test01() local
94 catch(const exception& e) in test01() local
104 catch(const exception& e) in test01() local
114 catch(const exception& e) in test01() local
136 catch(const exception& e) in test02() local
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/19_diagnostics/
H A Dstdexcept.cc34 catch(const exception& e) in test01() local
44 catch(const exception& e) in test01() local
54 catch(const exception& e) in test01() local
64 catch(const exception& e) in test01() local
74 catch(const exception& e) in test01() local
84 catch(const exception& e) in test01() local
94 catch(const exception& e) in test01() local
104 catch(const exception& e) in test01() local
114 catch(const exception& e) in test01() local
136 catch(const exception& e) in test02() local
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/19_diagnostics/
H A Dstdexcept.cc34 catch(const exception& e) in test01() local
44 catch(const exception& e) in test01() local
54 catch(const exception& e) in test01() local
64 catch(const exception& e) in test01() local
74 catch(const exception& e) in test01() local
84 catch(const exception& e) in test01() local
94 catch(const exception& e) in test01() local
104 catch(const exception& e) in test01() local
114 catch(const exception& e) in test01() local
136 catch(const exception& e) in test02() local
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/19_diagnostics/
H A Dstdexcept.cc34 catch(const exception& e) in test01() local
44 catch(const exception& e) in test01() local
54 catch(const exception& e) in test01() local
64 catch(const exception& e) in test01() local
74 catch(const exception& e) in test01() local
84 catch(const exception& e) in test01() local
94 catch(const exception& e) in test01() local
104 catch(const exception& e) in test01() local
114 catch(const exception& e) in test01() local
136 catch(const exception& e) in test02() local
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/19_diagnostics/
H A Dstdexcept.cc34 catch(const exception& e) in test01() local
44 catch(const exception& e) in test01() local
54 catch(const exception& e) in test01() local
64 catch(const exception& e) in test01() local
74 catch(const exception& e) in test01() local
84 catch(const exception& e) in test01() local
94 catch(const exception& e) in test01() local
104 catch(const exception& e) in test01() local
114 catch(const exception& e) in test01() local
136 catch(const exception& e) in test02() local
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/19_diagnostics/
H A Dstdexcept.cc34 catch(const exception& e) in test01() local
44 catch(const exception& e) in test01() local
54 catch(const exception& e) in test01() local
64 catch(const exception& e) in test01() local
74 catch(const exception& e) in test01() local
84 catch(const exception& e) in test01() local
94 catch(const exception& e) in test01() local
104 catch(const exception& e) in test01() local
114 catch(const exception& e) in test01() local
136 catch(const exception& e) in test02() local
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/19_diagnostics/
H A Dstdexcept.cc34 catch(const exception& e) in test01() local
44 catch(const exception& e) in test01() local
54 catch(const exception& e) in test01() local
64 catch(const exception& e) in test01() local
74 catch(const exception& e) in test01() local
84 catch(const exception& e) in test01() local
94 catch(const exception& e) in test01() local
104 catch(const exception& e) in test01() local
114 catch(const exception& e) in test01() local
136 catch(const exception& e) in test02() local
[all …]

12345678910>>...2411