/external/apache-xml/src/main/java/org/apache/xpath/ |
H A D | XPathVisitable.java | 36 * @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 D | VisualStreamTimingModule.cpp | 14 VisualStreamTimingModule::VisualStreamTimingModule(VisualBench* owner) argument 16 , fOwner(owner) { 17 fBenchmarkStream.reset(new VisualBenchmarkStream(owner->getSurfaceProps()));
|
H A D | VisualDebugModule.cpp | 12 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 D | ExpressionVisitor.java | 57 * @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 D | InterceptFieldFilter.java | 21 boolean acceptRead(Type owner, String name); argument 22 boolean acceptWrite(Type owner, String name); argument
|
H A D | AccessFieldTransformer.java | 33 String getPropertyName(Type owner, String fieldName); argument
|
/external/parameter-framework/asio/include/asio/detail/ |
H A D | completion_handler.hpp | 39 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 D | reactive_null_buffers_op.hpp | 45 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 D | reactive_socket_connect_op.hpp | 62 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 D | completion_handler.hpp | 39 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 D | reactive_null_buffers_op.hpp | 45 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 D | reactive_socket_connect_op.hpp | 62 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 D | JUnit3TestMethod.java | 13 public JUnit3TestMethod(JUnitTestClass owner, Test test) { argument 14 super(owner, getMethod(test), test);
|
H A D | JUnit4TestMethod.java | 13 public JUnit4TestMethod(JUnitTestClass owner, Description desc) { argument 14 super(owner, desc.getMethodName(), getMethod(desc), desc);
|
H A D | JUnitTestMethod.java | 14 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 D | AbsPathChecker.java | 55 * @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 D | VarNameCollector.java | 68 * @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 D | HasPositionalPredChecker.java | 59 * @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 D | FieldInsnNode.java | 45 * 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 D | MethodInsnNode.java | 45 * 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 D | KeepSpecificationsPanel.java | 43 public KeepSpecificationsPanel(JFrame owner, argument 51 super(owner, true);
|
H A D | OptimizationsDialog.java | 55 public OptimizationsDialog(JFrame owner) argument 57 super(owner, msg("selectOptimizations"), true);
|
/external/protobuf/python/google/protobuf/pyext/ |
H A D | extension_dict.h | 60 shared_ptr<Message> owner; member in struct:google::protobuf::python::ExtensionDict
|
H A D | repeated_composite_container.h | 66 // '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 D | repeated_scalar_container.h | 64 shared_ptr<Message> owner; member in struct:google::protobuf::python::RepeatedScalarContainer 103 // Set the owner field of self and any children of self.
|