HomeSort by relevance Sort by last modified time
    Searched defs:google (Results 1 - 25 of 1727) 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
message_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 // Authors: wink@google.com (Wink Saville),
32 // kenton@google.com (Kenton Varda)
42 #include <google/protobuf/stubs/common.h>
43 #include <google/protobuf/io/coded_stream.h>
45 namespace google { namespace
238 } // namespace google
    [all...]
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/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
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...]
  /external/jsilver/src/com/google/streamhtmlparser/
ParseException.java 2 * Copyright (C) 2010 Google Inc.
17 package com.google.streamhtmlparser;
  /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
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
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
AbstractMultisetTester.java 17 package com.google.common.collect.testing.google;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.collect.Multiset;
21 import com.google.common.collect.testing.AbstractCollectionTester;
MultisetSetCountUnconditionallyTester.java 17 package com.google.common.collect.testing.google;
19 import com.google.common.annotations.GwtCompatible;
MultisetTestSuiteBuilder.java 17 package com.google.common.collect.testing.google;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.collect.testing.AbstractCollectionTestSuiteBuilder;
21 import com.google.common.collect.testing.AbstractTester;
22 import com.google.common.collect.testing.Helpers;
Platform.java 17 package com.google.common.collect.testing.google;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.annotations.GwtIncompatible;
TestMultisetGenerator.java 17 package com.google.common.collect.testing.google;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.collect.Multiset;
21 import com.google.common.collect.testing.TestCollectionGenerator;
  /external/dexmaker/src/main/java/com/google/dexmaker/
Constants.java 17 package com.google.dexmaker;

Completed in 564 milliseconds

1 2 3 4 5 6 7 8 91011>>