HomeSort by relevance Sort by last modified time
    Searched full:need (Results 126 - 150 of 18991) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 8 /* You need to undef following macro if your icl install is binded to MSVC 6
12 /* You need to undef following macro if your icl install is binded to MSVC .Net 2002
17 /* You need to undef following macro if your icl install is binded to MSVC .Net 2003
22 /* You need to undef following macro if your icl install is binded to MSVC 2005
_android.h 42 // No need to define our own namespace
45 // Use __new_alloc instead of __node_alloc, so we don't need static functions.
48 // Don't use extern versions of range errors, so we don't need to
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 8 /* You need to undef following macro if your icl install is binded to MSVC 6
12 /* You need to undef following macro if your icl install is binded to MSVC .Net 2002
17 /* You need to undef following macro if your icl install is binded to MSVC .Net 2003
22 /* You need to undef following macro if your icl install is binded to MSVC 2005
_android.h 42 // No need to define our own namespace
45 // Use __new_alloc instead of __node_alloc, so we don't need static functions.
48 // Don't use extern versions of range errors, so we don't need to
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 8 /* You need to undef following macro if your icl install is binded to MSVC 6
12 /* You need to undef following macro if your icl install is binded to MSVC .Net 2002
17 /* You need to undef following macro if your icl install is binded to MSVC .Net 2003
22 /* You need to undef following macro if your icl install is binded to MSVC 2005
_android.h 42 // No need to define our own namespace
45 // Use __new_alloc instead of __node_alloc, so we don't need static functions.
48 // Don't use extern versions of range errors, so we don't need to
  /external/chromium/build/
grit_action.gypi 6 # consistent manner. To use this the following variables need to be
12 # would need to determine inputs and outputs via grit_info on a per-file
14 # do this, but then every generator would need to be updated to handle this.
  /external/llvm/test/Transforms/InstCombine/
stack-overalign.ll 8 ; need a frame pointer to need one.
12 ; alignments when they are greater than they need to be. Or, codegen
  /external/icu4c/common/
schriter.cpp 36 // we had set the input parameter's array, now we need to set our copy's array
45 // we had set the input parameter's array, now we need to set our copy's array
56 // we had set the input parameter's array, now we need to set our copy's array
64 // we had set the input parameter's array, now we need to set our copy's array
75 // we had set the input parameter's array, now we need to set our copy's array
  /frameworks/base/docs/html/about/
start.jd 7 <p>Everything you need to start developing apps for Android is available here on
12 <p>No two apps are built in the same way, but we've structured the information you need to build an
30 <p>Before you write a single line of code, you need to design the user interface and make it fit
41 <p>Once your design is finalized, all you need are the tools to turn your app ideas into reality.
46 <p>Everything you need to learn about the app framework and developer tools is in the <a
58 types of devices your app supports. Everything you need to get started with this process is
  /cts/tests/tests/permission2/
AndroidManifest.xml 31 <!-- need ability to send sms, to test that SMS's cannot be received -->
37 <!-- need app that has WRITE_SETTINGS but not WRITE_SECURE_SETTINGS -->
40 <!-- need app that has CALL_PHONE but not PROCESS_OUTGOING_CALL -->
  /external/chromium/testing/gmock/scripts/generator/
README 7 on your system, you will also need to install it. You can download Python
10 To use the Google Mock class generator, you need to call it
31 classes, the template information is lost. You will need to add the template
  /external/clang/test/CodeGen/
blocks-1.c 46 ^(int j){ i = j; g = 0; }(0); // does not need copy/dispose
60 ^{}(); // does not need copy/dispose
64 ^{ // does not need copy/dispose
  /external/jpeg/
jcinit.c 39 jinit_c_prep_controller(cinfo, FALSE /* never need full buffer here */);
57 /* Need a full-image coefficient buffer in any multi-pass mode. */
60 jinit_c_main_controller(cinfo, FALSE /* never need full buffer here */);
  /external/qemu/distrib/jpeg-6b/
jcinit.c 39 jinit_c_prep_controller(cinfo, FALSE /* never need full buffer here */);
57 /* Need a full-image coefficient buffer in any multi-pass mode. */
60 jinit_c_main_controller(cinfo, FALSE /* never need full buffer here */);
  /external/stlport/stlport/stl/config/
_android.h 42 // No need to define our own namespace
45 // Use __new_alloc instead of __node_alloc, so we don't need static functions.
48 // Don't use extern versions of range errors, so we don't need to
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 43 // No need to define our own namespace
46 // Use __new_alloc instead of __node_alloc, so we don't need static functions.
49 // Don't use extern versions of range errors, so we don't need to
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 42 // No need to define our own namespace
45 // Use __new_alloc instead of __node_alloc, so we don't need static functions.
48 // Don't use extern versions of range errors, so we don't need to
  /sdk/eclipse/
README_WINDOWS.txt 12 2- To build a Windows SDK, you need two steps:
13 a- First you need to create a Linux SDK:
23 You need a Windows machine with XP or Vista and Cygwin.
  /build/core/
proguard.flags 5 # Don't obfuscate. We only need dead code striping.
  /cts/
CtsTestCaseList.mk 46 # Any APKs that need to be copied to the CTS distribution's testcases
106 # All APKs that need to be scanned by the coverage utilities.
119 # Native test executables that need to have associated test XMLs.
135 # and that need to be created before making the final CTS distribution.
  /cts/tools/dasm/src/java_cup/runtime/
char_token.java 4 /** This subclass of token represents symbols that need to maintain one
double_token.java 4 /** This subclass of token represents symbols that need to maintain one
float_token.java 4 /** This subclass of token represents symbols that need to maintain one
int_token.java 4 /** This subclass of token represents symbols that need to maintain one

Completed in 705 milliseconds

1 2 3 4 56 7 8 91011>>