Home
last modified time | relevance | path

Searched refs:funcTable (Results 1 – 25 of 137) sorted by relevance

123456

/dports/math/zegrapher/ZeGrapher-6832bd61291b3e82bc05233ae74e8d7556abe910/ValuesTable/
H A Dvaluestable.cpp33 funcTable = nullptr; in ValuesTable()
84 if(funcTable != nullptr) in previous()
85 funcTable->close(); in previous()
101 if(funcTable == nullptr) in apply()
111 funcTable->show(); in apply()
139 if(funcTable != nullptr) in apply()
141 delete funcTable; in apply()
142 funcTable = nullptr; in apply()
165 if(funcTable != nullptr) in apply()
167 delete funcTable; in apply()
[all …]
/dports/devel/upp/upp/bazaar/Oce2Upp/
H A DImage_AlienPixMap_CXX30 ALIENPIXMAP_UPP_FUNCTABLE funcTable;
34 return &funcTable;
46 if(funcTable.Construct)
47 imageBuffer = funcTable.Construct();
86 if(!funcTable.CreateImage)
88 funcTable.CreateImage(imageBuffer, theSizeX, theSizeY);
154 if(!funcTable.Load)
156 if(!funcTable.Load(imageBuffer, theImagePath))
159 …Image_PixMap::InitWrapper(ImgBGRA, funcTable.GetRGBA(imageBuffer), funcTable.GetWidth(imageBuffer)…
216 if(!funcTable.Save)
[all …]
H A DOCE_AlienPixMap_ICPP86 ALIENPIXMAP_UPP_FUNCTABLE *funcTable = ALIENPIXMAP_GET_FUNCTABLE();
88 funcTable->Construct = &Construct;
89 funcTable->Destroy = &Destroy;
91 funcTable->CreateImage = &CreateImage;
92 funcTable->GetRGBA = &GetRGBA;
94 funcTable->Load = &Load;
95 funcTable->Save = &Save;
97 funcTable->GetWidth = &GetWidth;
98 funcTable->GetHeight = &GetHeight;
/dports/devel/staf/src/staf/stafif/
H A DSTAFConnectionProviderInlImpl.cpp60 const STAFConnectionProviderFunctionTable *funcTable, in handleNewConnection() argument
102 STAFConnectionProviderFunctionTable funcTable = { 0 }; in create() local
104 rc = STAFConnectionProviderLoad(library, &funcTable, &errorBuffer); in create()
112 rc = funcTable.provConstruct(&provider, constructInfo, constructInfoLevel, in create()
120 provider, funcTable); in create()
254 const STAFConnectionProviderFunctionTable funcTable) in STAFConnectionProvider() argument
256 fProvider(provider), fFuncTable(funcTable) in STAFConnectionProvider()
380 const STAFConnectionProviderFunctionTable *funcTable) in STAFConnection() argument
381 : fConn(conn), fFuncTable(funcTable) in STAFConnection()
/dports/math/mpexpr/mpexpr-1.2/generic/
H A Dmpiface.c91 mdPtr->funcTable = NULL;
160 if (mdPtr->funcTable) {
164 for (hPtr = Tcl_FirstHashEntry(mdPtr->funcTable, &search); hPtr;
168 Tcl_DeleteHashTable(mdPtr->funcTable);
169 ckfree((char *)mdPtr->funcTable);
170 mdPtr->funcTable = NULL;
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/multiformats/go-multihash/
H A Dsum.go31 var funcTable = make(map[uint64]HashFunc) var
49 hashFunc, ok := funcTable[code]
234 _, ok := funcTable[code]
239 funcTable[code] = hashFunc
/dports/security/xml-security/xml-security-1_5_5/src/main/java/org/apache/xml/security/utils/
H A DXalanXPathAPI.java54 private static FunctionTable funcTable = null; field in XalanXPathAPI
149 new Object[]{str, null, prefixResolver, Integer.valueOf(XPath.SELECT), null, funcTable}; in createXPath()
185 funcTable = new FunctionTable(); in fixupFunctionTable()
189 installFunction.invoke(funcTable, params); in fixupFunctionTable()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DXalanXPathAPI.java58 private static FunctionTable funcTable; field in XalanXPathAPI
153 new Object[]{str, null, prefixResolver, XPath.SELECT, null, funcTable}; in createXPath()
190 funcTable = new FunctionTable(); in fixupFunctionTable()
194 installFunction.invoke(funcTable, params); in fixupFunctionTable()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DXalanXPathAPI.java58 private static FunctionTable funcTable; field in XalanXPathAPI
153 new Object[]{str, null, prefixResolver, XPath.SELECT, null, funcTable}; in createXPath()
190 funcTable = new FunctionTable(); in fixupFunctionTable()
194 installFunction.invoke(funcTable, params); in fixupFunctionTable()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DXalanXPathAPI.java58 private static FunctionTable funcTable; field in XalanXPathAPI
153 new Object[]{str, null, prefixResolver, XPath.SELECT, null, funcTable}; in createXPath()
190 funcTable = new FunctionTable(); in fixupFunctionTable()
194 installFunction.invoke(funcTable, params); in fixupFunctionTable()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DXalanXPathAPI.java58 private static FunctionTable funcTable; field in XalanXPathAPI
153 new Object[]{str, null, prefixResolver, XPath.SELECT, null, funcTable}; in createXPath()
185 funcTable = new FunctionTable(); in fixupFunctionTable()
189 installFunction.invoke(funcTable, params); in fixupFunctionTable()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DXalanXPathAPI.java58 private static FunctionTable funcTable; field in XalanXPathAPI
153 new Object[]{str, null, prefixResolver, XPath.SELECT, null, funcTable}; in createXPath()
190 funcTable = new FunctionTable(); in fixupFunctionTable()
194 installFunction.invoke(funcTable, params); in fixupFunctionTable()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DXalanXPathAPI.java58 private static FunctionTable funcTable; field in XalanXPathAPI
153 new Object[]{str, null, prefixResolver, XPath.SELECT, null, funcTable}; in createXPath()
190 funcTable = new FunctionTable(); in fixupFunctionTable()
194 installFunction.invoke(funcTable, params); in fixupFunctionTable()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DXalanXPathAPI.java58 private static FunctionTable funcTable; field in XalanXPathAPI
153 new Object[]{str, null, prefixResolver, XPath.SELECT, null, funcTable}; in createXPath()
190 funcTable = new FunctionTable(); in fixupFunctionTable()
194 installFunction.invoke(funcTable, params); in fixupFunctionTable()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DXalanXPathAPI.java58 private static FunctionTable funcTable; field in XalanXPathAPI
153 new Object[]{str, null, prefixResolver, XPath.SELECT, null, funcTable}; in createXPath()
190 funcTable = new FunctionTable(); in fixupFunctionTable()
194 installFunction.invoke(funcTable, params); in fixupFunctionTable()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DXalanXPathAPI.java58 private static FunctionTable funcTable; field in XalanXPathAPI
153 new Object[]{str, null, prefixResolver, XPath.SELECT, null, funcTable}; in createXPath()
190 funcTable = new FunctionTable(); in fixupFunctionTable()
194 installFunction.invoke(funcTable, params); in fixupFunctionTable()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DXalanXPathAPI.java58 private static FunctionTable funcTable; field in XalanXPathAPI
153 new Object[]{str, null, prefixResolver, XPath.SELECT, null, funcTable}; in createXPath()
185 funcTable = new FunctionTable(); in fixupFunctionTable()
189 installFunction.invoke(funcTable, params); in fixupFunctionTable()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dptolemy2.C30 static InterpTableEntry funcTable[] = { variable
38 return (this->*(funcTable[which].func))(argc, argv); in dispatcher()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dptolemy2.C30 static InterpTableEntry funcTable[] = { variable
38 return (this->*(funcTable[which].func))(argc, argv); in dispatcher()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dptolemy2.C30 static InterpTableEntry funcTable[] = { variable
38 return (this->*(funcTable[which].func))(argc, argv); in dispatcher()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dptolemy2.C30 static InterpTableEntry funcTable[] = { variable
38 return (this->*(funcTable[which].func))(argc, argv); in dispatcher()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dptolemy2.C30 static InterpTableEntry funcTable[] = { variable
38 return (this->*(funcTable[which].func))(argc, argv); in dispatcher()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dptolemy2.C30 static InterpTableEntry funcTable[] = { variable
38 return (this->*(funcTable[which].func))(argc, argv); in dispatcher()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dptolemy2.C30 static InterpTableEntry funcTable[] = { variable
38 return (this->*(funcTable[which].func))(argc, argv); in dispatcher()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dptolemy2.C30 static InterpTableEntry funcTable[] = { variable
38 return (this->*(funcTable[which].func))(argc, argv); in dispatcher()

123456