Home
last modified time | relevance | path

Searched refs:srcLocation (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkBuilderUtil.hpp212 const Location& srcLocation, in copySingle() argument
216 …return copy(srcSet, srcLocation.m_binding, srcLocation.m_arrayElement, destSet, destLocation.m_bin… in copySingle()
220 const Location& srcLocation, in copyArray() argument
225 …return copy(srcSet, srcLocation.m_binding, srcLocation.m_arrayElement, destSet, destLocation.m_bin… in copyArray()
/external/jdiff/src/jdiff/
DRootDocToXML.java864 String srcLocation = null; in addPkgDocumentation() local
868 srcLocation = options[opt][1]; in addPkgDocumentation()
873 if (srcLocation != null) { in addPkgDocumentation()
875 if (srcLocation.startsWith("..")) { in addPkgDocumentation()
877 while (srcLocation.startsWith("..")) { in addPkgDocumentation()
878 srcLocation = srcLocation.substring(3); in addPkgDocumentation()
882 srcLocation = curDir + srcLocation; in addPkgDocumentation()
884 filename = srcLocation + JDiff.DIR_SEP + filename; in addPkgDocumentation()