HomeSort by relevance Sort by last modified time
    Searched defs:Owner (Results 1 - 25 of 40) sorted by null

1 2

  /libcore/luni/src/main/java/java/security/acl/
Owner.java 28 public interface Owner {
35 * @param owner
36 * the owner to added.
37 * @return {@code true} if the owner was added, {@code false} if it was already an owner.
39 * if the invoking principal is not an owner.
41 boolean addOwner(Principal caller, Principal owner)
49 * @param owner
50 * the owner to be removed.
51 * @return {@code true} if the owner was removed, {@code false} if it was not an owner
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
mock_confirm_infobar_delegate.h 16 class Owner {
21 virtual ~Owner() {}
24 explicit MockConfirmInfoBarDelegate(Owner* owner);
47 Owner* owner_;
  /external/chromium_org/pdf/
control.h 26 class Owner {
28 virtual ~Owner() {}
41 bool visible, Owner* owner);
62 Owner* owner() { return owner_; } function in class:chrome_pdf::Control
69 Owner* owner_;
73 typedef Control::Owner ControlOwner;
  /external/llvm/lib/IR/
SymbolTableListTraitsImpl.h 69 ItemParentClass *Owner = getListOwner();
70 V->setParent(Owner);
72 if (ValueSymbolTable *ST = TraitsClass::getSymTab(Owner))
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSOptionCode.java 30 * Owner Option [draft-cheshire-edns0-owner-option]
32 Owner("Owner", 4);
  /external/llvm/include/llvm/Support/
LockFileManager.h 42 /// \brief Describes the result of waiting for the owner to release the lock.
46 /// \brief Owner died while holding the lock.
48 /// \brief Reached timeout while waiting for the owner to release the lock.
57 Optional<std::pair<std::string, int> > Owner;
78 /// \brief For a shared lock, wait until the owner releases the lock.
  /external/llvm/lib/Support/
LockFileManager.cpp 50 auto Owner = std::make_pair(std::string(Hostname), PID);
51 if (processStillExecuting(Owner.first, Owner.second))
52 return Owner;
86 if ((Owner = readLockFile(LockFileName)))
138 if ((Owner = readLockFile(LockFileName))) {
145 // The previous owner released the lock file before we could read it.
160 if (Owner)
240 !processStillExecuting((*Owner).first, (*Owner).second))
    [all...]
  /external/clang/test/Analysis/inlining/
path-notes.cpp 225 struct Owner {
233 void Owner::testGetDerefExprOnMemberExprWithADot() {
242 Owner::Wrapper *arr; // expected-note {{'arr' declared without an initial value}}
    [all...]
  /external/llvm/include/llvm/Option/
Option.h 69 const OptTable *Owner;
72 Option(const OptTable::Info *Info, const OptTable *Owner);
97 assert(Owner && "Must have a valid owner!");
98 return Owner->getOption(Info->GroupID);
103 assert(Owner && "Must have a valid owner!");
104 return Owner->getOption(Info->AliasID);
  /external/chromium_org/third_party/webrtc/video_engine/
vie_encoder.cc 92 explicit ViEBitrateObserver(ViEEncoder* owner)
93 : owner_(owner) {
108 explicit ViEPacedSenderCallback(ViEEncoder* owner)
109 : owner_(owner) {
235 int ViEEncoder::Owner() const {
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 221 const FilterChooser *Owner;// points to the FilterChooser who owns this filter
256 Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, bool mixed);
494 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed),
501 Filter::Filter(FilterChooser &owner, unsigned startBit, unsigned numBits,
503 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) {
504 assert(StartBit + NumBits - 1 < Owner->BitWidth);
509 for (unsigned i = 0, e = Owner->Opcodes.size(); i != e; ++i) {
513 Owner->insnWithID(Insn, Owner->Opcodes[i])
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaType.cpp     [all...]
SemaChecking.cpp 7503 RetainCycleOwner owner; local
    [all...]
SemaDecl.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtmv2.h 76 RTM_ENTITY_HANDLE Owner;
ntsecpkg.h 32 TOKEN_OWNER Owner;
    [all...]
wtypes.h 272 PSID Owner;
winnt.h     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h 398 ULONG Owner;
408 PSID Owner;
612 PSID Owner;
    [all...]
wdm.h     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 1326 milliseconds

1 2