HomeSort by relevance Sort by last modified time
    Searched refs:Item (Results 476 - 500 of 526) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiPxe.h     [all...]
  /external/deqp/executor/
xeTestLogWriter.cpp 236 static void writeResultItem (const ri::Item& item, xml::Writer& dst)
240 switch (item.getType())
247 dst << Writer::BeginElement("Text") << static_cast<const ri::Text&>(item).text << Writer::EndElement;
252 const ri::Number& number = static_cast<const ri::Number&>(item);
265 const ri::Image& image = static_cast<const ri::Image&>(item);
280 const ri::ImageSet& imageSet = static_cast<const ri::ImageSet&>(item);
294 const ri::Shader& shader = static_cast<const ri::Shader&>(item);
321 const ri::ShaderProgram& program = static_cast<const ri::ShaderProgram&>(item);
335 dst << Writer::BeginElement("ShaderSource") << static_cast<const ri::ShaderSource&>(item).source << Writer::EndElement
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
Record.cpp 1067 for (Init *&Item : NewList) {
1068 Init *NewItem = ForeachApply(LHS, Item, RHS, CurRec);
1069 if (NewItem != Item)
1070 Item = NewItem;
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 912 ByteCatchList.Item one = catches.get(i);
    [all...]
Simulator.java 601 LocalVariableList.Item local =
626 LocalItem item local
630 machine.localTarget(idx, localType, item);
634 LocalItem item local
637 machine.localTarget(idx, localType, item);
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 416 struct schedule_instruction * pending = pend_ptr->Item;
419 struct schedule_instruction * reader = read_ptr->Item;
    [all...]
  /external/u-boot/tools/buildman/
kconfiglib.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Misc.py 624 for Item in SkipList:
625 if Item in Dirs:
626 Dirs.remove(Item)
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 1021 for (Init *&Item : NewList) {
1024 // First, replace the foreach variable with the list item
1026 NewOperands.push_back(Item);
1031 // Now run the operator and use its result as the new list item
1035 Item = NewItem;
    [all...]
TGParser.cpp 843 Init *Item = LHSl->getElement(0);
844 TypedInit *Itemt = dyn_cast<TypedInit>(Item);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 574 for (auto &Item : RelocateIdxMap) {
575 std::pair<unsigned, unsigned> Key = Item.first;
580 GCRelocateInst *I = Item.second;
731 for (auto &Item : RelocateInstMap)
732 // Item.first is the RelocatedBase to offset against
733 // Item.second is the vector of Targets to replace
734 MadeChange = simplifyRelocatesOffABase(Item.first, Item.second);
    [all...]
  /external/skia/third_party/vulkanmemoryallocator/include/
vk_mem_alloc.h 3960 VmaSuballocationList::iterator item; member in struct:VmaAllocationRequest
4714 StackItem item; local
4739 StackItem item; local
    [all...]
  /external/skqp/third_party/vulkanmemoryallocator/include/
vk_mem_alloc.h 3960 VmaSuballocationList::iterator item; member in struct:VmaAllocationRequest
4714 StackItem item; local
4739 StackItem item; local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenC.py     [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 100 ATTRIBUTE Ascend-Menu-Item 206 string
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp 764 Init *Item = LHSl->getElement(0);
765 TypedInit *Itemt = dynamic_cast<TypedInit*>(Item);
    [all...]
  /external/syzkaller/vendor/google.golang.org/api/googleapi/
googleapi.go 350 // or if you were also interested in each Item's "Updated" field, you can combine them like this:
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
DragDropTest.java 98 new ClipData(sClipDescription, new ClipData.Item("TestText"));
  /external/guice/lib/build/
asm-6.0.jar 
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1553 milliseconds

<<11121314151617181920>>