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

<<11121314151617181920>>

  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 429 /// 1: 00000000 0 FILE LOCAL DEFAULT ABS Output/gotplt.bc
432 ResolveInfo::Define, ResolveInfo::Local, 0);
433 /// 2: 00000000 0 SECTION LOCAL DEFAULT 1
436 ResolveInfo::Define, ResolveInfo::Local, 0, 0x0, text);
437 /// 3: 00000000 0 SECTION LOCAL DEFAULT 3
440 ResolveInfo::Define, ResolveInfo::Local, 0, 0x0, data);
441 /// 4: 00000000 0 SECTION LOCAL DEFAULT 4
444 ResolveInfo::Define, ResolveInfo::Local, 0, 0x0, bss);
445 /// 5: 00000000 0 SECTION LOCAL DEFAULT 5
448 ResolveInfo::Define, ResolveInfo::Local, 0, 0x0, attr)
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc     [all...]
  /external/chromium_org/content/renderer/pepper/
v8_var_converter_unittest.cc 204 v8::Local<v8::Context> context =
205 v8::Local<v8::Context>::New(isolate_, context_);
330 v8::Local<v8::Context> context =
331 v8::Local<v8::Context>::New(isolate_, context_);
399 v8::Local<v8::Context> context =
400 v8::Local<v8::Context>::New(isolate_, context_);
422 object, v8::Local<v8::Context>::New(isolate_, context_), &actual));
npapi_glue.cc 44 v8::Local<v8::Context> context) {
186 v8::Local<v8::Context> context = frame->mainWorldScriptContext();
197 v8::Local<v8::Context> context = v8::Context::New(test_isolate);
  /external/ppp/pppd/plugins/radius/etc/
dictionary 177 VALUE Acct-Authentic Local 2
218 VALUE Auth-Type Local 0
221 VALUE Auth-Type Crypt-Local 3
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 138 ResolveInfo::Local,
175 ResolveInfo::Local,
186 ResolveInfo::Local,
  /external/chromium_org/chrome/renderer/extensions/
app_window_custom_bindings.cc 109 v8::Local<v8::Value> window = frame->mainWorldScriptContext()->Global();
  /external/chromium_org/chrome/renderer/
principals_extension_bindings.cc 86 v8::Local<v8::Array> v8_result = v8::Array::New(isolate);
  /external/chromium_org/chrome/renderer/translate/
translate_helper.cc 286 WebVector<v8::Local<v8::Value> > results;
309 WebVector<v8::Local<v8::Value> > results;
322 v8::Local<v8::String> v8_str = results[0]->ToString();
336 WebVector<v8::Local<v8::Value> > results;
  /external/chromium_org/content/renderer/
v8_value_converter_impl.h 46 v8::Local<v8::Value> ToV8ValueImpl(v8::Isolate* isolate,
  /external/chromium_org/extensions/renderer/
script_context.h 79 v8::Local<v8::Value> CallFunction(v8::Handle<v8::Function> function,
script_context_set.cc 57 v8::Local<v8::Context> calling = isolate->GetCallingContext();
  /external/chromium_org/gin/modules/
timer.cc 84 v8::Local<v8::Value> TimerModule::GetModule(v8::Isolate* isolate) {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptState.cpp 62 v8::Local<v8::Value> v8Value = context()->Global()->Get(v8AtomicString(isolate(), name));
V8NodeFilterCondition.cpp 77 v8::Local<v8::Value> value = filter->ToObject()->Get(v8AtomicString(isolate, "acceptNode"));
V8PerIsolateData.h 95 v8::Local<v8::Context> ensureScriptRegexpContext();
V8PersistentValueMap.h 87 static WeakCallbackDataType* WeakCallbackParameter(MapType* map, KeyType key, const v8::Local<ValueType>& value)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ArrayBufferCustom.cpp 79 v8::Local<v8::ArrayBuffer> v8buffer = object.As<v8::ArrayBuffer>();
V8CustomEventCustom.cpp 66 v8::Local<v8::Value> mainWorldDetail = V8HiddenValue::getHiddenValueFromMainWorldWrapper(info.GetIsolate(), event, V8HiddenValue::detail(info.GetIsolate()));
V8PopStateEventCustom.cpp 64 v8::Local<v8::Value> mainWorldState = V8HiddenValue::getHiddenValueFromMainWorldWrapper(info.GetIsolate(), event, V8HiddenValue::state(info.GetIsolate()));
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
ParallelSorterEmitter.java 75 Local T = e.make_local(type);
  /frameworks/compile/mclinker/include/mcld/MC/
SymbolCategory.h 131 Local,
  /frameworks/compile/mclinker/lib/LD/
ELFBinaryReader.cpp 84 ResolveInfo::Local,
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.
66 * Local storage.
68 WallpaperLocalStorage: chrome.storage.local,

Completed in 1695 milliseconds

<<11121314151617181920>>