/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/ |
wrapperxmlhttpfactory.js | 21 goog.provide('goog.net.WrapperXmlHttpFactory'); 23 goog.require('goog.net.XmlHttpFactory'); 29 * This exists partly to allow the preservation of goog.net.XmlHttp.setFactory() 35 * @extends {goog.net.XmlHttpFactory} 38 goog.net.WrapperXmlHttpFactory = function(xhrFactory, optionsFactory) { 39 goog.net.XmlHttpFactory.call(this); 55 goog.inherits(goog.net.WrapperXmlHttpFactory, goog.net.XmlHttpFactory) [all...] |
xmlhttp.js | 19 goog.provide('goog.net.DefaultXmlHttpFactory'); 20 goog.provide('goog.net.XmlHttp'); 21 goog.provide('goog.net.XmlHttp.OptionType'); 22 goog.provide('goog.net.XmlHttp.ReadyState'); 24 goog.require('goog.net.WrapperXmlHttpFactory') [all...] |
xmlhttpfactory.js | 21 goog.provide('goog.net.XmlHttpFactory'); 29 goog.net.XmlHttpFactory = function() { 38 goog.net.XmlHttpFactory.prototype.cachedOptions_ = null; 44 goog.net.XmlHttpFactory.prototype.createInstance = goog.abstractMethod; 51 goog.net.XmlHttpFactory.prototype.getOptions = function() { 64 goog.net.XmlHttpFactory.prototype.internalGetOptions = goog.abstractMethod;
|
base.js | 33 * Base namespace for the Closure library. Checks to see goog is 39 var goog = goog || {}; // Identifies this file as the Closure base. 45 goog.global = this; 51 * by specifying --define goog.DEBUG=false to the JSCompiler. For example, most 52 * toString() methods should be declared inside an "if (goog.DEBUG)" conditional 56 goog.DEBUG = true; 62 * can specify this value by "--define goog.LOCALE=<locale_name>" as JSCompiler 78 goog.LOCALE = 'en'; // default to en 83 * goog.provide() calls indicate that the file defines the give [all...] |
json.js | 20 goog.provide('goog.json'); 21 goog.provide('goog.json.Serializer'); 31 goog.json.isValid_ = function(s) { 83 goog.json.parse = function(s) { 85 if (goog.json.isValid_(o)) { 103 goog.json.unsafeParse = function(s) { 115 goog.json.serialize = function(object) { 116 return new goog.json.Serializer().serialize(object) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/ |
util.js | 19 goog.provide('ProtoRpc.Util.Error'); 21 goog.require('goog.debug.Error'); 22 goog.require('goog.string'); 30 * @extends {goog.debug.Error} 34 goog.base(this, goog.string.subs.apply(null, args)); 36 goog.inherits(ProtoRpc.Util.Error, goog.debug.Error) [all...] |
messages.js | 20 goog.provide('ProtoRpc.BooleanField'); 21 goog.provide('ProtoRpc.BytesField'); 22 goog.provide('ProtoRpc.Enum'); 23 goog.provide('ProtoRpc.EnumField'); 24 goog.provide('ProtoRpc.EnumValue'); 25 goog.provide('ProtoRpc.Field'); 26 goog.provide('ProtoRpc.FloatField'); 27 goog.provide('ProtoRpc.IntegerField'); 28 goog.provide('ProtoRpc.Message'); 29 goog.provide('ProtoRpc.MessageField') [all...] |
protorpc.js | 20 goog.provide('ProtoRpc.RPC'); 21 goog.provide('ProtoRpc.RPC.State'); 22 goog.provide('ProtoRpc.ServiceStub'); 24 goog.require('ProtoRpc.EnumDescriptor'); 25 goog.require('ProtoRpc.Message'); 27 goog.require('goog.json'); 28 goog.require('goog.net.XmlHttp'); 48 var xhr = new goog.net.XmlHttp() [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/debug/ |
error.js | 19 * You should never need to throw goog.debug.Error(msg) directly, Error(msg) is 24 goog.provide('goog.debug.Error'); 34 goog.debug.Error = function(opt_msg) { 43 goog.inherits(goog.debug.Error, Error); 47 goog.debug.Error.prototype.name = 'CustomError';
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/string/ |
string.js | 23 goog.provide('goog.string'); 24 goog.provide('goog.string.Unicode'); 31 goog.string.Unicode = { 42 goog.string.startsWith = function(str, prefix) { 53 goog.string.endsWith = function(str, suffix) { 66 goog.string.caseInsensitiveStartsWith = function(str, prefix) { 67 return goog.string.caseInsensitiveCompare( 79 goog.string.caseInsensitiveEndsWith = function(str, suffix) [all...] |
/external/v8/test/mjsunit/regress/ |
regress-737588.js | 28 var goog = goog || {} ; 29 goog.global = this; 30 goog.globalEval = function(script) { 31 return goog.global.eval(script); 34 assertEquals(125, goog.globalEval('var foofoofoo = 125; foofoofoo'));
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/ |
metadata.py | 161 to an object by setting a header that starts with "x-goog-meta", for example: 163 gsutil -h x-goog-meta-reviewer:jane cp mycode.java gs://bucket/reviews 179 prefix, such as x-goog-meta- (i.e., custom metadata). 183 x-goog-meta- fields can have data set to arbitrary Unicode values. All
|
naming.py | 46 - Bucket names cannot begin with the "goog" prefix.
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
closurizednamespacesinfo_test.py | 43 'goog.global.anything': None, 98 'goog.provide(\'package.Foo\');', 111 'goog.provide(\'package.Foo.methodName\');', 123 input_lines = ['goog.provide(\'package.Foo\');'] 133 input_lines = ['goog.provide(\'multi.part.namespace.Foo\');'] 144 'goog.provide(\'package.Foo\');', 145 'goog.provide(\'package.Foo\');', 152 # Advance to the second goog.provide token. 160 input_lines = ['goog.provide(\'notclosurized.Foo\');'] 171 'goog.require(\'package.Foo\');' [all...] |
aliaspass.py | 16 """Pass that scans for goog.scope aliases and lint/usage errors.""" 39 >>> alias_map = {'MyClass': 'goog.foo.MyClass'} 41 'goog.foo.MyClass.prototype.action' 74 """Pass to identify goog.scope() usages. 76 Identifies goog.scope() usages and finds lint/usage errors. Notes any 78 such as "var MyClass = goog.foo.MyClass;") and annotates identifiers 81 "goog.foo.MyClass.prototype.action" when expanded.). 88 closurized_namespaces: A set of Closurized namespaces (e.g. 'goog'). 110 # TODO(nnaze): Add more goog.scope usage checks. 120 """Check goog.scope calls for lint/usage errors."" [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
ImageReaderDecoderTest.java | 316 private Decoder[] decoders(MediaAssets assets, boolean goog) { 323 || info.getName().toLowerCase().startsWith("omx.google.") != goog) { 338 private Decoder[] goog(MediaAssets assets) { method in class:ImageReaderDecoderTest 339 return decoders(assets, true /* goog */); 343 return decoders(assets, false /* goog */); 346 private Decoder[] googH265() { return goog(H265_ASSETS); } 347 private Decoder[] googH264() { return goog(H264_ASSETS); } 348 private Decoder[] googH263() { return goog(H263_ASSETS); } 349 private Decoder[] googMpeg4() { return goog(MPEG4_ASSETS); } 350 private Decoder[] googVP8() { return goog(VP8_ASSETS); [all...] |
VideoEncoderTest.java | 1130 private Encoder[] goog(String mime) { method in class:VideoEncoderTest [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
setmeta.py | 73 gsutil setmeta -h "x-goog-meta-icecreamflavor:vanilla" gs://bucket/object 93 gsutil -h "x-goog-if-metageneration-match:2" setmeta 94 -h "x-goog-meta-icecreamflavor:vanilla" 158 if 'x-goog-acl' in a or 'x-amz-acl' in a: 320 # detect if the user tries to set an x-goog-meta- field on an another 325 'x-goog-meta-* fields) can be set or unset:\n%s' % ( 348 return header.startswith('x-goog-meta-') or header.startswith('x-amz-meta-')
|
/prebuilts/go/darwin-x86/src/runtime/ |
malloc.go | 6 // http://goog-perftools.sourceforge.net/doc/tcmalloc.html
|
/prebuilts/go/linux-x86/src/runtime/ |
malloc.go | 6 // http://goog-perftools.sourceforge.net/doc/tcmalloc.html
|
/prebuilts/tools/linux-x86_64/kythe/web/ui/js/ |
main.js | [all...] |