HomeSort by relevance Sort by last modified time
    Searched defs:provide (Results 1 - 14 of 14) sorted by null

  /libcore/support/src/test/java/libcore/java/security/
StandardNames.java 104 private static void provide(String type, String algorithm) { method in class:StandardNames
138 provide("AlgorithmParameterGenerator", "DSA");
139 provide("AlgorithmParameterGenerator", "DiffieHellman");
140 provide("AlgorithmParameters", "AES");
141 provide("AlgorithmParameters", "Blowfish");
142 provide("AlgorithmParameters", "DES");
143 provide("AlgorithmParameters", "DESede");
144 provide("AlgorithmParameters", "DSA");
145 provide("AlgorithmParameters", "DiffieHellman");
146 provide("AlgorithmParameters", "GCM")
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromePageScript.js 1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRICT_MODE_COMPATIBLE=!1;goog.provide=function(a){goog.exportPath_(a)};
    [all...]
chromeVoxKbExplorerScript.js 1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRICT_MODE_COMPATIBLE=!1;goog.provide=function(a){goog.exportPath_(a)};
chromeVoxChromeBackgroundScript.js 1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRICT_MODE_COMPATIBLE=!1;goog.provide=function(a){goog.exportPath_(a)};
    [all...]
chromeVoxChromeOptionsScript.js 1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRICT_MODE_COMPATIBLE=!1;goog.provide=function(a){goog.exportPath_(a)};
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js 109 * Used by goog.provide and goog.exportSymbol.
153 * @param {string} name The distinguished name to provide.
232 * goog.provide() calls indicate that the file defines the given
234 * Build tools also scan for provide/require statements
240 goog.provide = function(name) {
243 // to teach new developers that 'goog.provide' is effectively a variable
244 // declaration. And when JSCompiler transforms goog.provide into a real
246 // JS--even when the raw JS uses goog.provide incorrectly.
271 * provide (if not explicitly defined in the code).
319 * Namespaces implicitly defined by goog.provide. For example
    [all...]
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js 45 goog.provide = function(a) {
    [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-core-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 

Completed in 561 milliseconds