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

  /external/libchrome/base/memory/
scoped_policy.h 17 // The scoped object will retain the the object and any initial ownership is
19 RETAIN
  /external/libchrome/base/mac/
scoped_typeref.h 15 // of a reference to any type that is maintained by Retain and Release methods.
17 // The Traits structure must provide the Retain and Release methods for type T.
25 // static CGLContextObj Retain(CGLContextObj object) {
42 // ownership of the object (and should not call Retain in initialization) or if
44 // Retain in initialization). This behavior is based on the |policy| parameter,
45 // with |ASSUME| for the former and |RETAIN| for the latter. The default policy
60 if (object_ && policy == base::scoped_policy::RETAIN)
61 object_ = Traits::Retain(object_);
67 object_ = Traits::Retain(object_);
76 reset(that.get(), base::scoped_policy::RETAIN);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 11 1. Redistributions of source code MUST RETAIN the above copyright
Antlr.Runtime.Tools.pas 10 1. Redistributions of source code MUST RETAIN the above copyright
Antlr.Runtime.Tree.pas 11 1. Redistributions of source code MUST RETAIN the above copyright
    [all...]
Antlr.Runtime.pas 11 1. Redistributions of source code MUST RETAIN the above copyright
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 245 milliseconds