Home
last modified time | relevance | path

Searched refs:resultVar (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/lang/kawa/kawa-3.1.1/gnu/bytecode/
H A DExitableBlock.java106 Variable resultVar; in popStack()
109 resultVar = code.addLocal(resultType); in popStack()
110 code.emitStore(resultVar); in popStack()
113 resultVar = null; in popStack()
115 if (resultVar != null) { in popStack()
116 code.emitLoad(resultVar); in popStack()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qt/
H A Dtoken.cpp108 QVariant resultVar; in exec() local
111 …if(!cmd->exec(d->model->node(), d->model, ContractUtil::fromStdMap(lstParams), resultVar, resultJs… in exec()
119 QVariantMap variantMap = resultVar.toMap(); in exec()
125 QVariantMap variantMap = resultVar.toMap(); in exec()
134 QVariant resultVar; in execEvents() local
135 …el, fromBlock, toBlock, minconf, eventName, contractAddress, senderAddress, numTopics, resultVar))) in execEvents()
138 QList<QVariant> list = resultVar.toList(); in execEvents()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/automation/src/mx/automation/tabularData/
H A DOLAPDataGridTabularData.as57 var resultVar:IOLAPResult = OLAPdg.dataProvider as IOLAPResult;
60 var columnCount:int = resultVar.getAxis(OLAPQuery.COLUMN_AXIS).positions.length;
61 var rowHeaderCount : int = resultVar.getAxis(OLAPQuery.ROW_AXIS).positions[0].members.length;
131 var resultVar:IOLAPResult = OLAPdg.dataProvider as IOLAPResult;
132 var rowAxis:IOLAPResultAxis = resultVar.getAxis(OLAPQuery.ROW_AXIS);
177 var columnDataString:String = String(resultVar.getCell(currRowIndex,columnIndex).value);
196 var resultVar:IOLAPResult = OLAPdg.dataProvider as IOLAPResult;
199 return resultVar.getAxis(OLAPQuery.ROW_AXIS).positions.length + 1;
214 var resultVar:IOLAPResult = OLAPdg.dataProvider as IOLAPResult;
215 var rowAxis:IOLAPResultAxis = resultVar.getAxis(OLAPQuery.ROW_AXIS);
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition.Hosting/src/System/Composition/Hosting/Providers/Metadata/
H A DMetadataViewProvider.cs48 var resultVar = Expression.Variable(typeof(TMetadata), "result"); in GetMetadataViewProvider()
51 … blockExprs.Add(Expression.Assign(resultVar, Expression.New(parameterlessConstructor))); in GetMetadataViewProvider()
62 Expression.Property(resultVar, prop), in GetMetadataViewProvider()
67 blockExprs.Add(resultVar); in GetMetadataViewProvider()
70 Expression.Block(new[] { resultVar }, blockExprs), providerArg) in GetMetadataViewProvider()
/dports/science/jstrack/jstrack/extlib/tcllib1.19/control/
H A Dascaller.tcl13 proc CommandAsCaller {cmdVar resultVar {where {}} {codeVar code}} {
17 set $codeVar [catch {uplevel 1 $$cmdVar} $resultVar]
38 proc BodyAsCaller {bodyVar resultVar codeVar {where {}}} {
44 set $codeVar [catch {uplevel 1 $$bodyVar} $resultVar]
/dports/devel/tcllib/tcllib-1.20/modules/control/
H A Dascaller.tcl13 proc CommandAsCaller {cmdVar resultVar {where {}} {codeVar code}} {
17 set $codeVar [catch {uplevel 1 $$cmdVar} $resultVar]
38 proc BodyAsCaller {bodyVar resultVar codeVar {where {}}} {
44 set $codeVar [catch {uplevel 1 $$bodyVar} $resultVar]
/dports/devel/tcllibc/tcllib-1.20/modules/control/
H A Dascaller.tcl13 proc CommandAsCaller {cmdVar resultVar {where {}} {codeVar code}} {
17 set $codeVar [catch {uplevel 1 $$cmdVar} $resultVar]
38 proc BodyAsCaller {bodyVar resultVar codeVar {where {}}} {
44 set $codeVar [catch {uplevel 1 $$bodyVar} $resultVar]
/dports/databases/grass7/grass-7.8.6/lib/raster3d/
H A Dkeys.c65 char *val2, int result1, int result2, int *resultVar) in Rast3d_key_get_value() argument
76 *resultVar = result1; in Rast3d_key_get_value()
80 *resultVar = result2; in Rast3d_key_get_value()
/dports/science/jstrack/jstrack/extlib/tcllib1.19/html/
H A Dhtml.tcl145 ::set resultVar "result_$randVar"
157 append script " append $resultVar \[subst \{$body\}\]\n"
165 upvar 1 $resultVar tmp
204 ::set resultVar "result_$randVar"
208 append script " append $resultVar \[subst \{$body\}\]\n"
216 upvar 1 $resultVar tmp
253 ::set resultVar "result_$randVar"
257 append script " append $resultVar \[subst \{$body\}\]\n"
265 upvar 1 $resultVar tmp
301 ::set resultVar "result_$randVar"
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/html/
H A Dhtml.tcl145 ::set resultVar "result_$randVar"
157 append script " append $resultVar \[subst \{$body\}\]\n"
165 upvar 1 $resultVar tmp
204 ::set resultVar "result_$randVar"
208 append script " append $resultVar \[subst \{$body\}\]\n"
216 upvar 1 $resultVar tmp
253 ::set resultVar "result_$randVar"
257 append script " append $resultVar \[subst \{$body\}\]\n"
265 upvar 1 $resultVar tmp
301 ::set resultVar "result_$randVar"
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/html/
H A Dhtml.tcl145 ::set resultVar "result_$randVar"
157 append script " append $resultVar \[subst \{$body\}\]\n"
165 upvar 1 $resultVar tmp
204 ::set resultVar "result_$randVar"
208 append script " append $resultVar \[subst \{$body\}\]\n"
216 upvar 1 $resultVar tmp
253 ::set resultVar "result_$randVar"
257 append script " append $resultVar \[subst \{$body\}\]\n"
265 upvar 1 $resultVar tmp
301 ::set resultVar "result_$randVar"
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Modules/
H A DCheckCSourceRuns.cmake15 check_c_source_runs(<code> <resultVar>)
20 successfully, the internal cache variable specified by ``<resultVar>`` will
37 ``<resultVar>`` will also be added automatically.
64 named by ``<resultVar>``. Every subsequent CMake run will re-use this cached
67 ``<resultVar>`` must be manually removed from the cache.
H A DCheckOBJCSourceCompiles.cmake16 check_objc_source_compiles(<code> <resultVar>
22 by ``<resultVar>``, with a boolean true value for success and boolean false
40 ``<resultVar>`` will also be added automatically.
63 named by ``<resultVar>``. Every subsequent CMake run will re-use this cached
66 ``<resultVar>`` must be manually removed from the cache.
H A DCheckCXXSourceRuns.cmake15 check_cxx_source_runs(<code> <resultVar>)
20 successfully, the internal cache variable specified by ``<resultVar>`` will
37 ``<resultVar>`` will also be added automatically.
64 named by ``<resultVar>``. Every subsequent CMake run will re-use this cached
67 ``<resultVar>`` must be manually removed from the cache.
/dports/devel/cmake-gui/cmake-3.22.1/Modules/
H A DCheckCSourceCompiles.cmake14 check_c_source_compiles(<code> <resultVar>
20 by ``<resultVar>``, with a boolean true value for success and boolean false
38 ``<resultVar>`` will also be added automatically.
65 named by ``<resultVar>``. Every subsequent CMake run will re-use this cached
68 ``<resultVar>`` must be manually removed from the cache.
H A DCheckCXXSourceRuns.cmake15 check_cxx_source_runs(<code> <resultVar>)
20 successfully, the internal cache variable specified by ``<resultVar>`` will
37 ``<resultVar>`` will also be added automatically.
64 named by ``<resultVar>``. Every subsequent CMake run will re-use this cached
67 ``<resultVar>`` must be manually removed from the cache.
H A DCheckCSourceRuns.cmake15 check_c_source_runs(<code> <resultVar>)
20 successfully, the internal cache variable specified by ``<resultVar>`` will
37 ``<resultVar>`` will also be added automatically.
64 named by ``<resultVar>``. Every subsequent CMake run will re-use this cached
67 ``<resultVar>`` must be manually removed from the cache.
H A DCheckCXXSourceCompiles.cmake14 check_cxx_source_compiles(<code> <resultVar>
20 by ``<resultVar>``, with a boolean true value for success and boolean false
38 ``<resultVar>`` will also be added automatically.
65 named by ``<resultVar>``. Every subsequent CMake run will re-use this cached
68 ``<resultVar>`` must be manually removed from the cache.
H A DCheckOBJCSourceCompiles.cmake16 check_objc_source_compiles(<code> <resultVar>
22 by ``<resultVar>``, with a boolean true value for success and boolean false
40 ``<resultVar>`` will also be added automatically.
63 named by ``<resultVar>``. Every subsequent CMake run will re-use this cached
66 ``<resultVar>`` must be manually removed from the cache.
H A DCheckOBJCSourceRuns.cmake17 check_objc_source_runs(<code> <resultVar>)
22 successfully, the internal cache variable specified by ``<resultVar>`` will
39 ``<resultVar>`` will also be added automatically.
62 named by ``<resultVar>``. Every subsequent CMake run will re-use this cached
65 ``<resultVar>`` must be manually removed from the cache.
H A DCheckOBJCXXSourceCompiles.cmake16 check_objcxx_source_compiles(<code> <resultVar>
22 by ``<resultVar>``, with a boolean true value for success and boolean false
40 ``<resultVar>`` will also be added automatically.
63 named by ``<resultVar>``. Every subsequent CMake run will re-use this cached
66 ``<resultVar>`` must be manually removed from the cache.
H A DCheckOBJCXXSourceRuns.cmake17 check_objcxx_source_runs(<code> <resultVar>)
22 successfully, the internal cache variable specified by ``<resultVar>`` will
39 ``<resultVar>`` will also be added automatically.
62 named by ``<resultVar>``. Every subsequent CMake run will re-use this cached
65 ``<resultVar>`` must be manually removed from the cache.
/dports/devel/cmake/cmake-3.22.1/Modules/
H A DCheckOBJCSourceCompiles.cmake16 check_objc_source_compiles(<code> <resultVar>
22 by ``<resultVar>``, with a boolean true value for success and boolean false
40 ``<resultVar>`` will also be added automatically.
63 named by ``<resultVar>``. Every subsequent CMake run will re-use this cached
66 ``<resultVar>`` must be manually removed from the cache.
H A DCheckOBJCXXSourceRuns.cmake17 check_objcxx_source_runs(<code> <resultVar>)
22 successfully, the internal cache variable specified by ``<resultVar>`` will
39 ``<resultVar>`` will also be added automatically.
62 named by ``<resultVar>``. Every subsequent CMake run will re-use this cached
65 ``<resultVar>`` must be manually removed from the cache.
H A DCheckCSourceCompiles.cmake14 check_c_source_compiles(<code> <resultVar>
20 by ``<resultVar>``, with a boolean true value for success and boolean false
38 ``<resultVar>`` will also be added automatically.
65 named by ``<resultVar>``. Every subsequent CMake run will re-use this cached
68 ``<resultVar>`` must be manually removed from the cache.

1234567891011