Home
last modified time | relevance | path

Searched refs:idMethod (Results 1 – 25 of 26) sorted by relevance

12

/dports/biology/bedtools/bedtools2-2.30.0/src/windowMaker/
H A DwindowMakerMain.cpp35 WindowMaker::ID_METHOD idMethod = WindowMaker::ID_NONE; in windowmaker_main() local
105 idMethod = WindowMaker::ID_WINDOW_NUMBER; in windowmaker_main()
107 idMethod = WindowMaker::ID_SOURCE_ID_WINDOW_NUMBER; in windowmaker_main()
109 idMethod = WindowMaker::ID_SOURCE_ID; in windowmaker_main()
158 wm = new WindowMaker(inputFile, idMethod, in windowmaker_main()
161 wm = new WindowMaker(inputFile, idMethod, in windowmaker_main()
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/vaguedenoiser/
H A Dui.qml59 idMethod.currentIndex = getComboIndex(filter.get(methodParam), methodValues)
140 id: idMethod
147 idMethod.currentIndex = getComboIndex(methodDefault, methodValues)
148 filter.set(methodParam, methodValues[idMethod.currentIndex])
/dports/lang/libobjc2/libobjc2-2.1/Test/
H A DRuntimeTest.m231 Method idMethod = class_getInstanceMethod([Bar class], @selector(manyTypes));
234 test(sel_isEqual(method_getName(idMethod), @selector(manyTypes)));
239 method_getReturnType(idMethod, ret, 10);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DExceptionHandlerImpl.java111 Method idMethod = helperClass.getDeclaredMethod( "id", (Class[])null ) ; in ExceptionRWIDLImpl() local
112 setId( (String)idMethod.invoke( null, (Object[])null ) ) ; in ExceptionRWIDLImpl()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DExceptionHandlerImpl.java111 Method idMethod = helperClass.getDeclaredMethod( "id", (Class[])null ) ; in ExceptionRWIDLImpl() local
112 setId( (String)idMethod.invoke( null, (Object[])null ) ) ; in ExceptionRWIDLImpl()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DDataMethod.cpp196 s << idMethod << modelPointer << lowFidModelPointer << methodOutput in write()
362 s >> idMethod >> modelPointer >> lowFidModelPointer >> methodOutput in read()
528 s << idMethod << modelPointer << lowFidModelPointer << methodOutput in write()
H A DDataMethod.hpp257 String idMethod; member in Dakota::DataMethodRep
1298 { return id == dm.dataMethodRep->idMethod; } in id_compare()
H A DProblemDescDB.cpp515 method_ids.push_back(it->dataMethodRep->idMethod); in resolve_top_method()
982 String id_method = dbRep->dataMethodIter->dataMethodRep->idMethod; in get_iterator()
1007 String id_method = dbRep->dataMethodIter->dataMethodRep->idMethod; in get_iterator()
2290 {"id", P idMethod}, in get_string()
3888 check_unique("method", data_cont.data_rep()->idMethod); in enforce_unique_ids()
H A DNIDR_keywds.hpp5618 {"id_method",11,0,1,0,0,0.,0.,0,N_mdm(str,idMethod)},
H A DNIDRProblemDescDB.cpp6839 MP_(idMethod),
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DRepositoryId.java798 Method idMethod = helperClazz.getDeclaredMethod("id", kNoParamTypes); in getIdFromHelper() local
799 return (String)idMethod.invoke(null, kNoArgs); in getIdFromHelper()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DRepositoryId.java798 Method idMethod = helperClazz.getDeclaredMethod("id", kNoParamTypes); in getIdFromHelper() local
799 return (String)idMethod.invoke(null, kNoArgs); in getIdFromHelper()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java1503 String idMethod = t.hasMoreTokens() ? t.nextToken() : null; in commandLines() local
1508 if (idMethod == null) { in commandLines()
1512 if (method.name().equals(idMethod)) { in commandLines()
1517 MessageOutput.println("is not a valid method name", idMethod); in commandLines()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java1571 String idMethod = t.hasMoreTokens() ? t.nextToken() : null; in commandLines() local
1576 if (idMethod == null) { in commandLines()
1580 if (method.name().equals(idMethod)) { in commandLines()
1585 MessageOutput.println("is not a valid method name", idMethod); in commandLines()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java1503 String idMethod = t.hasMoreTokens() ? t.nextToken() : null; in commandLines() local
1508 if (idMethod == null) { in commandLines()
1512 if (method.name().equals(idMethod)) { in commandLines()
1517 MessageOutput.println("is not a valid method name", idMethod); in commandLines()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java1571 String idMethod = t.hasMoreTokens() ? t.nextToken() : null; in commandLines() local
1576 if (idMethod == null) { in commandLines()
1580 if (method.name().equals(idMethod)) { in commandLines()
1585 MessageOutput.println("is not a valid method name", idMethod); in commandLines()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java1503 String idMethod = t.hasMoreTokens() ? t.nextToken() : null; in commandLines() local
1508 if (idMethod == null) { in commandLines()
1512 if (method.name().equals(idMethod)) { in commandLines()
1517 MessageOutput.println("is not a valid method name", idMethod); in commandLines()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java1503 String idMethod = t.hasMoreTokens() ? t.nextToken() : null; in commandLines() local
1508 if (idMethod == null) { in commandLines()
1512 if (method.name().equals(idMethod)) { in commandLines()
1517 MessageOutput.println("is not a valid method name", idMethod); in commandLines()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java1571 String idMethod = t.hasMoreTokens() ? t.nextToken() : null; in commandLines() local
1576 if (idMethod == null) { in commandLines()
1580 if (method.name().equals(idMethod)) { in commandLines()
1585 MessageOutput.println("is not a valid method name", idMethod); in commandLines()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java1571 String idMethod = t.hasMoreTokens() ? t.nextToken() : null; in commandLines() local
1576 if (idMethod == null) { in commandLines()
1580 if (method.name().equals(idMethod)) { in commandLines()
1585 MessageOutput.println("is not a valid method name", idMethod); in commandLines()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java1571 String idMethod = t.hasMoreTokens() ? t.nextToken() : null; in commandLines() local
1576 if (idMethod == null) { in commandLines()
1580 if (method.name().equals(idMethod)) { in commandLines()
1585 MessageOutput.println("is not a valid method name", idMethod); in commandLines()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java1503 String idMethod = t.hasMoreTokens() ? t.nextToken() : null; in commandLines() local
1508 if (idMethod == null) { in commandLines()
1512 if (method.name().equals(idMethod)) { in commandLines()
1517 MessageOutput.println("is not a valid method name", idMethod); in commandLines()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/dll_demo/
H A DNIDR_keywds.H695 {"id_method",11,0,1,0,0,0.,0.,0,N_mdm(str,idMethod)},
H A Dnoj.nspec52 [ id_method STRING {N_mdm(str,idMethod)} ]
H A Ddakota.input.nspec52 [ id_method STRING {N_mdm(str,idMethod)} ]

12