HomeSort by relevance Sort by last modified time
    Searched refs:attrList (Results 1 - 8 of 8) sorted by null

  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall_darwin.go 25 attrs, err := getAttrList(".", attrList{CommonAttr: attrCmnFullpath}, buf, 0)
89 type attrList struct {
99 func getAttrList(path string, attrList attrList, attrBuf []byte, options uint) (attrs [][]byte, err error) {
103 attrList.bitmapCount = attrBitMapCount
114 uintptr(unsafe.Pointer(&attrList)),
267 var attrList attrList
268 attrList.bitmapCount = ATTR_BIT_MAP_COUNT
269 attrList.CommonAttr = ATTR_CMN_MODTIME | ATTR_CMN_ACCTIM
    [all...]
  /external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
GraphvizGrapher.java 196 List<String> attrList = Lists.newArrayList();
202 attrList.add(attr.getKey() + "=" + value);
206 return "[" + Joiner.on(", ").join(attrList) + "]";
  /external/webrtc/webrtc/base/
proxydetect.cc     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationSmokeTests.cpp 364 void createVertexInfo (const vector<VertexDesc>& vertexDesc, vector<VkVertexInputBindingDescription>& bindingList, vector<VkVertexInputAttributeDescription>& attrList, VkPipelineVertexInputStateCreateInfo& vertexInputState)
381 attrList.push_back(attrDesc);
392 vertexInputState.vertexAttributeDescriptionCount = (deUint32)attrList.size();
393 vertexInputState.pVertexAttributeDescriptions = &attrList[0];
627 vector<VkVertexInputAttributeDescription> attrList;
729 createVertexInfo(vertexDescList, bindingList, attrList, vertexInputState);
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaType.cpp 548 AttributeList *&attrList,
557 moveAttrFromListToList(attr, attrList, chunk.getAttrListRef());
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]