Searched
refs:Local (Results
326 -
350 of
551) sorted by null
<<11121314151617181920>>
| /external/chromium_org/v8/test/cctest/ |
| test-heap-profiler.cc | 435 v8::Local<v8::ObjectTemplate> global_template = 565 v8::Local<v8::ObjectTemplate> global_template = 572 v8::Local<v8::Object> obj = v8::Object::New(isolate); 696 v8::Local<v8::String> s1_str = v8_str("s1"); 697 v8::Local<v8::String> s2_str = v8_str("s2"); 836 v8::Local<v8::String> json_string = 839 v8::Local<v8::Value> snapshot_parse_result = CompileRun( 844 v8::Local<v8::Object> parsed_snapshot = 852 v8::Local<v8::Value> meta_analysis_result = CompileRun( [all...] |
| test-deoptimization.cc | 109 v8::Local<v8::Function> fun = 110 v8::Local<v8::Function>::Cast(obj->Get(v8_str(property_name))); 238 v8::Local<v8::Function> fun = v8::Local<v8::Function>::Cast(
|
| /external/eigen/blas/testing/ |
| dblat1.f | 53 * .. Local Scalars .. 102 * .. Local Arrays .. 135 * .. Local Scalars .. 138 * .. Local Arrays .. 251 * .. Local Scalars .. 253 * .. Local Arrays .. 345 * .. Local Scalars .. 349 * .. Local Arrays .. 689 * .. Local Scalars .. 692 * .. Local Arrays . [all...] |
| sblat1.f | 53 * .. Local Scalars .. 102 * .. Local Arrays .. 135 * .. Local Scalars .. 138 * .. Local Arrays .. 251 * .. Local Scalars .. 253 * .. Local Arrays .. 345 * .. Local Scalars .. 349 * .. Local Arrays .. 693 * .. Local Scalars .. 696 * .. Local Arrays . [all...] |
| /external/chromium_org/third_party/WebKit/Source/web/ |
| WebRemoteFrameImpl.cpp | 25 // Helper class to bridge communication for a local frame with a remote parent. 27 // 1. Allows the local frame's loader to retrieve sandbox flags associated with 334 int extensionGroup, WebVector<v8::Local<v8::Value> >* results) 349 v8::Local<v8::Context> WebRemoteFrameImpl::mainWorldScriptContext() const 352 return v8::Local<v8::Context>();
|
| WebLocalFrameImpl.h | 126 int extensionGroup, WebVector<v8::Local<v8::Value> >* results) OVERRIDE; 132 virtual v8::Local<v8::Context> mainWorldScriptContext() const OVERRIDE; 275 // the local frame has no active match. 324 // Sets the local WebCore frame and registers destruction observers. 338 // Indicate whether the current LocalFrame is local or remote. Remote frames are
|
| WebRemoteFrameImpl.h | 73 int extensionGroup, WebVector<v8::Local<v8::Value> >* results) OVERRIDE; 79 virtual v8::Local<v8::Context> mainWorldScriptContext() const OVERRIDE;
|
| /external/chromium_org/v8/src/ |
| mksnapshot.cc | 318 v8::Context::Scope cscope(v8::Local<v8::Context>::New(isolate, context)); 341 Local<String> source = String::NewFromUtf8(isolate, chars); 343 Local<Script> script = Script::Compile(source);
|
| /external/pdfium/fpdfsdk/src/javascript/ |
| JS_Runtime.cpp | 211 v8::Local<v8::Context> context =v8::Local<v8::Context>::New(m_isolate, m_context);
319 return v8::Local<v8::Context>::New(m_isolate, m_context);
|
| /external/chromium_org/extensions/renderer/ |
| object_backed_native_handler.cc | 60 v8::Local<v8::Object> data = v8::Object::New(isolate);
|
| /external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
| IDBBindingUtilities.cpp | 98 v8::Local<v8::Array> array = v8::Array::New(isolate, key->array().size()); 198 v8::Local<v8::Value> item = array->Get(v8::Int32::New(isolate, i)); 223 v8::Local<v8::Object> object = v8Value->ToObject(); 233 v8::Local<v8::Object> object = v8Object->ToObject();
|
| V8DOMConfiguration.h | 116 static v8::Local<v8::Signature> installDOMClassTemplate(v8::Handle<v8::FunctionTemplate>, const char* interfaceName, v8::Handle<v8::FunctionTemplate> parentClass, size_t fieldCount,
|
| CustomElementConstructorBuilder.cpp | 87 v8::Local<v8::Object> basePrototype = m_scriptState->perContextData()->prototypeForType(&V8HTMLElement::wrapperTypeInfo); 191 v8::Local<v8::FunctionTemplate> constructorTemplate = v8::FunctionTemplate::New(isolate);
|
| /external/chromium_org/v8/tools/ |
| parser-shell.cc | 136 v8::Local<v8::Context> context = v8::Context::New(isolate, NULL, global);
|
| /external/llvm/test/MC/ARM/ |
| thumb_set.s | 114 @ CHECK-NEXT: Binding: Local
|
| /external/llvm/tools/yaml2obj/ |
| yaml2elf.cpp | 245 // One greater than symbol table index of the last local symbol. 246 SHeader.sh_info = Doc.Symbols.Local.size() + 1; 258 for (const auto &Sym : Doc.Symbols.Local) 266 addSymbols(Doc.Symbols.Local, Syms, ELF::STB_LOCAL); 413 if (!State.buildSymbolIndex(StartSymIndex, Doc.Symbols.Local) ||
|
| /frameworks/compile/mclinker/include/mcld/LD/ |
| ResolveInfo.h | 25 * - Binding - Global, Local, Weak 78 Local = 2, 214 // shouldForceLocal - check if this symbol should be forced to local 290 * |length of m_Name|InDyn|reserved|Symbol|Type |ELF visibility|Local|Com|Def|Dyn|Weak|
|
| /frameworks/compile/mclinker/lib/LD/ |
| ELFReaderIf.cpp | 84 return ResolveInfo::Local;
|
| StubFactory.cpp | 89 ResolveInfo::Local,
|
| /external/chromium_org/mojo/bindings/js/ |
| core.cc | 205 v8::Local<v8::Value> Core::GetModule(v8::Isolate* isolate) { 207 v8::Local<v8::ObjectTemplate> templ = data->GetObjectTemplate(
|
| /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
| V8WebGLRenderingContextCustom.cpp | 98 v8::Local<v8::Value> val = array->Get(i); 121 v8::Local<v8::Value> val = array->Get(i); 139 v8::Local<v8::Array> array = v8::Array::New(isolate, value.size()); 355 v8::Local<v8::Array> array = v8::Array::New(info.GetIsolate(), shaders.size()); 482 v8::Local<v8::Array> array = v8::Array::New(info.GetIsolate(), value.size()); 618 v8::Handle<v8::Array> array = v8::Local<v8::Array>::Cast(info[1]); 689 v8::Handle<v8::Array> array = v8::Local<v8::Array>::Cast(info[indexArrayArgumentIndex]); [all...] |
| /external/chromium_org/v8/samples/ |
| lineprocessor.cc | 87 v8::Local<v8::Context> context, 204 v8::Local<v8::Context> context,
|
| /external/eigen/blas/ |
| lsame.f | 30 * .. Local Scalars ..
|
| /external/eigen/lapack/ |
| ilaclc.f | 99 * .. Local Scalars ..
|
| ilaclr.f | 99 * .. Local Scalars ..
|
Completed in 1422 milliseconds
<<11121314151617181920>>