Searched defs:scope (Results 1 - 25 of 207) sorted by relevance

123456789

/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DIdentityStub.java56 * @param scope
59 public IdentityStub(String name, IdentityScope scope) argument
61 super(name, scope);
H A DSignerStub.java52 * Constructor, sets given name and scope
55 * @param scope
58 public SignerStub(String name, IdentityScope scope) argument
60 super(name, scope);
H A DIdentityScopeStub.java55 * @param scope
58 public IdentityScopeStub(String name, IdentityScope scope) argument
60 super(name, scope);
116 * Sets the system's identity scope
117 * @param scope
119 public static void mySetSystemScope(IdentityScope scope) { argument
121 IdentityScope.setSystemScope(scope);
/external/v8/test/cctest/
H A Dtest-dictionary.cc43 v8::HandleScope scope; local
104 v8::HandleScope scope; local
127 v8::HandleScope scope; local
H A Dtest-func-name-inference.cc54 v8::HandleScope scope; local
57 v8::HandleScope scope; local
113 v8::HandleScope scope; local
125 v8::HandleScope scope; local
137 v8::HandleScope scope; local
151 v8::HandleScope scope; local
165 v8::HandleScope scope; local
181 v8::HandleScope scope; local
199 v8::HandleScope scope; local
217 v8::HandleScope scope; local
231 v8::HandleScope scope; local
247 v8::HandleScope scope; local
260 v8::HandleScope scope; local
275 v8::HandleScope scope; local
288 v8::HandleScope scope; local
304 v8::HandleScope scope; local
318 v8::HandleScope scope; local
334 v8::HandleScope scope; local
353 v8::HandleScope scope; local
368 v8::HandleScope scope; local
386 v8::HandleScope scope; local
[all...]
H A Dtest-weakmaps.cc69 v8::HandleScope scope; local
76 v8::HandleScope scope; local
85 v8::HandleScope scope; local
99 v8::HandleScope scope; local
124 v8::HandleScope scope; local
132 v8::HandleScope scope; local
/external/libsepol/tests/
H A Dhelpers.c68 scope_datum_t *scope = (scope_datum_t *) hashtab_search(p->scope[symtab].table, sym); local
70 if (scope == NULL) {
73 if (scope->scope != SCOPE_DECL) {
76 if (scope->decl_ids_len != 1) {
80 return p->decl_val_to_struct[scope->decl_ids[0] - 1];
/external/webkit/Source/WebCore/bindings/js/
H A DJSJavaScriptCallFrameCustom.cpp77 // we must always have something in the scope chain
103 JSObject* scope = iter->get(); local
104 if (scope->isActivationObject()) {
106 // First activation object is local scope, each successive activation object is closure.
115 // Last in the chain is global scope.
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptProfile.cpp49 v8::HandleScope scope; local
H A DV8EventListenerList.h69 v8::HandleScope scope; local
H A DV8HiddenPropertyName.cpp63 v8::HandleScope scope; local
H A DV8IsolatedContext.cpp55 v8::HandleScope scope; local
H A DDOMDataStore.cpp139 v8::HandleScope scope; local
146 v8::HandleScope scope; local
180 v8::HandleScope scope; local
H A DScriptHeapSnapshot.cpp50 v8::HandleScope scope; local
H A DV8DOMMap.cpp95 v8::HandleScope scope; local
117 v8::HandleScope scope; local
132 v8::HandleScope scope; local
147 v8::HandleScope scope; local
164 v8::HandleScope scope; local
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DNameSpaceChecker.java58 // walk rule scope attributes for Rule r
72 AttributeScope scope = (AttributeScope) it.next();
73 checkForGlobalScopeTokenConflict(scope);
121 * Give error if you cannot find the scope override on a rule reference.
187 protected void checkForGlobalScopeTokenConflict(AttributeScope scope) { argument
188 if ( grammar.getTokenType(scope.getName())!=Label.INVALID ) {
190 grammar, null, scope.getName());
194 /** Check for collision of a rule-scope dynamic attribute with:
217 * Labels must not conflict with: rules, tokens, scope names,
218 * return values, parameters, and rule-scope dynami
[all...]
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp8-0x.cpp32 void scope() { function in namespace:PR10127
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_extension.cc126 // If this is a class member, it needs to be declared in its class scope.
127 string scope = (descriptor_->extension_scope() == NULL) ? "" : local
129 string name = scope + descriptor_->name();
139 vars["scope" ] = scope;
143 // We cannot declare it at class scope because that would require exposing
159 "const int $scope$$constant_name$;\n"
/external/v8/src/
H A Dvariables.cc57 Variable::Variable(Scope* scope, argument
64 : scope_(scope),
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSFunction.h57 ScopeChainNode* scope() function in class:JSC::JSFunction
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8InjectedScriptHostCustom.cpp61 v8::HandleScope scope; local
/external/webkit/Source/WebKit/chromium/tests/
H A DWebFrameTest.cpp137 v8::HandleScope scope; local
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCTarget.java81 /** Is scope in @scope::name {action} valid for this kind of grammar?
88 public boolean isValidActionScope(int grammarType, String scope) { argument
91 if (scope.equals("lexer")) {
94 if (scope.equals("header")) {
97 if (scope.equals("includes")) {
100 if (scope.equals("preincludes")) {
103 if (scope.equals("overrides")) {
108 if (scope.equals("parser")) {
111 if (scope
[all...]
/external/clang/test/CodeGenCXX/
H A Dblocks.cpp49 struct scope { int x; ~scope(); }; struct in namespace:test1
51 const scope obj = { 5 };
/external/libsepol/src/
H A Davrule_block.c4 * or global scope) for a policy module.
70 ebitmap_init(&decl->required.scope[i]);
71 ebitmap_init(&decl->declared.scope[i]);
78 static void scope_index_destroy(scope_index_t * scope) argument
81 if (scope == NULL) {
85 ebitmap_destroy(scope->scope + i);
87 for (i = 0; i < scope->class_perms_len; i++) {
88 ebitmap_destroy(scope->class_perms_map + i);
90 free(scope
156 scope_datum_t *scope = local
[all...]

Completed in 600 milliseconds

123456789