HomeSort by relevance Sort by last modified time
    Searched refs:PROTOBUF (Results 1 - 25 of 48) sorted by null

1 2

  /external/perf_data_converter/src/
Makefile 37 PROTOBUF = ../third_party/protobuf
92 # Protobuf dependence configuration
93 ifeq ($(wildcard ${PROTOBUF}/src/google/protobuf/descriptor.pb.h),)
94 # Protobuf module hasn't been populated, attempt using local installation.
97 PROTOBUF_CFLAGS := $(shell $(PKG_CONFIG) --cflags protobuf)
98 PROTOBUF_LIBS := $(shell $(PKG_CONFIG) --libs protobuf)
100 # Use protobuf compiler and libraries from submodule.
101 PROTOC = ${PROTOBUF}/src/proto
    [all...]
  /external/google-tv-pairing-protocol/cpp/
configure.ac 37 PKG_CHECK_MODULES(PROTOBUF, protobuf)
configure     [all...]
  /external/protobuf/conformance/
ConformanceJavaLite.java 2 import com.google.protobuf.conformance.Conformance;
3 import com.google.protobuf.InvalidProtocolBufferException;
76 case PROTOBUF:
conformance_ruby.rb 48 rescue Google::Protobuf::ParseError => err
56 rescue Google::Protobuf::ParseError => err
69 when :PROTOBUF
ConformanceJava.java 2 import com.google.protobuf.conformance.Conformance;
3 import com.google.protobuf.util.JsonFormat;
4 import com.google.protobuf.util.JsonFormat.TypeRegistry;
5 import com.google.protobuf.InvalidProtocolBufferException;
86 case PROTOBUF:
conformance_python.py 33 """A conformance test implementation for the Python protobuf library.
41 from google.protobuf import message
42 from google.protobuf import json_format
80 elif request.requested_output_format == conformance_pb2.PROTOBUF:
conformance_cpp.cc 36 #include <google/protobuf/util/json_util.h>
37 #include <google/protobuf/util/type_resolver_util.h>
42 using google::protobuf::Descriptor;
43 using google::protobuf::DescriptorPool;
44 using google::protobuf::internal::scoped_ptr;
45 using google::protobuf::util::BinaryToJsonString;
46 using google::protobuf::util::JsonToBinaryString;
47 using google::protobuf::util::NewTypeResolverForDescriptorPool;
48 using google::protobuf::util::Status;
49 using google::protobuf::util::TypeResolver
    [all...]
conformance_test.cc 36 #include <google/protobuf/stubs/common.h>
37 #include <google/protobuf/stubs/stringprintf.h>
38 #include <google/protobuf/text_format.h>
39 #include <google/protobuf/util/json_util.h>
40 #include <google/protobuf/util/field_comparator.h>
41 #include <google/protobuf/util/message_differencer.h>
42 #include <google/protobuf/util/type_resolver_util.h>
43 #include <google/protobuf/wire_format_lite.h>
51 using google::protobuf::Descriptor;
52 using google::protobuf::FieldDescriptor
171 namespace protobuf { namespace in namespace:google
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_annotation/2.0.18/
error_prone_annotation-2.0.18.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_annotation/2.1.2/
error_prone_annotation-2.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_annotation/2.2.0/
error_prone_annotation-2.2.0.jar 
  /external/guava/guava/src/com/google/common/net/
MediaType.java 321 public static final MediaType PROTOBUF = createConstant(APPLICATION_TYPE, "protobuf");
  /external/golang-protobuf/_conformance/conformance_proto/
conformance.pb.go 18 import proto "github.com/golang/protobuf/proto"
21 import google_protobuf "github.com/golang/protobuf/ptypes/any"
22 import google_protobuf1 "github.com/golang/protobuf/ptypes/duration"
23 import google_protobuf2 "google.golang.org/genproto/protobuf"
24 import google_protobuf3 "github.com/golang/protobuf/ptypes/struct"
25 import google_protobuf4 "github.com/golang/protobuf/ptypes/timestamp"
26 import google_protobuf5 "github.com/golang/protobuf/ptypes/wrappers"
49 1: "PROTOBUF",
54 "PROTOBUF": 1,
117 // 2. parse the protobuf or JSON payload in "payload" (which may fail
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Conformance/
Conformance.cs 6 using pb = global::Google.Protobuf;
7 using pbc = global::Google.Protobuf.Collections;
8 using pbr = global::Google.Protobuf.Reflection;
188 new pbr::FileDescriptor[] { global::Google.Protobuf.WellKnownTypes.AnyReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.DurationReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.FieldMaskReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.StructReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.TimestampReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.WrappersReflection.Descriptor, },
203 [pbr::OriginalName("PROTOBUF")] Protobuf = 1
    [all...]
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /external/annotation-tools/annotation-file-utilities/lib/
guava-20.0.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/error_prone/error_prone/
error_prone_core-2.2.0-with-dependencies.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /prebuilts/devtools/tools/lib/
guava-17.0.jar 
guava-18.0.jar 
guava-22.0.jar 
  /prebuilts/misc/common/guava/
guava-18.0.jar 
guava-21.0.jar 

Completed in 227 milliseconds

1 2