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

1 2 34 5 6 7 8 91011>>

  /external/protobuf/java/src/main/java/com/google/protobuf/
BlockingRpcChannel.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;
37 * @author kenton@google.com Kenton Varda
38 * @author cpovirk@google.com Chris Povirk
RpcCallback.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;
43 * @author kenton@google.com Kenton Varda
RpcChannel.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;
53 * @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/protobuf/src/google/protobuf/
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
53 } // namespace google
reflection_ops.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>
43 namespace google { namespace
79 } // namespace google
  /external/protobuf/src/google/protobuf/testing/
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)
37 #include <google/protobuf/stubs/common.h>
39 namespace google { namespace
81 } // namespace google
  /external/chromium_org/chrome_frame/cfinstall/src/common/
cf-interactiondelegate-externs.js 10 google.cf.installer.InteractionDelegate.prototype.getIFrameContainer;
11 google.cf.installer.InteractionDelegate.prototype.reset;
12 google.cf.installer.InteractionDelegate.prototype.show;
13 google.cf.installer.InteractionDelegate.prototype.customizeIFrame;
interactiondelegate.js 11 goog.provide('google.cf.installer.InteractionDelegate');
18 google.cf.installer.InteractionDelegate = function() {};
26 google.cf.installer.InteractionDelegate.prototype.getIFrameContainer =
35 google.cf.installer.InteractionDelegate.prototype.customizeIFrame =
42 google.cf.installer.InteractionDelegate.prototype.show = function() {};
49 google.cf.installer.InteractionDelegate.prototype.reset = function() {};
  /external/chromium_org/chrome_frame/cfinstall/src/implementation/
dialoginteractiondelegate.js 10 goog.provide('google.cf.installer.DialogInteractionDelegate');
17 goog.require('google.cf.installer.InteractionDelegate');
20 * An implementation of google.cf.installer.InteractionDelegate that decorates
23 * @implements {google.cf.installer.InteractionDelegate}
25 google.cf.installer.DialogInteractionDelegate = function() {
33 google.cf.installer.DialogInteractionDelegate.injectedCss_ = false;
39 google.cf.installer.DialogInteractionDelegate.injectCss_ = function() {
40 if (google.cf.installer.DialogInteractionDelegate.injectedCss_)
43 google.cf.installer.DialogInteractionDelegate.injectedCss_ = true;
102 google.cf.installer.DialogInteractionDelegate.prototype.dialog_ = null
    [all...]
  /external/chromium_org/chrome_frame/cfinstall/src/stub/
overlaydelegate.js 10 goog.provide('google.cf.installer.OverlayDelegate');
12 goog.require('google.cf.installer.InteractionDelegate');
13 goog.require('google.cf.installer.frame');
19 * @implements {google.cf.installer.InteractionDelegate}
21 google.cf.installer.OverlayDelegate = function(args) {
30 google.cf.installer.OverlayDelegate.styleInjected_ = false;
36 google.cf.installer.OverlayDelegate.injectCss_ = function() {
37 if (google.cf.installer.OverlayDelegate.styleInjected_)
71 google.cf.installer.OverlayDelegate.styleInjected_ = true;
78 google.cf.installer.OverlayDelegate.injectHtml_ = function()
    [all...]
prompt.js 10 goog.provide('google.cf.installer.Prompt');
12 goog.require('google.cf.installer.InteractionDelegate');
21 google.cf.installer.Prompt = function(opt_windowInstance) {
27 * @type {!google.cf.installer.InteractionDelegate|undefined}
30 google.cf.installer.Prompt.prototype.customInteractionDelegate_ = undefined;
36 google.cf.installer.Prompt.prototype.
41 * @param {!google.cf.installer.InteractionDelegate} interactionDelegate The
44 google.cf.installer.Prompt.prototype.setInteractionDelegate =
54 google.cf.installer.Prompt.prototype.setSameDomainResourceUri = function(uri) {
62 * google.cf.installer.InteractionDelegate=, string=)
    [all...]
inlinedelegate.js 10 goog.provide('google.cf.installer.InlineDelegate');
14 goog.require('google.cf.installer.InteractionDelegate');
15 goog.require('google.cf.installer.frame');
21 * @implements {google.cf.installer.InteractionDelegate}
23 google.cf.installer.InlineDelegate = function(args) {
34 google.cf.installer.InlineDelegate.styleInjected_ = false;
40 google.cf.installer.InlineDelegate.injectCss_ = function() {
41 if (google.cf.installer.InlineDelegate.styleInjected_)
53 google.cf.installer.InlineDelegate.styleInjected_ = true;
59 google.cf.installer.InlineDelegate.prototype.getIFrameContainer = function()
    [all...]
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
VerticalSlider.java 1 package com.google.android.DemoKit;
  /external/android-mock/src/com/google/android/testing/mocking/
MockObject.java 2 * Copyright 2010 Google Inc.
16 package com.google.android.testing.mocking;
22 * @author swoodward@google.com (Stephen Woodward)
UsesMocks.java 2 * Copyright 2010 Google Inc.
16 package com.google.android.testing.mocking;
28 * @author swoodward@google.com (Stephen Woodward)
  /external/android-mock/tests/com/google/android/testing/mocking/
ClassHasNoDefaultConstructor.java 2 * Copyright 2010 Google Inc.
16 package com.google.android.testing.mocking;
21 * @author swoodward@google.com (Stephen Woodward)
ClassHasNoPublicConstructors.java 2 * Copyright 2010 Google Inc.
16 package com.google.android.testing.mocking;
21 * @author swoodward@google.com (Stephen Woodward)
ClassHasOverloadedMethods.java 2 * Copyright 2010 Google Inc.
16 package com.google.android.testing.mocking;
21 * @author swoodward@google.com (Stephen Woodward)
ClassIsAnnotation.java 2 * Copyright 2010 Google Inc.
16 package com.google.android.testing.mocking;
21 * @author swoodward@google.com (Stephen Woodward)
ClassIsFinal.java 2 * Copyright 2010 Google Inc.
16 package com.google.android.testing.mocking;
21 * @author swoodward@google.com (Stephen Woodward)
ClassIsInterface.java 2 * Copyright 2010 Google Inc.
16 package com.google.android.testing.mocking;
21 * @author swoodward@google.com (Stephen Woodward)
  /external/chromium_org/sync/syncable/
nigori_handler.h 11 namespace google{ namespace
53 const google::protobuf::RepeatedPtrField<std::string>& keys,
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
LazyStringList.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;
49 * @author jonp@google.com (Jon Perlow)
MessageLiteOrBuilder.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;
37 * @author jonp@google.com (Jon Perlow)

Completed in 780 milliseconds

1 2 34 5 6 7 8 91011>>