Searched defs:require (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/v8/test/promises-aplus/lib/
H A Drequire.js30 // Emulates 'require' function in Node.
32 var require = function(name) { function
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dnotifications_test_util.js8 var require = function(library) { function
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DProxyRequireParser.java45 * @param require the header to parse
47 public ProxyRequireParser(String require) { argument
48 super(require);
H A DRequireParser.java48 * @param require the header to parse
50 public RequireParser(String require) { argument
51 super(require);
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Drtcd.pl20 $required{$1} = 1, next if /--require-(.*)/;
80 sub require { subroutine
125 vpx_config("CONFIG_RUNTIME_CPU_DETECT") eq "yes" or &require(@ALL_ARCHS);
361 &require("c");
368 &require(@REQUIRES);
391 &require(@REQUIRES);
422 --require-EXT Require support for EXT extensions
/external/libvpx/libvpx/build/make/
H A Drtcd.pl20 $required{$1} = 1, next if /--require-(.*)/;
80 sub require { subroutine
125 vpx_config("CONFIG_RUNTIME_CPU_DETECT") eq "yes" or &require(@ALL_ARCHS);
356 &require("c");
363 &require(@REQUIRES);
412 --require-EXT Require support for EXT extensions
/external/chromium_org/third_party/polymer/components-chromium/core-shared-lib/
H A Dcore-shared-lib-extracted.js15 require(this.url, this, this.callbackName);
30 function require(url, notifiee, callbackName) { function
/external/okhttp/okio/src/main/java/okio/
H A DBufferedSource.java41 void require(long byteCount) throws IOException; method in interface:BufferedSource
H A DRealBufferedSource.java61 @Override public void require(long byteCount) throws IOException { method in class:RealBufferedSource
69 require(1);
74 require(byteCount);
79 require(byteCount);
100 require(2);
105 require(2);
110 require(4);
115 require(4);
120 require(8);
125 require(
[all...]
H A DOkBuffer.java93 @Override public void require(long byteCount) throws EOFException { method in class:OkBuffer
537 // producing bytes, which may require new nearly-empty tail segments to be
/external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
H A DBeanMapEmitter.java46 public BeanMapEmitter(ClassVisitor v, String className, Class type, int require) { argument
60 if (require != 0) {
63 if ((((require & BeanMap.REQUIRE_GETTER) != 0) && !getters.containsKey(name)) ||
64 (((require & BeanMap.REQUIRE_SETTER) != 0) && !setters.containsKey(name))) {
H A DBeanMap.java69 public Object newInstance(Class type, int require); argument
74 private int require; field in class:BeanMap.Generator
104 * @param require any combination of {@link #REQUIRE_GETTER} and
107 public void setRequire(int require) { argument
108 this.require = require;
123 return (BeanMap)super.create(KEY_FACTORY.newInstance(beanClass, require));
127 new BeanMapEmitter(v, getClassName(), beanClass, require);
/external/smack/src/org/xbill/DNS/
H A DDNSInput.java50 require(int n) throws WireParseException{ method in class:DNSInput
151 require(1);
162 require(2);
175 require(4);
193 require(len);
205 require(len);
234 require(1);
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_device_client.cc131 bool require,
155 simlock_dict->SetBoolean(shill::kSIMLockEnabledProperty, require);
129 RequirePin(const dbus::ObjectPath& device_path, const std::string& pin, bool require, const base::Closure& callback, const ErrorCallback& error_callback) argument
/external/deqp/modules/glshared/
H A DglsFboUtil.cpp335 cctx.require(textureLayer(*texAtt) < ltex->numLayers,
340 cctx.require(image->width > 0 && image->height > 0, GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT);
346 cctx.require((flags & formatFlag(attPoint)) != 0, GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT);
356 void Checker::require (bool condition, GLenum error) function in class:deqp::gls::FboUtil::Checker
404 cctx->require((flags & TEXTURE_VALID) != 0, GL_INVALID_ENUM);
405 cctx->require((flags & TEXTURE_VALID) != 0, GL_INVALID_OPERATION);
406 cctx->require((flags & TEXTURE_VALID) != 0, GL_INVALID_VALUE);
413 cctx->require((flags & RENDERBUFFER_VALID) != 0, GL_INVALID_ENUM);
418 cctx->require(!atts.empty(), GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT);
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromePageScript.js3 goog.addDependency=function(a,b,c){if(goog.DEPENDENCIES_ENABLED){var d;a=a.replace(/\\/g,"/");for(var e=goog.dependencies_,f=0;d=b[f];f++)e.nameToPath[d]=a,a in e.pathToNames||(e.pathToNames[a]={}),e.pathToNames[a][d]=!0;for(d=0;b=c[d];d++)a in e.requires||(e.requires[a]={}),e.requires[a][b]=!0}};goog.useStrictRequires=!1;goog.ENABLE_DEBUG_LOADER=!0;goog.require=function(){};goog.basePath="";goog.nullFunction=function(){};goog.identityFunction=function(a){return a};
H A DchromeVoxKbExplorerScript.js3 goog.addDependency=function(a,b,c){if(goog.DEPENDENCIES_ENABLED){var d;a=a.replace(/\\/g,"/");for(var e=goog.dependencies_,h=0;d=b[h];h++)e.nameToPath[d]=a,a in e.pathToNames||(e.pathToNames[a]={}),e.pathToNames[a][d]=!0;for(d=0;b=c[d];d++)a in e.requires||(e.requires[a]={}),e.requires[a][b]=!0}};goog.useStrictRequires=!1;goog.ENABLE_DEBUG_LOADER=!0;goog.require=function(){};goog.basePath="";goog.nullFunction=function(){};goog.identityFunction=function(a){return a};
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
H A Dbase.js234 * Build tools also scan for provide/require statements
236 * @see goog.require
291 * function parameter but does not need to require it. By forward declaring
381 var provide, require;
391 for (var j = 0; require = requires[j]; j++) {
395 deps.requires[path][require] = true;
407 // With the DOM loader, a call to goog.require() is not blocking -- the script
410 // require() with its registered dependencies.
424 * If enabled, a call to goog.require() will attempt to load the namespace by
427 * If disabled, goog.require() wil
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/
H A DScriptFormatterWorker.js495 function require() function
/external/mdnsresponder/mDNSShared/
H A DDebugServices.h716 #pragma mark == require macros ==
720 /*! @defined require
731 #undef require macro
733 #if( !defined( require ) )
734 #define require( X, LABEL ) \ macro
1095 // Note: Design-By-Contract "require" macros are already defined elsewhere.
1124 #define require_expect require
/external/bison/
H A Dmaint.mk207 # prohibit | require
256 export require = macro
279 test -n "$$prohibit" && test -n "$$require" \
280 && { msg='Cannot specify both prohibit and require' \
282 test -z "$$prohibit" && test -z "$$require" \
283 && { msg='Should specify either prohibit or require' \
318 grep $$with_grep_options $(_ignore_case) -LE "$$require" $$files \
440 @require='^# *include $(config_h_header)' \
719 @require='set_program_name *\(m?argv\[0\]\);' \
728 @require
[all...]
/external/chromium_org/third_party/skia/experimental/webtry/res/js/
H A Dpolyfill.js3 if(!b&&!c.extends)return h(a,c)}}}function t(b){var c=D.call(this,b);return a.upgradeAll(c),c}a||(a=window.CustomElements={flags:{}});var u=a.flags,v=Boolean(document.registerElement),w=!u.register&&v&&!window.ShadowDOMPolyfill;if(w){var x=function(){};a.registry={},a.upgradeElement=x,a.watchShadow=x,a.upgrade=x,a.upgradeAll=x,a.upgradeSubtree=x,a.observeDocument=x,a.upgradeDocument=x,a.upgradeDocumentTree=x,a.takeRecords=x,a.reservedTagList=[]}else{var y=["annotation-xml","color-profile","font-face","font-face-src","font-face-uri","font-face-format","font-face-name","missing-glyph"],z={},A="http://www.w3.org/1999/xhtml",B=document.createElement.bind(document),C=document.createElementNS.bind(document),D=Node.prototype.cloneNode;document.registerElement=b,document.createElement=r,document.createElementNS=q,Node.prototype.cloneNode=t,a.registry=z,a.upgrade=s}var E;E=Object.__proto__||w?function(a,b){return a instanceof b}:function(a,b){for(var c=a;c;){if(c===b.prototype)return!0;c=c.__proto__}return!1},a.instanceof=E,a.reservedTagList=y,document.register=document.registerElement,a.hasNative=v,a.useNative=w}(window.CustomElements),function(a){function b(a){return"link"===a.localName&&a.getAttribute("rel")===c}var c=a.IMPORT_LINK_TYPE,d={selectors:["link[rel="+c+"]"],map:{link:"parseLink"},parse:function(a){if(!a.__parsed){a.__parsed=!0;var b=a.querySelectorAll(d.selectors);e(b,function(a){d[d.map[a.localName]](a)}),CustomElements.upgradeDocument(a),CustomElements.observeDocument(a)}},parseLink:function(a){b(a)&&this.parseImport(a)},parseImport:function(a){a.import&&d.parse(a.import)}},e=Array.prototype.forEach.call.bind(Array.prototype.forEach);a.parser=d,a.IMPORT_LINK_TYPE=c}(window.CustomElements),function(a){function b(){CustomElements.parser.parse(document),CustomElements.upgradeDocument(document);var a=window.Platform&&Platform.endOfMicrotask?Platform.endOfMicrotask:setTimeout;a(function(){CustomElements.ready=!0,CustomElements.readyTime=Date.now(),window.HTMLImports&&(CustomElements.elapsed=CustomElements.readyTime-HTMLImports.readyTime),document.dispatchEvent(new CustomEvent("WebComponentsReady",{bubbles:!0})),window.HTMLImports&&(HTMLImports.__importsParsingHook=function(a){CustomElements.parser.parse(a.import)})})}if("function"!=typeof window.CustomEvent&&(window.CustomEvent=function(a){var b=document.createEvent("HTMLEvents");return b.initEvent(a,!0,!0),b}),"complete"===document.readyState||a.flags.eager)b();else if("interactive"!==document.readyState||window.attachEvent||window.HTMLImports&&!window.HTMLImports.ready){var c=window.HTMLImports&&!HTMLImports.ready?"HTMLImportsLoaded":"DOMContentLoaded";window.addEventListener(c,b)}else b()}(window.CustomElements),window.HTMLImports=window.HTMLImports||{flags:{}},function(a){var b=(a.path,a.xhr),c=a.flags,d=function(a,b){this.cache={},this.onload=a,this.oncomplete=b,this.inflight=0,this.pending={}};d.prototype={addNodes:function(a){this.inflight+=a.length;for(var b,c=0,d=a.length;d>c&&(b=a[c]);c++)this.require(b);this.checkDone()},addNode:function(a){this.inflight++,this.require(a),this.checkDone()},require:function(a){var b=a.src||a.href;a.__nodeUrl=b,this.dedupe(b,a)||this.fetch(b,a)},dedupe:function(a (…)
/external/skia/experimental/webtry/res/js/
H A Dpolyfill.js3 if(!b&&!c.extends)return h(a,c)}}}function t(b){var c=D.call(this,b);return a.upgradeAll(c),c}a||(a=window.CustomElements={flags:{}});var u=a.flags,v=Boolean(document.registerElement),w=!u.register&&v&&!window.ShadowDOMPolyfill;if(w){var x=function(){};a.registry={},a.upgradeElement=x,a.watchShadow=x,a.upgrade=x,a.upgradeAll=x,a.upgradeSubtree=x,a.observeDocument=x,a.upgradeDocument=x,a.upgradeDocumentTree=x,a.takeRecords=x,a.reservedTagList=[]}else{var y=["annotation-xml","color-profile","font-face","font-face-src","font-face-uri","font-face-format","font-face-name","missing-glyph"],z={},A="http://www.w3.org/1999/xhtml",B=document.createElement.bind(document),C=document.createElementNS.bind(document),D=Node.prototype.cloneNode;document.registerElement=b,document.createElement=r,document.createElementNS=q,Node.prototype.cloneNode=t,a.registry=z,a.upgrade=s}var E;E=Object.__proto__||w?function(a,b){return a instanceof b}:function(a,b){for(var c=a;c;){if(c===b.prototype)return!0;c=c.__proto__}return!1},a.instanceof=E,a.reservedTagList=y,document.register=document.registerElement,a.hasNative=v,a.useNative=w}(window.CustomElements),function(a){function b(a){return"link"===a.localName&&a.getAttribute("rel")===c}var c=a.IMPORT_LINK_TYPE,d={selectors:["link[rel="+c+"]"],map:{link:"parseLink"},parse:function(a){if(!a.__parsed){a.__parsed=!0;var b=a.querySelectorAll(d.selectors);e(b,function(a){d[d.map[a.localName]](a)}),CustomElements.upgradeDocument(a),CustomElements.observeDocument(a)}},parseLink:function(a){b(a)&&this.parseImport(a)},parseImport:function(a){a.import&&d.parse(a.import)}},e=Array.prototype.forEach.call.bind(Array.prototype.forEach);a.parser=d,a.IMPORT_LINK_TYPE=c}(window.CustomElements),function(a){function b(){CustomElements.parser.parse(document),CustomElements.upgradeDocument(document);var a=window.Platform&&Platform.endOfMicrotask?Platform.endOfMicrotask:setTimeout;a(function(){CustomElements.ready=!0,CustomElements.readyTime=Date.now(),window.HTMLImports&&(CustomElements.elapsed=CustomElements.readyTime-HTMLImports.readyTime),document.dispatchEvent(new CustomEvent("WebComponentsReady",{bubbles:!0})),window.HTMLImports&&(HTMLImports.__importsParsingHook=function(a){CustomElements.parser.parse(a.import)})})}if("function"!=typeof window.CustomEvent&&(window.CustomEvent=function(a){var b=document.createEvent("HTMLEvents");return b.initEvent(a,!0,!0),b}),"complete"===document.readyState||a.flags.eager)b();else if("interactive"!==document.readyState||window.attachEvent||window.HTMLImports&&!window.HTMLImports.ready){var c=window.HTMLImports&&!HTMLImports.ready?"HTMLImportsLoaded":"DOMContentLoaded";window.addEventListener(c,b)}else b()}(window.CustomElements),window.HTMLImports=window.HTMLImports||{flags:{}},function(a){var b=(a.path,a.xhr),c=a.flags,d=function(a,b){this.cache={},this.onload=a,this.oncomplete=b,this.inflight=0,this.pending={}};d.prototype={addNodes:function(a){this.inflight+=a.length;for(var b,c=0,d=a.length;d>c&&(b=a[c]);c++)this.require(b);this.checkDone()},addNode:function(a){this.inflight++,this.require(a),this.checkDone()},require:function(a){var b=a.src||a.href;a.__nodeUrl=b,this.dedupe(b,a)||this.fetch(b,a)},dedupe:function(a (…)
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwSettings.java1412 public void setMediaPlaybackRequiresUserGesture(boolean require) { argument
1414 if (mMediaPlaybackRequiresUserGesture != require) {
1415 mMediaPlaybackRequiresUserGesture = require;
/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js96 goog.require = function(a) {
106 a = "goog.require could not find: " + a;

Completed in 1301 milliseconds

12