Home
last modified time | relevance | path

Searched refs:Protos (Results 1 – 21 of 21) sorted by relevance

/external/grpc-grpc-java/testing-proto/
Dbuild.gradle1 description = "gRPC: Testing Protos"
/external/autotest/server/hosts/drone_api_client/
DREADME1 Protos in this dir are generated using
/external/tensorflow/tensorflow/core/protobuf/
DBUILD140 # Protos which are not needed on mobile builds, but should be included
167 # Protos which are not needed on mobile builds, but should be included
Dtensor_bundle.proto16 // Protos used in the tensor bundle module (tf/core/util/tensor_bundle/).
/external/protobuf/python/google/protobuf/pyext/
Dpython.proto40 // Protos optimized for SPEED use a strict superset of the generated code
/external/protobuf/src/google/protobuf/
Dunittest_lazy_dependencies_custom_option.proto54 // Protos optimized for SPEED use a strict superset of the generated code
Dunittest_lazy_dependencies_enum.proto51 // Protos optimized for SPEED use a strict superset of the generated code
Dunittest_lazy_dependencies.proto53 // Protos optimized for SPEED use a strict superset of the generated code
Dunittest_no_arena.proto57 // Protos optimized for SPEED use a strict superset of the generated code
Dunittest.proto55 // Protos optimized for SPEED use a strict superset of the generated code
/external/protobuf/objectivec/ProtocolBuffers_tvOS.xcodeproj/
Dproject.pbxproj113 remoteInfo = "Compile Unittest Protos";
571 F45BBC0E1B0CDB50002D064D /* Compile Unittest Protos */ = {
574 …BBC111B0CDB50002D064D /* Build configuration list for PBXLegacyTarget "Compile Unittest Protos" */;
581 name = "Compile Unittest Protos";
583 productName = "Compile Unittest Protos";
675 F45BBC0E1B0CDB50002D064D /* Compile Unittest Protos */,
823 target = F45BBC0E1B0CDB50002D064D /* Compile Unittest Protos */;
1117 …F45BBC111B0CDB50002D064D /* Build configuration list for PBXLegacyTarget "Compile Unittest Protos"…
/external/protobuf/objectivec/ProtocolBuffers_OSX.xcodeproj/
Dproject.pbxproj112 remoteInfo = "Compile Unittest Protos";
565 F45BBC141B0CE3C6002D064D /* Compile Unittest Protos */ = {
568 …BBC171B0CE3C6002D064D /* Build configuration list for PBXLegacyTarget "Compile Unittest Protos" */;
574 name = "Compile Unittest Protos";
576 productName = "Compile Unittest Protos";
668 F45BBC141B0CE3C6002D064D /* Compile Unittest Protos */,
816 target = F45BBC141B0CE3C6002D064D /* Compile Unittest Protos */;
1102 …F45BBC171B0CE3C6002D064D /* Build configuration list for PBXLegacyTarget "Compile Unittest Protos"…
/external/protobuf/objectivec/ProtocolBuffers_iOS.xcodeproj/
Dproject.pbxproj113 remoteInfo = "Compile Unittest Protos";
571 F45BBC0E1B0CDB50002D064D /* Compile Unittest Protos */ = {
574 …BBC111B0CDB50002D064D /* Build configuration list for PBXLegacyTarget "Compile Unittest Protos" */;
581 name = "Compile Unittest Protos";
583 productName = "Compile Unittest Protos";
675 F45BBC0E1B0CDB50002D064D /* Compile Unittest Protos */,
823 target = F45BBC0E1B0CDB50002D064D /* Compile Unittest Protos */;
1125 …F45BBC111B0CDB50002D064D /* Build configuration list for PBXLegacyTarget "Compile Unittest Protos"…
/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dunittest_proto3.proto54 // Protos optimized for SPEED use a strict superset of the generated code
/external/perfetto/docs/data-sources/
Dframetimeline.md258 Trace Protos:
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2066 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/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto51 // Protos optimized for SPEED use a strict superset of the generated code
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto51 // Protos optimized for SPEED use a strict superset of the generated code
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest.proto51 // Protos optimized for SPEED use a strict superset of the generated code
/external/clang/lib/Serialization/
DASTReader.cpp5540 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()
/external/tensorflow/tensorflow/core/
DBUILD162 # Protos which are needed for core tensorflow, including on mobile builds.