Searched refs:need (Results 1 - 25 of 52) sorted by relevance

123

/dalvik/vm/mterp/x86/
H A Dstub.S3 SAVE_PC_TO_GLUE(%ecx) # only need to export these two
4 SAVE_FP_TO_GLUE(%ecx) # only need to export these two
H A DOP_MONITOR_ENTER.S13 EXPORT_PC() # need for precise GC, MONITOR_TRACKING
H A DOP_SGET.S34 EXPORT_PC() # could throw, need to export
H A DOP_SGET_WIDE.S35 EXPORT_PC() # could throw, need to export
H A DOP_SPUT.S34 EXPORT_PC() # could throw, need to export
H A DOP_SPUT_WIDE.S36 EXPORT_PC() # could throw, need to export
/dalvik/vm/compiler/template/armv5te/
H A DTEMPLATE_CMPL_FLOAT.S36 mov r9, r0 @ Save copies - we may need to redo
/dalvik/vm/mterp/armv5te/
H A Dstub.S2 SAVE_PC_FP_TO_GLUE() @ only need to export these two
H A DOP_MONITOR_ENTER.S11 EXPORT_PC() @ need for precise GC, MONITOR_TRACKING
H A DOP_CHECK_CAST.S33 * Trivial test failed, need to perform full check. This is common.
43 @ A cast has failed. We need to throw a ClassCastException with the
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/
H A DSSLServerSocket.java159 * @param need
163 public abstract void setNeedClientAuth(boolean need); argument
H A DSSLSocket.java240 * @param need
244 public abstract void setNeedClientAuth(boolean need); argument
H A DSSLEngine.java262 * @param need
266 public abstract void setNeedClientAuth(boolean need); argument
/dalvik/vm/arch/arm/
H A DCallOldABI.S88 @ Standard gcc stack frame setup. We don't need to push the original
96 @ We need to push a variable number of arguments onto the stack.
100 @ In theory we don't need to keep sp -- we can do an ldmdb instead of
107 @ argv can't go into r0-r3 because we need to use it to load those.
119 @ to the stack. We need to push the last item in argv first, and we
157 @ In theory, we need to use the "return type" arg to figure out what
159 @ all we need to do is copy r0-r1 into the JValue union.
/dalvik/vm/mterp/x86-atom/
H A DOP_SHR_LONG.S39 cmpl $$0, 4(rFP, %edx, 4) # check if we need to consider sign
H A DOP_SHR_LONG_2ADDR.S40 cmpl $$0, 4(rFP, rINST, 4) # check if we need to consider sign
/dalvik/libdex/
H A DAndroid.mk44 ifneq ($(SDK_ONLY),true) # SDK_only doesn't need device version
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DMySSLContextSpi.java135 public void setNeedClientAuth(boolean need) { } argument
/dalvik/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DMySSLContextSpi.java133 public void setNeedClientAuth(boolean need) { } argument
/dalvik/
H A DAndroid.mk53 # We need to rebuild the .dex files for the debug output to be generated.
/dalvik/dalvikvm/
H A DAndroid.mk64 # OS X comes with all these libraries, so there is no need
/dalvik/dexdump/
H A DAndroid.mk38 ifneq ($(SDK_ONLY),true) # SDK_only doesn't need device version
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DOpenSSLServerSocketImpl.java260 public void setNeedClientAuth(boolean need) { argument
261 sslParameters.setNeedClientAuth(need);
H A DSSLParameters.java382 protected void setNeedClientAuth(boolean need) { argument
383 need_client_auth = need;
/dalvik/libnativehelper/
H A DAndroid.mk30 # need to be mentioned here as well.

Completed in 1471 milliseconds

123