HomeSort by relevance Sort by last modified time
    Searched defs:google (Results 276 - 300 of 2190) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Service.java 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2008 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
31 package com.google.protobuf;
46 * @author kenton@google.com Kenton Varda
UninitializedMessageException.java 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2008 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
31 package com.google.protobuf;
47 * @author kenton@google.com Kenton Varda
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python_protobuf.cc 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2008 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
31 // Author: qrczak@google.com (Marcin Kowalczyk)
33 #include <google/protobuf/pyext/python_protobuf.h>
35 namespace google { namespace
47 // If python-google.protobuf.cc is loaded, the function pointer is overridden
63 } // namespace google
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
code_generator.h 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2008 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
31 // Author: kenton@google.com (Kenton Varda)
41 #include <google/protobuf/stubs/common.h>
46 namespace google { namespace
141 } // namespace google
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum.h 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2008 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
31 // Author: kenton@google.com (Kenton Varda)
39 #include <google/protobuf/compiler/cpp/cpp_options.h>
40 #include <google/protobuf/descriptor.h>
43 namespace google { namespace
69 // Precondition: in ::google::protobuf namespace.
100 } // namespace google
    [all...]
cpp_enum_field.h 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2008 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
31 // Author: kenton@google.com (Kenton Varda)
40 #include <google/protobuf/compiler/cpp/cpp_field.h>
42 namespace google { namespace
104 } // namespace google
cpp_extension.h 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2008 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
31 // Author: kenton@google.com (Kenton Varda)
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/compiler/cpp/cpp_options.h>
42 namespace google { namespace
85 } // namespace google
cpp_message_field.h 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2008 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
31 // Author: kenton@google.com (Kenton Varda)
40 #include <google/protobuf/compiler/cpp/cpp_field.h>
42 namespace google { namespace
103 } // namespace google
cpp_options.h 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2008 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
31 // Author: rennie@google.com (Jeffrey Rennie)
38 #include <google/protobuf/stubs/common.h>
39 namespace google { namespace
57 } // namespace google
cpp_primitive_field.h 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2008 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
31 // Author: kenton@google.com (Kenton Varda)
40 #include <google/protobuf/compiler/cpp/cpp_field.h>
42 namespace google { namespace
104 } // namespace google
cpp_string_field.h 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2008 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
31 // Author: kenton@google.com (Kenton Varda)
40 #include <google/protobuf/compiler/cpp/cpp_field.h>
42 namespace google { namespace
107 } // namespace google
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_extension.h 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2008 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
31 // Author: kenton@google.com (Kenton Varda)
40 #include <google/protobuf/stubs/common.h>
42 namespace google { namespace
76 } // namespace google
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
dynamic_message.h 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2008 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
31 // Author: kenton@google.com (Kenton Varda)
41 #include <google/protobuf/message.h>
42 #include <google/protobuf/stubs/common.h>
44 namespace google { namespace
118 // This struct just contains a hash_map. We can't #include <google/protobuf/stubs/hash.h> from
135 } // namespace google
    [all...]
service.cc 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2008 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
31 // Author: kenton@google.com (Kenton Varda)
35 #include <google/protobuf/service.h>
37 namespace google { namespace
46 } // namespace google
service.h 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2008 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
31 // Author: kenton@google.com (Kenton Varda)
64 // void Foo(google::protobuf::RpcController* controller,
104 #include <google/protobuf/stubs/common.h>
106 namespace google { namespace
290 } // namespace google
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
printer_unittest.cc 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2008 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
31 // Author: kenton@google.com (Kenton Varda)
37 #include <google/protobuf/io/printer.h>
38 #include <google/protobuf/io/zero_copy_stream_impl.h>
40 #include <google/protobuf/stubs/common.h>
41 #include <google/protobuf/testing/googletest.h>
44 namespace google { namespace
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
atomicops.h 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2012 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
59 #include <google/protobuf/stubs/platform_macros.h>
61 namespace google { namespace
71 // http://code.google.com/p/nativeclient/issues/detail?id=1162
157 } // namespace google
165 #include <google/protobuf/stubs/atomicops_internals_tsan.h>
169 #include <google/protobuf/stubs/atomicops_internals_x86_msvc.h
    [all...]
atomicops_internals_x86_msvc.cc 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2012 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
37 #include <google/protobuf/stubs/atomicops.h>
43 namespace google { namespace
109 } // namespace google
stl_util-inl.h 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2008 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
36 #include <google/protobuf/stubs/common.h>
38 namespace google { namespace
61 // Inside Google, this function implements a horrible, disgusting hack in which
119 } // namespace google
stl_util.h 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2008 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
36 #include <google/protobuf/stubs/common.h>
38 namespace google { namespace
61 // Inside Google, this function implements a horrible, disgusting hack in which
119 } // namespace google
stringprintf_unittest.cc 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2012 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
33 #include <google/protobuf/stubs/stringprintf.h>
38 #include <google/protobuf/testing/googletest.h>
41 namespace google { namespace
152 } // namespace google
template_util_unittest.cc 1 // Copyright 2005 Google Inc.
14 // * Neither the name of Google Inc. nor the names of its
31 // Author: lar@google.com (Laramie Leavitt)
38 #include <google/protobuf/stubs/template_util.h>
40 #include <google/protobuf/testing/googletest.h>
43 namespace GOOGLE_NAMESPACE = google::protobuf::internal;
45 namespace google { namespace
130 } // namespace google
  /external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
googletest.h 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2008 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
31 // Author: kenton@google.com (Kenton Varda)
39 #include <google/protobuf/stubs/common.h>
41 namespace google { namespace
59 // For use with ScopedMemoryLog::GetMessages(). Inside Google the LogLevel
95 } // namespace google
  /external/doclava/src/com/google/doclava/
FederatedSite.java 2 * Copyright (C) 2010 Google Inc.
17 package com.google.doclava;
19 import com.google.doclava.apicheck.ApiCheck;
20 import com.google.doclava.apicheck.ApiInfo;
21 import com.google.doclava.apicheck.ApiParseException;
KeywordEntry.java 2 * Copyright (C) 2010 Google Inc.
17 package com.google.doclava;
19 import com.google.clearsilver.jsilver.data.Data;

Completed in 707 milliseconds

<<11121314151617181920>>