Searched defs:owner (Results 1 - 25 of 300) sorted by relevance

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathVisitable.java36 * @param owner The owner of the visitor, where that path may be
40 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor); argument
/external/ltp/testcases/kernel/syscalls/fchownat/
H A Dfchownat.h29 static inline int fchownat(int dirfd, const char *filename, uid_t owner, argument
32 return ltp_syscall(__NR_fchownat, dirfd, filename, owner, group, flags);
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
H A DExpressionVisitor.java57 * @param owner The current XPath object that owns the expression.
62 public boolean visitFunction(ExpressionOwner owner, Function func) argument
/external/parameter-framework/asio/include/asio/detail/
H A Dcompletion_handler.hpp39 static void do_complete(io_service_impl* owner, operation* base, argument
51 // sub-object of the handler may be the true owner of the memory associated
60 if (owner)
H A Dreactive_null_buffers_op.hpp45 static void do_complete(io_service_impl* owner, operation* base, argument
57 // sub-object of the handler may be the true owner of the memory associated
67 if (owner)
H A Dreactive_socket_connect_op.hpp62 static void do_complete(io_service_impl* owner, operation* base, argument
75 // sub-object of the handler may be the true owner of the memory associated
85 if (owner)
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dcompletion_handler.hpp39 static void do_complete(io_service_impl* owner, operation* base, argument
51 // sub-object of the handler may be the true owner of the memory associated
60 if (owner)
H A Dreactive_null_buffers_op.hpp45 static void do_complete(io_service_impl* owner, operation* base, argument
57 // sub-object of the handler may be the true owner of the memory associated
67 if (owner)
H A Dreactive_socket_connect_op.hpp62 static void do_complete(io_service_impl* owner, operation* base, argument
75 // sub-object of the handler may be the true owner of the memory associated
85 if (owner)
/external/skia/src/sksl/ir/
H A DSkSLField.h25 Field(Position position, const Variable& owner, int fieldIndex) argument
26 : INHERITED(position, kField_Kind, owner.fType.fields()[fieldIndex].fName)
27 , fOwner(owner)
/external/testng/src/main/java/org/testng/junit/
H A DJUnit3TestMethod.java13 public JUnit3TestMethod(JUnitTestClass owner, Test test) { argument
14 super(owner, getMethod(test), test);
H A DJUnit4TestMethod.java13 public JUnit4TestMethod(JUnitTestClass owner, Description desc) { argument
14 super(owner, desc.getMethodName(), getMethod(desc), desc);
H A DJUnitTestMethod.java14 protected JUnitTestMethod(JUnitTestClass owner, Method method, Object instance) { argument
15 this(owner, method.getName(), method, instance);
18 protected JUnitTestMethod(JUnitTestClass owner, String methodName, Method method, Object instance) { argument
20 setTestClass(owner);
21 owner.getTestMethodList().add(this);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DAbsPathChecker.java55 * @param owner The owner of the expression, to which the expression can
60 public boolean visitFunction(ExpressionOwner owner, Function func) argument
70 * @param owner The owner of the expression, to which the expression can
75 public boolean visitVariableRef(ExpressionOwner owner, Variable var) argument
H A DVarNameCollector.java68 * @param owner The owner of the expression, to which the expression can
73 public boolean visitVariableRef(ExpressionOwner owner, Variable var) argument
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DHasPositionalPredChecker.java59 * @param owner The owner of the expression, to which the expression can
64 public boolean visitFunction(ExpressionOwner owner, Function func) argument
74 // * @param owner The owner of the expression, to which the expression can
79 // public boolean visitVariableRef(ExpressionOwner owner, Variable var)
90 * @param owner The owner of the expression, to which the expression can
95 public boolean visitPredicate(ExpressionOwner owner, Expression pred) argument
113 pred.callVisitors(owner, thi
[all...]
/external/proguard/src/proguard/gui/
H A DKeepSpecificationsPanel.java43 public KeepSpecificationsPanel(JFrame owner, argument
51 super(owner, true);
H A DOptimizationsDialog.java55 public OptimizationsDialog(JFrame owner) argument
57 super(owner, msg("selectOptimizations"), true);
/external/protobuf/python/google/protobuf/pyext/
H A Dextension_dict.h67 shared_ptr<Message> owner; member in struct:google::protobuf::python::ExtensionDict
H A Drepeated_composite_container.h69 // 'child_messages' are owner by the 'owner'.
71 // When in the released state 'message', 'owner', 'parent', and
80 shared_ptr<Message> owner; member in struct:google::protobuf::python::RepeatedCompositeContainer
H A Drepeated_scalar_container.h68 shared_ptr<Message> owner; member in struct:google::protobuf::python::RepeatedScalarContainer
113 // Set the owner field of self and any children of self.
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue8/
H A DPrattleRepresenterTest.java49 private Person owner; field in class:PrattleRepresenterTest.Horse
51 public Horse(String name, Person owner) { argument
54 this.owner = owner;
62 return owner;
/external/speex/include/speex/
H A Dspeex_bits.h54 int owner; /**< Does the struct "own" the "raw" buffer (member "chars") */ member in struct:SpeexBits
/external/strace/
H A Dfcntl.c78 struct { int type, pid; } owner; local
80 if (umove_or_printaddr(tcp, addr, &owner))
84 printxval(f_owner_types, owner.type, "F_OWNER_???");
85 tprintf(", pid=%d}", owner.pid);
/external/desugar/java/com/google/devtools/build/android/desugar/
H A DLongCompareMethodRewriter.java47 public void visitMethodInsn(int opcode, String owner, String name, String desc, boolean itf) { argument
49 || !owner.equals("java/lang/Long")
52 super.visitMethodInsn(opcode, owner, name, desc, itf);

Completed in 518 milliseconds

1234567891011>>