Searched defs:google (Results 1 - 25 of 2030) sorted by relevance

1234567891011>>

/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.cc3 // http://code.google.com/p/ceres-solver/
29 // Author: keir@google.com (Keir Mierle)
33 namespace google { namespace
37 std::set<google::LogSink *> log_sinks_global;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dpackage_info.h3 // http://code.google.com/p/protobuf/
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
H A Dtest_util_lite.h3 // http://code.google.com/p/protobuf/
31 // Author: kenton@google.com (Kenton Varda)
38 #include <google/protobuf/unittest_lite.pb.h>
40 namespace google { namespace
100 } // namespace google
/external/protobuf/src/google/protobuf/
H A Dpackage_info.h3 // http://code.google.com/p/protobuf/
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
/external/protobuf/src/google/protobuf/stubs/
H A Dhash.cc3 // http://code.google.com/p/protobuf/
31 // Author: kenton@google.com (Kenton Varda)
33 #include <google/protobuf/stubs/hash.h>
35 namespace google { namespace
41 } // namespace google
/external/ceres-solver/google3/glog/
H A Dlogging.h2 // Author: keir@google.com (Keir Mierle)
12 namespace google { namespace
15 // The gflags shim in //third_party/ceres/google/gflags/gflags.h
19 } // namespace google
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dincident_handler_util.h10 namespace google { namespace
16 } // namespace google
23 uint32_t HashMessage(const google::protobuf::MessageLite& message);
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython_protobuf.h3 // http://code.google.com/p/protobuf/
31 // Author: qrczak@google.com (Marcin Kowalczyk)
41 namespace google { namespace
56 } // namespace google
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.h3 // http://code.google.com/p/protobuf/
31 // This header declares the namespace google::protobuf::protobuf_unittest in order to expose
37 // name with "::", in case the namespace google::protobuf::foo exists. We intentionally
38 // trigger that case here by declaring google::protobuf::protobuf_unittest.
45 namespace google { namespace
50 } // namespace google
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dpackage_info.h3 // http://code.google.com/p/protobuf/
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
H A Dplugin.h3 // http://code.google.com/p/protobuf/
31 // Author: kenton@google.com (Kenton Varda)
39 // return google::protobuf::compiler::PluginMain(argc, argv, &generator);
58 #include <google/protobuf/stubs/common.h>
59 namespace google { namespace
71 } // namespace google
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dpackage_info.h3 // http://code.google.com/p/protobuf/
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
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringprintf.h3 // http://code.google.com/p/protobuf/
47 #include <google/protobuf/stubs/common.h>
49 namespace google { namespace
74 } // namespace google
H A Dstructurally_valid_unittest.cc2 // Author: xpeng@google.com (Peter Peng)
4 #include <google/protobuf/stubs/common.h>
7 namespace google { namespace
40 } // namespace google
/external/guava/guava/src/com/google/common/annotations/
H A Dpackage-info.java21 package com.google.common.annotations;
/external/guava/guava/src/com/google/common/base/
H A Dpackage-info.java28 * <li>{@link com.google.common.base.Ascii}
29 * <li>{@link com.google.common.base.CaseFormat}
30 * <li>{@link com.google.common.base.CharMatcher}
31 * <li>{@link com.google.common.base.Charsets}
32 * <li>{@link com.google.common.base.Joiner}
33 * <li>{@link com.google.common.base.Splitter}
34 * <li>{@link com.google.common.base.Strings}
40 * <li>{@link com.google.common.base.Function},
41 * {@link com.google.common.base.Functions}
42 * <li>{@link com.google
[all...]
/external/guava/guava/src/com/google/common/cache/
H A Dpackage-info.java20 * <p>The core interface used to represent caches is {@link com.google.common.cache.Cache}.
22 * {@link com.google.common.cache.CacheBuilder}, with cache entries being loaded by
23 * {@link com.google.common.cache.CacheLoader}. Statistics about cache performance are exposed using
24 * {@link com.google.common.cache.CacheStats}.
32 package com.google.common.cache;
/external/guava/guava/src/com/google/common/collect/
H A Dpackage-info.java25 * <dt>{@link com.google.common.collect.BiMap}
29 * an {@linkplain com.google.common.collect.BiMap#inverse inverse view} --
32 * <dt>{@link com.google.common.collect.Multiset}
38 * <dt>{@link com.google.common.collect.Multimap}
41 * {@link com.google.common.collect.Multimap} are left unspecified and are
44 * <dt>{@link com.google.common.collect.ListMultimap}
45 * <dd>An extension of {@link com.google.common.collect.Multimap} which permits
48 * {@link com.google.common.collect.ListMultimap#equals(Object)}. {@code
50 * com.google.common.collect.ListMultimap#get collection of values}
53 * <dt>{@link com.google
[all...]
/external/guava/guava/src/com/google/common/eventbus/
H A Dpackage-info.java37 * {@link com.google.common.eventbus.Subscribe} annotation.</li>
47 * {@link com.google.common.eventbus.EventBus#register(Object)} method on an
66 * com.google.common.eventbus.DeadEvent}. The
86 * {@link com.google.common.eventbus.EventBus#post(Object)} method.</li>
101 * {@link com.google.common.eventbus.Subscribe} annotation.</dd>
264 package com.google.common.eventbus;
/external/guava/guava/src/com/google/common/hash/
H A Dpackage-info.java20 package com.google.common.hash;
/external/guava/guava/src/com/google/common/io/
H A Dpackage-info.java22 * {@link com.google.common.io.InputSupplier} and
23 * {@link com.google.common.io.OutputSupplier} interfaces. They are used as
27 * exception is thrown. The {@link com.google.common.io.ByteStreams},
28 * {@link com.google.common.io.CharStreams}, and
29 * {@link com.google.common.io.Files} classes all have static helper methods to
38 package com.google.common.io;
/external/guava/guava/src/com/google/common/math/
H A Dpackage-info.java24 package com.google.common.math;
/external/guava/guava/src/com/google/common/net/
H A Dpackage-info.java27 package com.google.common.net;
/external/guava/guava/src/com/google/common/primitives/
H A Dpackage-info.java28 * <li>{@link com.google.common.primitives.Primitives}
34 * <li>{@link com.google.common.primitives.Booleans}
35 * <li>{@link com.google.common.primitives.Bytes}
37 * <li>{@link com.google.common.primitives.SignedBytes}
38 * <li>{@link com.google.common.primitives.UnsignedBytes}
40 * <li>{@link com.google.common.primitives.Chars}
41 * <li>{@link com.google.common.primitives.Doubles}
42 * <li>{@link com.google.common.primitives.Floats}
43 * <li>{@link com.google.common.primitives.Ints}
45 * <li>{@link com.google
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dpackage_info.h3 // http://code.google.com/p/protobuf/
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

Completed in 968 milliseconds

1234567891011>>