Searched refs:owned (Results 1 - 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dstream.h130 // GetReadData returns a pointer to a buffer which is owned by the stream.
140 // GetWriteBuffer returns a pointer to a buffer which is owned by the stream.
239 // In the meantime, use the owned flag to indicate whether the adapter should
246 explicit StreamAdapterInterface(StreamInterface* stream, bool owned = true);
310 void Attach(StreamInterface* stream, bool owned = true);
H A Dstream.cc142 bool owned)
143 : stream_(stream), owned_(owned) {
148 void StreamAdapterInterface::Attach(StreamInterface* stream, bool owned) { argument
154 owned_ = owned;
141 StreamAdapterInterface(StreamInterface* stream, bool owned) argument
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli124 modules owned by the execution engine [ee]. Returns [None] if the function
156 (** [target_data ee] is the target data owned by the execution engine
/external/v8/src/
H A Dspaces.cc933 // node still owned by a free list
2713 bool owned = (chunk->owner() == this); local
2715 SLOW_ASSERT(!owned || !FindObject(address)->IsFailure());
2717 return owned;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 106 milliseconds