Searched refs:Protos (Results 1 – 12 of 12) sorted by relevance
/external/grpc-grpc-java/testing-proto/ |
D | build.gradle | 1 description = "gRPC: Testing Protos"
|
/external/protobuf/objectivec/ProtocolBuffers_OSX.xcodeproj/ |
D | project.pbxproj | 90 remoteInfo = "Compile Unittest Protos"; 485 F45BBC141B0CE3C6002D064D /* Compile Unittest Protos */ = { 488 …BBC171B0CE3C6002D064D /* Build configuration list for PBXLegacyTarget "Compile Unittest Protos" */; 494 name = "Compile Unittest Protos"; 496 productName = "Compile Unittest Protos"; 587 F45BBC141B0CE3C6002D064D /* Compile Unittest Protos */, 713 target = F45BBC141B0CE3C6002D064D /* Compile Unittest Protos */; 930 …F45BBC171B0CE3C6002D064D /* Build configuration list for PBXLegacyTarget "Compile Unittest Protos"…
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | tensor_bundle.proto | 14 // Protos used in the tensor bundle module (tf/core/util/tensor_bundle/).
|
/external/protobuf/python/google/protobuf/pyext/ |
D | python.proto | 40 // Protos optimized for SPEED use a strict superset of the generated code
|
/external/protobuf/objectivec/ProtocolBuffers_iOS.xcodeproj/ |
D | project.pbxproj | 105 remoteInfo = "Compile Unittest Protos"; 543 F45BBC0E1B0CDB50002D064D /* Compile Unittest Protos */ = { 546 …BBC111B0CDB50002D064D /* Build configuration list for PBXLegacyTarget "Compile Unittest Protos" */; 553 name = "Compile Unittest Protos"; 555 productName = "Compile Unittest Protos"; 665 F45BBC0E1B0CDB50002D064D /* Compile Unittest Protos */, 814 target = F45BBC0E1B0CDB50002D064D /* Compile Unittest Protos */; 1103 …F45BBC111B0CDB50002D064D /* Build configuration list for PBXLegacyTarget "Compile Unittest Protos"…
|
/external/perf_data_converter/src/quipper/ |
D | Android.bp | 66 // Protos.
|
/external/protobuf/src/google/protobuf/ |
D | unittest_no_arena.proto | 57 // Protos optimized for SPEED use a strict superset of the generated code
|
D | unittest_proto3.proto | 54 // Protos optimized for SPEED use a strict superset of the generated code
|
D | unittest.proto | 53 // Protos optimized for SPEED use a strict superset of the generated code
|
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 2066 const ObjCList<ObjCProtocolDecl> &Protos = CatDecl->getReferencedProtocols(); in GenerateCategory() local 2067 for (ObjCList<ObjCProtocolDecl>::iterator I = Protos.begin(), in GenerateCategory() 2068 E = Protos.end(); I != E; ++I) in GenerateCategory()
|
/external/tensorflow/tensorflow/core/ |
D | BUILD | 49 # filegroup ":android_proto_srcs" - Protos 182 # Protos which are needed for core tensorflow, including on mobile builds. 236 # Protos which are not needed on mobile builds, but should be included in
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5540 SmallVector<ObjCProtocolDecl*, 4> Protos; in readTypeRecord() local 5542 Protos.push_back(ReadDeclAs<ObjCProtocolDecl>(*Loc.F, Record, Idx)); in readTypeRecord() 5544 return Context.getObjCObjectType(Base, TypeArgs, Protos, IsKindOf); in readTypeRecord()
|