HomeSort by relevance Sort by last modified time
    Searched refs:owned (Results 1 - 18 of 18) sorted by null

  /system/core/include/sysutils/
SocketClient.h 33 SocketClient(int sock, bool owned);
34 SocketClient(int sock, bool owned, bool useCmdNum);
73 void init(int socket, bool owned, bool useCmdNum);
  /system/core/libsysutils/src/
SocketClient.cpp 14 SocketClient::SocketClient(int socket, bool owned) {
15 init(socket, owned, false);
18 SocketClient::SocketClient(int socket, bool owned, bool useCmdNum) {
19 init(socket, owned, useCmdNum);
22 void SocketClient::init(int socket, bool owned, bool useCmdNum) {
24 mSocketOwned = owned;
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
FramebufferData.h 64 GLenum target; // OGL if owned, GLES otherwise
65 GLuint name; // OGL if owned, GLES otherwise
67 bool owned; member in struct:FramebufferData::attachPoint
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
FramebufferData.cpp 39 m_attachPoints[i].owned = false;
59 m_attachPoints[idx].owned != takeOwnership) {
66 m_attachPoints[idx].owned = takeOwnership;
108 if(m_attachPoints[idx].owned)
124 m_attachPoints[idx].owned = false;
134 // This dummy color texture will is owned by the FramebufferObject,
  /ndk/tests/device/test-stlport_shared-exception/jni/
unroll1.cpp 350 Node(const Interval &owned, const Interval &allocated)
351 : domain_m(owned), allocated_m(allocated) {}
  /ndk/tests/device/test-stlport_static-exception/jni/
unroll1.cpp 350 Node(const Interval &owned, const Interval &allocated)
351 : domain_m(owned), allocated_m(allocated) {}
  /external/chromium/third_party/libjingle/source/talk/base/
stream.h 130 // 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);
stream.cc 142 bool owned)
143 : stream_(stream), owned_(owned) {
148 void StreamAdapterInterface::Attach(StreamInterface* stream, bool owned) {
154 owned_ = owned;
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentgetdocumenturi03.js 79 now owned by the importing document, its documentURI attribute value should be null
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 124 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/openfst/src/include/fst/extensions/ngram/
ngram-fst.h 233 void Init(const char* data, bool owned, MappedFile *file = 0);
510 inline void NGramFstImpl<A>::Init(const char* data, bool owned,
517 owned_ = owned;
658 NGramFst(const char* data, bool owned) : ImplToExpandedFst<Impl>(new Impl()) {
659 GetImpl()->Init(data, owned, NULL);
  /external/icu4c/i18n/
alphaindex.cpp 64 UnicodeString *ownedString(const UnicodeString &s, LocalPointer<UnicodeString> &owned,
67 if (owned.isValid()) {
68 return owned.orphan();
    [all...]
  /external/v8/test/mjsunit/
array-elements-from-array-prototype-chain.js 175 // Now owned undefined resides at 4 and rest is shifted right by one
array-elements-from-array-prototype.js 175 // Now owned undefined resides at 4 and rest is shifted right by one
array-elements-from-object-prototype.js 175 // Now owned undefined resides at 4 and rest is shifted right by one
unicode-test.js     [all...]
  /external/v8/src/
spaces.cc 933 // node still owned by a free list
2713 bool owned = (chunk->owner() == this); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 2618 milliseconds