Searched refs:endBlock (Results 1 - 18 of 18) sorted by relevance

/external/pdfium/core/fxcrt/
H A Dcfx_blockbuffer.cpp91 size_t endBlock = 0; local
93 std::tie(endBlock, endInner) = TextDataIndex2BufIndex(start + length);
96 for (size_t i = startBlock; i <= endBlock; ++i) {
103 if (i == endBlock)
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DJavaSourceWriter.java129 endBlock();
207 endBlock();
213 endBlock();
223 endBlock();
252 endBlock();
268 endBlock();
274 endBlock();
295 private void endBlock() { method in class:JavaSourceWriter
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/
H A DTryListBuilder.java270 MutableTryBlock<EH> endBlock = new MutableTryBlock<EH>(tryBlock.prev.endCodeAddress, endAddress);
271 tryBlock.prepend(endBlock);
272 return new TryBounds<EH>(startBlock, endBlock);
282 MutableTryBlock<EH> endBlock = new MutableTryBlock<EH>(listEnd.prev.endCodeAddress, endAddress);
283 listEnd.prepend(endBlock);
284 return new TryBounds<EH>(startBlock, endBlock);
291 MutableTryBlock<EH> endBlock = bounds.end;
312 } while (tryBlock.prev != endBlock);
/external/lzma/Java/Tukaani/src/org/tukaani/xz/
H A DXZOutputStream.java66 * will use <code>endBlock()</code> as a fallback.
195 * middle of a XZ Block. Use <code>endBlock()</code> to finish the
314 public void endBlock() throws IOException { method in class:XZOutputStream
348 * such a filter, <code>flush()</code> will call <code>endBlock()</code>
373 endBlock();
407 endBlock();
/external/eigen/Eigen/src/Core/products/
H A DTriangularSolverVector.h112 Index endBlock = IsLower ? pi + actualPanelWidth : 0; local
125 Index r = IsLower ? size - endBlock : startBlock; // remaining size
133 LhsMapper(&lhs.coeffRef(endBlock,startBlock), lhsStride),
135 rhs+endBlock, 1, RhsScalar(-1));
/external/lz4/examples/
H A DdictionaryRandomAccess.c110 /* The blocks [currentBlock, endBlock) contain the data we want */
112 int endBlock = ((offset + length - 1) / BLOCK_BYTES) + 1; local
135 if (numOffsets <= endBlock) { exit(3); }
137 for (block = 0; block <= endBlock; ++block) {
146 for(; currentBlock < endBlock; ++currentBlock) {
/external/lzma/Java/Tukaani/src/
H A DXZSeekEncDemo.java61 out.endBlock();
/external/swiftshader/src/Shader/
H A DPixelProgram.cpp1403 BasicBlock *endBlock = Nucleus::createBasicBlock(); local
1410 branch(notAllFalse, falseBlock, endBlock);
1416 Nucleus::createBr(endBlock);
1420 ifFalseBlock[ifDepth] = endBlock;
1429 BasicBlock *endBlock = ifFalseBlock[ifDepth]; local
1431 Nucleus::createBr(endBlock);
1432 Nucleus::setInsertBlock(endBlock);
1447 BasicBlock *endBlock = loopRepEndBlock[loopRepDepth]; local
1450 Nucleus::setInsertBlock(endBlock);
1461 BasicBlock *endBlock local
1475 BasicBlock *endBlock = loopRepEndBlock[loopRepDepth]; local
1488 BasicBlock *endBlock = loopRepEndBlock[loopRepDepth]; local
1636 BasicBlock *endBlock = Nucleus::createBasicBlock(); local
1659 BasicBlock *endBlock = Nucleus::createBasicBlock(); local
1692 BasicBlock *endBlock = Nucleus::createBasicBlock(); local
[all...]
H A DVertexProgram.cpp1162 BasicBlock *endBlock = Nucleus::createBasicBlock(); local
1169 branch(notAllFalse, falseBlock, endBlock);
1175 Nucleus::createBr(endBlock);
1179 ifFalseBlock[ifDepth] = endBlock;
1188 BasicBlock *endBlock = ifFalseBlock[ifDepth]; local
1190 Nucleus::createBr(endBlock);
1191 Nucleus::setInsertBlock(endBlock);
1206 BasicBlock *endBlock = loopRepEndBlock[loopRepDepth]; local
1209 Nucleus::setInsertBlock(endBlock);
1220 BasicBlock *endBlock local
1234 BasicBlock *endBlock = loopRepEndBlock[loopRepDepth]; local
1247 BasicBlock *endBlock = loopRepEndBlock[loopRepDepth]; local
1396 BasicBlock *endBlock = Nucleus::createBasicBlock(); local
1419 BasicBlock *endBlock = Nucleus::createBasicBlock(); local
1452 BasicBlock *endBlock = Nucleus::createBasicBlock(); local
[all...]
/external/deqp/modules/gles3/stress/
H A Des3sLongShaderTests.cpp207 void endBlock (void);
264 endBlock();
330 void LongShaderGenerator::endBlock (void)
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1180 llvm::BasicBlock *endBlock = llvm::BasicBlock::Create(context, "end", ret); local
1196 *endBlock,
1230 builder.SetInsertPoint(endBlock);
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
H A DExceptionDemo.cpp1168 llvm::BasicBlock *endBlock = llvm::BasicBlock::Create(context, "end", ret); local
1186 *endBlock,
1222 builder.SetInsertPoint(endBlock);
/external/annotation-tools/asmx/test/lib/
H A Djd.xslt-1.5.5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sarvega/ javax/ javax/xml/ javax/xml/parsers/ javax/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 672 milliseconds