Searched defs:owner (Results 1 - 25 of 316) 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/skia/tools/VisualBench/
H A DVisualStreamTimingModule.cpp14 VisualStreamTimingModule::VisualStreamTimingModule(VisualBench* owner) argument
16 , fOwner(owner) {
17 fBenchmarkStream.reset(new VisualBenchmarkStream(owner->getSurfaceProps()));
H A DVisualDebugModule.cpp12 VisualDebugModule::VisualDebugModule(VisualBench* owner) argument
15 , fOwner(owner) {
17 fBenchmarkStream.reset(new VisualBenchmarkStream(owner->getSurfaceProps(), true));
/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/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DInterceptFieldFilter.java21 boolean acceptRead(Type owner, String name); argument
22 boolean acceptWrite(Type owner, String name); argument
H A DAccessFieldTransformer.java33 String getPropertyName(Type owner, String fieldName); 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/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/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DFieldInsnNode.java45 * The internal name of the field's owner class (see
48 public String owner; field in class:FieldInsnNode
65 * @param owner the internal name of the field's owner class (see
72 final String owner,
77 this.owner = owner;
97 cv.visitFieldInsn(opcode, owner, name, desc);
101 return new FieldInsnNode(opcode, owner, name, desc);
70 FieldInsnNode( final int opcode, final String owner, final String name, final String desc) argument
H A DMethodInsnNode.java45 * The internal name of the method's owner class (see
48 public String owner; field in class:MethodInsnNode
66 * @param owner the internal name of the method's owner class (see
73 final String owner,
78 this.owner = owner;
98 mv.visitMethodInsn(opcode, owner, name, desc);
102 return new MethodInsnNode(opcode, owner, name, desc);
71 MethodInsnNode( final int opcode, final String owner, final String name, final String desc) argument
/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.h60 shared_ptr<Message> owner; member in struct:google::protobuf::python::ExtensionDict
H A Drepeated_composite_container.h66 // 'child_messages' are owner by the 'owner'.
68 // When in the released state 'message', 'owner', 'parent', and
77 shared_ptr<Message> owner; member in struct:google::protobuf::python::RepeatedCompositeContainer
H A Drepeated_scalar_container.h64 shared_ptr<Message> owner; member in struct:google::protobuf::python::RepeatedScalarContainer
103 // Set the owner field of self and any children of self.

Completed in 1523 milliseconds

1234567891011>>