HomeSort by relevance Sort by last modified time
    Searched refs:need (Results 76 - 100 of 229) sorted by null

1 2 34 5 6 7 8 910

  /dalvik/dalvikvm/
Android.mk 61 # OS X comes with all these libraries, so there is no need
  /dalvik/dexdump/
Android.mk 37 ifneq ($(SDK_ONLY),true) # SDK_only doesn't need device version
  /dalvik/libnativehelper/
Android.mk 30 # need to be mentioned here as well.
  /dalvik/vm/mterp/armv5te/
OP_CHECK_CAST.S 33 * 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/vm/mterp/x86/
OP_IGET.S 14 SPILL(rIBASE) # need another reg
OP_IGET_WIDE.S 12 SPILL(rIBASE) # need another reg
OP_IPUT.S 15 SPILL(rIBASE) # need another reg
OP_IPUT_OBJECT.S 14 SPILL(rIBASE) # need another reg
OP_IPUT_WIDE.S 12 SPILL(rIBASE) # need another reg
OP_SPUT_OBJECT.S 41 EXPORT_PC() # could throw, need to export
  /dalvik/vm/mterp/x86-atom/
OP_NEW_ARRAY.S 45 jmp .L${opcode}_resolve # need to resolve
  /external/freetype/
Android.mk 45 # you need to define the FT2_DEBUG_MEMORY environment variable
  /external/libffi/
Libffi.mk 18 # the code. We need to generate the appropriate defines and select the
  /external/libvpx/vp8/encoder/arm/neon/
vp8_memcpy_neon.asm 48 ;pld [r1] ;preload pred data -- need to adjust for real device
  /external/libvpx/vp8/encoder/ppc/
variance_altivec.asm 74 ;# only one of the inputs should need to be aligned.
107 ;# only one of the inputs should need to be aligned.
115 ;# only one of the inputs should need to be aligned.
206 ;# only one of the inputs should need to be aligned.
sad_altivec.asm 115 ;# only one of the inputs should need to be aligned.
123 ;# only one of the inputs should need to be aligned.
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLParametersImpl.java 313 protected void setNeedClientAuth(boolean need) {
314 need_client_auth = need;
  /sdk/sdklauncher/
Android.mk 31 # used in external/qemu/Makefile.android. The variables need to have different
  /system/core/rootdir/
Android.mk 15 # in the system image. In theory, we don't need these for -user builds
  /system/core/toolbox/
Android.mk 92 # We need this so that the installed files could be picked up based on the
  /external/libvpx/vp8/common/x86/
idctllm_sse2.asm 111 ; dc is set as first coeff, so no need to load qcoeff
334 ; doesn't need to persist
374 ; dc is set as first coeff, so no need to load qcoeff
419 ; doesn't need to persist
450 ; dc is set as first coeff, so no need to load qcoeff
678 ; doesn't need to persist
  /external/v8/src/
apinatives.js 63 // We need a reference to kApiFunctionCache in the stack frame
64 // if we need to bail out from a stack overflow.
  /external/webkit/JavaScriptCore/tests/mozilla/js1_3/
jsref.js 80 // because ( NaN == NaN ) always returns false, need to do
100 // need to replace w/ IEEE standard for rounding
  /external/webkit/WebKitTools/Scripts/webkitpy/
changelogs_unittest.py 52 # More example text than we need. Eventually we need to support parsing this all and write tests for the parsing.
112 Need a short description and bug URL (OOPS!)
132 _message_for_revert will need to wrap it. We'll also include
140 long_reason = "This is a very long reason which should be long enough so that _message_for_revert will need to wrap it. We'll also include a https://veryveryveryveryverylongbugurl.com/reallylongbugthingy.cgi?bug_id=12354 link so that we can make sure we wrap that right too."
  /dalvik/vm/arch/arm/
CallEABI.S 113 * no need for it.)
156 @ Do we have arg padding flags in "argInfo"? (just need to check hi bit)
251 @ In theory, we need to use the "return type" arg to figure out what
253 @ all we need to do is copy r0-r1 into the JValue union.
284 * the class file format allows up to 64K words (need to verify that).
334 @ We need to copy words from [r7] to [r8]. We walk forward through
391 * to save ip won't work, but we need to save an even number of

Completed in 1853 milliseconds

1 2 34 5 6 7 8 910