Searched refs:getOffset (Results 251 - 275 of 538) sorted by relevance

<<11121314151617181920>>

/external/icu/icu4c/source/test/intltest/
H A Dsrchtest.cpp760 copy->getOffset() != result->getOffset() ||
774 copy->getOffset() != result->getOffset() ||
798 copy->getOffset() != result->getOffset() ||
1328 if (strsrch->getOffset() != search.offset[count + 1] + 1) {
1569 strsrch->getOffset() != 0 || strsrch->getMatchedLength() != 0 ||
2161 if (strsrch->getOffset() != search.offset[count + 1] + 1) {
2266 int32_t getOffset() cons
2337 int32_t TestSearch::getOffset() const function in class:TestSearch
2453 virtual int32_t getOffset(void) const {return 0;}; function in class:StubSearchIterator
[all...]
H A Dssearch.cpp639 low = iter->getOffset();
641 high = iter->getOffset();
649 backwardList.add(CollationElementIterator::NULLORDER, iter->getOffset(), iter->getOffset());
652 high = iter->getOffset();
654 low = iter->getOffset();
H A Ddtfmtrtts.cpp391 fmt->getTimeZone().getOffset(d[0], FALSE, startRaw, startDst, status);
392 failure(status, "TimeZone::getOffset");
441 fmt->getTimeZone().getOffset(d[1], FALSE, startRaw, startDst, status);
442 failure(status, "TimeZone::getOffset");
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationIteratorTest.java207 * Test for getOffset() and setOffset()
235 int offset = iter.getOffset();
740 offset = uce.getOffset();
748 errln("Error: in locale " + localeString + ", expected CEIterator next()->getOffset " + offsets[ioff] + ", got " + offset);
765 offset = uce.getOffset();
773 errln("Error: in locale " + localeString + ", expected CEIterator previous()->getOffset " + offsets[ioff] + ", got " + offset);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelinePushConstantTests.cpp507 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
644 VK_CHECK(vk.bindBufferMemory(vkDevice, *m_uniformBuffer, m_uniformBufferAlloc->getMemory(), m_uniformBufferAlloc->getOffset()));
648 flushMappedMemoryRange(vk, vkDevice, m_uniformBufferAlloc->getMemory(), m_uniformBufferAlloc->getOffset(), 16u);
934 VK_CHECK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBufferAlloc->getOffset()));
938 flushMappedMemoryRange(vk, vkDevice, m_vertexBufferAlloc->getMemory(), m_vertexBufferAlloc->getOffset(), vertexBufferParams.size);
1292 VK_CHECK(vk.bindBufferMemory(vkDevice, *m_outBuffer, m_outBufferAlloc->getMemory(), m_outBufferAlloc->getOffset()));
H A DvktPipelineDepthTests.cpp264 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
296 VK_CHECK(vk.bindImageMemory(vkDevice, *m_depthImage, m_depthImageAlloc->getMemory(), m_depthImageAlloc->getOffset()));
685 VK_CHECK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBufferAlloc->getOffset()));
694 flushMappedMemoryRange(vk, vkDevice, m_vertexBufferAlloc->getMemory(), m_vertexBufferAlloc->getOffset(), vertexBufferParams.size);
H A DvktPipelineImageSamplingInstance.cpp432 VK_CHECK(vk.bindImageMemory(vkDevice, *m_image, m_imageAlloc->getMemory(), m_imageAlloc->getOffset()));
510 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
838 VK_CHECK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBufferAlloc->getOffset()));
842 flushMappedMemoryRange(vk, vkDevice, m_vertexBufferAlloc->getMemory(), m_vertexBufferAlloc->getOffset(), vertexBufferParams.size);
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawIndexedTest.cpp137 m_indexBuffer->getBoundMemory().getOffset(),
237 m_indexBuffer->getBoundMemory().getOffset(),
H A DvktDrawBaseClass.cpp134 m_vertexBuffer->getBoundMemory().getOffset(),
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp44 VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset()));
55 VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()));
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferSparseResidency.cpp289 flushMappedMemoryRange(deviceInterface, *m_logicalDevice, inputBuffer->getAllocation().getMemory(), inputBuffer->getAllocation().getOffset(), m_bufferSize);
377 invalidateMappedMemoryRange(deviceInterface, *m_logicalDevice, allocation.getMemory(), allocation.getOffset(), m_bufferSize);
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DChineseCalendar.java655 return millis - zoneAstro.getOffset(millis);
664 return (int) floorDivide(millis + zoneAstro.getOffset(millis), ONE_DAY);
/external/icu/icu4c/source/i18n/
H A Duitercollationiterator.cpp38 UIterCollationIterator::getOffset() const { function in class:UIterCollationIterator
94 FCDUIterCollationIterator::getOffset() const { function in class:FCDUIterCollationIterator
H A Dutf16collationiterator.cpp53 UTF16CollationIterator::getOffset() const { function in class:UTF16CollationIterator
197 FCDUTF16CollationIterator::getOffset() const { function in class:FCDUTF16CollationIterator
H A Dutf8collationiterator.cpp38 UTF8CollationIterator::getOffset() const { function in class:UTF8CollationIterator
139 FCDUTF8CollationIterator::getOffset() const { function in class:FCDUTF8CollationIterator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DChineseCalendar.java673 return millis - zoneAstro.getOffset(millis);
682 return (int) floorDivide(millis + zoneAstro.getOffset(millis), ONE_DAY);
/external/llvm/include/llvm/Object/
H A DObjectFile.h53 uint64_t getOffset() const;
431 inline uint64_t RelocationRef::getOffset() const { function in class:llvm::object::RelocationRef
H A DRelocVisitor.h268 uint64_t Address = R.getOffset();
282 uint64_t Address = R.getOffset();
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp490 << format("0x%8.8" PRIx64, uvalue + (cu ? cu->getOffset() : 0));
550 return Value.uval + U->getOffset();
/external/llvm/lib/MC/
H A DMCMachOStreamer.cpp444 Fixup.setOffset(Fixup.getOffset() + DF->getContents().size());
463 assert(Symbol.getOffset() == 0 &&
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp217 unsigned Offset = Fixup.getOffset();
365 StackSize = std::abs(Inst.getOffset());
/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp248 return a.getOffset() < b.getOffset();
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_TrdProc.cpp117 nTmp = pStream->getOffset();
150 if ((FX_DWORD)nVal != (pStream->getOffset() - nTmp)) {
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp1131 bindImageMemory(vk, device, image, allocation->getMemory(), allocation->getOffset());
1212 bindBufferMemory(vk, device, *m_buffer, m_bufferMemory->getMemory(), m_bufferMemory->getOffset());
1217 bindBufferMemory(vk, device, *m_secondaryBuffer, m_secondaryBufferMemory->getMemory(), m_secondaryBufferMemory->getOffset());
1226 bindBufferMemory(vk, device, *m_buffer, m_bufferMemory->getMemory(), m_bufferMemory->getOffset());
1306 memory.getOffset(), // offset;
1384 const UVec2& getOffset (void) const { return m_offset; } function in class:vkt::__anon3766::ColorClear
1408 const UVec2& getOffset (void) const { return m_offset; } function in class:vkt::__anon3766::DepthStencilClear
1759 bindBufferMemory(vk, device, *m_vertexBuffer, m_vertexBufferMemory->getMemory(), m_vertexBufferMemory->getOffset());
1803 { (deInt32)colorClear.getOffset().x(), (deInt32)colorClear.getOffset()
[all...]
/external/clang/lib/CodeGen/
H A DCGBlocks.h174 CharUnits getOffset() const { function in class:clang::CodeGen::CGBlockInfo::Capture

Completed in 942 milliseconds

<<11121314151617181920>>