HomeSort by relevance Sort by last modified time
    Searched full:need (Results 476 - 500 of 17805) sorted by null

<<11121314151617181920>>

  /external/libpng/contrib/visupng/
README.txt 45 1) Build the program with the configuration "Win32 LIB" and you only need to
48 2) Build the program with the configuration "Win32 DLL" and you need to put
50 libpng1.dll, zlib.dll and msvcrt.dll. These need to be in the user's PATH.
  /external/libpng/projects/cbuilder5/
libpng.cpp 9 // you will need to add the library MEMMGR.LIB to both the DLL project and
10 // any other projects that use the DLL. You will also need to use MEMMGR.LIB
20 // If your DLL uses the dynamic version of the RTL, you do not need to
  /external/llvm/docs/HistoricalNotes/
2000-11-18-EarlyDesignIdeas.txt 9 1. We need to be clear on our goals for the VM. Do we want to emphasize
30 b. A strongly-typed VM. One question is do we need the types to be
54 We would need to compactly encode it somehow.
  /external/openssh/
INSTALL 4 You will need working installations of Zlib and OpenSSL.
47 If you wish to build the GNOME passphrase requester, you will need the GNOME
60 If you wish to use the TCP wrappers functionality you will need at least
69 If you wish to use --with-skey then you will need the library below
86 the code out of CVS yourself) then you will need autoconf-2.61 to rebuild
127 then you will also need to create the user, group and directory used by
130 If you are using PAM, you may need to manually install a PAM control
135 executable, your PAM configuration may need to be modified.
138 you may need to edit it before using it on your system. If you are
175 need the S/Key libraries and header files installed for this to work
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/timer/riscos/
SDL_systimer.c 123 /* Need to yield to let other threads have a go */
153 /* Don't need to do anything as we use SDL_timer_running
154 to detect if we need to check the timer */
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectAtk.cpp 52 // the list item gets ignored. We need it.
64 // We at some point might have a need to expose a table row; but it's not standard Gtk+.
120 // Gtk ATs need this for all text objects; not just text controls.
  /external/webkit/Source/WebCore/platform/
ThreadGlobalData.h 93 // We need to check for e.g. database objects manipulating strings on secondary threads.
96 // ThreadGlobalData is used on main thread before it could possibly be used on secondary ones, so there is no need for synchronization here.
103 // ThreadGlobalData constructor indirectly uses staticData, so we need to set up the memory before invoking it.
  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformImage.cpp 39 #error "Need to implement for your platform"
73 // FIXME: do we need to support more image configurations?
107 #error "Need to implement for your platform."
  /external/webkit/Source/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
  /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/docs/html/guide/topics/providers/
content-providers.jd 66 You don't need to develop your own provider if you don't intend to share your data with
67 other applications. However, you do need your own provider to provide custom search
68 suggestions in your own application. You also need your own provider if you want to copy and
  /frameworks/compile/libbcc/runtime/lib/ppc/
fixtfdi.c 32 /* If the tail is non-zero, we need to patch in the tail bits. */
40 /* We need to negate it if head and tail have different signs. */
79 * we'll need to figure out what it is.
  /frameworks/native/opengl/libs/
Android.mk 31 # we need to access the private Bionic header <bionic_tls.h>
98 # we need to access the private Bionic header <bionic_tls.h>
130 # we need to access the private Bionic header <bionic_tls.h>
  /ndk/docs/
STANDALONE-TOOLCHAIN.html 6 system, and only need to ability to invoke the cross-compiler to add support
18 Before anything else, you need to decide whether your standalone toolchain
29 The second thing you need to know is which Android native API level you want
106 moved if you need to.
121 If you want to target the 'armeabi-v7a' ABI, you will need ensure that the
131 If you want to use Neon instructions, you will need one more compiler flag:
161 a custom build system, you may need to deal with the problem yourself.
194 NOTE: You will need to explicitly link with libsupc++ if you use these
205 Library. To use it, you however need to link with the proper library:
215 that need to run in the same address space at runtime (some global variable
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
xmalloc.c 76 There's no need for xnzalloc (N, S), since it would be equivalent
102 /* Clone an object P of size S, with error checking. There's no need
104 need for an arithmetic overflow check. */
  /ndk/sources/host-tools/sed-4.2.1/m4/
extensions.m4 12 # enough in this area it's likely we'll need to redefine
32 [Define to 1 if you need to in order for `stat' and other
96 dnl gnulib does not need it. But if it gets required by third-party macros
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryPackInstallBroadcastReceiver.java 48 // We need to reread the dictionary if a new dictionary package is installed.
77 // When the dictionary package is removed, we need to reread dictionary (to use the
80 // If we are replacing the package, we will receive ADDED right away so no need to
  /sdk/ddms/app/
README 6 However if you want to develop on DDMS using Eclipse, you need to
14 To run DDMS from Eclipse, you need to import the following 5 projects:
67 You might need to clean the ddms project (Project > Clean...) after
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/build/
NdkEnvSupplier.java 40 // For Windows, need to add a shell to the path
51 // TODO using the default paths for now, need smarter ways
80 // Since we're using real paths, need to tell cygwin it's OK
  /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 -->
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
ISdkLog.java 27 * Useful for limited cases where you need to call a class that requires a non-null logging
47 * need to put such a prefix in the format string.
61 * need to put such a prefix in the format string.
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
rawtransportchannel.cc 164 // We need a secondary address to determine the NAT type.
186 // We need to wait until we have two addresses.
198 // We will need to use relay.
201 // If we weren't given a relay port, we'll need to request it.
207 // If we already have a relay address, we're good. Otherwise, we will need
228 // We don't need any ports other than the one we picked.
  /external/valgrind/main/
README_MISSING_SYSCALL_OR_IOCTL 7 ioctl wrappers you need, so that you can continue your debugging. If
12 there's not a lot of need to distinguish them (at least conceptually)
25 as a result, and tools (instrumentation plug-ins) may need to know about
91 don't need to worry about checking that in the POST() function.
137 (There's no need for POST_MEM_READ calls.)
153 If you need structure definitions and/or constants for your syscall,
  /external/webkit/Source/JavaScriptCore/dfg/
DFGGenerationInfo.h 40 // (May also need bool, array, object, string types!)
161 // Constants do not need spilling, nor do values that have already been
169 // We shouldn't be spill values that don't need spilling.
175 // would need a way to distinguish cell pointers from numeric primitives.
183 // Called on values that don't need spilling (constants and values that have
187 // Should only be called on values that don't need spilling, and are currently in registers.
  /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

Completed in 1208 milliseconds

<<11121314151617181920>>