/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | RepeatedFieldBuilderV3.java | 64 BType extends AbstractMessage.Builder, 80 private List<SingleFieldBuilderV3<MType, BType, IType>> builders; 104 private MessageExternalList<MType, BType, IType> externalMessageList; 110 private BuilderExternalList<MType, BType, IType> externalBuilderList; 117 private MessageOrBuilderExternalList<MType, BType, IType> externalMessageOrBuilderList; 160 this.builders = new ArrayList<SingleFieldBuilderV3<MType, BType, IType>>(messages.size()); in ensureBuilders() 215 SingleFieldBuilderV3<MType, BType, IType> builder = builders.get(index); in getMessage() 234 public BType getBuilder(int index) { in getBuilder() 236 SingleFieldBuilderV3<MType, BType, IType> builder = builders.get(index); in getBuilder() 239 builder = new SingleFieldBuilderV3<MType, BType, IType>(message, this, isClean); in getBuilder() [all …]
|
D | RepeatedFieldBuilder.java | 64 BType extends GeneratedMessage.Builder, 80 private List<SingleFieldBuilder<MType, BType, IType>> builders; 104 private MessageExternalList<MType, BType, IType> externalMessageList; 110 private BuilderExternalList<MType, BType, IType> externalBuilderList; 117 private MessageOrBuilderExternalList<MType, BType, IType> externalMessageOrBuilderList; 160 this.builders = new ArrayList<SingleFieldBuilder<MType, BType, IType>>(messages.size()); in ensureBuilders() 215 SingleFieldBuilder<MType, BType, IType> builder = builders.get(index); in getMessage() 234 public BType getBuilder(int index) { in getBuilder() 236 SingleFieldBuilder<MType, BType, IType> builder = builders.get(index); in getBuilder() 239 builder = new SingleFieldBuilder<MType, BType, IType>(message, this, isClean); in getBuilder() [all …]
|
D | SingleFieldBuilderV3.java | 57 BType extends AbstractMessage.Builder, 69 private BType builder; 125 public BType getBuilder() { in getBuilder() 131 builder = (BType) message.newBuilderForType(this); in getBuilder() 159 public SingleFieldBuilderV3<MType, BType, IType> setMessage(MType message) { in setMessage() 175 public SingleFieldBuilderV3<MType, BType, IType> mergeFrom(MType value) { in mergeFrom() 191 public SingleFieldBuilderV3<MType, BType, IType> clear() { in clear()
|
D | SingleFieldBuilder.java | 57 BType extends GeneratedMessage.Builder, 69 private BType builder; 125 public BType getBuilder() { in getBuilder() 131 builder = (BType) message.newBuilderForType(this); in getBuilder() 159 public SingleFieldBuilder<MType, BType, IType> setMessage(MType message) { in setMessage() 175 public SingleFieldBuilder<MType, BType, IType> mergeFrom(MType value) { in mergeFrom() 191 public SingleFieldBuilder<MType, BType, IType> clear() { in clear()
|
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | RepeatedFieldBuilderV3.java | 63 BType extends AbstractMessage.Builder, 79 private List<SingleFieldBuilderV3<MType, BType, IType>> builders; 103 private MessageExternalList<MType, BType, IType> externalMessageList; 109 private BuilderExternalList<MType, BType, IType> externalBuilderList; 116 private MessageOrBuilderExternalList<MType, BType, IType> externalMessageOrBuilderList; 159 this.builders = new ArrayList<SingleFieldBuilderV3<MType, BType, IType>>(messages.size()); in ensureBuilders() 214 SingleFieldBuilderV3<MType, BType, IType> builder = builders.get(index); in getMessage() 233 public BType getBuilder(int index) { in getBuilder() 235 SingleFieldBuilderV3<MType, BType, IType> builder = builders.get(index); in getBuilder() 238 builder = new SingleFieldBuilderV3<MType, BType, IType>(message, this, isClean); in getBuilder() [all …]
|
D | RepeatedFieldBuilder.java | 63 BType extends GeneratedMessage.Builder, 79 private List<SingleFieldBuilder<MType, BType, IType>> builders; 103 private MessageExternalList<MType, BType, IType> externalMessageList; 109 private BuilderExternalList<MType, BType, IType> externalBuilderList; 116 private MessageOrBuilderExternalList<MType, BType, IType> externalMessageOrBuilderList; 159 this.builders = new ArrayList<SingleFieldBuilder<MType, BType, IType>>(messages.size()); in ensureBuilders() 214 SingleFieldBuilder<MType, BType, IType> builder = builders.get(index); in getMessage() 233 public BType getBuilder(int index) { in getBuilder() 235 SingleFieldBuilder<MType, BType, IType> builder = builders.get(index); in getBuilder() 238 builder = new SingleFieldBuilder<MType, BType, IType>(message, this, isClean); in getBuilder() [all …]
|
D | SingleFieldBuilderV3.java | 57 BType extends AbstractMessage.Builder, 69 private BType builder; 125 public BType getBuilder() { in getBuilder() 131 builder = (BType) message.newBuilderForType(this); in getBuilder() 159 public SingleFieldBuilderV3<MType, BType, IType> setMessage(MType message) { in setMessage() 175 public SingleFieldBuilderV3<MType, BType, IType> mergeFrom(MType value) { in mergeFrom() 191 public SingleFieldBuilderV3<MType, BType, IType> clear() { in clear()
|
D | SingleFieldBuilder.java | 57 BType extends GeneratedMessage.Builder, 69 private BType builder; 125 public BType getBuilder() { in getBuilder() 131 builder = (BType) message.newBuilderForType(this); in getBuilder() 159 public SingleFieldBuilder<MType, BType, IType> setMessage(MType message) { in setMessage() 175 public SingleFieldBuilder<MType, BType, IType> mergeFrom(MType value) { in mergeFrom() 191 public SingleFieldBuilder<MType, BType, IType> clear() { in clear()
|
/external/python/cffi/testing/cffi0/ |
D | test_parsing.py | 68 def load_function(self, BType, name): argument 69 return FakeFunction(BType, name) 73 def __init__(self, BType, name): argument 74 self.BType = str(BType) 90 assert func.BType == '<func (<double>), <double>, False>' 99 assert func.BType == '<func (<pointer to <int>>), <int>, False>' 108 assert func.BType == '<func (<int>), <short>, True>' 117 assert C.foo.BType == '<func (), <int>, False>' 129 assert C.foo.BType == '<func (), <unsigned int>, False>' 141 assert C.foo.BType == ('<func (<pointer to <pointer to ' [all …]
|
/external/python/cffi/cffi/ |
D | backend_ctypes.py | 994 def alignof(self, BType): argument 995 assert issubclass(BType, CTypesData) 996 return BType._alignment() 998 def newp(self, BType, source): argument 999 if not issubclass(BType, CTypesData): 1001 return BType._newp(source) 1003 def cast(self, BType, source): argument 1004 return BType._cast_from(source) 1006 def callback(self, BType, source, error, onerror): argument 1008 return BType(source, error) [all …]
|
D | model.py | 58 BType = ffi._cached_btypes[self] 60 BType = self.build_backend_type(ffi, finishlist) 61 BType2 = ffi._cached_btypes.setdefault(self, BType) 62 assert BType2 is BType 63 return BType 397 BType = StructOrUnionOrEnum.get_cached_btype(self, ffi, finishlist, 401 return BType 409 BType = ffi._cached_btypes[self] 426 ffi._backend.complete_struct_or_union(BType, lst, self, 462 ffi._backend.complete_struct_or_union(BType, lst, self, [all …]
|
D | api.py | 218 BType = self._typeof(cdecl) 219 return self._backend.sizeof(BType) 437 BType = self._cached_btypes[type] 440 BType = type.get_cached_btype(self, finishlist) 443 return BType 837 BType = ffi._get_cached_btype(tp) 838 value = backendlib.load_function(BType, name) 844 BType = ffi._get_cached_btype(tp) 848 lambda self: read_variable(BType, name), 849 lambda self, value: write_variable(BType, name, value))) [all …]
|
D | vengine_gen.py | 225 BType = self.ffi._get_cached_btype(tp) 229 res = ffi.new(BType) 234 args = args[:i] + (backend.newp(BType, args[i]),) + args[i+1:] 444 BType = self.ffi._typeof_locked("long long*")[0] 447 p = self.ffi.new(BType) 494 BType = self.ffi._typeof_locked("char[]")[0] 497 p = self.ffi.new(BType, 256)
|
/external/clang/test/CodeGen/ |
D | 2008-03-24-BitField-And-Alloca.c | 43 unsigned int BType : 4; member
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeCooperativeMatrixTests.cpp | 206 p->BType == m_data.inputType && in checkSupport() 220 …if (p->scope == VK_SCOPE_SUBGROUP_NV && (p->AType == types[j] || p->BType == types[j] || p->CType … in checkSupport() 699 p->BType == m_data.inputType && in iterate() 726 if (p->BType == types[j]) in iterate()
|
/external/vixl/src/aarch64/ |
D | simulator-aarch64.h | 1126 BType ReadBType() const { return btype_; } 1127 void WriteNextBType(BType btype) { next_btype_ = btype; } 1134 BType GetBTypeFromInstruction(const Instruction* instr) const; 4744 BType btype_; 4748 BType next_btype_;
|
D | constants-aarch64.h | 468 enum BType { enum
|
/external/python/cffi/c/ |
D | test_c.py | 932 def offsetof(BType, fieldname): argument 933 return typeoffsetof(BType, fieldname)[1] 3631 def offsetof(BType, fieldname): argument 3632 return typeoffsetof(BType, fieldname)[1]
|
/external/vulkan-validation-layers/layers/ |
D | shader_validation.cpp | 2218 if (cooperative_matrix_properties[i].BType == M.component_type && in ValidateCooperativeMatrix() 2270 cooperative_matrix_properties[i].BType == B.component_type && in ValidateCooperativeMatrix()
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_safe_struct.cpp | 27241 BType(in_struct->BType), in safe_VkCooperativeMatrixPropertiesNV() 27260 BType = src.BType; in safe_VkCooperativeMatrixPropertiesNV() 27279 BType = src.BType; in operator =() 27301 BType = in_struct->BType; in initialize() 27315 BType = src->BType; in initialize()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1024 TargetLowering::BooleanContent BType = TLI->getBooleanContents(OpVT); in getBoolExtOrTrunc() local 1025 return getNode(TLI->getExtendForContent(BType), SL, VT, Op); in getBoolExtOrTrunc()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 205 SymbolRef::Type BType = *BTypeOrErr; in operator ()() local 207 uint64_t BAddr = (BType != SymbolRef::ST_Function) ? 0 : B.getValue(); in operator ()()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1165 TargetLowering::BooleanContent BType = TLI->getBooleanContents(OpVT); in getBoolExtOrTrunc() local 1166 return getNode(TLI->getExtendForContent(BType), SL, VT, Op); in getBoolExtOrTrunc()
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_structs.hpp | 15884 , BType( BType_ ) 15941 BType = BType_; in setBType() 15999 …return std::tie( sType, pNext, MSize, NSize, KSize, AType, BType, CType, ResultType, saturatingAcc… in reflect() 16012 …( AType == rhs.AType ) && ( BType == rhs.BType ) && ( CType == rhs.CType ) && ( ResultType == rhs.… in operator ==() 16030 …VULKAN_HPP_NAMESPACE::ComponentTypeKHR BType = VULKAN_HPP_NAMESPACE::ComponentTyp… member 16065 , BType( BType_ ) 16121 BType = BType_; in setBType() 16171 return std::tie( sType, pNext, MSize, NSize, KSize, AType, BType, CType, DType, scope ); in reflect() 16184 …( AType == rhs.AType ) && ( BType == rhs.BType ) && ( CType == rhs.CType ) && ( DType == rhs.DType… in operator ==() 16201 VULKAN_HPP_NAMESPACE::ComponentTypeNV BType = {}; member
|
D | vulkan_core.h | 10463 VkComponentTypeKHR BType; member 13556 VkComponentTypeNV BType; member
|