HomeSort by relevance Sort by last modified time
    Searched full:need (Results 201 - 225 of 8379) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/WebCore/platform/network/
Credential.cpp 30 // Need to enforce empty, non-null strings due to the pickiness of the String == String operator
42 // Need to enforce empty, non-null strings due to the pickiness of the String == String operator
145 // We only need to check identity and certificates to compare
  /external/webkit/WebCore/platform/wx/wxcode/mac/carbon/
non-kerned-drawing.cpp 43 // Unfortunately we need access to a private function to get the character -> glyph conversion needed to
45 // Note that on < 10.5, the function is called CGFontGetGlyphsForUnicodes, so we need to detect and deal
97 // if the function doesn't exist, we're probably on tiger and need to grab the
  /frameworks/base/core/java/com/android/internal/logging/
AndroidHandler.java 34 * the log tag. Only the log levels need to be converted appropriately. For
115 // No need to close, but must implement abstract method.
120 // No need to flush, but must implement abstract method.
  /frameworks/base/opengl/libs/
Android.mk 28 # we need to access the private Bionic header <bionic_tls.h>
82 # we need to access the private Bionic header <bionic_tls.h>
118 # we need to access the private Bionic header <bionic_tls.h>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/
unittest.xml 26 <!-- This target defines the tests that need to be run. -->
28 <!-- need to launch as ui-test since all ADT plugins depend on ui-->
45 <!-- This target runs the test suite. Any actions that need to happen -->
  /bionic/
CleanSpec.mk 16 # If you don't need to do a full clean build but would like to touch
31 # If you need to re-do something that's already mentioned, just copy
  /bionic/libc/kernel/tools/
update_all.py 23 (you'll need to p4 submit manually though)
77 # in your environment if you think you need it.
  /bionic/libc/unistd/
sigwait.c 44 * we thus need to create a fake kernel sigset !!
60 /* __rt_sigtimedwait can return EAGAIN or EINTR, we need to loop
  /bootable/bootloader/legacy/
CleanSpec.mk 16 # If you don't need to do a full clean build but would like to touch
31 # If you need to re-do something that's already mentioned, just copy
  /bootable/diskinstaller/
CleanSpec.mk 16 # If you don't need to do a full clean build but would like to touch
31 # If you need to re-do something that's already mentioned, just copy
  /bootable/recovery/
CleanSpec.mk 16 # If you don't need to do a full clean build but would like to touch
31 # If you need to re-do something that's already mentioned, just copy
  /build/
CleanSpec.mk 16 # If you don't need to do a full clean build but would like to touch
31 # If you need to re-do something that's already mentioned, just copy
  /cts/
CleanSpec.mk 16 # If you don't need to do a full clean build but would like to touch
31 # If you need to re-do something that's already mentioned, just copy
  /dalvik/
CleanSpec.mk 16 # If you don't need to do a full clean build but would like to touch
31 # If you need to re-do something that's already mentioned, just copy
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/ref/
WeakReferenceTest.java 57 // need a reference to bool so the jit does not optimize it away
89 // need a reference to bool so the jit does not optimize it away
  /dalvik/libdex/
CmdUtils.h 25 * obviating the need to copy code and constant pool entries into newly
49 * This is intended for use by tools (e.g. dexdump) that need to get a
Leb128.c 29 * passed as non-NULL and bytes would need to be read past the limit,
51 * passed as non-NULL and bytes would need to be read past the limit,
  /dalvik/vm/mterp/cstubs/
stubdefs.c 100 * if we need to switch to the other interpreter upon our return.
115 EXPORT_PC(); /* need for precise GC */ \
  /development/
CleanSpec.mk 16 # If you don't need to do a full clean build but would like to touch
31 # If you need to re-do something that's already mentioned, just copy
  /development/pdk/docs/source/
index.jd 24 provides the information and tools you need to write applications for
33 links to the left. If you need help along the way, you can join our <a
using-eclipse.jd 20 : You will still be using "make" to build the files you will actually run (in the emulator or on a device). You will be using Eclipse to edit files and verify that they compile, but when you want to run something you will need to make sure files are saved in Eclipse and run "make" in a shell. The Eclipse build is just for error checking.
68 <p>Every time you repo sync, or otherwise change files outside of Eclipse (especially the .classpath), you need to refresh Eclipse's view of things:
96 /src. Depending on which app(s) you include, you may also need to include othersrc/main/java directories under android/dalvik/libcore. Do this if you find you cannot build with the default set.
103 <p>Once the project is created, you need to set up the Java Build Path:
130 <p>For DDMS, you will need to make a project for
139 <p>Each project will need to reference the ones before it ("ddmuilib" references "ddmlib", and "app" references both of those). To do this:
181 <p>Note that port 8700 is attached to whatever process is currently selected in the DDMS console, so you need to sure that DDMS has selected the process you want to debug.
183 <p>You may need to open the Debug perspective (next to the "Java" perspective icon in the upper-right, click the small "Open Perspective" icon and select "Debug"). Once you do, you should see a list of threads; if you select one and break it (by clicking the "pause" icon), it should show the stack trace, source file, and line where execution is at. Breakpoints and whatnot should all work.
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ReadAsset.java 19 // Need the following import to get access to the app resources, since this
47 // need to convert it to UTF-16.
  /development/samples/TicTacToeLib/
_index.html 28 library project and not a true Android application project. To run it, you need
33 <p>To build an application that uses a library project, you also need to update
  /development/tools/makedict/etc/
makedict 61 # need to use "java.ext.dirs" because "-jar" causes classpath to be ignored
62 # might need more memory, e.g. -Xmx128M
  /development/tools/monkeyrunner/etc/
monkeyrunner 72 # need to use "java.ext.dirs" because "-jar" causes classpath to be ignored
73 # might need more memory, e.g. -Xmx128M

Completed in 42 milliseconds

1 2 3 4 5 6 7 891011>>