Searched refs:HasMethod (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/python/eager/ |
D | function_argument_naming_test.py | 138 class HasMethod(object): class 144 has_method = HasMethod() 146 HasMethod.method(has_method, array_ops.ones([])) 147 class_op = HasMethod.method.get_concrete_function( 180 class HasMethod(object): class 189 has_method = HasMethod()
|
/external/clang/lib/AST/ |
D | ExprObjC.cpp | 132 HasMethod(Method != nullptr), IsDelegateInitCall(false), in ObjCMessageExpr() 151 Kind(Class), HasMethod(Method != nullptr), IsDelegateInitCall(false), in ObjCMessageExpr() 169 Kind(Instance), HasMethod(Method != nullptr), IsDelegateInitCall(false), in ObjCMessageExpr() 307 if (HasMethod) in getSelector()
|
/external/turbine/javatests/com/google/turbine/binder/bytecode/ |
D | BytecodeBoundClassTest.java | 82 static class HasMethod { class in BytecodeBoundClassTest 92 getBytecodeBoundClass(HasMethod.class).methods().stream() in methodTypes()
|
/external/clang/include/clang/AST/ |
D | ExprObjC.h | 885 unsigned HasMethod : 1; 916 HasMethod(0), IsDelegateInitCall(0), IsImplicit(0), SelLocsKind(0) { 1247 HasMethod = false; 1252 if (HasMethod) 1259 if (HasMethod) 1266 HasMethod = true; 1271 if (HasMethod) return getMethodDecl()->getMethodFamily();
|
/external/pdfium/fxjs/xfa/ |
D | cjx_object.h | 72 bool HasMethod(const WideString& func) const;
|
D | cjx_object.cpp | 166 bool CJX_Object::HasMethod(const WideString& func) const { in HasMethod() function in CJX_Object
|
/external/pdfium/fxjs/ |
D | cfxjse_engine.cpp | 273 if (pObject->JSObject()->HasMethod(wsPropName)) in GlobalPropTypeGetter() 391 if (pObject->JSObject()->HasMethod(wsPropName)) in NormalPropTypeGetter()
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |