HomeSort by relevance Sort by last modified time
    Searched refs:google (Results 51 - 75 of 9554) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
PinballParts.java 2 * Copyright (C) 2008 Google Inc.
17 package com.google.inject.grapher.demo;
19 import com.google.inject.Inject;
20 import com.google.inject.Provider;
  /external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
CheckedProviderWithDependencies.java 2 * Copyright (C) 2012 Google Inc.
17 package com.google.inject.throwingproviders;
19 import com.google.inject.spi.HasDependencies;
20 import com.google.inject.throwingproviders.ThrowingProviderBinder.SecondaryBinder;
26 * @author sameb@google.com (Sam Berlin)
  /external/protobuf/src/google/protobuf/
generated_enum_util.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
34 #include <google/protobuf/stubs/template_util.h>
36 namespace google { namespace
41 template <typename T> struct is_proto_enum : ::google::protobuf::internal::false_type {};
45 } // namespace google
  /external/protobuf/src/google/protobuf/util/internal/
type_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
34 #include <google/protobuf/stubs/common.h>
35 #include <google/protobuf/type.pb.h>
36 #include <google/protobuf/util/type_resolver.h>
37 #include <google/protobuf/stubs/stringpiece.h>
38 #include <google/protobuf/stubs/status.h>
39 #include <google/protobuf/stubs/statusor.h
41 namespace google { namespace
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
generated_enum_util.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
34 #include <google/protobuf/stubs/template_util.h>
36 namespace google { namespace
41 template <typename T> struct is_proto_enum : ::google::protobuf::internal::false_type {};
45 } // namespace google
  /external/guava/guava/src/com/google/common/base/
Supplier.java 17 package com.google.common.base;
19 import com.google.common.annotations.GwtCompatible;
27 * @since 2.0 (imported from Google Collections Library)
  /external/guava/guava/src/com/google/common/collect/
ForwardingImmutableCollection.java 17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
ForwardingImmutableList.java 17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
ForwardingImmutableSet.java 17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
  /external/guava/guava-gwt/src/com/google/common/
ForceGuavaCompilationEntryPoint.java 17 package com.google.common;
19 import com.google.gwt.core.client.EntryPoint;
  /external/guava/guava-gwt/test/com/google/common/
GuavaTestsEntryPoint.java 17 package com.google.common;
19 import com.google.gwt.core.client.EntryPoint;
  /external/guava/guava-gwt/test/com/google/common/base/
TestModuleEntryPoint.java 17 package com.google.common.base;
19 import com.google.gwt.core.client.EntryPoint;
  /external/guava/guava-gwt/test/com/google/common/cache/
TestModuleEntryPoint.java 17 package com.google.common.cache;
19 import com.google.gwt.core.client.EntryPoint;
  /external/guava/guava-gwt/test/com/google/common/collect/
TestModuleEntryPoint.java 17 package com.google.common.collect;
19 import com.google.gwt.core.client.EntryPoint;
  /external/guava/guava-gwt/test/com/google/common/escape/
TestModuleEntryPoint.java 17 package com.google.common.escape;
19 import com.google.gwt.core.client.EntryPoint;
  /external/guava/guava-gwt/test/com/google/common/html/
TestModuleEntryPoint.java 17 package com.google.common.html;
19 import com.google.gwt.core.client.EntryPoint;
  /external/guava/guava-gwt/test/com/google/common/io/
TestModuleEntryPoint.java 17 package com.google.common.io;
19 import com.google.gwt.core.client.EntryPoint;
  /external/guava/guava-gwt/test/com/google/common/math/
TestModuleEntryPoint.java 17 package com.google.common.math;
19 import com.google.gwt.core.client.EntryPoint;
  /external/guava/guava-gwt/test/com/google/common/net/
TestModuleEntryPoint.java 17 package com.google.common.net;
19 import com.google.gwt.core.client.EntryPoint;
  /external/guava/guava-gwt/test/com/google/common/primitives/
TestModuleEntryPoint.java 17 package com.google.common.primitives;
19 import com.google.gwt.core.client.EntryPoint;
  /external/guava/guava-gwt/test/com/google/common/testing/
TestModuleEntryPoint.java 17 package com.google.common.testing;
19 import com.google.gwt.core.client.EntryPoint;
  /external/guava/guava-gwt/test/com/google/common/xml/
TestModuleEntryPoint.java 17 package com.google.common.xml;
19 import com.google.gwt.core.client.EntryPoint;
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
LenientSerializableTester.java 17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
  /external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
TestPlatform.java 17 package com.google.common.math;
19 import com.google.common.annotations.GwtCompatible;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
DerivedGenerator.java 17 package com.google.common.collect.testing;
19 import com.google.common.annotations.GwtCompatible;

Completed in 1284 milliseconds

1 23 4 5 6 7 8 91011>>