HomeSort by relevance Sort by last modified time
    Searched refs:google (Results 176 - 200 of 1519) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
JSilverTest.java 2 * Copyright (C) 2010 Google Inc.
17 package com.google.clearsilver.jsilver.examples.basic;
19 import com.google.clearsilver.jsilver.JSilver;
20 import com.google.clearsilver.jsilver.data.Data;
21 import com.google.clearsilver.jsilver.resourceloader.FileSystemResourceLoader;
  /external/jsilver/src/com/google/clearsilver/jsilver/exceptions/
JSilverException.java 2 * Copyright (C) 2010 Google Inc.
17 package com.google.clearsilver.jsilver.exceptions;
JSilverIOException.java 2 * Copyright (C) 2010 Google Inc.
17 package com.google.clearsilver.jsilver.exceptions;
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/
TextFilter.java 2 * Copyright (C) 2010 Google Inc.
17 package com.google.clearsilver.jsilver.functions;
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
CrcFunction.java 2 * Copyright (C) 2010 Google Inc.
17 package com.google.clearsilver.jsilver.functions.string;
19 import com.google.clearsilver.jsilver.functions.NonEscapingFunction;
20 import com.google.clearsilver.jsilver.values.Value;
21 import static com.google.clearsilver.jsilver.values.Value.literalConstant;
  /external/jsilver/src/com/google/streamhtmlparser/
JavascriptParser.java 2 * Copyright (C) 2010 Google Inc.
17 package com.google.streamhtmlparser;
ParseException.java 2 * Copyright (C) 2010 Google Inc.
17 package com.google.streamhtmlparser;
  /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
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
RpcController.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 kenton@google.com Kenton Varda
  /external/protobuf/src/google/protobuf/compiler/javamicro/
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...]
  /external/protobuf/src/google/protobuf/testing/
zcgzip.cc 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2009 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: brianolson@google.com (Brian Olson)
47 #include <google/protobuf/io/gzip_stream.h>
48 #include <google/protobuf/io/zero_copy_stream_impl.h>
50 using google::protobuf::io::FileOutputStream;
51 using google::protobuf::io::GzipOutputStream;
  /frameworks/base/core/java/com/google/android/collect/
Maps.java 17 package com.google.android.collect;
  /frameworks/base/core/tests/coretests/src/android/animation/
FutureWaiter.java 18 import com.google.common.util.concurrent.AbstractFuture;
21 * Simple extension of {@link com.google.common.util.concurrent.AbstractFuture} which exposes a new
23 * {@link com.google.common.util.concurrent.AbstractFuture#set(Object)} method internally. It
30 * {@link com.google.common.util.concurrent.AbstractFuture#get()}.
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLConfigImpl.java 17 package com.google.android.gles_jni;
  /packages/apps/Mms/src/com/android/mms/transaction/
MessageSender.java 20 import com.google.android.mms.MmsException;
  /packages/experimental/AndroidVendorSecurityTool/src/com/google/android/googlelogin/
GoogleLoginServiceNotFoundException.java 17 package com.google.android.googlelogin;
22 * This exception is thrown when the Google login service is not found on the
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_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)
35 // This test insures that google/protobuf/descriptor.pb.{h,cc} match exactly
47 #include <google/protobuf/compiler/cpp/cpp_generator.h>
48 #include <google/protobuf/compiler/importer.h>
49 #include <google/protobuf/descriptor.h>
50 #include <google/protobuf/io/zero_copy_stream_impl.h
60 namespace google { namespace
    [all...]
  /development/pdk/hosting/
pdk.py 23 from google.appengine.ext import webapp
24 from google.appengine.ext.webapp.util import run_wsgi_app
40 # You must install google appengine. See: http://code.google.com/appengine/downloads.html
  /external/guava/src/com/google/common/base/
Platform.java 2 * Copyright (C) 2009 Google Inc.
17 package com.google.common.base;
19 import com.google.common.annotations.GwtCompatible;
  /external/guava/src/com/google/common/collect/
ClassToInstanceMap.java 2 * Copyright (C) 2007 Google Inc.
17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
39 * @since 2010.01.04 <b>stable</b> (imported from Google Collections Library)
ForwardingSet.java 2 * Copyright (C) 2007 Google Inc.
17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
33 * @since 2010.01.04 <b>stable</b> (imported from Google Collections Library)
UsingToStringOrdering.java 2 * Copyright (C) 2007 Google Inc.
17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
  /external/guava/src/com/google/common/util/concurrent/
DaemonThreadFactory.java 2 * Copyright (C) 2008 Google Inc.
17 package com.google.common.util.concurrent;
19 import com.google.common.base.Preconditions;
  /external/jsilver/src/com/google/clearsilver/jsilver/
JSilver.java 2 * Copyright (C) 2010 Google Inc.
17 package com.google.clearsilver.jsilver;
19 import com.google.clearsilver.jsilver.autoescape.AutoEscapeOptions;
20 import com.google.clearsilver.jsilver.autoescape.EscapeMode;
21 import com.google.clearsilver.jsilver.compiler.TemplateCompiler;
22 import com.google.clearsilver.jsilver.data.Data;
23 import com.google.clearsilver.jsilver.data.DataFactory;
24 import com.google.clearsilver.jsilver.data.HDFDataFactory;
25 import com.google.clearsilver.jsilver.exceptions.JSilverBadSyntaxException;
26 import com.google.clearsilver.jsilver.exceptions.JSilverException
    [all...]

Completed in 453 milliseconds

1 2 3 4 5 6 78 91011>>