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

1 2 3 4 5 6 7 8 91011>>

  /external/protobuf/src/google/protobuf/
package_info.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)
35 // This file exists solely to document the google::protobuf namespace.
39 namespace google { namespace
64 } // namespace google
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
lite_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)
36 #include <google/protobuf/test_util_lite.h>
37 #include <google/protobuf/stubs/common.h>
46 google::protobuf::TestUtilLite::ExpectClear(message);
47 google::protobuf::TestUtilLite::SetAllFields(&message);
51 google::protobuf::TestUtilLite::ExpectAllFieldsSet(message)
    [all...]
generated_message_util.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/generated_message_util.h>
39 namespace google { namespace
53 } // namespace google
  /external/chromium/base/third_party/symbolize/
config.h 5 #define GOOGLE_NAMESPACE google
7 #define _START_GOOGLE_NAMESPACE_ namespace google {
  /external/protobuf/src/google/protobuf/compiler/
package_info.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)
35 // This file exists solely to document the google::protobuf::compiler namespace.
39 namespace google { namespace
64 } // namespace google
main.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)
33 #include <google/protobuf/compiler/command_line_interface.h>
34 #include <google/protobuf/compiler/cpp/cpp_generator.h>
35 #include <google/protobuf/compiler/python/python_generator.h>
36 #include <google/protobuf/compiler/java/java_generator.h>
37 #include <google/protobuf/compiler/javamicro/javamicro_generator.h
    [all...]
test_plugin.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)
38 #include <google/protobuf/compiler/plugin.h>
39 #include <google/protobuf/compiler/mock_code_generator.h>
40 #include <google/protobuf/stubs/strutil.h>
49 google::protobuf::compiler::MockCodeGenerator generator("test_plugin");
50 return google::protobuf::compiler::PluginMain(argc, argv, &generator)
    [all...]
plugin.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 // return google::protobuf::compiler::PluginMain(argc, argv, &generator);
58 #include <google/protobuf/stubs/common.h>
60 namespace google { namespace
72 } // namespace google
  /external/protobuf/src/google/protobuf/io/
package_info.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)
35 // This file exists solely to document the google::protobuf::io namespace.
39 namespace google { namespace
54 } // namespace google
zero_copy_stream.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/io/zero_copy_stream.h>
38 namespace google { namespace
48 } // namespace google
  /external/protobuf/src/google/protobuf/stubs/
hash.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)
33 #include <google/protobuf/stubs/hash.h>
35 namespace google { namespace
41 } // namespace google
  /external/guava/src/com/google/common/base/
package-info.java 2 * Copyright (C) 2007 Google Inc.
20 package com.google.common.base;
Supplier.java 2 * Copyright (C) 2007 Google Inc.
17 package com.google.common.base;
19 import com.google.common.annotations.GwtCompatible;
27 * @since 2010.01.04 <b>stable</b> (imported from Google Collections Library)
FinalizableReference.java 2 * Copyright (C) 2007 Google Inc.
17 package com.google.common.base;
25 * @since 2010.01.04 <b>stable</b> (imported from Google Collections Library)
  /external/guava/src/com/google/common/io/
package-info.java 2 * Copyright (C) 2007 Google Inc.
17 package com.google.common.io;
24 * {@link com.google.common.io.InputSupplier} and
25 * {@link com.google.common.io.OutputSupplier} interfaces. They are used as
29 * exception is thrown. The {@link com.google.common.io.ByteStreams},
30 * {@link com.google.common.io.CharStreams}, and
31 * {@link com.google.common.io.Files} classes all have static helper methods to
  /external/protobuf/src/
Makefile.am 5 GZHEADERS = google/protobuf/io/gzip_stream.h
6 GZTESTS = google/protobuf/io/gzip_stream_unittest.sh
27 nobase_dist_proto_DATA = google/protobuf/descriptor.proto \
28 google/protobuf/compiler/plugin.proto
41 google/protobuf/stubs/common.h \
42 google/protobuf/stubs/once.h \
43 google/protobuf/descriptor.h \
44 google/protobuf/descriptor.pb.h \
45 google/protobuf/descriptor_database.h \
46 google/protobuf/dynamic_message.h
    [all...]
  /external/guava/src/com/google/common/annotations/
VisibleForTesting.java 2 * Copyright (C) 2006 Google Inc.
17 package com.google.common.annotations;
  /external/guava/src/com/google/common/collect/
package-info.java 2 * Copyright (C) 2007 Google Inc.
24 * <dt>{@link com.google.common.collect.Multimap}
27 * {@link com.google.common.collect.Multimap} are left unspecified and are
30 * <dt>{@link com.google.common.collect.SetMultimap}
31 * <dd>An extension of {@link com.google.common.collect.Multimap} which has
35 * the {@linkplain com.google.common.collect.SetMultimap#get collection of
39 * <dt>{@link com.google.common.collect.ListMultimap}
40 * <dd>An extension of {@link com.google.common.collect.Multimap} which permits
43 * {@link com.google.common.collect.ListMultimap#equals(Object)}. {@code
45 * com.google.common.collect.ListMultimap#get collection of values
    [all...]
ComputationException.java 2 * Copyright (C) 2009 Google Inc.
17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
UnmodifiableIterator.java 2 * Copyright (C) 2008 Google Inc.
17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
27 * @since 2010.01.04 <b>stable</b> (imported from Google Collections Library)
  /external/protobuf/java/src/main/java/com/google/protobuf/
RpcCallback.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;
43 * @author kenton@google.com Kenton Varda
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduContentTypes.java 18 package com.google.android.mms.pdu;
  /frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
DpiTestNoCompatActivity.java 17 package com.google.android.test.dpi;
  /libcore/luni/src/test/java/com/google/coretests/
Version.java 17 package com.google.coretests;

Completed in 255 milliseconds

1 2 3 4 5 6 7 8 91011>>