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

12 3 4 5 6 7 8 91011>>

  /external/jsilver/src/com/google/streamhtmlparser/
ParseException.java 2 * Copyright (C) 2010 Google Inc.
17 package com.google.streamhtmlparser;
  /external/open-vcdiff/gflags/src/windows/gflags/
gflags_completions.h 1 // Copyright (c) 2008, Google Inc.
14 // * Neither the name of Google Inc. nor the names of its
124 namespace google { namespace
  /external/protobuf/src/google/protobuf/compiler/
package_info.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)
35 // This file exists solely to document the google::protobuf::compiler namespace.
39 namespace google { namespace
64 } // namespace google
plugin.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 // return google::protobuf::compiler::PluginMain(argc, argv, &generator);
58 #include <google/protobuf/stubs/common.h>
60 namespace google { namespace
72 } // namespace google
  /external/protobuf/src/google/protobuf/io/
package_info.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)
35 // This file exists solely to document the google::protobuf::io namespace.
39 namespace google { namespace
54 } // namespace google
  /external/protobuf/src/google/protobuf/
message_lite.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 // Authors: wink@google.com (Wink Saville),
32 // kenton@google.com (Kenton Varda)
42 #include <google/protobuf/stubs/common.h>
43 #include <google/protobuf/io/coded_stream.h>
45 namespace google { namespace
238 } // namespace google
    [all...]
test_util_lite.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/unittest_lite.pb.h>
40 namespace google { namespace
100 } // namespace google
  /external/protobuf/src/google/protobuf/stubs/
structurally_valid_unittest.cc 1 // Copyright 2008 Google Inc. All Rights Reserved.
2 // Author: xpeng@google.com (Peter Peng)
4 #include <google/protobuf/stubs/common.h>
7 namespace google { namespace
40 } // namespace google
  /external/chromium_org/chrome_frame/cfinstall/src/stub/
cfinstall.js 12 goog.provide('google.cf.installer.CFInstall');
14 goog.require('google.cf.ChromeFrame');
15 goog.require('google.cf.installer.InlineDelegate');
16 goog.require('google.cf.installer.Installer');
17 goog.require('google.cf.installer.OverlayDelegate');
18 goog.require('google.cf.installer.Prompt');
25 google.cf.installer.CFInstall = function() {
26 this.prompt_ = new google.cf.installer.Prompt();
27 this.chromeFrame_ = new google.cf.ChromeFrame();
28 this.installer_ = new google.cf.installer.Installer
    [all...]
frame.js 10 goog.provide('google.cf.installer.frame');
18 google.cf.installer.frame.setProperties = function(node, args) {
36 google.cf.installer.frame.getParentNode = function(args) {
installer.js 9 goog.provide('google.cf.installer.Installer');
11 goog.require('google.cf.ChromeFrame');
12 goog.require('google.cf.installer.Prompt');
17 google.cf.installer.Installer = function(prompt, chromeFrame) {
22 google.cf.installer.Installer.prototype.require =
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
AbstractMultisetTester.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.AbstractCollectionTester;
MultisetSetCountUnconditionallyTester.java 17 package com.google.common.collect.testing.google;
19 import com.google.common.annotations.GwtCompatible;
MultisetTestSuiteBuilder.java 17 package com.google.common.collect.testing.google;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.collect.testing.AbstractCollectionTestSuiteBuilder;
21 import com.google.common.collect.testing.AbstractTester;
22 import com.google.common.collect.testing.Helpers;
Platform.java 17 package com.google.common.collect.testing.google;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.annotations.GwtIncompatible;
TestMultisetGenerator.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.TestCollectionGenerator;
  /external/chromium_org/chrome_frame/cfinstall/src/implementation/
crossdomaininstall.js 6 * @fileoverview Implements the in-line Google Chrome Frame installation flow.
8 * the Google Chrome Frame components in the current browser process.
11 goog.provide('google.cf.installer.CrossDomainInstall');
17 goog.require('google.cf.installer.InteractionDelegate');
18 goog.require('google.cf.installer.DialogInteractionDelegate');
23 google.cf.installer.CrossDomainInstall = {};
28 google.cf.installer.CrossDomainInstall.DEFAULT_DOWNLOAD_PAGE_URL =
29 '//www.google.com/chromeframe/eula.html';
34 * invoked, Google Chrome Frame will be active in the current and all
39 * @param {google.cf.installer.InteractionDelegate=} opt_interactionDelegate A
    [all...]
  /external/chromium_org/third_party/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
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_doc_comment_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/compiler/java/java_doc_comment.h>
37 namespace google { namespace
66 } // namespace google
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message_lite.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 // Authors: wink@google.com (Wink Saville),
32 // kenton@google.com (Kenton Varda)
42 #include <google/protobuf/stubs/common.h>
44 namespace google { namespace
245 } // 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/stubs/common.h>
42 #include <google/protobuf/message.h>
44 namespace google { namespace
80 } // namespace google
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
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)
38 #include <google/protobuf/stubs/once.h>
48 #include <google/protobuf/stubs/atomicops.h>
50 namespace google { namespace
97 } // namespace google
  /external/chromium_org/third_party/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

Completed in 1277 milliseconds

12 3 4 5 6 7 8 91011>>