/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | DWARFVisitor.cpp | 20 onValue((uint64_t)U); in onVariableSizeValue() 23 onValue((uint32_t)U); in onVariableSizeValue() 26 onValue((uint16_t)U); in onVariableSizeValue() 29 onValue((uint8_t)U); in onVariableSizeValue() 75 onValue((uint64_t)FormVal->BlockData.size(), true); in traverseDebugInfo() 76 onValue( in traverseDebugInfo() 83 onValue((uint8_t)writeSize); in traverseDebugInfo() 84 onValue( in traverseDebugInfo() 92 onValue((uint16_t)writeSize); in traverseDebugInfo() 93 onValue( in traverseDebugInfo() [all …]
|
D | DWARFVisitor.h | 57 virtual void onValue(const uint8_t U) {} in onValue() function 58 virtual void onValue(const uint16_t U) {} in onValue() function 59 virtual void onValue(const uint32_t U) {} in onValue() function 60 virtual void onValue(const uint64_t U, const bool LEB = false) {} 61 virtual void onValue(const int64_t S, const bool LEB = false) {} 62 virtual void onValue(const StringRef String) {} in onValue() function 63 virtual void onValue(const MemoryBufferRef MBR) {} in onValue() function
|
D | DWARFEmitter.cpp | 158 void onValue(const uint8_t U) override { in onValue() function in __anon499dd5600111::DumpVisitor 162 void onValue(const uint16_t U) override { in onValue() function in __anon499dd5600111::DumpVisitor 166 void onValue(const uint32_t U) override { in onValue() function in __anon499dd5600111::DumpVisitor 170 void onValue(const uint64_t U, const bool LEB = false) override { in onValue() function in __anon499dd5600111::DumpVisitor 177 void onValue(const int64_t S, const bool LEB = false) override { in onValue() function in __anon499dd5600111::DumpVisitor 184 void onValue(const StringRef String) override { in onValue() function in __anon499dd5600111::DumpVisitor 189 void onValue(const MemoryBufferRef MBR) override { in onValue() function in __anon499dd5600111::DumpVisitor 330 virtual void onValue(const uint8_t U) { Length += 1; } in onValue() function in __anon499dd5600211::DIEFixupVisitor 331 virtual void onValue(const uint16_t U) { Length += 2; } in onValue() function in __anon499dd5600211::DIEFixupVisitor 332 virtual void onValue(const uint32_t U) { Length += 4; } in onValue() function in __anon499dd5600211::DIEFixupVisitor [all …]
|
/external/python/pyasn1-modules/tests/ |
D | test_rfc7585.py | 78 onValue, rest = der_decode(gn['otherName']['value'], 81 assert onValue.prettyPrint() 82 assert der_encode(onValue) == gn['otherName']['value'] 83 assert 'example' in onValue
|
D | test_rfc4043.py | 72 onValue, rest = der_decode(gn['otherName']['value'], 75 assert onValue.prettyPrint() 76 assert der_encode(onValue) == gn['otherName']['value'] 77 assert onValue['assigner'] == assigner_oid
|
/external/mesa3d/src/mesa/main/ |
D | image.h | 96 GLubyte onValue);
|
D | image.c | 403 GLubyte onValue) in _mesa_expand_bitmap() argument 422 dstRow[col] = onValue; in _mesa_expand_bitmap() 444 dstRow[col] = onValue; in _mesa_expand_bitmap()
|
/external/gfxstream-protocols/registry/vulkan/scripts/cereal/ |
D | handlemap.py | 160 def onValue(self, vulkanType): member in HandleMapCodegen
|
D | transform.py | 210 def onValue(self, vulkanType): member in TransformCodegen
|
D | testing.py | 303 def onValue(self, vulkanType): member in VulkanEqualityCodegen
|
D | deepcopy.py | 254 def onValue(self, vulkanType): member in DeepcopyCodegen
|
D | counting.py | 469 def onValue(self, vulkanType): member in VulkanCountingCodegen
|
D | marshaling.py | 588 def onValue(self, vulkanType): member in VulkanMarshalingCodegen
|
D | reservedmarshaling.py | 683 def onValue(self, vulkanType): member in VulkanReservedMarshalingCodegen
|
/external/gfxstream-protocols/registry/vulkan/scripts/cereal/common/ |
D | vulkantypes.py | 1094 forEachType.onValue(vulkanType)
|