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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/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
test_util_lite.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)
38 #include <google/protobuf/unittest_lite.pb.h>
40 namespace google { namespace
100 } // namespace google
  /external/open-vcdiff/gflags/src/gflags/
gflags_completions.h 1 // Copyright (c) 2008, Google Inc.
14 // * Neither the name of Google Inc. nor the names of its
115 namespace google { namespace
  /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
  /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/ceres-solver/google3/gflags/
gflags.h 1 // Copyright 2012 Google Inc. All Rights Reserved.
2 // Author: sameeragarwal@google.com (Sameer Agarwal)
17 // as they will never call google::ParseCommandLineFlags.
25 namespace google { namespace
33 } // namespace google
  /external/ceres-solver/google3/glog/
logging.h 1 // Copyright 2012 Google Inc. All Rights Reserved.
2 // 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_frame/cfinstall/src/stub/
chromeframe.js 10 goog.provide('google.cf.ChromeFrame');
19 google.cf.ChromeFrame = function(opt_windowInstance) {
33 google.cf.ChromeFrame.CONTROL_NAME = 'ChromeTab.ChromeFrame';
39 google.cf.ChromeFrame.prototype.isPlatformSupported = function() {
59 google.cf.ChromeFrame.prototype.isActiveRenderer = function () {
64 * Determines if Google Chrome Frame is activated or locally available for
67 * @return {boolean} True if Google Chrome Frame already was active or was
70 google.cf.ChromeFrame.prototype.activate = function() {
79 new this.window_.ActiveXObject(google.cf.ChromeFrame.CONTROL_NAME));
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python_protobuf.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: qrczak@google.com (Marcin Kowalczyk)
41 namespace google { namespace
56 } // namespace google
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.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 // 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/
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
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>
59 namespace google { namespace
71 } // namespace google
  /external/chromium_org/third_party/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
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
stringprintf.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
47 #include <google/protobuf/stubs/common.h>
49 namespace google { namespace
74 } // namespace google
structurally_valid_unittest.cc 1 // Copyright 2008 Google Inc. All Rights Reserved.
2 // 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/
package-info.java 21 package com.google.common.annotations;
  /external/guava/guava/src/com/google/common/base/
package-info.java 28 * <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.common.base.Predicate}
    [all...]
  /external/guava/guava/src/com/google/common/cache/
package-info.java 20 * <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/
package-info.java 25 * <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.common.collect.SetMultimap
    [all...]
  /external/guava/guava/src/com/google/common/eventbus/
package-info.java 37 * {@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/
package-info.java 20 package com.google.common.hash;
  /external/guava/guava/src/com/google/common/io/
package-info.java 22 * {@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/
package-info.java 24 package com.google.common.math;
  /external/guava/guava/src/com/google/common/net/
package-info.java 27 package com.google.common.net;
  /external/guava/guava/src/com/google/common/primitives/
package-info.java 28 * <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.common.primitives.UnsignedInts
    [all...]

Completed in 508 milliseconds

1 2 3 4 5 6 7 8 91011>>