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

<<111213141516171819

  /frameworks/compile/mclinker/lib/LD/
SectionSymbolSet.cpp 45 ResolveInfo::Local,
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
constants.js 8 * Key to access wallpaper rss in chrome.local.storage.
13 * Key to access wallpaper manifest in chrome.storage.local.
18 * Key to access user wallpaper info in chrome.storage.local.
20 AccessLocalWallpaperInfoKey: 'wallpaper-local-info-key',
34 * chrome.local.storage.
65 * Local storage.
67 WallpaperLocalStorage: chrome.storage.local,
  /external/chromium_org/chrome/renderer/extensions/
app_bindings.cc 106 v8::Local<v8::Context> context =
107 v8::Local<v8::Object>::Cast(args[0])->CreationContext();
user_script_scheduler.cc 217 WebKit::WebVector<v8::Local<v8::Value> > results;
236 v8::Local<v8::Context> context = v8::Context::New(isolate);
chrome_v8_context.cc 75 v8::Local<v8::Value> ChromeV8Context::CallFunction(
  /external/chromium_org/chrome/renderer/
loadtimes_extension_bindings.cc 106 v8::Local<v8::Object> load_times = v8::Object::New();
165 v8::Local<v8::Object> csi = v8::Object::New();
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterface.h 51 static void namedPropertySetterCustom(v8::Local<v8::String>, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&);
V8Float64Array.h 45 static void indexedPropertySetterCustom(uint32_t, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&);
V8TestEvent.cpp 48 // In ScriptWrappable::init, the use of a local function declaration has an issue on Windows:
49 // the local declaration does not pick up the surrounding namespace. Therefore, we provide this function
51 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/feedback/details/664619/the-namespace-of-local-function-declarations-in-c)
70 v8::Local<v8::Signature> defaultSignature;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptPromiseResolverTest.cpp 74 v8::Local<v8::Value> result()
79 v8::Local<v8::Object> promise()
V8WindowShell.cpp 247 ScriptState* scriptState = ScriptState::forContext(v8::Local<v8::Context>::New(context));
303 v8::Local<v8::Object> windowWrapper = V8ObjectConstructor::newInstance(V8PerContextData::from(m_context.newLocal(m_isolate))->constructorForType(&V8Window::info));
445 static void getter(v8::Local<v8::String> property, const v8::PropertyCallbackInfo<v8::Value>& info)
ScriptWrappable.h 78 v8::Local<v8::Object> newLocalWrapper(v8::Isolate* isolate) const
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WebGLRenderingContextCustom.cpp 92 v8::Local<v8::Value> val = array->Get(i);
112 v8::Local<v8::Value> val = array->Get(i);
131 v8::Local<v8::Array> array = v8::Array::New(value.size());
328 v8::Local<v8::Array> array = v8::Array::New(shaders.size());
429 v8::Local<v8::Array> array = v8::Array::New(value.size());
552 v8::Local<v8::Array>::Cast(args[1]);
617 v8::Local<v8::Array>::Cast(args[1]);
718 v8::Local<v8::Array>::Cast(args[2]);
V8XMLHttpRequestCustom.cpp 69 void V8XMLHttpRequest::responseTextAttrGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
83 void V8XMLHttpRequest::responseAttrGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
  /external/chromium_org/v8/src/
messages.cc 124 v8::Local<v8::Message> api_message_obj = v8::Utils::MessageToLocal(message);
125 v8::Local<v8::Value> api_exception_obj = v8::Utils::ToLocal(exception_handle);
  /external/chromium_org/v8/test/cctest/
test-assembler-ia32.cc 484 v8::Local<v8::Array> vec = v8::Local<v8::Array>::Cast(args[0]);
546 v8::Local<v8::Object> global_object = env->Global();
547 v8::Local<v8::Function> foo =
548 v8::Local<v8::Function>::Cast(global_object->Get(v8_str("foo")));
551 v8::Local<v8::Array> v8_vec = v8::Array::New(ELEMENT_COUNT);
556 v8::Local<v8::Value> args[] = { v8_vec };
557 v8::Local<v8::Value> result = foo->Call(global_object, 1, args);
test-deoptimization.cc 113 v8::Local<v8::Function> fun =
114 v8::Local<v8::Function>::Cast(obj->Get(v8_str(property_name)));
242 v8::Local<v8::Function> fun =
243 v8::Local<v8::Function>::Cast(env->Global()->Get(v8::String::New("f")));
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 94 void chooseInstructionsToInstrument(SmallVectorImpl<Instruction*> &Local,
282 // 'Local' is a vector of insns within the same BB (no calls between).
285 SmallVectorImpl<Instruction*> &Local,
289 for (SmallVectorImpl<Instruction*>::reverse_iterator It = Local.rbegin(),
290 E = Local.rend(); It != E; ++It) {
309 Local.clear();
  /external/v8/test/cctest/
test-serialize.cc 326 v8::Local<v8::String> source = v8::String::New(c_source);
327 v8::Local<v8::Script> script = v8::Script::Compile(source);
343 v8::Local<v8::String> source = v8::String::New(c_source);
344 v8::Local<v8::Script> script = v8::Script::Compile(source);
369 v8::Local<v8::String> foo = v8::String::New("foo");
test-strings.cc 376 v8::Local<v8::String> ascii_external_string =
387 v8::Local<v8::String> non_ascii_external_string =
473 v8::Local<v8::Value> result =
540 v8::Local<v8::Value> result;
569 v8::Local<v8::Value> result;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 126 ResolveInfo::Local,
143 ResolveInfo::Local,
154 ResolveInfo::Local,
159 // change __exidx_start/_end to local dynamic category
292 ResolveInfo::Local,
303 ResolveInfo::Local,
564 // a stub symbol should be local
  /external/eigen/blas/testing/
dblat1.f 11 * .. Local Scalars ..
61 * .. Local Arrays ..
91 * .. Local Scalars ..
94 * .. Local Arrays ..
153 * .. Local Scalars ..
155 * .. Local Arrays ..
247 * .. Local Scalars ..
250 * .. Local Arrays ..
441 * .. Local Scalars ..
444 * .. Local Arrays .
    [all...]
sblat1.f 11 * .. Local Scalars ..
61 * .. Local Arrays ..
91 * .. Local Scalars ..
94 * .. Local Arrays ..
153 * .. Local Scalars ..
155 * .. Local Arrays ..
247 * .. Local Scalars ..
250 * .. Local Arrays ..
441 * .. Local Scalars ..
444 * .. Local Arrays .
    [all...]
  /external/llvm/include/llvm/Object/
ELFYAML.h 63 std::vector<Symbol> Local;
  /external/v8/src/
messages.cc 113 v8::Local<v8::Message> api_message_obj = v8::Utils::MessageToLocal(message);

Completed in 1625 milliseconds

<<111213141516171819