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

1 2 3 4 5 6 7 8 91011>>

  /external/gflags/android/gflags/
gflags_google.h 14 // * Neither the name of Google Inc. nor the names of its
41 namespace google { namespace
99 } // namespace google
  /external/google-breakpad/src/third_party/linux/include/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/libyuv/files/third_party/gflags/gen/posix/include/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/libyuv/files/third_party/gflags/gen/win/include/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 // https://developers.google.com/protocol-buffers/
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/webrtc/third_party/gflags/gen/posix/include/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/guava/guava-testlib/src/com/google/common/collect/testing/google/
TestListMultimapGenerator.java 17 package com.google.common.collect.testing.google;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.collect.ListMultimap;
TestSetMultimapGenerator.java 17 package com.google.common.collect.testing.google;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.collect.SetMultimap;
  /external/caliper/caliper/src/main/java/com/google/caliper/
All.java 2 * Copyright (C) 2013 Google Inc.
17 package com.google.caliper;
Benchmark.java 2 * Copyright (C) 2013 Google Inc.
17 package com.google.caliper;
Param.java 2 * Copyright (C) 2009 Google Inc.
17 package com.google.caliper;
  /external/caliper/caliper/src/main/java/com/google/caliper/bridge/
package-info.java 2 * Copyright (C) 2012 Google Inc.
20 package com.google.caliper.bridge
  /external/caliper/caliper/src/main/java/com/google/caliper/model/
package-info.java 2 * Copyright (C) 2012 Google Inc.
19 * com.google.caliper.runner runner}: the record of which scenarios were tested on which VMs by
25 package com.google.caliper.model
  /external/caliper/caliper/src/main/java/com/google/caliper/options/
package-info.java 2 * Copyright (C) 2012 Google Inc.
18 * {@link com.google.caliper.config} package.
20 package com.google.caliper.options;
  /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}.
27 * "http://code.google.com/p/guava-libraries/wiki/CachesExplained">caches</a>.
35 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/escape/
package-info.java 19 * {@link com.google.common.escape.Escaper}.
22 * com.google.common.html.HtmlEscapers} in {@code com.google.common.html}, {@link
23 * com.google.common.xml.XmlEscapers} in {@code com.google.common.xml}, and {@link
24 * com.google.common.net.UrlEscapers} in {@code com.google.common.net}.
30 package com.google.common.escape;
  /external/guava/guava/src/com/google/common/eventbus/
package-info.java 26 * "http://code.google.com/p/guava-libraries/wiki/EventBusExplained">
41 * {@link com.google.common.eventbus.Subscribe} annotation.</li>
51 * {@link com.google.common.eventbus.EventBus#register(Object)} method on an
70 * com.google.common.eventbus.DeadEvent}. The
90 * {@link com.google.common.eventbus.EventBus#post(Object)} method.</li>
105 * {@link com.google.common.eventbus.Subscribe} annotation.</dd>
254 package com.google.common.eventbus;
  /external/guava/guava/src/com/google/common/hash/
package-info.java 20 * "http://code.google.com/p/guava-libraries/wiki/HashingExplained">
24 package com.google.common.hash;
  /external/guava/guava/src/com/google/common/html/
package-info.java 26 package com.google.common.html;
  /external/guava/guava/src/com/google/common/io/
package-info.java 22 * {@link com.google.common.io.ByteSource ByteSource},
23 * {@link com.google.common.io.CharSource CharSource},
24 * {@link com.google.common.io.ByteSink ByteSink} and
25 * {@link com.google.common.io.CharSink CharSink}. They are factories for I/O streams that
31 * <a href="https://code.google.com/p/guava-libraries/wiki/IOExplained">I/O Explained</a> on the
37 package com.google.common.io;
  /external/guava/guava/src/com/google/common/math/
package-info.java 24 * "http://code.google.com/p/guava-libraries/wiki/MathExplained">
28 package com.google.common.math;
  /external/guava/guava/src/com/google/common/net/
package-info.java 27 package com.google.common.net;

Completed in 214 milliseconds

1 2 3 4 5 6 7 8 91011>>