HomeSort by relevance Sort by last modified time
    Searched refs:google (Results 451 - 475 of 2446) sorted by null

<<11121314151617181920>>

  /external/guava/guava/src/com/google/common/io/
Closeables.java 17 package com.google.common.io;
19 import com.google.common.annotations.Beta;
20 import com.google.common.annotations.VisibleForTesting;
PatternFilenameFilter.java 17 package com.google.common.io;
19 import com.google.common.annotations.Beta;
20 import com.google.common.base.Preconditions;
  /external/guava/guava/src/com/google/common/util/concurrent/
ForwardingService.java 17 package com.google.common.util.concurrent;
19 import com.google.common.annotations.Beta;
20 import com.google.common.collect.ForwardingObject;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListToArrayTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
21 import com.google.common.collect.testing.features.CollectionSize;
28 * {@link com.google.common.collect.testing.ListTestSuiteBuilder}.
MapHashCodeTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
22 import com.google.common.collect.testing.AbstractMapTester;
23 import com.google.common.collect.testing.features.CollectionSize;
24 import com.google.common.collect.testing.features.MapFeature;
SetEqualsTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
21 import com.google.common.collect.testing.Helpers;
22 import com.google.common.collect.testing.MinimalSet;
23 import com.google.common.collect.testing.features.CollectionFeature;
24 import com.google.common.collect.testing.features.CollectionSize;
  /external/guava/guava-tests/test/com/google/common/collect/
ConstrainedMultimapAsMapImplementsMapTest.java 17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.collect.testing.MapInterfaceTest;
MultimapsTransformValuesAsMapTest.java 17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.base.Functions;
BiMapCollectionTest.java 17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.collect.testing.SetTestSuiteBuilder;
21 import com.google.common.collect.testing.TestStringSetGenerator;
22 import com.google.common.collect.testing.features.CollectionFeature;
23 import com.google.common.collect.testing.features.CollectionSize;
TablesTest.java 17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.annotations.GwtIncompatible;
21 import com.google.common.collect.Table.Cell;
22 import com.google.common.testing.EqualsTester;
23 import com.google.common.testing.SerializableTester;
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.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)
40 #include <google/protobuf/stubs/common.h>
41 #include <google/protobuf/compiler/cpp/cpp_field.h>
43 namespace google { namespace
97 } // namespace google
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.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)
40 #include <google/protobuf/stubs/common.h>
41 #include <google/protobuf/compiler/javamicro/javamicro_params.h>
43 namespace google { namespace
93 } // namespace google
  /external/protobuf/src/google/protobuf/stubs/
strutil_unittest.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/strutil.h>
35 #include <google/protobuf/testing/googletest.h>
39 namespace google { namespace
83 } // namespace google
  /external/webkit/Tools/TestResultServer/handlers/
menu.py 1 # Copyright (C) 2010 Google Inc. All rights reserved.
13 # * Neither the name of Google Inc. nor the names of its
29 from google.appengine.api import users
30 from google.appengine.ext import webapp
31 from google.appengine.ext.webapp import template
  /external/webkit/Tools/TestResultServer/
main.py 1 # Copyright (C) 2010 Google Inc. All rights reserved.
13 # * Neither the name of Google Inc. nor the names of its
30 from google.appengine.dist import use_library
33 from google.appengine.ext import webapp
34 from google.appengine.ext.webapp.util import run_wsgi_app
  /external/guava/guava/src/com/google/common/collect/
BstNode.java 15 package com.google.common.collect;
17 import static com.google.common.base.Preconditions.checkNotNull;
18 import static com.google.common.base.Preconditions.checkState;
19 import static com.google.common.collect.BstSide.LEFT;
20 import static com.google.common.collect.BstSide.RIGHT;
22 import com.google.common.annotations.GwtCompatible;
  /external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
IntMath.java 17 package com.google.common.math;
19 import static com.google.common.math.MathPreconditions.checkNoOverflow;
20 import static com.google.common.math.MathPreconditions.checkNonNegative;
22 import com.google.common.annotations.Beta;
23 import com.google.common.annotations.GwtCompatible;
24 import com.google.common.annotations.VisibleForTesting;
35 * {@code int} values, see {@link com.google.common.primitives.Ints}.
  /external/guava/guava-tests/test/com/google/common/hash/
Murmur3Hash128Test.java 17 package com.google.common.hash;
19 import static com.google.common.hash.HashTestUtils.ascii;
20 import static com.google.common.hash.HashTestUtils.toBytes;
21 import static com.google.common.hash.Hashing.murmur3_128;
24 import com.google.common.hash.Funnels;
25 import com.google.common.hash.HashTestUtils.HashFn;
68 // http://code.google.com/p/smhasher/source/browse/trunk/main.cpp, #74
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JSilverFactory.java 2 * Copyright (C) 2010 Google Inc.
17 package com.google.clearsilver.jsilver.adaptor;
19 import com.google.clearsilver.jsilver.JSilver;
20 import com.google.clearsilver.jsilver.JSilverOptions;
21 import com.google.clearsilver.jsilver.data.DataFactory;
22 import com.google.clearsilver.jsilver.data.DefaultData;
23 import com.google.clearsilver.jsilver.data.HDFDataFactory;
  /external/protobuf/
generate_descriptor_proto.sh 13 if test ! -e src/google/protobuf/stubs/common.h; then
31 ./protoc --cpp_out=dllexport_decl=LIBPROTOBUF_EXPORT:. google/protobuf/descriptor.proto && \
32 ./protoc --cpp_out=dllexport_decl=LIBPROTOC_EXPORT:. google/protobuf/compiler/plugin.proto
  /device/samsung/crespo/
gps.conf 4 SUPL_HOST=supl.google.com
  /device/samsung/crespo4g/
gps.conf 4 SUPL_HOST=supl.google.com
  /device/samsung/tuna/
gps.conf 4 SUPL_HOST=supl.google.com
  /external/dexmaker/src/test/java/com/google/dexmaker/examples/
HelloWorldMaker.java 17 package com.google.dexmaker.examples;
19 import com.google.dexmaker.BinaryOp;
20 import com.google.dexmaker.Code;
21 import com.google.dexmaker.DexMaker;
22 import com.google.dexmaker.FieldId;
23 import com.google.dexmaker.Local;
24 import com.google.dexmaker.MethodId;
25 import com.google.dexmaker.TypeId;
  /external/doclava/
moe.sh 23 rm -fr res/ src/ && svn export --force https://doclava.googlecode.com/svn/trunk/ . && rm -fr lib/ samples/ src/com/google/doclava/DoclavaTask.java

Completed in 984 milliseconds

<<11121314151617181920>>