/external/v8/test/mjsunit/ |
debug-scopes.js | 79 // Check that the scope chain contains the expected types of scopes. 83 var scope = exec_state.frame().scope(i); 84 assertTrue(scope.isScope()); 85 assertEquals(scopes[i], scope.scopeType()); 87 // Check the global object when hitting the global scope. 91 assertPropertiesEqual(this, scope.scopeObject().value()); 117 assertTrue(found, "Scope object " + response.body.scopes[i].object.ref + " not found"); 122 // Check that the content of the scope is as expected. For functions just check 125 var scope = exec_state.frame().scope(number) [all...] |
/external/libsepol/tests/ |
test-common.c | 31 scope_datum_t *scope; local 39 /* make sure its scope is correct */ 40 scope = hashtab_search(p->scope[sym_type].table, id); 41 CU_ASSERT_FATAL(scope != NULL); 42 CU_ASSERT(scope->scope == scope_type); 43 CU_ASSERT(scope->decl_ids_len == len); 44 if (scope->decl_ids_len != len) 45 fprintf(stderr, "sym %s has %d decls, %d expected\n", id, scope->decl_ids_len, len) [all...] |
/prebuilts/misc/common/ecj/ |
ecj.jar | |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ASTTreeParser.stg | 222 ruleRef(rule,label,elementIndex,args,scope) ::= << 234 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 240 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= << 249 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= << 255 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 261 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 267 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 273 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 281 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
ASTTreeParser.stg | 239 ruleRef(rule,label,elementIndex,args,scope) ::= << 254 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 260 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= << 269 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= << 275 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 281 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 286 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 292 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 301 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
|
ASTParser.stg | 127 ruleRef(rule,label,elementIndex,args,scope) ::= << 133 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>" 136 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= << 142 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 148 ruleRefBangAndListLabel(rule,label,elementIndex,args,scope) ::= << 154 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
ASTTreeParser.stg | 228 ruleRef(rule,label,elementIndex,args,scope) ::= << 240 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 246 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= << 255 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= << 261 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 267 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 273 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 279 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 287 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
|
ASTParser.stg | 137 ruleRef(rule,label,elementIndex,args,scope) ::= << 143 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>" 146 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= << 152 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 158 ruleRefBangAndListLabel(rule,label,elementIndex,args,scope) ::= << 164 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
ASTTreeParser.stg | 221 ruleRef(rule,label,elementIndex,args,scope) ::= << 233 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 239 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= << 248 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= << 254 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 260 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 266 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 272 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 280 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
ASTTreeParser.stg | 179 ruleRef(rule,label,elementIndex,args,scope) ::= << 191 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 197 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= << 206 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= << 212 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 218 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 224 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 230 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 238 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
ASTTreeParser.stg | 233 ruleRef(rule,label,elementIndex,args,scope) ::= << 247 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 253 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= << 264 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= << 270 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 276 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 282 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 288 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 296 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
|
/external/chromium/third_party/libjingle/source/talk/base/ |
firewallsocketserver.cc | 163 CritScope scope(&crit_); 168 CritScope scope(&crit_); 175 CritScope scope(&crit_); 219 CritScope scope(&crit_); 224 CritScope scope(&crit_); 231 CritScope scope(&crit_); 239 CritScope scope(&crit_);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |
/external/v8/test/cctest/ |
test-decls.cc | 112 HandleScope scope; 134 HandleScope scope; local 205 HandleScope scope; local 260 HandleScope scope; local 314 HandleScope scope; local 404 HandleScope scope; local 496 HandleScope scope; local 524 HandleScope scope; local 586 HandleScope scope; local
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
ASTParser.stg | 126 ruleRef(rule,label,elementIndex,args,scope) ::= << 132 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>" 135 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= << 141 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 147 ruleRefBangAndListLabel(rule,label,elementIndex,args,scope) ::= << 153 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
ASTParser.stg | 131 ruleRef(rule,label,elementIndex,args,scope) ::= <% 139 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>" 142 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= << 148 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 154 ruleRefBangAndListLabel(rule,label,elementIndex,args,scope) ::= << 160 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
ASTParser.stg | 133 ruleRef(rule,label,elementIndex,args,scope) ::= << 141 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>" 144 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= << 152 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 159 ruleRefBangAndListLabel(rule,label,elementIndex,args,scope) ::= << 166 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
/external/webkit/Source/WebCore/bindings/v8/ |
DOMDataStore.cpp | 139 v8::HandleScope scope; local 146 v8::HandleScope scope; local 180 v8::HandleScope scope; local
|
ScriptHeapSnapshot.cpp | 50 v8::HandleScope scope; local
|
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/ |
XmlContext.java | 105 * scope to check for suppress lint annotations. 108 * @param scope the DOM node scope the error applies to. The lint infrastructure 117 @Nullable Node scope, 121 if (scope != null && mDriver.isSuppressed(issue, scope)) { 137 // + " was reported without a scope node: Can't be suppressed.");
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8CustomApplicationInstalledCallback.cpp | 55 v8::Context::Scope scope(context);
|
V8CustomPositionCallback.cpp | 67 v8::Context::Scope scope(context);
|
V8CustomPositionErrorCallback.cpp | 67 v8::Context::Scope scope(context);
|
V8CustomSQLStatementErrorCallback.cpp | 57 v8::Context::Scope scope(v8Context);
|
/external/libsepol/include/sepol/policydb/ |
policydb.h | 365 /* scope_index_t holds all of the symbols that are in scope in a 367 * subtract one) into the global policydb->scope array. */ 369 ebitmap_t scope[SYM_NUM]; member in struct:scope_index 370 #define p_classes_scope scope[SYM_CLASSES] 371 #define p_roles_scope scope[SYM_ROLES] 372 #define p_types_scope scope[SYM_TYPES] 373 #define p_users_scope scope[SYM_USERS] 374 #define p_bools_scope scope[SYM_BOOLS] 375 #define p_sens_scope scope[SYM_LEVELS] 376 #define p_cat_scope scope[SYM_CATS 434 uint32_t scope; member in struct:scope_datum 495 symtab_t scope[SYM_NUM]; member in struct:policydb [all...] |