HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrent (Results 1 - 25 of 66) sorted by null

1 2 3

  /hardware/bsp/intel/peripheral/libupm/src/
upm.i 22 while (!v8::Isolate::GetCurrent()->IdleNotification(1000))
  /external/webrtc/webrtc/modules/desktop_capture/mac/
desktop_configuration.h 53 static MacDesktopConfiguration GetCurrent(Origin origin);
desktop_configuration_monitor.cc 33 desktop_configuration_ = MacDesktopConfiguration::GetCurrent(
84 desktop_configuration_ = MacDesktopConfiguration::GetCurrent(
desktop_configuration.mm 101 MacDesktopConfiguration MacDesktopConfiguration::GetCurrent(Origin origin) {
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_mac_unittest.cc 51 MacDesktopConfiguration config = MacDesktopConfiguration::GetCurrent(
63 MacDesktopConfiguration config = MacDesktopConfiguration::GetCurrent(
  /external/v8/src/
assert-scope.cc 55 static PerThreadAssertData* GetCurrent() {
73 : data_(PerThreadAssertData::GetCurrent()) {
98 PerThreadAssertData* data = PerThreadAssertData::GetCurrent();
prototype.h 85 T* GetCurrent() const {
91 static Handle<T> GetCurrent(const PrototypeIterator& iterator) {
compilation-dependencies.cc 131 PrototypeIterator::GetCurrent<JSReceiver>(i);
  /hardware/bsp/intel/peripheral/libmraa/src/javascript/
mraajs.i 46 v8::MaybeLocal<v8::Object> objret = node::Buffer::Copy(v8::Isolate::GetCurrent(), (char*) result, arg3);
85 v8::MaybeLocal<v8::Object> objret = node::Buffer::Copy(v8::Isolate::GetCurrent(), (char*) $1, result);
120 v8::MaybeLocal<v8::Object> objret = node::Buffer::Copy(v8::Isolate::GetCurrent(), (char*) $1, result);
  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 61 static CrashRecoveryContext *GetCurrent();
137 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent())
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_datadescription_imp.cpp 43 for (CXFA_Node* pDDGroupNode = sIterator.GetCurrent(); pDDGroupNode;
89 for (CXFA_Node* pDDGroupNode = sIterator.GetCurrent(); pDDGroupNode;
xfa_document_imp.cpp 291 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode;
337 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode;
351 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode;
365 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode;
xfa_script_layoutpseudomodel.cpp 245 for (CXFA_ContentLayoutItem* pItemChild = iterator.GetCurrent();
269 for (CXFA_ContentLayoutItem* pItemChild = iterator.GetCurrent();
310 for (CXFA_ContentLayoutItem* pItemChild = iterator.GetCurrent();
330 for (CXFA_ContentLayoutItem* pItemChild = iterator.GetCurrent();
xfa_layout_pagemgr_new.cpp 474 for (CXFA_ContainerLayoutItem* pPageSetLayoutItem = sIterator.GetCurrent();
    [all...]
  /external/v8/test/cctest/
cctest.h 317 return v8::Number::New(v8::Isolate::GetCurrent(), x);
322 return v8::String::NewFromUtf8(v8::Isolate::GetCurrent(), x,
336 return v8::Symbol::New(v8::Isolate::GetCurrent(), v8_str(name));
342 if (v8::Script::Compile(v8::Isolate::GetCurrent()->GetCurrentContext(), x)
366 v8::Isolate::GetCurrent()->GetCurrentContext(), &script_source)
407 ->Run(v8::Isolate::GetCurrent()->GetCurrentContext())
438 v8::Isolate* isolate = v8::Isolate::GetCurrent();
459 v8::Isolate* isolate = v8::Isolate::GetCurrent();
472 v8::Isolate* isolate = v8::Isolate::GetCurrent();
500 result->Int32Value(v8::Isolate::GetCurrent()->GetCurrentContext()
    [all...]
test-typedarrays.cc 19 ->Get(v8::Isolate::GetCurrent()->GetCurrentContext(), v8_str("a"))
test-thread-termination.cc 338 CHECK(!v8::Isolate::GetCurrent()->IsExecutionTerminating());
366 CHECK(!v8::Isolate::GetCurrent()->IsExecutionTerminating());
380 CHECK(v8::Isolate::GetCurrent()->IsExecutionTerminating());
383 CHECK(!v8::Isolate::GetCurrent()->IsExecutionTerminating());
421 CHECK(v8::Isolate::GetCurrent()->IsExecutionTerminating());
558 v8::Isolate::GetCurrent()->GetCurrentContext());
560 CHECK(!v8::Isolate::GetCurrent()->IsExecutionTerminating());
590 v8::Isolate::GetCurrent()->GetCurrentContext());
  /hardware/bsp/intel/peripheral/libmraa/api/mraa/
gpio.hpp 143 v8::Local<v8::Function> f = v8::Local<v8::Function>::New(v8::Isolate::GetCurrent(), This->m_v8isr);
169 m_v8isr.Reset(v8::Isolate::GetCurrent(), func);
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_utils.h 57 NodeType* GetCurrent() const {
104 NodeType* pCurrent = GetCurrent();
143 return GetCurrent();
  /external/v8/src/runtime/
runtime-array.cc 206 if (PrototypeIterator::GetCurrent(iter)->IsJSProxy() ||
207 PrototypeIterator::GetCurrent<JSObject>(iter)
213 Handle<JSObject> current = PrototypeIterator::GetCurrent<JSObject>(iter);
386 if (PrototypeIterator::GetCurrent(iter)->IsJSProxy()) {
389 Handle<JSObject> current = PrototypeIterator::GetCurrent<JSObject>(iter);
runtime-classes.cc 202 Handle<Object> proto = PrototypeIterator::GetCurrent(iter);
224 Handle<Object> proto = PrototypeIterator::GetCurrent(iter);
286 Handle<Object> proto = PrototypeIterator::GetCurrent(iter);
309 Handle<Object> proto = PrototypeIterator::GetCurrent(iter);
  /external/v8/test/cctest/interpreter/
interpreter-tester.h 94 v8::Isolate::GetCurrent()->GetCurrentContext();
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffpageview.cpp 134 for (CXFA_LayoutItem* pLayoutItem = m_sIterator.GetCurrent(); pLayoutItem;
165 CXFA_LayoutItem* pLayoutItem = m_sIterator.GetCurrent();
371 pSearchItem = sIterator->GetCurrent();
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 89 function GetCurrent: TPair<TKey, TValue>;
96 property Current: TPair<TKey, TValue> read GetCurrent;
280 Result := GetCurrent;
288 function THashList<TKey, TValue>.TPairEnumerator.GetCurrent: TPair<TKey, TValue>;
  /external/v8/include/
v8.h     [all...]

Completed in 673 milliseconds

1 2 3