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

1 2 3

  /hardware/ril/mock-ril/src/cpp/
node_object_wrap.h 53 return static_cast<T*>(v8::Handle<v8::External>::Cast(
65 handle_->SetInternalField(0, v8::External::New(this));
experiments.cpp 58 v8::Local<v8::External> wrap =
59 v8::Local<v8::External>::Cast(self->GetInternalField(0));
103 params_obj->SetInternalField(0, v8::External::New(p));
  /external/webkit/Source/WebCore/fileapi/
EntryBase.cpp 74 case AsyncFileSystem::External:
  /external/clang/lib/Parse/
ParseAST.cpp 79 if (ExternalASTSource *External = S.getASTContext().getExternalSource())
80 External->StartTranslationUnit(Consumer);
  /external/webkit/Source/WebKit/chromium/src/
BoundObject.cpp 59 v8::Local<v8::External> v8This = v8::External::New(m_v8This);
  /external/llvm/include/llvm/ADT/
DepthFirstIterator.h 21 // This iterator stores the 'visited' set in an external set, which allows
22 // it to be more efficient, and allows external clients to use the set for
27 // This iterator stores the 'visited' set in an external set, which allows
28 // it to be more efficient, and allows external clients to use the set for
46 template<class SetType, bool External> // Non-external set
139 // Static begin and end methods as our public ctors for external iterators
210 // Provide global definitions of external depth first iterators...
231 bool External = false>
232 struct idf_iterator : public df_iterator<Inverse<T>, SetTy, External> {
    [all...]
PostOrderIterator.h 26 template<class SetType, bool External> // Non-external set
130 // Provide global definitions of external postorder iterators...
150 bool External = false>
151 struct ipo_iterator : public po_iterator<Inverse<T>, SetType, External > {
152 ipo_iterator(const po_iterator<Inverse<T>, SetType, External> &V) :
153 po_iterator<Inverse<T>, SetType, External> (V) {}
166 //Provide global definitions of external inverse postorder iterators...
  /external/clang/include/clang/Lex/
HeaderSearch.h 43 /// \brief Whether this header file info was supplied by an external source.
44 unsigned External : 1;
47 /// "resolved", meaning that it was loaded from the external source.
58 /// external storage.
68 /// external storage.
73 External(false), Resolved(false), NumIncludes(0), ControllingMacroID(0),
78 const IdentifierInfo *getControllingMacro(ExternalIdentifierLookup *External);
88 /// \brief An external source of header file information, which may supply
97 /// \c External bit set. If the file entry is not known, return a
188 /// \brief Set the external source of header information
    [all...]
  /external/oprofile/events/mips/r10000/
events 29 event:0x0c counters:0 um:zero minimum:500 name:EXTERNAL_INTERVENTION_RQ : External intervention requests
30 event:0x0c counters:1 um:zero minimum:500 name:EXTERNAL_INTERVENTION_RQ_HITS_SCACHE : External intervention request is determined to have hit in secondary cache
31 event:0x0d counters:0 um:zero minimum:500 name:EXTERNAL_INVALIDATE_RQ : External invalidate requests
32 event:0x0d counters:1 um:zero minimum:500 name:EXTERNAL_INVALIDATE_RQ_HITS_SCACHE : External invalidate request is determined to have hit in secondary cache
  /external/webkit/Source/WebCore/bindings/v8/
ScriptState.cpp 73 return static_cast<ScriptState*>(v8::External::Cast(*val)->Value());
76 global->SetHiddenValue(key, v8::External::New(state));
V8EventListenerList.h 73 return static_cast<V8EventListener*>(v8::External::Unwrap(listener));
98 object->SetHiddenValue(wrapperProperty, v8::External::Wrap(wrapperPtr.get()));
WrapperTypeInfo.h 58 return reinterpret_cast<WrapperTypeInfo*>(v8::External::Unwrap(typeInfoWrapper));
PageScriptDebugServer.cpp 94 v8::Debug::SetDebugEventListener2(&PageScriptDebugServer::v8DebugEventCallback, v8::External::New(this));
WorkerScriptDebugServer.cpp 84 v8::Debug::SetDebugEventListener2(&WorkerScriptDebugServer::v8DebugEventCallback, v8::External::New(this));
  /external/webkit/Source/WebCore/platform/
AsyncFileSystem.h 56 External,
  /external/chromium/net/proxy/
proxy_resolver_v8.cc 85 // External string wrapper so V8 can access the UTF16 string wrapped by
107 // External string wrapper so V8 can access a string literal.
406 v8_this_ = v8::Persistent<v8::External>::New(v8::External::New(this));
536 static_cast<Context*>(v8::External::Cast(*args.Data())->Value());
555 static_cast<Context*>(v8::External::Cast(*args.Data())->Value());
577 static_cast<Context*>(v8::External::Cast(*args.Data())->Value());
598 static_cast<Context*>(v8::External::Cast(*args.Data())->Value());
619 static_cast<Context*>(v8::External::Cast(*args.Data())->Value());
674 v8::Persistent<v8::External> v8_this_
    [all...]
  /external/v8/samples/
process.cc 304 // Wrap the raw C++ pointer in an External so it can be referenced
306 Handle<External> map_ptr = External::New(obj);
322 Handle<External> field = Handle<External>::Cast(obj->GetInternalField(0));
409 // Wrap the raw C++ pointer in an External so it can be referenced
411 Handle<External> request_ptr = External::New(request);
429 Handle<External> field = Handle<External>::Cast(obj->GetInternalField(0))
    [all...]
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 48 unsigned ByteAlignment, bool External);
134 unsigned ByteAlignment, bool External) {
158 SymbolData.setExternal(External);
  /external/oprofile/events/mips/r12000/
events 16 event:0xc counters:0,1,2,3 um:zero minimum:500 name:INTERVENTION_REQUESTS : External intervention requests
17 event:0xd counters:0,1,2,3 um:zero minimum:500 name:EXTERNAL_REQUESTS : External invalidate requests
32 event:0x1c counters:0,1,2,3 um:zero minimum:500 name:STATE_OF_SCACHE_INTERVENTION_HIT : State of external intervention hit in secondary cache
33 event:0x1d counters:0,1,2,3 um:zero minimum:500 name:STATE_OF_EXTERNAL_INVALIDATION_HIT : State of external invalidation hits in secondary cache
  /external/v8/test/cctest/
test-accessors.cc 74 static_cast<int*>(v8::Handle<v8::External>::Cast(info.Data())->Value());
83 static_cast<int*>(v8::Handle<v8::External>::Cast(info.Data())->Value());
98 v8::External::New(&foo));
102 v8::External::New(&bar));
106 v8::External::New(&baz));
test-decls.cc 114 Local<Value> data = External::New(this);
182 return static_cast<DeclarationContext*>(External::Unwrap(info.Data()));
  /external/clang/lib/Lex/
HeaderSearch.cpp 25 HeaderFileInfo::getControllingMacro(ExternalIdentifierLookup *External) {
29 if (!ControllingMacroID || !External)
32 ControllingMacro = External->GetIdentifier(ControllingMacroID);
489 // Resolve header file info from the external source, if needed.
  /external/webkit/Source/WebCore/workers/
WorkerContext.cpp 361 if (fileSystemType != AsyncFileSystem::Temporary && fileSystemType != AsyncFileSystem::Persistent && fileSystemType != AsyncFileSystem::External) {
378 if (fileSystemType != AsyncFileSystem::Temporary && fileSystemType != AsyncFileSystem::Persistent && fileSystemType != AsyncFileSystem::External) {
437 COMPILE_ASSERT(static_cast<int>(WorkerContext::EXTERNAL) == static_cast<int>(AsyncFileSystem::External), enum_mismatch);
  /external/llvm/lib/CodeGen/
ELFWriter.h 209 // AddPendingExternalSymbol - Add the external to be processed
210 // and to the external symbol lookup, use a zero index because
212 void AddPendingExternalSymbol(const char *External);
  /external/v8/src/
api.h 184 static inline Local<External> ToLocal(
240 OpenHandle(const v8::External* that);
276 MAKE_TO_LOCAL(ToLocal, Proxy, External)
314 MAKE_OPEN_HANDLE(External, Proxy)
331 // external buffer. If this happens often we should honor

Completed in 326 milliseconds

1 2 3