/prebuilts/go/darwin-x86/src/syscall/ |
syscall_darwin.go | 125 func getAttrList(path string, attrList attrList, attrBuf []byte, options uint) (attrs [][]byte, err error) { 126 if len(attrBuf) < 4 { 127 return nil, errorspkg.New("attrBuf too small") 141 uintptr(unsafe.Pointer(&attrBuf[0])), 142 uintptr(len(attrBuf)), 150 size := *(*uint32)(unsafe.Pointer(&attrBuf[0])) 152 // dat is the section of attrBuf that contains valid data, 155 dat := attrBuf 156 if int(size) < len(attrBuf) { 169 return attrs, errorspkg.New("truncated results; attrBuf too small" [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
syscall_darwin.go | 125 func getAttrList(path string, attrList attrList, attrBuf []byte, options uint) (attrs [][]byte, err error) { 126 if len(attrBuf) < 4 { 127 return nil, errorspkg.New("attrBuf too small") 141 uintptr(unsafe.Pointer(&attrBuf[0])), 142 uintptr(len(attrBuf)), 150 size := *(*uint32)(unsafe.Pointer(&attrBuf[0])) 152 // dat is the section of attrBuf that contains valid data, 155 dat := attrBuf 156 if int(size) < len(attrBuf) { 169 return attrs, errorspkg.New("truncated results; attrBuf too small" [all...] |
/external/icu/icu4c/source/common/ |
uloc_tag.c | 893 char attrBuf[ULOC_KEYWORD_AND_VALUES_CAPACITY] = { 0 }; 951 attrBuf[attrBufLength++] = buf[i]; 958 attrBuf[attrBufLength] = 0; 975 uprv_strcpy(attrValue, attrBuf); [all...] |
/external/deqp/modules/glshared/ |
glsLongStressCase.cpp | 690 void setAttribute (const Buffer& attrBuf, int attrBufOffset, const VarSpec& attrSpec, const string& shaderNameManglingSuffix) const; 848 void Program::setAttribute (const Buffer& attrBuf, const int attrBufOffset, const VarSpec& attrSpec, const string& shaderNameManglingSuffix) const 853 attrBuf.bind(GL_ARRAY_BUFFER); [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/ |
ULocale.java | 3139 StringBuilder attrbuf = new StringBuilder(); local [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
ULocale.java | 3734 StringBuilder attrbuf = new StringBuilder(); local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
ULocale.java | 3907 StringBuilder attrbuf = new StringBuilder(); local [all...] |
/external/valgrind/coregrind/m_syswrap/ |
syswrap-darwin.c | [all...] |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/ |
icu4j-53.1.jar | |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/ |
icu4j-54.1.1.jar | |