Home
last modified time | relevance | path

Searched refs:nvList (Results 1 – 5 of 5) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DClientRequestInfoImpl.java633 NVList nvList = ctx.get_values( "", CTX_RESTRICT_SCOPE.value,"*" ); in operation_context() local
634 String[] context = new String[(nvList.count() * 2) ]; in operation_context()
635 if( ( nvList != null ) &&( nvList.count() != 0 ) ) { in operation_context()
639 for( int i = 0; i < nvList.count(); i++ ) { in operation_context()
642 nv = nvList.item( i ); in operation_context()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DClientRequestInfoImpl.java633 NVList nvList = ctx.get_values( "", CTX_RESTRICT_SCOPE.value,"*" ); in operation_context() local
634 String[] context = new String[(nvList.count() * 2) ]; in operation_context()
635 if( ( nvList != null ) &&( nvList.count() != 0 ) ) { in operation_context()
639 for( int i = 0; i < nvList.count(); i++ ) { in operation_context()
642 nv = nvList.item( i ); in operation_context()
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dtree.h209 list_node nvList; member
219 #define v_list nodeVal.nvList
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/dynamic/
H A Ddir.mk24 nvList.cc \
/dports/audio/musescore/MuseScore-3.6.1/mscore/pianoroll/
H A Dpianoview.cpp1008 QList<NoteVal> nvList; in changeChordLength() local
1010 nvList.push_back(n->noteVal()); in changeChordLength()
1017 for (int i = 0; i < nvList.length(); ++i) { in changeChordLength()
1020 score->setNoteRest(cr->segment(), track, nvList.at(i), frac); in changeChordLength()
1024 score->addNote(chord, nvList.at(i)); in changeChordLength()