Home
last modified time | relevance | path

Searched refs:arNames (Results 1 – 12 of 12) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/JITLib/GUI/
H A DProxyMixer.sc14 arNames { ^prevState[\arNames] }
16 numArs { ^prevState[\arNames].size }
262 var arNames, krNames;
267 arNames: [],
279 \arNames, arNames,
312 arNames = newState[\arNames];
314 fullSize = arNames.size;
317 arNames = arNames.drop(arKeysRotation).keep(numItems);
318 newState[\arNames] = arNames;
327 if (arNames != prevArNames) {
[all …]
/dports/graphics/flasm/flasm-1.62_1/
H A Dunflasm.c109 char *arNames[] = {"this", "arguments", "super", "_root", "_parent", "_global"}; variable
1325 if (argnames[curautoreg] != NULL && strcmp(argnames[curautoreg], arNames[i])) in printActionRecord()
1326 …n in function2 %s: %s and %s both go to r:%u", name, argnames[curautoreg], arNames[i], curautoreg); in printActionRecord()
1328 … (0, "Preload and suppress flags are both set for %s parameter of function2 %s", arNames[i], name); in printActionRecord()
1330 argnames[curautoreg] = arNames[i]; in printActionRecord()
1332 printf("%sr:%u='%s'", firstprint == 0 ? ", " : "", curautoreg, arNames[i]); in printActionRecord()
1342 printf("%s'%s'", firstprint == 0 ? ", " : "", arNames[i]); in printActionRecord()
H A Dassembler.y29 extern char *arNames[];
796 if (!strcmp($4, arNames[i])) {
815 if (!strcmp($1, arNames[i])) {
876 …egfunc_args[curFunc][curautoreg] != NULL && !strcmp(regfunc_args[curFunc][curautoreg], arNames[i]))
/dports/editors/libreoffice/libreoffice-7.2.6.2/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx1166 OUString *arNames = sarJavaNames.get(); in addJavaInfosDirScan()
1168 arNames[i] = OUString(g_arJavaNames[i], strlen(g_arJavaNames[i]), in addJavaInfosDirScan()
1253 OUString usDir3(usDir2 + arNames[k]); in addJavaInfosDirScan()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DProxyMixer.schelp79 method::proxyspace, existingProxies, activeProxies, playingProxies, selectedKeys, arNames, krNames,…
145 m.arNames.scramble.keep(5).do { |k| p[k.asSymbol].playN };
/dports/editors/libreoffice6/libreoffice-6.4.7.2/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx1224 OUString *arNames = sarJavaNames.get(); in addJavaInfosDirScan()
1226 arNames[i] = OUString(g_arJavaNames[i], strlen(g_arJavaNames[i]), in addJavaInfosDirScan()
1311 OUString usDir3(usDir2 + arNames[k]); in addJavaInfosDirScan()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/ole/
H A Doleobjw.cxx1728 OLECHAR ** arNames = saNames.get(); in invokeWithDispIdComTlb() local
1729 arNames[0] = const_cast<OLECHAR*>(o3tl::toW(sFuncName.getStr())); in invokeWithDispIdComTlb()
1741arNames[nSizeAr - 1 - cNamedArg++] = const_cast<OLECHAR*>(o3tl::toW(arg.Name.getStr())); in invokeWithDispIdComTlb()
1748 HRESULT hr = getTypeInfo()->GetIDsOfNames(arNames, nSizeAr, in invokeWithDispIdComTlb()
1751 …hr = m_spDispatch->GetIDsOfNames(IID_NULL, arNames, nSizeAr, LOCALE_USER_DEFAULT, arDispidNamedArg… in invokeWithDispIdComTlb()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/ole/
H A Doleobjw.cxx1729 OLECHAR ** arNames = saNames.get(); in invokeWithDispIdComTlb() local
1730 arNames[0] = const_cast<OLECHAR*>(o3tl::toW(sFuncName.getStr())); in invokeWithDispIdComTlb()
1742arNames[nSizeAr - 1 - cNamedArg++] = const_cast<OLECHAR*>(o3tl::toW(arg.Name.getStr())); in invokeWithDispIdComTlb()
1749 HRESULT hr = getTypeInfo()->GetIDsOfNames(arNames, nSizeAr, in invokeWithDispIdComTlb()
1752 …hr = m_spDispatch->GetIDsOfNames(IID_NULL, arNames, nSizeAr, LOCALE_USER_DEFAULT, arDispidNamedArg… in invokeWithDispIdComTlb()
/dports/editors/libreoffice/libreoffice-7.2.6.2/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DPropertySet_Test.java948 String[] arNames= new String[] {"PropCharA","PropIntClass","PropObjectA"}; in setPropertyValues() local
953 cl.setPropertyValues(arNames, values); in setPropertyValues()
958 arNames= new String[] {"blabla","PropIntClass","PropObjectA"}; in setPropertyValues()
960 cl.setPropertyValues(arNames, values); in setPropertyValues()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DPropertySet_Test.java948 String[] arNames= new String[] {"PropCharA","PropIntClass","PropObjectA"}; in setPropertyValues() local
953 cl.setPropertyValues(arNames, values); in setPropertyValues()
958 arNames= new String[] {"blabla","PropIntClass","PropObjectA"}; in setPropertyValues()
960 cl.setPropertyValues(arNames, values); in setPropertyValues()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cli_ure/qa/climaker/
H A Dclimaker.cs1148 string[] arNames = new string[]{"if", "else"}; in testPolyStructAttributes()
1149 l.assure(attr != null && attr.Parameters.ToString().Equals(arNames.ToString())); in testPolyStructAttributes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cli_ure/qa/climaker/
H A Dclimaker.cs1148 string[] arNames = new string[]{"if", "else"}; in testPolyStructAttributes()
1149 l.assure(attr != null && attr.Parameters.ToString().Equals(arNames.ToString())); in testPolyStructAttributes()