Searched defs:owner (Results 26 - 50 of 300) sorted by relevance

1234567891011>>

/external/desugar/java/com/google/devtools/build/android/desugar/
H A DObjectsRequireNonNullMethodRewriter.java50 public void visitMethodInsn(int opcode, String owner, String name, String desc, boolean itf) { argument
52 || !owner.equals("java/util/Objects")
55 super.visitMethodInsn(opcode, owner, name, desc, itf);
/external/icu/icu4c/source/i18n/
H A Dnfrs.h35 NFRuleSet(RuleBasedNumberFormat *owner, UnicodeString* descriptions, int32_t index, UErrorCode& status);
64 const RuleBasedNumberFormat *getOwner() const { return owner; }
76 RuleBasedNumberFormat *owner; member in class:NFRuleSet
/external/libese/apps/boot/card/src/com/android/verifiedboot/globalstate/owner/
H A DOwnerInterface.java1 package com.android.verifiedboot.globalstate.owner;
/external/okhttp/okio/okio/src/main/java/okio/
H A DSegment.java29 * The lone exception is that the owner segment is allowed to append to the segment, writing data at
49 boolean owner; field in class:Segment
59 this.owner = true;
72 this.owner = false;
124 if (!prev.owner) return; // Cannot compact: prev isn't writable.
135 if (!sink.owner) throw new IllegalArgumentException();
/external/parameter-framework/asio/include/asio/detail/impl/
H A Dservice_registry.hpp75 asio::io_service& owner)
77 return new Service(owner);
74 create( asio::io_service& owner) argument
/external/parameter-framework/asio/include/asio/detail/
H A Dreactive_socket_send_op.hpp77 static void do_complete(io_service_impl* owner, operation* base, argument
89 // sub-object of the handler may be the true owner of the memory associated
99 if (owner)
H A Dtask_io_service_operation.hpp31 void complete(task_io_service& owner, argument
34 func_(&owner, this, ec, bytes_transferred);
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
H A Dservice_registry.hpp75 asio::io_service& owner)
77 return new Service(owner);
74 create( asio::io_service& owner) argument
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dreactive_socket_send_op.hpp77 static void do_complete(io_service_impl* owner, operation* base, argument
89 // sub-object of the handler may be the true owner of the memory associated
99 if (owner)
H A Dtask_io_service_operation.hpp31 void complete(task_io_service& owner, argument
34 func_(&owner, this, ec, bytes_transferred);
/external/protobuf/python/google/protobuf/pyext/
H A Dmap_container.h69 shared_ptr<Message> owner; member in struct:google::protobuf::python::MapContainer
101 // Set the owner field of self and any children of self.
103 owner = new_owner;
/external/v8/src/crankshaft/arm64/
H A Dlithium-gap-resolver-arm64.h19 DelayedGapMasm(LCodeGen* owner, MacroAssembler* masm) argument
20 : DelayedMasm(owner, masm, root) {
34 explicit LGapResolver(LCodeGen* owner);
/external/v8/src/inspector/
H A Dstring-util.cc116 String16 owner = toString16(string); local
117 return StringBufferImpl::adopt(owner);
/external/apache-xml/src/main/java/org/apache/xpath/
H A DSourceTreeManager.java86 * @param owner Document that was previously processed by this liaison.
88 * @return The base URI of the owner argument.
90 public String findURIFromDoc(int owner) argument
98 if (owner == sTree.m_root)
H A DXPathVisitor.java43 * <code>boolean visitComponentType(ExpressionOwner owner, ComponentType compType)</code>.
44 * The ExpressionOwner argument is the owner of the component, and can
55 * @param owner The owner of the expression, to which the expression can
60 public boolean visitLocationPath(ExpressionOwner owner, LocPathIterator path) argument
67 * @param owner The owner of the expression, to which the expression can
72 public boolean visitUnionPath(ExpressionOwner owner, UnionPathIterator path) argument
79 * @param owner The owner o
84 visitStep(ExpressionOwner owner, NodeTest step) argument
99 visitPredicate(ExpressionOwner owner, Expression pred) argument
111 visitBinaryOperation(ExpressionOwner owner, Operation op) argument
123 visitUnaryOperation(ExpressionOwner owner, UnaryOperation op) argument
135 visitVariableRef(ExpressionOwner owner, Variable var) argument
147 visitFunction(ExpressionOwner owner, Function func) argument
159 visitMatchPattern(ExpressionOwner owner, StepPattern pattern) argument
171 visitUnionPattern(ExpressionOwner owner, UnionPattern pattern) argument
183 visitStringLiteral(ExpressionOwner owner, XString str) argument
196 visitNumberLiteral(ExpressionOwner owner, XNumber num) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFunction.java117 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor) argument
119 if(visitor.visitFunction(owner, this))
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXNumber.java431 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor) argument
433 visitor.visitNumberLiteral(owner, this);
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DUnaryOperation.java122 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor) argument
124 if(visitor.visitUnaryOperation(owner, this))
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DUnionPattern.java175 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor) argument
177 visitor.visitUnionPattern(owner, this);
/external/e2fsprogs/lib/ext2fs/
H A Dbrel.h19 } owner; member in struct:ext2_block_relocate_entry
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
H A DInstrSupport.java167 * @param owner
174 final String owner) throws IllegalStateException {
177 "Class %s is already instrumented.", owner));
173 assertNotInstrumented(final String member, final String owner) argument
/external/kernel-headers/original/uapi/linux/
H A Ddlm_plock.h41 __u64 owner; member in struct:dlm_plock_info
/external/llvm/lib/Option/
H A DOption.cpp23 Option::Option(const OptTable::Info *info, const OptTable *owner) argument
24 : Info(info), Owner(owner) {
/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_cp.c39 if (cp->owner != &ilo_cp_default_owner) {
40 const struct ilo_cp_owner *owner = cp->owner; local
42 cp->owner = &ilo_cp_default_owner;
44 assert(ilo_cp_space(cp) >= owner->reserve);
45 owner->release(cp, owner->data);
50 * Set the parser owner. If this is a new owner or a new ring, the old owner
62 ilo_cp_set_owner(struct ilo_cp *cp, enum intel_ring_type ring, const struct ilo_cp_owner *owner) argument
[all...]
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntry.java34 private String owner; field in class:AbstractFileSystemEntry
46 return owner;
49 public void setOwner(String owner) { argument
50 this.owner = owner;

Completed in 491 milliseconds

1234567891011>>