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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
ProtocolMessageEnum.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;
33 import com.google.protobuf.Descriptors.EnumDescriptor;
34 import com.google.protobuf.Descriptors.EnumValueDescriptor;
RpcUtil.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
ServiceException.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 cpovirk@google.com (Chris Povirk)
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
ForceFieldBuildersPreRun.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;
40 * @author jonp@google.com (Jon Perlow)
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.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/compiler/code_generator.h>
43 namespace google { namespace
71 } // namespace google
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_doc_comment.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/descriptor.h>
40 namespace google { namespace
68 } // namespace google
java_generator.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/compiler/code_generator.h>
43 namespace google { namespace
71 } // namespace google
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
mock_code_generator.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)
37 #include <google/protobuf/compiler/code_generator.h>
39 namespace google { namespace
116 } // namespace google
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_enum_reflection.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)
44 namespace google { namespace
84 } // namespace google
generated_message_util.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/generated_message_util.h>
39 namespace google { namespace
54 } // namespace google
generated_message_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
31 // Author: kenton@google.com (Kenton Varda)
43 #include <google/protobuf/stubs/common.h>
44 namespace google { namespace
76 } // namespace google
  /external/chromium_org/third_party/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.h>
43 namespace google { namespace
67 } // 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/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
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)
81 #include <google/protobuf/stubs/atomicops.h>
82 #include <google/protobuf/stubs/common.h>
84 namespace google { namespace
119 #define GOOGLE_PROTOBUF_ONCE_INIT ::google::protobuf::ONCE_STATE_UNINITIALIZED
143 ::google::protobuf::ProtobufOnceType NAME = GOOGLE_PROTOBUF_ONCE_INI
    [all...]
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/dexmaker/src/main/java/com/google/dexmaker/
UnaryOp.java 17 package com.google.dexmaker;
  /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;
Resolvable.java 2 * Copyright (C) 2011 Google Inc.
17 package com.google.doclava;
Sorter.java 2 * Copyright (C) 2010 Google Inc.
17 package com.google.doclava;
  /external/droiddriver/samples/testapp/tests/src/com/google/android/droiddriver/finders/
XPathsTest.java 1 package com.google.android.droiddriver.finders;
  /external/droiddriver/src/com/google/android/droiddriver/
InputInjector.java 17 package com.google.android.droiddriver;
Screenshotter.java 17 package com.google.android.droiddriver;
  /external/droiddriver/src/com/google/android/droiddriver/actions/
KeyAction.java 17 package com.google.android.droiddriver.actions;

Completed in 474 milliseconds

1 2 3 45 6 7 8 91011>>