HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 276 - 300 of 1425) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/cctest/
test-compiler.cc 91 v8::HandleScope scope(CcTest::isolate());
110 v8::HandleScope scope(CcTest::isolate());
128 v8::HandleScope scope(CcTest::isolate());
147 v8::HandleScope scope(CcTest::isolate());
153 v8::HandleScope scope(CcTest::isolate());
155 v8::Context::Scope context_scope(context);
168 v8::HandleScope scope(CcTest::isolate());
199 v8::HandleScope scope(CcTest::isolate());
219 v8::HandleScope scope(CcTest::isolate());
222 v8::Context::Scope context_scope(context)
    [all...]
test-api.cc 91 v8::HandleScope scope(env->GetIsolate());
149 v8::HandleScope scope(CcTest::isolate());
173 v8::HandleScope scope(CcTest::isolate());
212 v8::HandleScope scope(isolate);
287 v8::HandleScope scope(isolate);
356 v8::HandleScope scope(isolate);
369 v8::HandleScope scope(isolate);
384 v8::HandleScope scope(env->GetIsolate());
403 v8::HandleScope scope(env->GetIsolate());
473 v8::HandleScope scope(env->GetIsolate())
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-evaluate-with-context.js 39 // Try in frame's scope.
45 // Try in frame's scope with overrididen local variables.
49 // Try in frame's scope, without context.
54 // Try in global additional scope.
59 // Try in global scope with overridden global variables.
65 // Try in global scope with no overridden global variables.
69 // Try in global scope without additional context.
  /external/libsepol/src/
link.c 249 scope_datum_t *scope = NULL; local
262 scope =
265 if (scope == NULL) {
269 if (scope->scope == SCOPE_DECL) {
605 scope_datum_t *scope; local
646 /* Get the scope info for this boolean to see if this is the declaration,
648 scope = hashtab_search(state->cur->policy->p_bools_scope.table, id);
649 if (!scope)
651 if (scope->scope == SCOPE_DECL)
672 scope_datum_t *scope; local
714 scope_datum_t *scope; local
1833 scope_datum_t *scope, *base_scope; local
2031 scope_datum_t *scope; local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /external/chromium_org/third_party/skia/src/core/
SkTraceEvent.h 33 // Events can be INSTANT, or can be pairs of BEGIN and END in the same scope:
38 // these are used in the same scope. Use ASYNC_BEGIN/ASYNC_END macros if you
166 // By default, const char* argument values are assumed to have long-lived scope
182 // scope, with 0, 1 or 2 associated arguments. If the category is not
218 #define UNSHIPPED_TRACE_EVENT_INSTANT0(category_group, name, scope) (void)0
219 #define UNSHIPPED_TRACE_EVENT_INSTANT1(category_group, name, scope, \
221 #define UNSHIPPED_TRACE_EVENT_INSTANT2(category_group, name, scope, \
232 #define UNSHIPPED_TRACE_EVENT_INSTANT0(category_group, name, scope) \
233 TRACE_EVENT_INSTANT0(category_group, name, scope)
234 #define UNSHIPPED_TRACE_EVENT_INSTANT1(category_group, name, scope, \
    [all...]
  /external/skia/src/core/
SkTraceEvent.h 33 // Events can be INSTANT, or can be pairs of BEGIN and END in the same scope:
38 // these are used in the same scope. Use ASYNC_BEGIN/ASYNC_END macros if you
166 // By default, const char* argument values are assumed to have long-lived scope
182 // scope, with 0, 1 or 2 associated arguments. If the category is not
218 #define UNSHIPPED_TRACE_EVENT_INSTANT0(category_group, name, scope) (void)0
219 #define UNSHIPPED_TRACE_EVENT_INSTANT1(category_group, name, scope, \
221 #define UNSHIPPED_TRACE_EVENT_INSTANT2(category_group, name, scope, \
232 #define UNSHIPPED_TRACE_EVENT_INSTANT0(category_group, name, scope) \
233 TRACE_EVENT_INSTANT0(category_group, name, scope)
234 #define UNSHIPPED_TRACE_EVENT_INSTANT1(category_group, name, scope, \
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/chromium_org/printing/backend/
win_helper.cc 37 EPrintTicketScope scope,
44 EPrintTicketScope scope,
53 EPrintTicketScope scope,
201 EPrintTicketScope scope,
206 scope,
214 EPrintTicketScope scope,
221 scope,
230 EPrintTicketScope scope,
236 scope,
win_helper.h 108 EPrintTicketScope scope,
114 EPrintTicketScope scope,
121 EPrintTicketScope scope,
  /external/clang/lib/CodeGen/
CGCleanup.h 31 /// A protected scope for zero-cost EH handling.
72 /// Always a multiple of the scope-stack alignment.
76 /// this one). If this is the top cleanup scope, all the fixups
77 /// from this index onwards belong to this scope.
133 /// A scope which attempts to handle some, possibly all, types of
136 /// Objective C \@finally blocks are represented using a cleanup scope
137 /// after the catch scope.
210 static bool classof(const EHScope *Scope) {
211 return Scope->getKind() == Catch;
215 /// A cleanup scope which generates the cleanup blocks lazily
    [all...]
  /external/deqp/modules/gles3/stress/
es3sLongShaderTests.cpp 148 void makeNames (ShaderScope& scope, const deUint32 count)
151 scope.insert(next());
311 ShaderScope scope;
316 m_nameGen.makeNames(scope, m_spec.variablesPerBlock);
318 m_scopes.push_back(scope);
320 for (ShaderScope::const_iterator nameIter = scope.begin(); nameIter != scope.end(); nameIter++)
332 ShaderScope& scope = *(m_scopes.end()-1);
336 m_varNames.erase((m_varNames.begin() + (m_varNames.size() - scope.size())), m_varNames.end());
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
Identity2Test.java 142 public IdentitySubclass(String name, IdentityScope scope)
144 super(name, scope);
174 IdentityScope scope = new IdentityScopeSubclass(); local
175 IdentitySubclass sub = new IdentitySubclass("test", scope);
177 assertEquals("Wrong Scope returned", scope, returnedScope);
  /external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
StyleSheetInvalidationAnalysis.cpp 51 // This picks the widest scope, not the narrowest, to minimize the number of found scopes.
100 ContainerNode* scope = ownerElement; local
102 scope = scope->containingShadowRoot()->shadowHost();
103 } while (scope->isInShadowTree());
104 return scope;
  /system/netd/server/
NetlinkHandler.cpp 79 const char *scope = evt->findParam("SCOPE"); local
88 if (iface && flags && scope) {
89 notifyAddressChanged(action, address, iface, flags, scope);
174 const char *scope) {
178 addr, iface, flags, scope);
  /external/chromium_org/v8/src/
runtime.cc 325 HandleScope scope(isolate);
464 HandleScope scope(isolate);
578 HandleScope scope(isolate);
594 HandleScope scope(isolate);
609 HandleScope scope(isolate);
620 HandleScope scope(isolate);
631 HandleScope scope(isolate);
654 HandleScope scope(isolate);
670 HandleScope scope(isolate);
685 HandleScope scope(isolate)
    [all...]
  /external/chromium_org/content/browser/service_worker/
service_worker_database_unittest.cc 58 EXPECT_EQ(expected.scope, actual.scope);
161 data1.scope = URL(origin, "/foo");
178 data2.scope = URL(origin, "/bar");
209 data1.scope = URL(origin1, "/foo");
219 data2.scope = URL(origin2, "/bar");
229 data3.scope = URL(origin3, "/hoge");
239 data4.scope = URL(origin3, "/fuga");
298 data1.scope = URL(origin1, "/foo");
307 data2.scope = URL(origin2, "/bar")
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 758 void show_scope ( OSet* /* of DiAddrRange */ scope, const HChar* who )
761 VG_(printf)("Scope \"%s\" = {\n", who);
762 VG_(OSetGen_ResetIter)( scope );
764 range = VG_(OSetGen_Next)( scope );
772 /* Add the variable 'var' to 'scope' for the address range [aMin,aMax]
776 invariant that the ranges in 'scope' cover the entire address range
779 /*MOD*/OSet* /* of DiAddrRange */ scope,
794 if (0) show_scope( scope, "add_var_to_arange(1)" );
800 first = VG_(OSetGen_Lookup)( scope, &aMin );
826 nyu = VG_(OSetGen_AllocNode)( scope, sizeof(DiAddrRange) )
938 OSet* \/* of DiAddrRange *\/ scope; local
1090 OSet* scope = *(OSet**)VG_(indexXA)(di->varinfo, i); local
    [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/signin/
OAuth2TokenServiceTest.java 95 String scope = "http://example.com/scope"; local
97 String oauth2Scope = "oauth2:" + scope;
99 // Add an account with given auth token for the given scope, already accepted auth popup.
109 mContext, null, account, scope, 5, TimeUnit.SECONDS);
  /external/chromium_org/google_apis/gaia/
fake_gaia.cc 265 std::string scope; local
266 if (!GetQueryParameter(request.content, "scope", &scope) ||
267 GaiaConstants::kOAuth1LoginScope != scope) {
419 std::string scope; local
422 GetQueryParameter(request.content, "scope", &scope);
438 if (GaiaConstants::kOAuth1LoginScope != scope) {
440 LOG(ERROR) << "Invalid scope for /o/oauth2/token - " << scope;
508 std::string scope; local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_extension.cc 126 // 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/chromium_org/tools/gn/
input_conversion.cc 16 #include "tools/gn/scope.h"
25 PARSE_SCOPE, // Treat the input as code and return the resulting scope.
81 scoped_ptr<Scope> scope(new Scope(settings));
83 Value result = parse_root->Execute(scope.get(), err);
87 // When we want the result as a scope, the result is actually the scope
91 result = Value(origin, scope.Pass());
143 if (input_conversion == "scope")
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_extension.cc 126 // 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/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp 82 // CrossesBoundary means we don't care any context.scope. So we can walk up from a shadow root to its shadow host.
86 // If context.scope is a shadow root, we should walk up to its shadow host.
87 if ((context.behaviorAtBoundary & SelectorChecker::ScopeIsShadowRoot) && context.scope == context.element->containingShadowRoot())
93 // If context.scope is some element in some shadow tree and querySelector initialized the context,
95 // (a) context.element has the same treescope as context.scope, need to walk up to its shadow host.
97 if (context.scope && context.scope->treeScope() == context.element->treeScope())
108 ASSERT(context.scope);
109 if (context.scope->treeScope() == context.element->treeScope())
115 return context.element == context.scope->shadowHost() && (!context.previousElement || context.previousElement->isInDescendantTreeOf(contex (…)
375 const ContainerNode* scope = nextContext.scope; local
    [all...]
  /external/chromium_org/v8/test/webkit/
exception-try-finally-scope-error.js 37 var test = "outer scope";
38 with({test:"inner scope"})
39 (function () { try { throw ""; } finally { result = test; shouldBe("result", '"inner scope"'); return;}})()

Completed in 1097 milliseconds

<<11121314151617181920>>