HomeSort by relevance Sort by last modified time
    Searched defs:google (Results 251 - 275 of 2190) sorted by null

<<11121314151617181920>>

  /external/protobuf/src/google/protobuf/io/
coded_stream_inl.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: jasonh@google.com (Jason Hsueh)
39 #include <google/protobuf/io/coded_stream.h>
41 #include <google/protobuf/stubs/stl_util-inl.h>
43 namespace google { namespace
63 } // 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
zero_copy_stream.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)
111 #include <google/protobuf/stubs/common.h>
113 namespace google { namespace
237 } // 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/robolectric/src/main/java/com/google/android/maps/
ShadowItemizedOverlayBridge.java 1 package com.google.android.maps;
  /frameworks/base/core/java/com/google/android/collect/
Maps.java 17 package com.google.android.collect;
  /frameworks/base/core/java/com/google/android/util/
Procedure.java 17 package com.google.android.util;
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLConfigImpl.java 17 package com.google.android.gles_jni;
  /frameworks/base/tests/Assistant/src/com/google/android/test/assistant/
AssistActivity.java 17 package com.google.android.test.assistant;
21 import com.google.android.test.assistant.R;
  /frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
DpiTestNoCompatActivity.java 17 package com.google.android.test.dpi;
  /frameworks/opt/mms/src/java/com/google/android/mms/
InvalidHeaderValueException.java 18 package com.google.android.mms;
MmsException.java 18 package com.google.android.mms;
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduContentTypes.java 18 package com.google.android.mms.pdu;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetIteratorTester.java 15 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;
TestEnumMultisetGenerator.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.AnEnum;
22 import com.google.common.collect.testing.SampleElements;
23 import com.google.common.collect.testing.SampleElements.Enums;
TestStringMultisetGenerator.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.SampleElements;
22 import com.google.common.collect.testing.SampleElements.Strings;
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
AccessoryController.java 1 package com.google.android.DemoKit;
  /external/android-mock/livetests/com/google/android/testing/mocking/testapp/
ClassToMock.java 2 * Copyright 2010 Google Inc.
16 package com.google.android.testing.mocking.testapp;
21 * @author swoodward@google.com (Stephen Woodward)
TestAppActivity.java 2 * Copyright 2010 Google Inc.
16 package com.google.android.testing.mocking.testapp;
18 import com.google.android.testing.mocking.testapp.R;
19 import com.google.android.testing.mocking.testapp.R.layout;
27 * @author swoodward@google.com (Stephen Woodward)
  /external/android-mock/tests/com/google/android/testing/mocking/
ClassHasDelegateMethods.java 2 * Copyright 2010 Google Inc.
16 package com.google.android.testing.mocking;
21 * @author swoodward@google.com (Stephen Woodward)
ClassHasFinalMethods.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)
ClassIsEnum.java 2 * Copyright 2010 Google Inc.
16 package com.google.android.testing.mocking;
21 * @author swoodward@google.com (Stephen Woodward)
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
BlockingService.java 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 package com.google.protobuf;
36 * @author kenton@google.com Kenton Varda
37 * @author cpovirk@google.com Chris Povirk
Parser.java 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 package com.google.protobuf;
38 * @author liujisi@google.com (Pherl Liu)

Completed in 319 milliseconds

<<11121314151617181920>>