Searched defs:google (Results 176 - 200 of 2030) sorted by relevance

1234567891011>>

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DPPosition.java3 package com.google.clearsilver.jsilver.syntax.node;
H A DPVariable.java3 package com.google.clearsilver.jsilver.syntax.node;
H A DSwitch.java3 package com.google.clearsilver.jsilver.syntax.node;
/external/jsilver/src/com/google/streamhtmlparser/
H A DExternalState.java17 package com.google.streamhtmlparser;
19 import com.google.common.base.Preconditions;
H A DParseException.java17 package com.google.streamhtmlparser;
/external/littlemock/src/com/google/testing/littlemock/
H A DBehaviour.java17 package com.google.testing.littlemock;
/external/mockwebserver/src/main/java/com/google/mockwebserver/
H A DDispatcher.java16 package com.google.mockwebserver;
/external/protobuf/java/src/device/test/java/com/google/protobuf/nano/
H A DNanoAndroidTest.java3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf.nano;
35 import com.google.protobuf.nano.UnittestSimpleNano.SimpleMessageNano;
36 import com.google.protobuf.nano.UnittestSimpleNano.SimpleMessageNano.NestedMessage;
37 import com.google.protobuf.nano.testext.Extensions.ContainerMessage;
38 import com.google.protobuf.nano.testext.Extensions.ExtendableMessage;
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DProtocolMessageEnum.java3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
33 import com.google.protobuf.Descriptors.EnumDescriptor;
34 import com.google.protobuf.Descriptors.EnumValueDescriptor;
H A DRpcCallback.java3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
43 * @author kenton@google.com Kenton Varda
H A DServiceException.java3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
36 * @author cpovirk@google.com (Chris Povirk)
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DLiteTest.java3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
33 import com.google.protobuf.UnittestLite;
34 import com.google.protobuf.UnittestLite.TestAllTypesLite;
35 import com.google.protobuf.UnittestLite.TestAllExtensionsLite;
36 import com.google.protobuf.UnittestLite.TestNestedExtensionLite;
43 * @author kenton@google.com Kenton Varda
/external/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.h3 // http://code.google.com/p/protobuf/
31 // Author: kenton@google.com (Kenton Varda)
41 #include <google/protobuf/stubs/common.h>
46 namespace google { namespace
131 } // namespace google
H A Dmock_code_generator.h3 // http://code.google.com/p/protobuf/
31 // Author: kenton@google.com (Kenton Varda)
37 #include <google/protobuf/compiler/code_generator.h>
39 namespace google { namespace
107 } // namespace google
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_generator.h3 // http://code.google.com/p/protobuf/
31 // Author: kenton@google.com (Kenton Varda)
41 #include <google/protobuf/compiler/code_generator.h>
43 namespace google { namespace
71 } // namespace google
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_generator.h3 // http://code.google.com/p/protobuf/
31 // Author: kenton@google.com (Kenton Varda)
41 #include <google/protobuf/compiler/code_generator.h>
43 namespace google { namespace
71 } // namespace google
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_generator.h3 // http://code.google.com/p/protobuf/
31 // Author: kenton@google.com (Kenton Varda)
41 #include <google/protobuf/compiler/code_generator.h>
43 namespace google { namespace
71 } // namespace google
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_generator.h3 // http://code.google.com/p/protobuf/
31 // Author: kenton@google.com (Kenton Varda)
41 #include <google/protobuf/compiler/code_generator.h>
43 namespace google { namespace
71 } // namespace google
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_util.h3 // http://code.google.com/p/protobuf/
31 // Author: kenton@google.com (Kenton Varda)
41 #include <google/protobuf/stubs/common.h>
44 namespace google { namespace
76 } // namespace google
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream.cc3 // http://code.google.com/p/protobuf/
31 // Author: kenton@google.com (Kenton Varda)
35 #include <google/protobuf/io/zero_copy_stream.h>
38 namespace google { namespace
48 } // namespace google
H A Dzero_copy_stream.h3 // http://code.google.com/p/protobuf/
31 // Author: kenton@google.com (Kenton Varda)
111 #include <google/protobuf/stubs/common.h>
113 namespace google { namespace
237 } // namespace google
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil_unittest.cc3 // http://code.google.com/p/protobuf/
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/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultisetIteratorTester.java15 package com.google.common.collect.testing.google;
17 import static com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER;
18 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE;
20 import com.google.common.annotations.GwtCompatible;
21 import com.google.common.collect.testing.IteratorFeature;
22 import com.google.common.collect.testing.IteratorTester;
23 import com.google.common.collect.testing.features.CollectionFeature;
H A DMultisetSetCountUnconditionallyTester.java17 package com.google.common.collect.testing.google;
19 import com.google.common.annotations.GwtCompatible;
H A DTestEnumMultisetGenerator.java17 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.AnEnum;
22 import com.google.common.collect.testing.SampleElements;
23 import com.google.common.collect.testing.SampleElements.Enums;

Completed in 223 milliseconds

1234567891011>>