HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 301 - 325 of 382) sorted by null

<<111213141516

  /external/openssl/include/openssl/
objects.h 1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
    [all...]
  /external/v8/src/arm/
deoptimizer-arm.cc 54 HandleScope scope; local
545 CpuFeatures::Scope scope(VFP3);
  /external/v8/src/
d8.cc 275 Context::Scope context_scope(utility_context_);
287 Context::Scope context_scope(utility_context_);
298 Context::Scope context_scope(utility_context_);
419 HandleScope scope; local
442 Context::Scope utility_scope(utility_context_);
458 // Install the debugger object in the utility scope
597 Context::Scope context_scope(evaluation_context_);
625 HandleScope scope; local
655 Context::Scope context_scope(thread_context);
703 Context::Scope context_scope(evaluation_context_)
    [all...]
execution.cc 613 HandleScope scope(isolate);
749 HandleScope scope(isolate);
hydrogen.h 316 Scope* scope,
677 // Forward declarations for inner scope classes.
784 void SetupScope(Scope* scope);
    [all...]
ast.h 1128 friend class Scope;
1707 Scope* scope() const { return scope_; } function in class:v8::internal::FunctionLiteral
    [all...]
isolate.cc 824 HandleScope scope; local
factory.cc 536 v8::HandleScope scope; // Instantiate a closeable HandleScope for EscapeFrom. local
543 return result.EscapeFrom(&scope);
    [all...]
  /external/v8/test/cctest/
test-disasm-ia32.cc 59 v8::HandleScope scope; local
111 CpuFeatures::Scope fscope(CPUID);
116 CpuFeatures::Scope fscope(RDTSC);
379 CpuFeatures::Scope fscope(SSE2);
401 CpuFeatures::Scope use_cmov(CMOV);
424 CpuFeatures::Scope fscope(SSE2);
453 CpuFeatures::Scope scope(SSE4_1);
  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.cpp 300 v8::Context::Scope context_scope(context);
311 v8::Context::Scope contextScope(targetContext);
834 v8::HandleScope scope; local
841 v8::Context::Scope contextScope(context);
852 v8::HandleScope scope; local
V8Binding.cpp 510 v8::HandleScope scope; local
V8DOMWrapper.cpp 153 // Enter the scope for this context to get the correct constructor.
154 v8::Context::Scope scope(context);
V8NPObject.cpp 411 v8::HandleScope scope; local
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.css     [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 726 String table, int scope,
752 "SCOPE", "COLUMN_NAME", "DATA_TYPE",
811 row[0] = "" + scope;
827 row[0] = "" + scope;
843 "SCOPE", "COLUMN_NAME", "DATA_TYPE",
    [all...]
  /external/quake/
NOTICE 90 covered by this License; they are outside its scope. The act of
150 the scope of this License.
435 covered by this License; they are outside its scope. The act of
495 the scope of this License.
    [all...]
  /external/v8/samples/
shell.cc 184 v8::Isolate::Scope iscope(isolate);
185 v8::HandleScope scope; local
188 v8::Context::Scope cscope(context);
547 v8::Context::Scope context_scope(context);
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 119 // Behaves as registerFor does, but ignores dynamic scope as
120 // dynamic scope should not interfere with const initialisation
123 // Searches the scope chain in an attempt to statically locate the requested
127 // statically, depth will contain the depth of the scope chain where dynamic
369 RegisterID* emitPushScope(RegisterID* scope);
  /external/webkit/Source/WebCore/dom/
Node.cpp 478 TreeScope* scope = rareData()->treeScope();
480 ASSERT(!scope);
481 return scope ? scope : document();
493 // Setting the new document scope will be handled implicitly
522 // FIXME: Once shadow scopes are landed, update parent scope, etc.
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp 942 ShorthandScope scope(this, propId);
    [all...]
  /external/bluetooth/bluez/gdbus/
NOTICE 95 covered by this License; they are outside its scope. The act of
154 the scope of this License.
  /external/bluetooth/bluez/input/
NOTICE 95 covered by this License; they are outside its scope. The act of
154 the scope of this License.
  /external/bluetooth/bluez/plugins/
NOTICE 95 covered by this License; they are outside its scope. The act of
154 the scope of this License.
  /external/bluetooth/bluez/src/
NOTICE 97 covered by this License; they are outside its scope. The act of
156 the scope of this License.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 118 (* Emit the start code first, without 'variable' in scope. *)

Completed in 1153 milliseconds

<<111213141516