OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Owner
(Results
1 - 14
of
14
) sorted by null
/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/llvm/lib/VMCore/
SymbolTableListTraitsImpl.h
69
ItemParentClass *
Owner
= getListOwner();
70
V->setParent(
Owner
);
72
if (ValueSymbolTable *ST = TraitsClass::getSymTab(
Owner
))
/external/llvm/utils/TableGen/
ARMDecoderEmitter.cpp
267
ARMFilterChooser *
Owner
; // points to the FilterChooser who owns this filter
306
ARMFilter(ARMFilterChooser &
owner
, unsigned startBit, unsigned numBits,
509
void runSingleFilter(ARMFilterChooser &
owner
, unsigned startBit,
540
Owner
(f.
Owner
), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed),
547
ARMFilter::ARMFilter(ARMFilterChooser &
owner
, unsigned startBit, unsigned numBits,
548
bool mixed) :
Owner
(&
owner
), StartBit(startBit), NumBits(numBits),
556
for (unsigned i = 0, e =
Owner
->Opcodes.size(); i != e; ++i) {
560
Owner
->insnWithID(Insn, Owner->Opcodes[i])
[
all
...]
FixedLenDecoderEmitter.cpp
128
FilterChooser *
Owner
; // points to the FilterChooser who owns this filter
167
Filter(FilterChooser &
owner
, unsigned startBit, unsigned numBits, bool mixed);
335
void runSingleFilter(FilterChooser &
owner
, unsigned startBit, unsigned numBit,
366
Owner
(f.
Owner
), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed),
373
Filter::Filter(FilterChooser &
owner
, unsigned startBit, unsigned numBits,
374
bool mixed) :
Owner
(&
owner
), StartBit(startBit), NumBits(numBits),
376
assert(StartBit + NumBits - 1 <
Owner
->BitWidth);
382
for (unsigned i = 0, e =
Owner
->Opcodes.size(); i != e; ++i)
[
all
...]
/external/clang/lib/Sema/
SemaTemplateDeduction.cpp
[
all
...]
SemaDecl.cpp
[
all
...]
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 265 milliseconds