Home
last modified time | relevance | path

Searched refs:theBlock (Results 1 – 25 of 125) sorted by relevance

12345

/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/PlatformSupport/
H A DXalanDOMStringAllocator.cpp46 data_type* const theBlock = m_allocator.allocateBlock(); in create() local
47 assert(theBlock != 0); in create()
51 m_allocator.commitAllocation(theBlock); in create()
63 assert(theBlock != 0); in create()
67 m_allocator.commitAllocation(theBlock); in create()
81 assert(theBlock != 0); in create()
85 m_allocator.commitAllocation(theBlock); in create()
98 assert(theBlock != 0); in create()
102 m_allocator.commitAllocation(theBlock); in create()
115 assert(theBlock != 0); in create()
[all …]
H A DXalanDOMStringReusableAllocator.cpp46 data_type* const theBlock = m_allocator.allocateBlock(); in create() local
47 assert(theBlock != 0); in create()
51 m_allocator.commitAllocation(theBlock); in create()
64 assert(theBlock != 0); in create()
68 m_allocator.commitAllocation(theBlock); in create()
82 assert(theBlock != 0); in create()
86 m_allocator.commitAllocation(theBlock); in create()
99 assert(theBlock != 0); in create()
103 m_allocator.commitAllocation(theBlock); in create()
116 assert(theBlock != 0); in create()
[all …]
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XPath/
H A DXalanQNameByValueAllocator.cpp46 data_type* const theBlock = m_allocator.allocateBlock(); in create() local
47 assert(theBlock != 0); in create()
52 m_allocator.commitAllocation(theBlock); in create()
65 assert(theBlock != 0); in create()
70 m_allocator.commitAllocation(theBlock); in create()
85 assert(theBlock != 0); in create()
90 m_allocator.commitAllocation(theBlock); in create()
105 assert(theBlock != 0); in create()
110 m_allocator.commitAllocation(theBlock); in create()
124 assert(theBlock != 0); in create()
[all …]
H A DXStringAllocator.cpp44 string_type* const theBlock = m_allocator.allocateBlock(); in createString() local
45 assert(theBlock != 0); in createString()
47 …string_type* const theResult = new(theBlock) string_type(theString, m_allocator.getMemoryManager(… in createString()
49 m_allocator.commitAllocation(theBlock); in createString()
59 string_type* const theBlock = m_allocator.allocateBlock(); in createString() local
60 assert(theBlock != 0); in createString()
62 …string_type* const theResult = new(theBlock) string_type(theString, m_allocator.getMemoryManager(… in createString()
64 m_allocator.commitAllocation(theBlock); in createString()
76 string_type* const theBlock = m_allocator.allocateBlock(); in createString() local
77 assert(theBlock != 0); in createString()
[all …]
H A DXPathAllocator.cpp44 object_type* const theBlock = m_allocator.allocateBlock(); in create() local
45 assert(theBlock != 0); in create()
47 new(theBlock) object_type(m_allocator.getMemoryManager()); in create()
49 m_allocator.commitAllocation(theBlock); in create()
51 return theBlock; in create()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DdumpByteCodes.cpp49 block = theBlock; in dumpOneByteCode()
84 block = theBlock; in dumpOneByteCode()
101 block = theBlock; in dumpOneByteCode()
138 block = theBlock; in dumpOneByteCode()
243 block = theBlock; in dumpOneByteCode()
345 block = theBlock; in dumpOneByteCode()
482 block = theBlock; in dumpOneByteCode()
766 block = theBlock; in detectSendSelector()
1192 void dumpByteCodes(PyrBlock* theBlock);
1203 block = theBlock; in dumpByteCodes()
[all …]
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XSLT/
H A DXalanSourceTreeDocumentFragmentAllocator.cpp46 data_type* const theBlock = m_allocator.allocateBlock(); in create() local
47 assert(theBlock != 0); in create()
49 … data_type* const theResult = new(theBlock) data_type(m_allocator.getMemoryManager(), theValue); in create()
51 m_allocator.commitAllocation(theBlock); in create()
61 data_type* const theBlock = m_allocator.allocateBlock(); in create() local
62 assert(theBlock != 0); in create()
64 new(theBlock) data_type(theSource); in create()
66 m_allocator.commitAllocation(theBlock); in create()
68 return theBlock; in create()
H A DXResultTreeFragAllocator.cpp45 data_type* const theBlock = m_allocator.allocateBlock(); in create() local
46 assert(theBlock != 0); in create()
48 … data_type* const theResult = new(theBlock) data_type(theValue, m_allocator.getMemoryManager()); in create()
50 m_allocator.commitAllocation(theBlock); in create()
60 data_type* const theBlock = m_allocator.allocateBlock(); in create() local
61 assert(theBlock != 0); in create()
63 new(theBlock) data_type(theSource, m_allocator.getMemoryManager()); in create()
65 m_allocator.commitAllocation(theBlock); in create()
67 return theBlock; in create()
H A DXalanElemEmptyAllocator.cpp49 data_type* const theBlock = m_allocator.allocateBlock(); in create() local
50 assert(theBlock != 0); in create()
53 new(theBlock) data_type( in create()
60 m_allocator.commitAllocation(theBlock); in create()
73 data_type* const theBlock = m_allocator.allocateBlock(); in create() local
74 assert(theBlock != 0); in create()
77 new(theBlock) data_type( in create()
82 m_allocator.commitAllocation(theBlock); in create()
H A DXalanSourceTreeDocumentAllocator.cpp52 data_type* const theBlock = m_allocator.allocateBlock(); in create() local
53 assert(theBlock != 0); in create()
55 data_type* const theResult = new(theBlock) data_type( in create()
65 m_allocator.commitAllocation(theBlock); in create()
84 data_type* const theBlock = m_allocator.allocateBlock(); in create() local
85 assert(theBlock != 0); in create()
87 data_type* const theResult = new(theBlock) data_type( in create()
99 m_allocator.commitAllocation(theBlock); in create()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ocmock/OCMock/
H A DOCMStubRecorder.m110 id (^theBlock)(id) = ^ (NSValue *aValue)
123 return [[theBlock copy] autorelease];
131 id (^theBlock)(id) = ^ (NSException * anException)
135 return [[theBlock copy] autorelease];
143 id (^theBlock)(id) = ^ (NSNotification * aNotification)
147 return [[theBlock copy] autorelease];
155 id (^theBlock)(id, SEL) = ^ (id anObject, SEL aSelector)
159 return [[theBlock copy] autorelease];
171 return [[theBlock copy] autorelease];
179 id (^theBlock)(void) = ^ (void)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ocmock/OCMock/
H A DOCMStubRecorder.m110 id (^theBlock)(id) = ^ (NSValue *aValue)
123 return [[theBlock copy] autorelease];
131 id (^theBlock)(id) = ^ (NSException * anException)
135 return [[theBlock copy] autorelease];
143 id (^theBlock)(id) = ^ (NSNotification * aNotification)
147 return [[theBlock copy] autorelease];
155 id (^theBlock)(id, SEL) = ^ (id anObject, SEL aSelector)
159 return [[theBlock copy] autorelease];
171 return [[theBlock copy] autorelease];
179 id (^theBlock)(void) = ^ (void)
[all …]
/dports/math/vtk8/VTK-8.2.0/IO/AMR/
H A DvtkAMREnzoReader.cxx61 vtkEnzoReaderBlock &theBlock = internal->Blocks[ i+1 ]; in ComputeStats() local
62 double* gridMin = theBlock.MinBounds; in ComputeStats()
75 numBlocks[theBlock.Level]++; in ComputeStats()
373 int level = theBlock.Level; in FillMetaData()
381 spacing[d] = (theBlock.BlockNodeDimensions[d] > 1)? in FillMetaData()
382 (theBlock.MaxBounds[d]-theBlock.MinBounds[d])/(theBlock.BlockNodeDimensions[d]-1.0):1.0; in FillMetaData()
385 vtkAMRBox box(theBlock.MinBounds, theBlock.BlockNodeDimensions, spacing, origin, VTK_XYZ_GRID); in FillMetaData()
418 blockMin[ i ] = theBlock.MinBounds[ i ]; in GetAMRGrid()
419 blockMax[ i ] = theBlock.MaxBounds[ i ]; in GetAMRGrid()
420 spacings[ i ] = (theBlock.BlockNodeDimensions[i] > 1)? in GetAMRGrid()
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/AMR/
H A DvtkAMREnzoReader.cxx63 vtkEnzoReaderBlock& theBlock = internal->Blocks[i + 1]; in ComputeStats() local
64 double* gridMin = theBlock.MinBounds; in ComputeStats()
77 numBlocks[theBlock.Level]++; in ComputeStats()
360 int level = theBlock.Level; in FillMetaData()
368 spacing[d] = (theBlock.BlockNodeDimensions[d] > 1) in FillMetaData()
369 ? (theBlock.MaxBounds[d] - theBlock.MinBounds[d]) / (theBlock.BlockNodeDimensions[d] - 1.0) in FillMetaData()
373 vtkAMRBox box(theBlock.MinBounds, theBlock.BlockNodeDimensions, spacing, origin, VTK_XYZ_GRID); in FillMetaData()
406 blockMin[i] = theBlock.MinBounds[i]; in GetAMRGrid()
407 blockMax[i] = theBlock.MaxBounds[i]; in GetAMRGrid()
408 spacings[i] = (theBlock.BlockNodeDimensions[i] > 1) in GetAMRGrid()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/AMR/
H A DvtkAMREnzoReader.cxx61 vtkEnzoReaderBlock &theBlock = internal->Blocks[ i+1 ]; in ComputeStats() local
62 double* gridMin = theBlock.MinBounds; in ComputeStats()
75 numBlocks[theBlock.Level]++; in ComputeStats()
374 int level = theBlock.Level; in FillMetaData()
382 spacing[d] = (theBlock.BlockNodeDimensions[d] > 1)? in FillMetaData()
383 (theBlock.MaxBounds[d]-theBlock.MinBounds[d])/(theBlock.BlockNodeDimensions[d]-1.0):1.0; in FillMetaData()
386 vtkAMRBox box(theBlock.MinBounds, theBlock.BlockNodeDimensions, spacing, origin, VTK_XYZ_GRID); in FillMetaData()
419 blockMin[ i ] = theBlock.MinBounds[ i ]; in GetAMRGrid()
420 blockMax[ i ] = theBlock.MaxBounds[ i ]; in GetAMRGrid()
421 spacings[ i ] = (theBlock.BlockNodeDimensions[i] > 1)? in GetAMRGrid()
[all …]
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XercesParserLiaison/
H A DXercesWrapperNavigatorAllocator.cpp44 ObjectType* const theBlock = m_allocator.allocateBlock(); in create() local
45 assert(theBlock != 0); in create()
47 new(theBlock) ObjectType(theOwnerDocument); in create()
49 m_allocator.commitAllocation(theBlock); in create()
51 return theBlock; in create()
H A DXercesAttrWrapperAllocator.cpp46 ObjectType* const theBlock = m_allocator.allocateBlock(); in create() local
47 assert(theBlock != 0); in create()
49 new(theBlock) ObjectType(theXercesAttr, theNavigator); in create()
51 m_allocator.commitAllocation(theBlock); in create()
53 return theBlock; in create()
H A DXercesElementWrapperAllocator.cpp46 ObjectType* const theBlock = m_allocator.allocateBlock(); in create() local
47 assert(theBlock != 0); in create()
49 new(theBlock) ObjectType(theXercesElement, theNavigator); in create()
51 m_allocator.commitAllocation(theBlock); in create()
53 return theBlock; in create()
H A DXercesTextWrapperAllocator.cpp46 ObjectType* const theBlock = m_allocator.allocateBlock(); in create() local
47 assert(theBlock != 0); in create()
49 new(theBlock) ObjectType(theXercesText, theNavigator); in create()
51 m_allocator.commitAllocation(theBlock); in create()
53 return theBlock; in create()
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XercesParserLiaison/Deprecated/
H A DXercesAttributeBridgeAllocator.cpp51 ObjectType* const theBlock = m_allocator.allocateBlock(); in create() local
52 assert(theBlock != 0); in create()
54 new(theBlock) ObjectType(theXercesAttr, theNavigator); in create()
56 m_allocator.commitAllocation(theBlock); in create()
58 return theBlock; in create()
H A DXercesElementBridgeAllocator.cpp51 ObjectType* const theBlock = m_allocator.allocateBlock(); in create() local
52 assert(theBlock != 0); in create()
54 new(theBlock) ObjectType(theXercesElement, theNavigator); in create()
56 m_allocator.commitAllocation(theBlock); in create()
58 return theBlock; in create()
H A DXercesTextBridgeAllocator.cpp51 ObjectType* const theBlock = m_allocator.allocateBlock(); in create() local
52 assert(theBlock != 0); in create()
54 new(theBlock) ObjectType(theXercesText, theNavigator); in create()
56 m_allocator.commitAllocation(theBlock); in create()
58 return theBlock; in create()
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XalanSourceTree/
H A DXalanSourceTreeAttributeAllocator.cpp48 ObjectType* const theBlock = m_allocator.allocateBlock(); in create() local
49 assert(theBlock != 0); in create()
51 new(theBlock) ObjectType( in create()
57 m_allocator.commitAllocation(theBlock); in create()
59 return theBlock; in create()
H A DXalanSourceTreeTextAllocator.cpp49 ObjectType* const theBlock = m_allocator.allocateBlock(); in create() local
50 assert(theBlock != 0); in create()
52 new(theBlock) ObjectType( in create()
59 m_allocator.commitAllocation(theBlock); in create()
61 return theBlock; in create()
H A DXalanSourceTreeTextIWSAllocator.cpp49 ObjectType* const theBlock = m_allocator.allocateBlock(); in create() local
50 assert(theBlock != 0); in create()
52 new(theBlock) ObjectType( in create()
59 m_allocator.commitAllocation(theBlock); in create()
61 return theBlock; in create()

12345