Searched defs:Google (Results 1 - 25 of 114) sorted by relevance

12345

/external/protobuf/csharp/src/Google.Protobuf/
H A DFrameworkPortability.cs2 // Protocol Buffers - Google's data interchange format
3 // Copyright 2008 Google Inc. All rights reserved.
16 // * Neither the name of Google Inc. nor the names of its
36 namespace Google.Protobuf
H A DICustomDiagnosticMessage.cs2 // Protocol Buffers - Google's data interchange format
3 // Copyright 2016 Google Inc. All rights reserved.
16 // * Neither the name of Google Inc. nor the names of its
33 namespace Google.Protobuf
H A DIDeepCloneable.cs2 // Protocol Buffers - Google's data interchange format
3 // Copyright 2015 Google Inc. All rights reserved.
16 // * Neither the name of Google Inc. nor the names of its
33 namespace Google.Protobuf
H A DInvalidJsonException.cs2 // Protocol Buffers - Google's data interchange format
3 // Copyright 2015 Google Inc. All rights reserved.
16 // * Neither the name of Google Inc. nor the names of its
35 namespace Google.Protobuf
H A DProtoPreconditions.cs2 // Protocol Buffers - Google's data interchange format
3 // Copyright 2008 Google Inc. All rights reserved.
16 // * Neither the name of Google Inc. nor the names of its
35 namespace Google.Protobuf
/external/protobuf/csharp/src/Google.Protobuf.Test/
H A DEqualityTester.cs2 // Protocol Buffers - Google's data interchange format
3 // Copyright 2015 Google Inc. All rights reserved.
16 // * Neither the name of Google Inc. nor the names of its
36 namespace Google.Protobuf
H A DSampleMessages.cs2 // Protocol Buffers - Google's data interchange format
3 // Copyright 2015 Google Inc. All rights reserved.
16 // * Neither the name of Google Inc. nor the names of its
34 using Google.Protobuf.TestProtos;
36 namespace Google.Protobuf
H A DTestCornerCases.cs2 // Protocol Buffers - Google's data interchange format
3 // Copyright 2008 Google Inc. All rights reserved.
16 // * Neither the name of Google Inc. nor the names of its
36 namespace Google.Protobuf
H A DCodedInputStreamExtensions.cs2 // Protocol Buffers - Google's data interchange format
3 // Copyright 2015 Google Inc. All rights reserved.
16 // * Neither the name of Google Inc. nor the names of its
35 namespace Google.Protobuf
H A DDeprecatedMemberTest.cs2 // Protocol Buffers - Google's data interchange format
3 // Copyright 2015 Google Inc. All rights reserved.
16 // * Neither the name of Google Inc. nor the names of its
35 using Google.Protobuf.TestProtos;
38 namespace Google.Protobuf
H A DIssuesTest.cs2 // Protocol Buffers - Google's data interchange format
3 // Copyright 2008 Google Inc. All rights reserved.
16 // * Neither the name of Google Inc. nor the names of its
33 using Google.Protobuf.Reflection;
38 namespace Google.Protobuf
H A DSampleEnum.cs2 // Protocol Buffers - Google's data interchange format
3 // Copyright 2015 Google Inc. All rights reserved.
16 // * Neither the name of Google Inc. nor the names of its
33 namespace Google.Protobuf
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DWrappersPartial.cs2 // Protocol Buffers - Google's data interchange format
3 // Copyright 2008 Google Inc. All rights reserved.
16 // * Neither the name of Google Inc. nor the names of its
33 namespace Google.Protobuf.WellKnownTypes
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
H A DForeignMessagePartial.cs2 // Protocol Buffers - Google's data interchange format
3 // Copyright 2016 Google Inc. All rights reserved.
16 // * Neither the name of Google Inc. nor the names of its
33 namespace Google.Protobuf.TestProtos
/external/protobuf/csharp/src/AddressBook/
H A DProgram.cs2 // Protocol Buffers - Google's data interchange format
3 // Copyright 2008 Google Inc. All rights reserved.
16 // * Neither the name of Google Inc. nor the names of its
35 namespace Google.Protobuf.Examples.AddressBook
H A DSampleUsage.cs2 // Protocol Buffers - Google's data interchange format
3 // Copyright 2008 Google Inc. All rights reserved.
16 // * Neither the name of Google Inc. nor the names of its
36 namespace Google.Protobuf.Examples.AddressBook
H A DAddPerson.cs2 // Protocol Buffers - Google's data interchange format
3 // Copyright 2008 Google Inc. All rights reserved.
16 // * Neither the name of Google Inc. nor the names of its
36 namespace Google.Protobuf.Examples.AddressBook
/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
H A DPropertyInfoExtensions.cs2 // Protocol Buffers - Google's data interchange format
3 // Copyright 2015 Google Inc. All rights reserved.
16 // * Neither the name of Google Inc. nor the names of its
35 namespace Google.Protobuf.Compatibility
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DIDescriptor.cs2 // Protocol Buffers - Google's data interchange format
3 // Copyright 2008 Google Inc. All rights reserved.
16 // * Neither the name of Google Inc. nor the names of its
33 namespace Google.Protobuf.Reflection
H A DOriginalNameAttribute.cs2 // Protocol Buffers - Google's data interchange format
3 // Copyright 2008 Google Inc. All rights reserved.
16 // * Neither the name of Google Inc. nor the names of its
35 namespace Google.Protobuf.Reflection
H A DPartialClasses.cs2 // Protocol Buffers - Google's data interchange format
3 // Copyright 2008 Google Inc. All rights reserved.
16 // * Neither the name of Google Inc. nor the names of its
34 namespace Google.Protobuf.Reflection
/external/protobuf/csharp/src/Google.Protobuf.JsonDump/
H A DProgram.cs2 // Protocol Buffers - Google's data interchange format
3 // Copyright 2008 Google Inc. All rights reserved.
16 // * Neither the name of Google Inc. nor the names of its
36 namespace Google.Protobuf.ProtoDump
47 Console.Error.WriteLine("Usage: Google.Protobuf.JsonDump <descriptor type name> <input data>");
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
H A DFieldMaskTest.cs2 // Protocol Buffers - Google's data interchange format
3 // Copyright 2016 Google Inc. All rights reserved.
16 // * Neither the name of Google Inc. nor the names of its
36 namespace Google.Protobuf.WellKnownTypes
/external/protobuf/ruby/lib/google/protobuf/
H A Dmessage_exts.rb1 # Protocol Buffers - Google's data interchange format
2 # Copyright 2008 Google Inc. All rights reserved.
15 # * Neither the name of Google Inc. nor the names of its
31 module Google module
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/archive_files/
H A Dtest_page_set.py25 class Google(page.Page): class in function:TestPageSet.__init__
28 super(Google, self).__init__('https://www.google.com',
34 self.AddStory(Google(self))

Completed in 1049 milliseconds

12345