HomeSort by relevance Sort by last modified time
    Searched full:support (Results 1001 - 1025 of 13846) sorted by null

<<41424344454647484950>>

  /external/llvm/include/llvm/Support/
Endian.h 17 #include "llvm/Support/Host.h"
18 #include "llvm/Support/SwapByteOrder.h"
19 #include "llvm/Support/type_traits.h"
22 namespace support { namespace in namespace:llvm
222 } // end namespace support
IRReader.h 1 //===---- llvm/Support/IRReader.h - Reader for LLVM IR files ----*- C++ -*-===//
10 // This file defines functions for reading LLVM IR. They support both
25 #include "llvm/Support/MemoryBuffer.h"
26 #include "llvm/Support/SourceMgr.h"
27 #include "llvm/Support/system_error.h"
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 26 #include "llvm/Support/Debug.h"
27 #include "llvm/Support/raw_ostream.h"
28 #include "llvm/Support/Errno.h"
29 #include "llvm/Support/ValueHandle.h"
130 // JIT API does not support multiple source files associated with a single
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 19 #include "llvm/Support/Debug.h"
20 #include "llvm/Support/raw_ostream.h"
21 #include "llvm/Support/DynamicLibrary.h"
22 #include "llvm/Support/Mutex.h"
23 #include "llvm/Support/MutexGuard.h"
  /external/llvm/lib/Support/
Threading.cpp 1 //===-- llvm/Support/Threading.cpp- Control multithreading mode --*- C++ -*-==//
14 #include "llvm/Support/Threading.h"
15 #include "llvm/Support/Atomic.h"
16 #include "llvm/Support/Mutex.h"
140 // Support for non-Win32, non-pthread implementation.
  /external/llvm/tools/llvm-ld/
Optimize.cpp 17 #include "llvm/Support/CommandLine.h"
18 #include "llvm/Support/raw_ostream.h"
19 #include "llvm/Support/DynamicLibrary.h"
22 #include "llvm/Support/PassNameParser.h"
23 #include "llvm/Support/PluginLoader.h"
  /external/mesa3d/docs/
README.BEOS 87 support.
103 - BDirectWindow single buffering support is not implemented yet.
108 - Multiple renderers add-ons support, first step toward hardware acceleration
109 support.
129 if interested. Ideally, the 3Dfx/Glide support should be updated to
  /external/oprofile/
README_PACKAGERS 22 As of release 0.9.4, OProfile includes a JIT support library called libopagent.
31 OProfile also includes support for profiling Java applications. This support
44 On bi-arch platforms that support more than one "bitness" of userspace software
51 The new JIT support also provides the ability for third parties to develop
  /external/qemu/distrib/sdl-1.2.12/src/
SDL.c 78 SDL_SetError("SDL not built with video support");
93 SDL_SetError("SDL not built with audio support");
112 SDL_SetError("SDL not built with timer support");
128 SDL_SetError("SDL not built with joystick support");
143 SDL_SetError("SDL not built with cdrom support");
  /external/stlport/etc/
ReleaseNote.txt 6 preprocessor support it. Enhance STLport portability as native header path do
56 * Support enhancements:
60 - Use of intrinsic type traits support of Visual Studio 2005
99 * Support of many modern C++ compilers and platforms
138 * Large file ( > 4 Go) stream support on Win32 platform.
  /external/wpa_supplicant_6/wpa_supplicant/
todo.txt 5 - add support for WPA with ap_scan=0 (update selected cipher etc. based on
30 - add proper support for using dot11RSNAConfigSATimeout
72 - add support for fetching full user cert chain from Windows certificate
82 - add support for encrypted configuration fields (e.g., password, psk,
84 - wpa_gui: add support for setting and showing priority, auth_alg
  /external/wpa_supplicant_8/wpa_supplicant/
todo.txt 2 - add support for WPA with ap_scan=0 (update selected cipher etc. based on
27 - add proper support for using dot11RSNAConfigSATimeout
70 - add support for fetching full user cert chain from Windows certificate
77 - add support for encrypted configuration fields (e.g., password, psk,
79 - wpa_gui: add support for setting and showing priority
  /frameworks/base/docs/html/training/implementing-navigation/
ancestral.jd 88 <p>When the current activity belongs to a task from a different application&mdash;for example if it was reached via an intent from another application&mdash;pressing <em>Up</em> should create a new task for the application with a synthesized back stack. This approach is described in <a href="{@docRoot}design/patterns/navigation.html">Android Design: Navigation</a> and the {@link android.support.v4.app.TaskStackBuilder} class reference.</p>
90 <p>The {@link android.support.v4.app.NavUtils} and {@link android.support.v4.app.TaskStackBuilder} classes in the <a href="{@docRoot}tools/extras/support-library.html">Android Support Package</a> provide helpers for implementing this behavior correctly. An example usage of these two helper classes is below:</p>
  /frameworks/compile/mclinker/lib/MC/
MCLDAttribute.cpp 19 pErrMesg = std::string("Target does not support --whole-archive");
23 pErrMesg = std::string("Target does not support --as-needed");
27 pErrMesg = std::string("Target does not support --add-needed");
31 pErrMesg = std::string("Target does not support --Bdynamic");
36 pErrMesg = std::string("Can't enable --as-needed on a target which does not support dynamic linking");
  /frameworks/compile/mclinker/unittests/
MemoryAreaTest.cpp 11 #include "mcld/Support/FileSystem.h"
12 #include "mcld/Support/MemoryArea.h"
13 #include "mcld/Support/MemoryRegion.h"
14 #include "mcld/Support/MemoryAreaFactory.h"
15 #include "mcld/Support/Path.h"
  /hardware/ti/omap3/dspbridge/inc/
cfgdefs.h 19 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
27 *! 09-May-2000 rr: CFG_HOSTRES now support multiple windows for PCI support.
36 *! 27-Oct-1997 cr: Updated CFG_HOSTRES struct to support 1+ IRQs per board.
67 #define CFG_DEFAULT_NUM_WINDOWS 1 /* We support only one window. */
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/
ManifestData.java 297 SupportsScreens support = (SupportsScreens) obj; local
302 return mResizeable == support.mResizeable &&
303 mAnyDensity == support.mAnyDensity &&
304 mSmallScreens == support.mSmallScreens &&
305 mNormalScreens == support.mNormalScreens &&
306 mLargeScreens == support.mLargeScreens;
327 * Returns true if the two instances support the same screen sizes.
330 * @param support the other instance to compare to.
331 * @return true if the two instances support the same screen sizes.
333 public boolean hasSameScreenSupportAs(SupportsScreens support) {
    [all...]
  /external/grub/
configure.ac 171 AC_MSG_ERROR([GRUB requires GAS .code16 addr32 support; upgrade your binutils])
223 # filesystems support.
225 [ --disable-ext2fs disable ext2fs support in Stage 2])
232 [ --disable-fat disable FAT support in Stage 2])
239 [ --disable-ffs disable FFS support in Stage 2])
246 [ --disable-ufs2 disable UFS2 support in Stage 2])
253 [ --disable-minix disable Minix fs support in Stage 2])
260 [ --disable-reiserfs disable ReiserFS support in Stage 2])
267 [ --disable-vstafs disable VSTa FS support in Stage 2])
274 [ --disable-jfs disable IBM JFS support in Stage 2]
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_ArtistsTest.java 62 // do not support insert operation of the artists
89 // do not support update operation of the artists
99 // do not support delete operation of the artists
  /development/samples/SipDemo/
_index.html 27 not all devices will offer SIP support. To ensure that your application can only
37 from devices that do not support SIP, remember to add the following to the
43 support. Other <code>&lt;uses-feature&gt;</code> declarations may also be
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentArgumentsSupport.java 21 import android.support.v4.app.FragmentActivity;
22 import android.support.v4.app.Fragment;
23 import android.support.v4.app.FragmentTransaction;
FragmentCustomAnimationSupport.java 21 import android.support.v4.app.Fragment;
22 import android.support.v4.app.FragmentActivity;
23 import android.support.v4.app.FragmentTransaction;
FragmentReceiveResultSupport.java 22 import android.support.v4.app.Fragment;
23 import android.support.v4.app.FragmentActivity;
24 import android.support.v4.app.FragmentTransaction;
SharingSupport.java 25 import android.support.v4.app.ShareCompat;
26 import android.support.v4.view.MenuItemCompat;
36 * This example illustrates the use of the ShareCompat feature of the support library.
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
SignerTest.java 24 import org.apache.harmony.security.tests.support.PrivateKeyStub;
25 import org.apache.harmony.security.tests.support.PublicKeyStub;
26 import org.apache.harmony.security.tests.support.SignerStub;

Completed in 489 milliseconds

<<41424344454647484950>>