HomeSort by relevance Sort by last modified time
    Searched full:need (Results 176 - 200 of 28514) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/screensavers/WebView/
Android.mk 11 # need tasty bits
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
vsyscall32.h 4 /* Values need to match arch/x86_64/ia32/vsyscall.lds */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
vsyscall32.h 4 /* Values need to match arch/x86_64/ia32/vsyscall.lds */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
vsyscall32.h 4 /* Values need to match arch/x86_64/ia32/vsyscall.lds */
  /prebuilts/ndk/5/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
  /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
  /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
  /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
  /prebuilts/ndk/9/sources/cxx-stl/EH/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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
idle.py 4 # If we are working on a development version of IDLE, we need to prepend the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
idle.py 4 # If we are working on a development version of IDLE, we need to prepend the
  /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/chromium_org/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/chromium_org/chrome/android/java/res/layout/
js_modal_dialog.xml 10 need (alerts, confirms and prompts). When we inflate the layout
11 in JSModalDialogHolder we show hide the widgets we need as appropriate
12 for the type of dialog we need to show.
  /external/chromium_org/chrome/browser/ui/views/frame/
contents_container.cc 33 // Make sure we layout next time around. We need this in case our bounds
45 // Need to invoke views::View in case any views whose bounds didn't change
46 // still need a layout.
  /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/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_mem.cc 67 size_t need = (new_size + BLOCK_MASK) & ~BLOCK_MASK; local
71 if (need == capacity_) {
77 char* newdata = static_cast<char*>(realloc(data_, need));
81 memset(newdata + old_size, 0, need - old_size);
84 capacity_ = need;
  /external/chromium_org/third_party/icu/source/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
  /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
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_resolve_map.c 33 * changed to the given value of \c need.
39 enum gen6_hiz_op need)
46 (*tail)->need = need;
58 (*tail)->need = need;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_resolve_map.c 33 * changed to the given value of \c need.
39 enum gen6_hiz_op need)
46 (*tail)->need = need;
58 (*tail)->need = need;
  /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
  /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/chromium_org/content/child/npapi/
plugin_lib_unittest.cc 35 // Need to create it again, it should have been destroyed above.
44 // Need to create it again, it should have been destroyed above.
54 // Need to create it again, it should have been destroyed above.
  /external/chromium_org/ipc/
param_traits_macros.h 28 // is responsible for all validation. This macro should not need to be
35 // This macro should not need to be subsequently redefined.
41 // inclusive. This macro should not need to be subsequently redefined.

Completed in 1259 milliseconds

1 2 3 4 5 6 78 91011>>