Searched refs:isStatic (Results 1 - 23 of 23) sorted by relevance

/external/jdiff/src/jdiff/
H A DModifiers.java18 public boolean isStatic = false; field in class:Modifiers
39 if (isStatic != oModifiers.isStatic)
64 if (isStatic != newModifiers.isStatic) {
66 if (isStatic)
H A DAPIHandler.java314 modifiers.isStatic = false;
316 modifiers.isStatic = true;
H A DAPI.java162 if (m.isStatic)
H A DRootDocToXML.java366 outputFile.print("static=\"" + ped.isStatic() + "\"");
/external/webkit/WebCore/bridge/jni/
H A Djni_objc.mm41 isStatic:(BOOL)isStatic
49 bool JSC::Bindings::dispatchJNICall(ExecState* exec, const void* targetAppletView, jobject obj, bool isStatic, JNIType returnType, jmethodID methodID, jvalue* args, jvalue &result, const char*, JSValue& exceptionDescription)
57 if ([view respondsToSelector:@selector(webPlugInCallJava:isStatic:returnType:method:arguments:callingURL:exceptionDescription:)]) {
66 result = [view webPlugInCallJava:obj isStatic:isStatic returnType:returnType method:methodID arguments:args callingURL:nil exceptionDescription:&_exceptionDescription];
H A DJNIBridge.h104 bool isStatic() const { return m_isStatic; } function in class:JSC::Bindings::JavaMethod
/external/webkit/WebKit/mac/Plugins/
H A DWebJavaPlugIn.h61 @method webPlugInCallJava:isStatic:returnType:method:arguments:callingURL:exceptionDescription:
63 @param isStatic A flag that indicated whether the method is a class method.
73 the call. webPlugInCallJava:isStatic:returnType:method:arguments:callingURL:exceptionDescription: must
78 isStatic:(BOOL)isStatic
/external/webkit/WebCore/bridge/jni/jsc/
H A DJNIUtilityPrivate.h43 bool dispatchJNICall(ExecState*, const void* targetAppletView, jobject obj, bool isStatic, JNIType returnType, jmethodID methodID, jvalue* args, jvalue& result, const char* callingURL, JSValue& exceptionDescription);
H A DJavaInstanceJSC.cpp176 handled = dispatchJNICall(exec, rootObject->nativeHandle(), obj, jMethod->isStatic(), jMethod->JNIReturnType(), jMethod->methodID(obj), jArgs, result, callingURL, exceptionDescription);
/external/proguard/src/proguard/evaluation/
H A DBasicInvocationUnit.java48 private boolean isStatic; field in class:BasicInvocationUnit
70 boolean isStatic =
74 int parameterSize = ClassUtil.internalMethodParameterSize(descriptor, isStatic);
87 if (!isStatic)
145 isStatic = true;
150 isStatic = true;
155 isStatic = false;
160 isStatic = false;
165 isStatic = true;
171 isStatic
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPHeaderNamesCache.java18 if (field.getType().equals(String.class) && Modifier.isStatic(field.getModifiers())) {
/external/webkit/JavaScriptCore/runtime/
H A DUStringImpl.cpp90 ASSERT(!isStatic());
101 ASSERT(!isStatic());
H A DUStringImpl.h186 ASSERT(!isStatic() || !isIdentifier());
241 ASSERT(!m_dataBuffer.asPtr<UStringImpl*>()->isStatic());
276 bool isStatic() const { return m_refCount & 1; } function in class:JSC::UStringImpl
/external/proguard/src/proguard/optimize/
H A DTailRecursionSimplifier.java256 boolean isStatic =
262 int parameterOffset = isStatic ? 0 : 1;
323 if (!isStatic)
/external/proguard/src/proguard/optimize/peephole/
H A DMethodInliner.java219 boolean isStatic =
225 int parameterOffset = isStatic ? 0 : 1;
286 if (!isStatic)
/external/webkit/WebCore/platform/
H A DLength.h162 bool isStatic() const { return type() == Static; } function in struct:WebCore::Length
/external/junit/src/junit/runner/
H A DBaseTestRunner.java120 if (! Modifier.isStatic(suiteMethod.getModifiers())) {
/external/webkit/WebCore/platform/android/
H A DTemporaryLinkStubs.cpp459 bool dispatchJNICall(ExecState*, const void* targetAppletView, jobject obj, bool isStatic, JNIType returnType, argument
/external/proguard/src/proguard/classfile/util/
H A DClassUtil.java492 * @param isStatic specifies whether the method is static,
498 boolean isStatic)
503 int size = isStatic ? 0 : 1;
497 internalMethodParameterSize(String internalMethodDescriptor, boolean isStatic) argument
/external/webkit/WebCore/rendering/style/
H A DRenderStyle.h368 bool hasStaticX() const { return (left().isAuto() && right().isAuto()) || left().isStatic() || right().isStatic(); }
369 bool hasStaticY() const { return (top().isAuto() && bottom().isAuto()) || top().isStatic(); }
/external/nist-sip/java/gov/nist/core/
H A DGenericObject.java233 } else if (Modifier.isStatic(modifier)) {
/external/webkit/WebCore/rendering/
H A DRenderObject.h973 if ((last->style()->top().isAuto() && last->style()->bottom().isAuto()) || last->style()->top().isStatic()) {
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 344 milliseconds