Home
last modified time | relevance | path

Searched refs:checkPointer (Results 1 – 25 of 40) sorted by relevance

12

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fempy/test/
H A Dbackrest1.py43 checkPointer = CheckPointer("dumpA", grid.hierarchicalGrid)
45 checkPointer = CheckPointer("dumpA")
46 grid = checkPointer.hierarchicalGrid().leafView
50 checkPointer.add(df)
66 checkPointer.restore()
70 checkPointer.backup()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/memory/
H A Djuce_HeapBlock.h30 struct ThrowOnFail { static void checkPointer (void*) {} }; in checkPointer() function
33 …struct ThrowOnFail<true> { static void checkPointer (void* data) { if (data == nullptr) throw s…
337 HeapBlockHelper::ThrowOnFail<throwOnFailure>::checkPointer (data);
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/memory/
H A Djuce_HeapBlock.h30 struct ThrowOnFail { static void checkPointer (void*) {} }; in checkPointer() function
33 …struct ThrowOnFail<true> { static void checkPointer (void* data) { if (data == nullptr) throw s…
337 HeapBlockHelper::ThrowOnFail<throwOnFailure>::checkPointer (data);
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/memory/
H A Djuce_HeapBlock.h30 struct ThrowOnFail { static void checkPointer (void*) {} }; in checkPointer() function
33 …struct ThrowOnFail<true> { static void checkPointer (void* data) { if (data == nullptr) throw s…
337 HeapBlockHelper::ThrowOnFail<throwOnFailure>::checkPointer (data);
/dports/biology/hyphy/hyphy-2.5.33/src/lib/link/
H A DTHyPhy.cpp124 checkPointer (sData = (char*)MemAllocate (length+1)); in _THyPhyString()
159 checkPointer (mData = (double*)MemAllocate (r*c*sizeof(double))); in _THyPhyMatrix()
228 checkPointer (currentResultHolder = new _THyPhyString); in InitTHyPhy()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/io/file/
H A Ddatawriter.hh660 CheckPointer< GridType > checkPointer( grid ); in writeSingleCheckPoint() local
661 checkPointer.writeBinaryData( time ); in writeSingleCheckPoint()
/dports/lang/oo2c/oo2c_64-2.1.11/stage0/obj/OOC/
H A DIR.d111 …_IR__Deref d, OOC_Scanner_SymList__Symbol sym, OOC_IR__Expression pointer, OOC_CHAR8 checkPointer);
121 …C_Scanner_SymList__Symbol sym, OOC_IR__Expression receiver, OOC_CHAR8 checkPointer, OOC_SymbolTabl…
130 …C_IR__Expression expr, OOC_SymbolTable__Type referenceType, OOC_CHAR8 checkPointer, OOC_IR__Expres…
131 …bol sym, OOC_SymbolTable__Type type, OOC_IR__TypeTest test, OOC_CHAR8 checkPointer, OOC_CHAR8 chec…
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/debugger/
H A Dcreatortypes.py64 d.checkPointer(start)
H A Dstdtypes.py1104 d.checkPointer(start)
1105 d.checkPointer(finish)
1106 d.checkPointer(alloc)
H A Dmisctypes.py363 d.checkPointer(data)
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/
H A DIR.Mod448 checkPointer-: BOOLEAN;
559 checkPointer-: BOOLEAN;
684 checkPointer-: BOOLEAN;
705 checkPointer-: BOOLEAN;
2518 checkPointer: BOOLEAN);
2529 d. checkPointer := checkPointer;
2938 sp. checkPointer := checkPointer;
2952 checkPointer: BOOLEAN;
3472 test. checkPointer := checkPointer;
3485 checkPointer: BOOLEAN;
[all …]
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/patchelf/
H A Dpatchelf.cc245 static void checkPointer(void * p, unsigned int size) in checkPointer() function
295 checkPointer(shstrtab, shstrtabSize); in parse()
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/patchelf/
H A Dpatchelf.cc245 static void checkPointer(void * p, unsigned int size) in checkPointer() function
295 checkPointer(shstrtab, shstrtabSize); in parse()
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/patchelf/
H A Dpatchelf.cc245 static void checkPointer(void * p, unsigned int size) in checkPointer() function
295 checkPointer(shstrtab, shstrtabSize); in parse()
/dports/devel/cpputest/cpputest-4.0/tests/CppUTest/
H A DTestHarness_cTest.cpp557 TEST(TestHarness_c, checkPointer) in TEST() argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java539 private void checkPointer(Object o, long offset) { in checkPointer() method in Unsafe
572 checkPointer(o, offset); in checkPrimitivePointer()
685 checkPointer(null, address); in reallocateMemoryChecks()
918 checkPointer(null, address); in freeMemoryChecks()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java542 private void checkPointer(Object o, long offset) { in checkPointer() method in Unsafe
575 checkPointer(o, offset); in checkPrimitivePointer()
688 checkPointer(null, address); in reallocateMemoryChecks()
921 checkPointer(null, address); in freeMemoryChecks()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java539 private void checkPointer(Object o, long offset) { in checkPointer() method in Unsafe
572 checkPointer(o, offset); in checkPrimitivePointer()
685 checkPointer(null, address); in reallocateMemoryChecks()
918 checkPointer(null, address); in freeMemoryChecks()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java542 private void checkPointer(Object o, long offset) { in checkPointer() method in Unsafe
575 checkPointer(o, offset); in checkPrimitivePointer()
703 checkPointer(null, address); in reallocateMemoryChecks()
936 checkPointer(null, address); in freeMemoryChecks()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java542 private void checkPointer(Object o, long offset) { in checkPointer() method in Unsafe
575 checkPointer(o, offset); in checkPrimitivePointer()
703 checkPointer(null, address); in reallocateMemoryChecks()
936 checkPointer(null, address); in freeMemoryChecks()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java541 private void checkPointer(Object o, long offset) { in checkPointer() method in Unsafe
574 checkPointer(o, offset); in checkPrimitivePointer()
687 checkPointer(null, address); in reallocateMemoryChecks()
920 checkPointer(null, address); in freeMemoryChecks()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java542 private void checkPointer(Object o, long offset) { in checkPointer() method in Unsafe
575 checkPointer(o, offset); in checkPrimitivePointer()
703 checkPointer(null, address); in reallocateMemoryChecks()
936 checkPointer(null, address); in freeMemoryChecks()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java542 private void checkPointer(Object o, long offset) { in checkPointer() method in Unsafe
575 checkPointer(o, offset); in checkPrimitivePointer()
688 checkPointer(null, address); in reallocateMemoryChecks()
921 checkPointer(null, address); in freeMemoryChecks()
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/SSA/
H A DIRtoSSA.Mod274 Opcode.checkPointer, value. subclass);
358 IF deref. checkPointer THEN
360 Opcode.checkPointer, address. subclass);
603 test. checkPointer, test. sym),
642 guard. checkPointer, guard. sym);
757 selectOp. checkPointer,
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/X86/
H A DTranslate.Mod335 S.checkPointer, value. subclass);
826 IF expr.checkPointer THEN
828 Opcode.checkPointer, address. subclass);
871 instr.AddOpnd(TypeTag (expr.expr, expr.checkPointer, expr.sym));

12