HomeSort by relevance Sort by last modified time
    Searched refs:google (Results 1 - 25 of 1519) 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
service.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)
35 #include <google/protobuf/service.h>
37 namespace google { namespace
46 } // namespace google
  /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
  /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
zero_copy_stream.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)
35 #include <google/protobuf/io/zero_copy_stream.h>
38 namespace google { namespace
48 } // 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/guava/src/com/google/common/base/
package-info.java 2 * Copyright (C) 2007 Google Inc.
20 package com.google.common.base;
Supplier.java 2 * Copyright (C) 2007 Google Inc.
17 package com.google.common.base;
19 import com.google.common.annotations.GwtCompatible;
27 * @since 2010.01.04 <b>stable</b> (imported from Google Collections Library)
FinalizableReference.java 2 * Copyright (C) 2007 Google Inc.
17 package com.google.common.base;
25 * @since 2010.01.04 <b>stable</b> (imported from Google Collections Library)
  /external/guava/src/com/google/common/io/
package-info.java 2 * Copyright (C) 2007 Google Inc.
17 package com.google.common.io;
24 * {@link com.google.common.io.InputSupplier} and
25 * {@link com.google.common.io.OutputSupplier} interfaces. They are used as
29 * exception is thrown. The {@link com.google.common.io.ByteStreams},
30 * {@link com.google.common.io.CharStreams}, and
31 * {@link com.google.common.io.Files} classes all have static helper methods to
  /external/jsilver/src/com/google/streamhtmlparser/
JavascriptParserFactory.java 2 * Copyright (C) 2010 Google Inc.
17 package com.google.streamhtmlparser;
19 import com.google.streamhtmlparser.impl.JavascriptParserImpl;
  /packages/experimental/AndroidVendorSecurityTool/src/com/google/android/googleapps/
GoogleLoginCredentialsResult.aidl 17 package com.google.android.googleapps;
LoginData.aidl 17 package com.google.android.googleapps;
  /external/protobuf/src/
Makefile.am 5 GZHEADERS = google/protobuf/io/gzip_stream.h
6 GZTESTS = google/protobuf/io/gzip_stream_unittest.sh
27 nobase_dist_proto_DATA = google/protobuf/descriptor.proto \
28 google/protobuf/compiler/plugin.proto
41 google/protobuf/stubs/common.h \
42 google/protobuf/stubs/once.h \
43 google/protobuf/descriptor.h \
44 google/protobuf/descriptor.pb.h \
45 google/protobuf/descriptor_database.h \
46 google/protobuf/dynamic_message.h
    [all...]
  /external/android-mock/src/com/google/android/testing/mocking/
MockObject.java 2 * Copyright 2010 Google Inc.
16 package com.google.android.testing.mocking;
22 * @author swoodward@google.com (Stephen Woodward)
  /external/android-mock/tests/com/google/android/testing/mocking/
ClassHasNoPublicConstructors.java 2 * Copyright 2010 Google Inc.
16 package com.google.android.testing.mocking;
21 * @author swoodward@google.com (Stephen Woodward)
ClassHasStaticMethods.java 2 * Copyright 2010 Google Inc.
16 package com.google.android.testing.mocking;
21 * @author swoodward@google.com (Stephen Woodward)
ClassIsAnnotation.java 2 * Copyright 2010 Google Inc.
16 package com.google.android.testing.mocking;
21 * @author swoodward@google.com (Stephen Woodward)
ClassIsFinal.java 2 * Copyright 2010 Google Inc.
16 package com.google.android.testing.mocking;
21 * @author swoodward@google.com (Stephen Woodward)
ClassIsInterface.java 2 * Copyright 2010 Google Inc.
16 package com.google.android.testing.mocking;
21 * @author swoodward@google.com (Stephen Woodward)
  /external/doclava/src/com/google/doclava/
ContainerInfo.java 2 * Copyright (C) 2010 Google Inc.
17 package com.google.doclava;
InheritedTags.java 2 * Copyright (C) 2010 Google Inc.
17 package com.google.doclava;
  /external/guava/src/com/google/common/annotations/
VisibleForTesting.java 2 * Copyright (C) 2006 Google Inc.
17 package com.google.common.annotations;
  /external/guava/src/com/google/common/collect/
package-info.java 2 * Copyright (C) 2007 Google Inc.
24 * <dt>{@link com.google.common.collect.Multimap}
27 * {@link com.google.common.collect.Multimap} are left unspecified and are
30 * <dt>{@link com.google.common.collect.SetMultimap}
31 * <dd>An extension of {@link com.google.common.collect.Multimap} which has
35 * the {@linkplain com.google.common.collect.SetMultimap#get collection of
39 * <dt>{@link com.google.common.collect.ListMultimap}
40 * <dd>An extension of {@link com.google.common.collect.Multimap} which permits
43 * {@link com.google.common.collect.ListMultimap#equals(Object)}. {@code
45 * com.google.common.collect.ListMultimap#get collection of values
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultData.java 2 * Copyright (C) 2010 Google Inc.
17 package com.google.clearsilver.jsilver.data;

Completed in 961 milliseconds

1 2 3 4 5 6 7 8 91011>>