Searched defs:scope (Results 276 - 300 of 313) sorted by relevance

<<111213

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h236 #define AVRC_STS_BAD_SCOPE 0x0a /* Invalid Scope - The scope parameter is invalid GetFolderItems, PlayItem, AddToNowPlayer, GetItemAttributes, */
1094 UINT8 scope; member in struct:__anon1356
1118 UINT8 scope; member in struct:__anon1358
1140 UINT8 scope; member in struct:__anon1360
1151 UINT8 scope; member in struct:__anon1361
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp657 // so tear down scope information upfront to avoid having stale references in the map.
1028 EventQueueScope scope; local
5652 newElements.scope = metaElementContents.substring(firstSemicolon + 1).stripWhiteSpace();
/external/chromium_org/v8/src/
H A Dast.h467 Scope* scope() const { return scope_; } function in class:v8::internal::FINAL
468 void set_scope(Scope* scope) { scope_ = scope; } argument
491 Scope* scope() const { return scope_; } function in class:v8::internal::Declaration
499 Scope* scope,
504 scope_(scope) {
512 // Nested scope from which the declaration originated.
529 Scope* scope,
531 : Declaration(zone, proxy, mode, scope, pos) {
551 Scope* scope,
496 Declaration(Zone* zone, VariableProxy* proxy, VariableMode mode, Scope* scope, int pos) argument
526 VariableDeclaration(Zone* zone, VariableProxy* proxy, VariableMode mode, Scope* scope, int pos) argument
547 FunctionDeclaration(Zone* zone, VariableProxy* proxy, VariableMode mode, FunctionLiteral* fun, Scope* scope, int pos) argument
575 ModuleDeclaration(Zone* zone, VariableProxy* proxy, Module* module, Scope* scope, int pos) argument
599 ImportDeclaration(Zone* zone, VariableProxy* proxy, Module* module, Scope* scope, int pos) argument
622 ExportDeclaration(Zone* zone, VariableProxy* proxy, Scope* scope, int pos) argument
1101 Scope* scope() { return scope_; } function in class:v8::internal::FINAL
1106 WithStatement( Zone* zone, Scope* scope, Expression* expression, Statement* statement, int pos) argument
1279 Scope* scope() { return scope_; } function in class:v8::internal::FINAL
1284 TryCatchStatement(Zone* zone, int index, Block* try_block, Scope* scope, Variable* variable, Block* catch_block, int pos) argument
2342 Scope* scope() const { return scope_; } function in class:v8::internal::FINAL
2447 FunctionLiteral(Zone* zone, const AstRawString* name, AstValueFactory* ast_value_factory, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, int handler_count, int parameter_count, FunctionType function_type, ParameterFlag has_duplicate_parameters, IsFunctionFlag is_function, IsParenthesizedFlag is_parenthesized, FunctionKind kind, int position, IdGen* id_gen) argument
3081 NewVariableDeclaration(VariableProxy* proxy, VariableMode mode, Scope* scope, int pos) argument
3090 NewFunctionDeclaration(VariableProxy* proxy, VariableMode mode, FunctionLiteral* fun, Scope* scope, int pos) argument
3100 NewModuleDeclaration(VariableProxy* proxy, Module* module, Scope* scope, int pos) argument
3109 NewImportDeclaration(VariableProxy* proxy, Module* module, Scope* scope, int pos) argument
3118 NewExportDeclaration(VariableProxy* proxy, Scope* scope, int pos) argument
3213 NewWithStatement(Scope* scope, Expression* expression, Statement* statement, int pos) argument
3231 NewTryCatchStatement(int index, Block* try_block, Scope* scope, Variable* variable, Block* catch_block, int pos) argument
3482 NewFunctionLiteral( const AstRawString* name, AstValueFactory* ast_value_factory, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, int handler_count, int parameter_count, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionLiteral::FunctionType function_type, FunctionLiteral::IsFunctionFlag is_function, FunctionLiteral::IsParenthesizedFlag is_parenthesized, FunctionKind kind, int position) argument
[all...]
H A Dhydrogen.cc1810 NoObservableSideEffectsScope scope(this);
1879 NoObservableSideEffectsScope scope(this);
3444 new(zone_) HEnvironment(NULL, info->scope(), info->closure(), zone_);
4259 Scope* scope = current_info()->scope(); local
4260 if (scope->HasIllegalRedeclaration()) {
4264 if (scope->calls_eval()) {
4268 SetUpScope(scope);
4293 if (scope->is_function_scope() && scope
4474 SetUpScope(Scope* scope) argument
4533 Scope* scope = stmt->scope(); local
4641 Get( BreakableStatement* stmt, BreakType type, Scope** scope, int* drop_extra) argument
11909 HEnvironment(HEnvironment* outer, Scope* scope, Handle<JSFunction> closure, Zone* zone) argument
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js418 goog.scope = function(a) {
1394 axs.AuditRule.collectMatchingElements("scope" in a ? a.scope : document, this.relevantElementMatcher_, d);
1472 this.maxResults = this.auditRulesToIgnore = this.auditRulesToRun = this.scope = null;
1475 goog.exportProperty(this, "scope", this.scope);
1519 if (0 < k.length || a.scope) {
1522 a.scope && (h.scope = a.scope);
[all...]
/external/valgrind/main/perf/
H A Dtinycc.c1868 /* Modula-2 scope information. Can someone say what info it contains? */
5415 int has_init, int v, int scope);
14274 variable 'v' of scope 'scope' is declared before initializers are
14279 int has_init, int v, int scope)
14375 if (v && scope == VT_CONST) {
14436 if (scope == VT_CONST) {
14276 decl_initializer_alloc(CType *type, AttributeDef *ad, int r, int has_init, int v, int scope) argument
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromeBackgroundScript.js19 e);if(a[b]===d)return a.constructor.prototype[b].apply(a,e);throw Error("goog.base called from a method of one name to a method of a different name");};goog.scope=function(a){a.call(goog.global)};goog.MODIFY_FUNCTION_PROTOTYPES=!0;
1381 cvox.MathShifter.create=function(a){if(cvox.DomPredicates.mathPredicate(cvox.DomUtil.getAncestors(a.start.node))){var b=cvox.DomUtil.getContainingMath(a.end.node);cvox.TraverseMath.getInstance().initialize(b);cvox.SpeechRuleEngine.getInstance().parameterize(cvox.MathmlStore.getInstance());b=cvox.MathStore.createDynamicConstraint(cvox.TraverseMath.getInstance().domain,cvox.TraverseMath.getInstance().style);cvox.SpeechRuleEngine.getInstance().setDynamicConstraint(b);return new cvox.MathShifter(a)}return null};cvox.TableUtil={};cvox.TableUtil.checkIfHeader=function(a){return"TH"==a.tagName||a.hasAttribute("scope")||a.hasAttribute("role")&&("rowheader"==a.getAttribute("role")||"columnheader"==a.getAttribute("role"))};
1392 cvox.TraverseTable.prototype.findHeaderCells_=function(){for(var a=0;a<this.candidateHeaders_.length;a++){var b=this.candidateHeaders_[a],c=b.activeCell,d=null,e=null;if(!b.spanned){"TH"!=c.tagName||c.hasAttribute("scope")?c.hasAttribute("scope")?e=c.getAttribute("scope"):c.hasAttribute("role")&&"rowheader"==c.getAttribute("role")?e="row":c.hasAttribute("role")&&"columnheader"==c.getAttribute("role")&&(e="col"):(0<b.j?"TH"==this.shadowTable_[b.i][b.j-1].activeCell.tagName&&(d="col"):b.j<this.shadowTable_[b.i].length-
H A DchromeVoxChromeOptionsScript.js19 e);if(a[b]===d)return a.constructor.prototype[b].apply(a,e);throw Error("goog.base called from a method of one name to a method of a different name");};goog.scope=function(a){a.call(goog.global)};goog.MODIFY_FUNCTION_PROTOTYPES=!0;
1316 cvox.MathShifter.create=function(a){if(cvox.DomPredicates.mathPredicate(cvox.DomUtil.getAncestors(a.start.node))){var b=cvox.DomUtil.getContainingMath(a.end.node);cvox.TraverseMath.getInstance().initialize(b);cvox.SpeechRuleEngine.getInstance().parameterize(cvox.MathmlStore.getInstance());b=cvox.MathStore.createDynamicConstraint(cvox.TraverseMath.getInstance().domain,cvox.TraverseMath.getInstance().style);cvox.SpeechRuleEngine.getInstance().setDynamicConstraint(b);return new cvox.MathShifter(a)}return null};cvox.TableUtil={};cvox.TableUtil.checkIfHeader=function(a){return"TH"==a.tagName||a.hasAttribute("scope")||a.hasAttribute("role")&&("rowheader"==a.getAttribute("role")||"columnheader"==a.getAttribute("role"))};
1327 cvox.TraverseTable.prototype.findHeaderCells_=function(){for(var a=0;a<this.candidateHeaders_.length;a++){var b=this.candidateHeaders_[a],c=b.activeCell,d=null,e=null;if(!b.spanned){"TH"!=c.tagName||c.hasAttribute("scope")?c.hasAttribute("scope")?e=c.getAttribute("scope"):c.hasAttribute("role")&&"rowheader"==c.getAttribute("role")?e="row":c.hasAttribute("role")&&"columnheader"==c.getAttribute("role")&&(e="col"):(0<b.j?"TH"==this.shadowTable_[b.i][b.j-1].activeCell.tagName&&(d="col"):b.j<this.shadowTable_[b.i].length-
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 6044 milliseconds

<<111213