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

1 2 3

  /libcore/ojluni/src/main/java/java/security/acl/
Owner.java 33 * <code> java.security.acl </code> package extends this Owner
34 * interface.) The initial owner Principal should be specified as an
40 public interface Owner {
43 * Adds an owner. Only owners can modify ACL contents. The caller
44 * principal must be an owner of the ACL in order to invoke this method.
45 * That is, only an owner can add another owner. The initial owner is
48 * @param caller the principal invoking this method. It must be an owner
51 * @param owner the owner that should be added to the list of owners
    [all...]
  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 59 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context);
60 Module *M = Owner.get();
117 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create();
  /external/llvm/lib/IR/
SymbolTableListTraitsImpl.h 66 ItemParentClass *Owner = getListOwner();
67 V->setParent(Owner);
69 if (ValueSymbolTable *ST = getSymTab(Owner))
Metadata.cpp 123 void ReplaceableMetadataImpl::addRef(void *Ref, OwnerTy Owner) {
125 UseMap.insert(std::make_pair(Ref, std::make_pair(Owner, NextIndex)))
150 // Check that the references are direct if there's no owner.
153 "Reference without owner must be direct");
155 "Reference without owner must be direct");
177 OwnerTy Owner = Pair.second.first;
178 if (!Owner) {
189 if (Owner.is<MetadataAsValue *>()) {
190 Owner.get<MetadataAsValue *>()->handleChangedMetadata(MD);
194 // There's a Metadata owner -- dispatch
    [all...]
  /external/llvm/unittests/ExecutionEngine/
ExecutionEngineTest.cpp 31 auto Owner = make_unique<Module>("<main>", getGlobalContext());
32 M = Owner.get();
33 Engine.reset(EngineBuilder(std::move(Owner)).setErrorStr(&Error).create());
  /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.
CommandLine.h 566 generic_parser_base(Option &O) : Owner(O) {}
612 if (!Owner.hasArgStr())
629 if (Owner.hasArgStr())
641 Option &Owner;
679 if (Owner.hasArgStr())
700 AddLiteralOption(Owner, Name);
    [all...]
  /external/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 73 std::unique_ptr<DiagnosticConsumer> Owner;
  /external/llvm/lib/Support/
LockFileManager.cpp 59 auto Owner = std::make_pair(std::string(Hostname), PID);
60 if (processStillExecuting(Owner.first, Owner.second))
61 return Owner;
155 if ((Owner = readLockFile(LockFileName)))
214 if ((Owner = readLockFile(LockFileName))) {
221 // The previous owner released the lock file before we could read it.
236 if (Owner)
291 if (!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/clang/tools/libclang/
CIndexDiagnostic.cpp 107 auto Owner = llvm::make_unique<CXStoredDiagnostic>(*SD, LangOpts);
108 CXStoredDiagnostic &CD = *Owner;
109 CurrentSet->appendDiagnostic(std::move(Owner));
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 247 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context);
248 Module *M = Owner.get();
254 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create();
  /external/llvm/include/llvm/Option/
Option.h 69 const OptTable *Owner;
72 Option(const OptTable::Info *Info, const OptTable *Owner);
96 assert(Owner && "Must have a valid owner!");
97 return Owner->getOption(Info->GroupID);
102 assert(Owner && "Must have a valid owner!");
103 return Owner->getOption(Info->AliasID);
  /external/llvm/tools/lli/
lli.cpp 406 std::unique_ptr<Module> Owner = parseIRFile(InputFile, Err, Context);
407 Module *Mod = Owner.get();
414 return runOrcLazyJIT(std::move(Owner), argc, argv);
432 EngineBuilder builder(std::move(Owner));
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 699 for (auto &Owner : Left) {
700 Directive &D = *Owner;
812 std::unique_ptr<DiagnosticConsumer> Owner = Diags.takeClient();
882 Diags.setClient(CurClient, Owner.release() != nullptr);
  /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);
491 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed),
498 Filter::Filter(FilterChooser &owner, unsigned startBit, unsigned numBits,
500 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) {
501 assert(StartBit + NumBits - 1 < Owner->BitWidth);
506 for (unsigned i = 0, e = Owner->Opcodes.size(); i != e; ++i) {
510 Owner->insnWithID(Insn, Owner->Opcodes[i])
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 432 std::unique_ptr<llvm::MemoryBuffer> Owner;
436 std::unique_ptr<llvm::MemoryBuffer> Owner, unsigned Size,
438 : Buffer(Buffer), Owner(std::move(Owner)), Size(Size),
441 : Buffer(C.Buffer), Owner(std::move(C.Owner)), Size(C.Size),
    [all...]
  /external/llvm/lib/Target/WebAssembly/
Relooper.cpp 430 Block *Owner = Ownership[Invalidatee];
431 // Owner may have been invalidated, do not add to
433 if (contains(IndependentGroups, Owner))
434 IndependentGroups[Owner].remove(Invalidatee);
471 Block *Owner = Helper.Ownership[Curr]; // Curr must be in the ownership
473 if (!Owner)
482 Helper.Ownership[New] = Owner;
483 IndependentGroups[Owner].insert(New);
490 if (NewOwner != Owner)
494 // otherwise, we have the same owner, so do nothin
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 191 std::unique_ptr<DiagnosticConsumer> Owner;
372 bool ownsClient() const { return Owner != nullptr; }
376 std::unique_ptr<DiagnosticConsumer> takeClient() { return std::move(Owner); }
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.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;
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 439 milliseconds

1 2 3