HomeSort by relevance Sort by last modified time
    Searched defs:google (Results 426 - 450 of 1727) sorted by null

<<11121314151617181920>>

  /external/protobuf/src/google/protobuf/compiler/java/
java_extension.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>
42 namespace google { namespace
76 } // namespace google
java_message.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)
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/compiler/java/java_field.h>
42 namespace google { namespace
97 } // namespace google
java_message_field.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/compiler/java/java_field.h>
42 namespace google { namespace
99 } // namespace google
java_primitive_field.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/compiler/java/java_field.h>
42 namespace google { namespace
100 } // namespace google
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum_field.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/compiler/javamicro/javamicro_field.h>
42 namespace google { namespace
93 } // namespace google
javamicro_message.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)
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/compiler/javamicro/javamicro_params.h>
41 #include <google/protobuf/compiler/javamicro/javamicro_field.h>
43 namespace google { namespace
92 } // namespace google
    [all...]
javamicro_message_field.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/compiler/javamicro/javamicro_field.h>
42 namespace google { namespace
94 } // namespace google
javamicro_primitive_field.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/compiler/javamicro/javamicro_field.h>
42 namespace google { namespace
93 } // namespace google
  /external/protobuf/src/google/protobuf/
dynamic_message.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)
41 #include <google/protobuf/message.h>
42 #include <google/protobuf/stubs/common.h>
44 namespace google { namespace
118 // This struct just contains a hash_map. We can't #include <google/protobuf/stubs/hash.h> from
135 } // namespace google
    [all...]
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
service.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)
64 // void Foo(google::protobuf::RpcController* controller,
104 #include <google/protobuf/stubs/common.h>
106 namespace google { namespace
290 } // namespace google
  /external/protobuf/src/google/protobuf/io/
printer_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)
37 #include <google/protobuf/io/printer.h>
38 #include <google/protobuf/io/zero_copy_stream_impl.h>
40 #include <google/protobuf/stubs/common.h>
41 #include <google/protobuf/testing/googletest.h>
44 namespace google { namespace
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
map-util.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
37 #include <google/protobuf/stubs/common.h>
39 namespace google { namespace
117 } // namespace google
once.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)
42 #include <google/protobuf/stubs/once.h>
44 namespace google { namespace
88 } // namespace google
once.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)
75 #include <google/protobuf/stubs/common.h>
81 namespace google { namespace
98 ::google::protobuf::ProtobufOnceType NAME
121 } // namespace google
stl_util-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
36 #include <google/protobuf/stubs/common.h>
38 namespace google { namespace
61 // Inside Google, this function implements a horrible, disgusting hack in which
119 } // namespace google
  /external/protobuf/src/google/protobuf/testing/
googletest.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)
38 #include <google/protobuf/stubs/common.h>
40 namespace google { namespace
58 // For use with ScopedMemoryLog::GetMessages(). Inside Google the LogLevel
96 } // namespace google
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
ViewfinderResultPointCallback.java 17 package com.google.zxing.client.android;
19 import com.google.zxing.ResultPoint;
20 import com.google.zxing.ResultPointCallback;
  /frameworks/base/core/java/com/google/android/collect/
Lists.java 17 package com.google.android.collect;
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLContextImpl.java 17 package com.google.android.gles_jni;
EGLDisplayImpl.java 17 package com.google.android.gles_jni;
EGLSurfaceImpl.java 17 package com.google.android.gles_jni;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSource.java 16 package com.android.quicksearchbox.google;
23 * Special source interface for Google suggestions.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetSetCountConditionallyTester.java 17 package com.google.common.collect.testing.google;
19 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD;
20 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
24 import com.google.common.annotations.GwtCompatible;
25 import com.google.common.collect.testing.features.CollectionFeature;
26 import com.google.common.collect.testing.features.CollectionSize;
BiMapGenerators.java 17 package com.google.common.collect.testing.google;
19 import static com.google.common.base.Preconditions.checkNotNull;
21 import com.google.common.annotations.GwtCompatible;
22 import com.google.common.collect.ImmutableBiMap;
23 import com.google.common.collect.Maps;
24 import com.google.common.collect.testing.SampleElements;
25 import com.google.common.collect.testing.TestMapEntrySetGenerator;
26 import com.google.common.collect.testing.TestStringSetGenerator;
33 * Generators of various {@link com.google.common.collect.BiMap}s and derive
    [all...]

Completed in 206 milliseconds

<<11121314151617181920>>