Searched refs:attrBuf (Results 1 – 6 of 6) sorted by relevance
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | syscall_darwin.go | 99 func getAttrList(path string, attrList attrList, attrBuf []byte, options uint) (attrs [][]byte, err… 100 if len(attrBuf) < 4 { 115 uintptr(unsafe.Pointer(&attrBuf[0])), 116 uintptr(len(attrBuf)), 123 size := *(*uint32)(unsafe.Pointer(&attrBuf[0])) 128 dat := attrBuf 129 if int(size) < len(attrBuf) {
|
/external/icu/icu4c/source/common/ |
D | uloc_tag.cpp | 1130 char attrBuf[ULOC_KEYWORD_AND_VALUES_CAPACITY] = { 0 }; in _appendKeywordsToLanguageTag() local 1216 attrBuf[attrBufLength++] = buf[i]; in _appendKeywordsToLanguageTag() 1223 attrBuf[attrBufLength] = 0; in _appendKeywordsToLanguageTag() 1240 uprv_strcpy(attrValue, attrBuf); in _appendKeywordsToLanguageTag() 1477 char attrBuf[ULOC_KEYWORD_AND_VALUES_CAPACITY]; in _appendLDMLExtensionAsKeywords() local 1503 if (len < (int32_t)sizeof(attrBuf) - attrBufIdx) { in _appendLDMLExtensionAsKeywords() 1504 uprv_memcpy(&attrBuf[attrBufIdx], pTag, len); in _appendLDMLExtensionAsKeywords() 1505 attrBuf[attrBufIdx + len] = 0; in _appendLDMLExtensionAsKeywords() 1506 attr->attribute = &attrBuf[attrBufIdx]; in _appendLDMLExtensionAsKeywords()
|
/external/deqp/modules/glshared/ |
D | glsLongStressCase.cpp | 690 …void setAttribute (const Buffer& attrBuf, int attrBufOffset, const VarSpec& attrSpec, const s… 848 void Program::setAttribute (const Buffer& attrBuf, const int attrBufOffset, const VarSpec& attrSpec… in setAttribute() argument 853 attrBuf.bind(GL_ARRAY_BUFFER); in setAttribute() 1418 Buffer& attrBuf = m_buffers->get(attrBufName); in iterate() local 1422 …m_buffers->removeGarbageUntilUnder(m_maxBufMemoryUsageBytes - attrBuf.getApproxMemUsageDiff(progra… in iterate() 1426 …attrBuf.setData(programResources.attrDataBuf, target, m_rnd.getFloat() < m_probabilities.randomBuf… in iterate() 1428 …attrBuf.setSubData(programResources.attrDataBuf, 0, (int)programResources.attrDataBuf.size(), targ… in iterate() 1434 …program.setAttribute(attrBuf, programResources.attrDataOffsets[i], programContext.attributes[i], p… in iterate()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | ULocale.java | 3981 StringBuilder attrBuf = new StringBuilder(); in toULocale() local 3983 if (attrBuf.length() != 0) { in toULocale() 3984 attrBuf.append('-'); in toULocale() 3986 attrBuf.append(attr); in toULocale() 3991 keywords.put(LOCALE_ATTRIBUTE_KEY, attrBuf.toString()); in toULocale()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | ULocale.java | 4150 StringBuilder attrBuf = new StringBuilder(); in toULocale() local 4152 if (attrBuf.length() != 0) { in toULocale() 4153 attrBuf.append('-'); in toULocale() 4155 attrBuf.append(attr); in toULocale() 4160 keywords.put(LOCALE_ATTRIBUTE_KEY, attrBuf.toString()); in toULocale()
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/ |
D | ULocale.java | 3587 StringBuilder attrBuf = new StringBuilder(); in toULocale7() local 3589 if (attrBuf.length() != 0) { in toULocale7() 3590 attrBuf.append('-'); in toULocale7() 3592 attrBuf.append(attr); in toULocale7() 3597 keywords.put(LOCALE_ATTRIBUTE_KEY, attrBuf.toString()); in toULocale7()
|