HomeSort by relevance Sort by last modified time
    Searched full:need (Results 26 - 50 of 14985) sorted by null

12 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/119-merge-conflict/
info.txt 4 test. You'll also need a device or host VM for vogar to attach to.
  /dalvik/vm/mterp/armv5te/
stub.S 2 SAVE_PC_FP_TO_SELF() @ only need to export these two
  /dalvik/vm/mterp/c/
OP_MONITOR_ENTER.cpp 12 EXPORT_PC(); /* need for precise GC */
  /dalvik/vm/mterp/x86/
OP_GOTO.S 6 * The branch distance is a signed code-unit offset, which we need to
  /external/jpeg/
makvms.opt 3 ! but only for the older VAX C compiler. DEC C does not need it.
  /external/llvm/lib/Target/ARM/MCTargetDesc/
CMakeLists.txt 11 # Hack: we need to include 'main' target directory to grab private headers
  /external/llvm/lib/Target/X86/MCTargetDesc/
CMakeLists.txt 19 # Hack: we need to include 'main' target directory to grab private headers
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
__init__.py 6 # Unclear if Bug and Attachment need to be public classes.
  /frameworks/base/core/tests/coretests/apks/install_decl_perm/res/values/
strings.xml 3 <!-- Just need this dummy file to have something to build. -->
  /frameworks/base/core/tests/coretests/apks/install_loc_auto/res/values/
strings.xml 3 <!-- Just need this dummy file to have something to build. -->
  /frameworks/base/core/tests/coretests/apks/install_loc_internal/res/values/
strings.xml 3 <!-- Just need this dummy file to have something to build. -->
  /frameworks/base/core/tests/coretests/apks/install_loc_sdcard/res/values/
strings.xml 3 <!-- Just need this dummy file to have something to build. -->
  /frameworks/base/core/tests/coretests/apks/install_loc_unspecified/res/values/
strings.xml 3 <!-- Just need this dummy file to have something to build. -->
  /frameworks/base/core/tests/coretests/apks/install_use_perm_good/res/values/
strings.xml 3 <!-- Just need this dummy file to have something to build. -->
  /frameworks/base/core/tests/coretests/apks/install_uses_feature/res/values/
strings.xml 3 <!-- Just need this dummy file to have something to build. -->
  /frameworks/base/core/tests/coretests/apks/install_verifier_bad/res/values/
strings.xml 3 <!-- Just need this dummy file to have something to build. -->
  /frameworks/base/core/tests/coretests/apks/install_verifier_good/res/values/
strings.xml 3 <!-- Just need this dummy file to have something to build. -->
  /frameworks/base/core/java/android/text/style/
DrawableMarginSpan.java 64 int need = ht - (v + fm.descent - fm.ascent - istartv); local
65 if (need > 0)
66 fm.descent += need;
68 need = ht - (v + fm.bottom - fm.top - istartv);
69 if (need > 0)
70 fm.bottom += need;
  /external/bluetooth/bluez/test/
test-telephony 52 print "Need device address parameter"
62 print "Need device address parameter"
72 print "Need device address parameter"
87 print "Need device address parameter"
102 print "Need device address parameter"
113 print "Need device address parameter"
126 print "Need number parameter"
133 print "Need number parameter"
144 print "Need signal strength parameter"
151 print "Need battery level parameter
    [all...]
  /development/tools/glesv2debugger/
setup.sh 4 # need lunch before building jars
34 # optional; usually for mac, need to replace eclipse.app with actual path
  /external/bison/tests/
atlocal 5 # We need a C compiler.
11 # We need `config.h'.
atlocal.in 5 # We need a C compiler.
11 # We need `config.h'.
  /external/chromium/chrome/browser/profiles/
profile_keyed_service.h 12 // subsystems need a first pass shutdown phase where they drop references. Not
13 // all services will need this, so there's a default implementation. Only once
  /frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/src/com/android/framework/externallocallpermstestapp/
ExternalLocAllPermsTest.java 26 * Test method that should get run. Doesn't need to actually do anything here,
27 * we just need to verify the test runs without errors.
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
setup.sh 4 # need lunch before building jars
34 # optional; usually for mac, need to replace eclipse.app with actual path

Completed in 1437 milliseconds

12 3 4 5 6 7 8 91011>>