Home
last modified time | relevance | path

Searched refs:nextHandle (Results 1 – 25 of 114) sorted by relevance

12345

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/lib/jdk/test/lib/hexdump/
H A DObjectStreamPrinter.java60 private int nextHandle = 0; field in ObjectStreamPrinter
202 setLabel(nextHandle, handle); in formatTC_STRING()
219 setLabel(nextHandle, handle); in formatTC_LONGSTRING()
310 setLabel(nextHandle, handle); in formatTC_CLASSDESC()
392 setLabel(nextHandle, CLASS_HANDLE); in formatTC_PROXYCLASSDESC()
394 nextHandle++, numIfaces)); in formatTC_PROXYCLASSDESC()
425 setLabel(nextHandle, label); in formatTC_CLASS()
443 setLabel(nextHandle, OBJ_HANDLE); in formatTC_OBJECT()
489 setLabel(nextHandle, ENUM_HANDLE); in formatTC_ENUM()
493 setLabel(nextHandle, h); in formatTC_ENUM()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/dynobj/
H A Dmanaged_object_pool.cpp171 for (int i = 1; i < nextHandle; i++) { in RunGarbageCollection()
190 handle = nextHandle++; in AddObject()
245 for (int i = 1; i < nextHandle; i++) { in WriteToDisk()
253 for (int i = 1; i < nextHandle; i++) { in WriteToDisk()
346 nextHandle = 1; in ReadFromDisk()
350 nextHandle = o.handle + 1; in ReadFromDisk()
353 for (int i = 1; i < nextHandle; i++) { in ReadFromDisk()
364 for (int i = 1; i < nextHandle; i++) { in reset()
374 nextHandle = 1; in reset()
377 ManagedObjectPool::ManagedObjectPool() : objectCreationCounter(0), nextHandle(1), available_ids(), … in ManagedObjectPool()
H A Dmanaged_object_pool.h78 int32_t nextHandle{}; // TODO: manage nextHandle's going over INT32_MAX !
/dports/editors/e93/e93/
H A Dbuffer.c59 handle=handle->nextHandle; in DisposeBuffer()
268 currentHandle=currentHandle->nextHandle; in EditorReleaseBufferHandle()
274 previousHandle->nextHandle=currentHandle->nextHandle; in EditorReleaseBufferHandle()
278 currentHandle->buffer->bufferHandles=currentHandle->nextHandle; in EditorReleaseBufferHandle()
289 handle->nextHandle=buffer->bufferHandles; in EditorGrabBufferHandle()
H A Ddefines.h350 *nextHandle; // next in linked list of handles member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/rxjs/src/internal/util/
H A DImmediate.ts1 let nextHandle = 1; variable
14 const handle = nextHandle++;
/dports/misc/netron/node_modules/rxjs/src/internal/util/
H A DImmediate.ts1 let nextHandle = 1; variable
23 const handle = nextHandle++;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/rxjs/src/internal/util/
H A DImmediate.ts1 let nextHandle = 1; variable
23 const handle = nextHandle++;
/dports/textproc/write-good/write-good-1.0.8/node_modules/rxjs/src/internal/util/
H A DImmediate.ts1 let nextHandle = 1; variable
23 const handle = nextHandle++;
/dports/devel/upp/upp/bazaar/DXF/
H A DDXF.h34 uint32 nextHandle;
40 uint32 GetNextHandle(void) { return nextHandle++; } in GetNextHandle()
H A DDXF.cpp12 DXF::DXF() : nextHandle(0x1000), header(this), blocks(this), objects(this), tables(this) in DXF()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/terminal/
H A DTerminalPopupMenu.java226 String nextHandle = getNextTerminalHandle(); in nextTerminal() local
227 if (nextHandle != null) in nextTerminal()
229 eventBus_.fireEvent(new SwitchToTerminalEvent(nextHandle, null)); in nextTerminal()
/dports/net/cjdns/cjdns-cjdns-v21.1/util/
H A DMap.h70 uint32_t nextHandle; member
210 map->handles[i] = map->nextHandle++; in Map_FUNCTION()
/dports/net/rdesktop/rdesktop-1.9.0/
H A Dscard.h128 struct _MEM_HANDLE *nextHandle; member
H A Dscard.c383 handle->nextHandle = NULL; in SC_xmalloc()
388 (*memHandle)->nextHandle = handle; in SC_xmalloc()
409 if (lcHandle->nextHandle) in SC_xfree()
410 lcHandle->nextHandle->prevHandle = lcHandle->prevHandle; in SC_xfree()
412 lcHandle->prevHandle->nextHandle = lcHandle->nextHandle; in SC_xfree()
418 *handle = lcHandle->nextHandle; in SC_xfree()
432 (*handle)->prevHandle->nextHandle = NULL; in SC_xfreeallmemory()
435 if ((*handle)->nextHandle) in SC_xfreeallmemory()
437 (*handle)->nextHandle->prevHandle = NULL; in SC_xfreeallmemory()
438 SC_xfreeallmemory(&((*handle)->nextHandle)); in SC_xfreeallmemory()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/General/
H A DMetadataReaderExtensions.NativeFormat.cs594 Handle nextHandle = currentNamespaceDefinition.ParentScopeOrNamespace; in ToNamespaceName()
595 HandleType handleType = nextHandle.HandleType; in ToNamespaceName()
600 namespaceDefinitionHandle = nextHandle.ToNamespaceDefinitionHandle(reader); in ToNamespaceName()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/github.com/pkg/sftp/
H A Dserver.go39 func (svr *Server) nextHandle(f *os.File) string { func
438 handle := svr.nextHandle(f)
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/pkg/sftp/
H A Dserver.go38 func (svr *Server) nextHandle(f *os.File) string { func
454 handle := svr.nextHandle(f)
/dports/net/cjdns/cjdns-cjdns-v21.1/util/events/libuv/
H A DPipeServer.c69 uint32_t nextHandle; member
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java2044 InstructionHandle nextHandle = oldIfHandle.getNext(); in widenConditionalBranchTargetOffsets() local
2057 if (nextHandle == null) { in widenConditionalBranchTargetOffsets()
2058 nextHandle = il.append(gotoHandle, InstructionConst.NOP); in widenConditionalBranchTargetOffsets()
2062 invertedIfHandle.updateTarget(target, nextHandle); in widenConditionalBranchTargetOffsets()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java2044 InstructionHandle nextHandle = oldIfHandle.getNext(); in widenConditionalBranchTargetOffsets() local
2057 if (nextHandle == null) { in widenConditionalBranchTargetOffsets()
2058 nextHandle = il.append(gotoHandle, InstructionConst.NOP); in widenConditionalBranchTargetOffsets()
2062 invertedIfHandle.updateTarget(target, nextHandle); in widenConditionalBranchTargetOffsets()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java2044 InstructionHandle nextHandle = oldIfHandle.getNext(); in widenConditionalBranchTargetOffsets() local
2057 if (nextHandle == null) { in widenConditionalBranchTargetOffsets()
2058 nextHandle = il.append(gotoHandle, InstructionConst.NOP); in widenConditionalBranchTargetOffsets()
2062 invertedIfHandle.updateTarget(target, nextHandle); in widenConditionalBranchTargetOffsets()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java2020 InstructionHandle nextHandle = oldIfHandle.getNext(); in widenConditionalBranchTargetOffsets() local
2033 if (nextHandle == null) { in widenConditionalBranchTargetOffsets()
2034 nextHandle = il.append(gotoHandle, InstructionConst.NOP); in widenConditionalBranchTargetOffsets()
2038 invertedIfHandle.updateTarget(target, nextHandle); in widenConditionalBranchTargetOffsets()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java2021 InstructionHandle nextHandle = oldIfHandle.getNext(); in widenConditionalBranchTargetOffsets() local
2034 if (nextHandle == null) { in widenConditionalBranchTargetOffsets()
2035 nextHandle = il.append(gotoHandle, InstructionConst.NOP); in widenConditionalBranchTargetOffsets()
2039 invertedIfHandle.updateTarget(target, nextHandle); in widenConditionalBranchTargetOffsets()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java2044 InstructionHandle nextHandle = oldIfHandle.getNext(); in widenConditionalBranchTargetOffsets() local
2057 if (nextHandle == null) { in widenConditionalBranchTargetOffsets()
2058 nextHandle = il.append(gotoHandle, InstructionConst.NOP); in widenConditionalBranchTargetOffsets()
2062 invertedIfHandle.updateTarget(target, nextHandle); in widenConditionalBranchTargetOffsets()

12345