Home
last modified time | relevance | path

Searched defs:attrList (Results 1 – 6 of 6) sorted by relevance

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_darwin.go89 type attrList struct { struct
90 bitmapCount uint16
91 _ uint16
92 CommonAttr uint32
93 VolAttr uint32
94 DirAttr uint32
95 FileAttr uint32
96 Forkattr uint32
99 func getAttrList(path string, attrList attrList, attrBuf []byte, options uint) (attrs [][]byte, err… argument
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
DGraphvizGrapher.java196 List<String> attrList = Lists.newArrayList(); in getAttrString() local
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp364 …tor<VkVertexInputBindingDescription>& bindingList, vector<VkVertexInputAttributeDescription>& attr… in createVertexInfo()
627 vector<VkVertexInputAttributeDescription> attrList; in generateWork() local
/external/webrtc/webrtc/base/
Dproxydetect.cc1051 SecKeychainAttributeList attrList; in p_putPasswordInProxyInfo() local
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1685 AttributeList *attrList) { in ActOnForwardProtocolDeclaration()
DSemaType.cpp548 AttributeList *&attrList, in distributeFunctionTypeAttrToInnermost()