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

<<41424344454647484950>>

  /external/llvm/lib/MC/
MCELFStreamer.cpp 29 #include "llvm/Support/Debug.h"
30 #include "llvm/Support/ELF.h"
31 #include "llvm/Support/ErrorHandling.h"
32 #include "llvm/Support/raw_ostream.h"
63 llvm_unreachable("ELF doesn't support this directive");
68 llvm_unreachable("ELF doesn't support this directive");
72 llvm_unreachable("ELF doesn't support this directive");
76 llvm_unreachable("ELF doesn't support this directive");
80 llvm_unreachable("ELF doesn't support this directive");
93 llvm_unreachable("ELF doesn't support this directive")
    [all...]
  /external/llvm/lib/Target/X86/
X86.td 34 "Support POPCNT instruction">;
42 // SSE1+ processors support them.
69 "Support 64-bit instructions",
80 "Support SSE 4a instructions",
105 "Support MOVBE instruction">;
107 "Support RDRAND instruction">;
109 "Support 16-bit floating point conversion instructions">;
111 "Support FS/GS Base instructions">;
113 "Support LZCNT instruction">;
115 "Support BMI instructions">
    [all...]
  /external/llvm/tools/lli/
lli.cpp 28 #include "llvm/Support/CommandLine.h"
29 #include "llvm/Support/IRReader.h"
30 #include "llvm/Support/ManagedStatic.h"
31 #include "llvm/Support/MemoryBuffer.h"
32 #include "llvm/Support/PluginLoader.h"
33 #include "llvm/Support/PrettyStackTrace.h"
34 #include "llvm/Support/raw_ostream.h"
35 #include "llvm/Support/Process.h"
36 #include "llvm/Support/Signals.h"
37 #include "llvm/Support/TargetSelect.h
    [all...]
  /libcore/luni/src/main/java/javax/xml/parsers/
DocumentBuilderFactory.java 101 * provide support for XML namespaces. By default the value of this is set
104 * @param awareness true if the parser produced will provide support
305 * <code>DocumentBuilder</code>s it creates cannot support the feature.
310 * All implementations are required to support the {@link javax.xml.XMLConstants#FEATURE_SECURE_PROCESSING} feature.
330 * it creates cannot support this feature.
343 * <code>DocumentBuilder</code>s it creates cannot support the feature.
352 * or the <code>DocumentBuilder</code>s it creates cannot support this feature.
377 "This parser does not support specification \""
443 "This parser does not support specification \""
472 "This parser does not support specification \"
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 32 #include "llvm/Support/Casting.h"
33 #include "llvm/Support/CommandLine.h"
34 #include "llvm/Support/Debug.h"
35 #include "llvm/Support/FileSystem.h"
36 #include "llvm/Support/Format.h"
37 #include "llvm/Support/GraphWriter.h"
38 #include "llvm/Support/Host.h"
39 #include "llvm/Support/ManagedStatic.h"
40 #include "llvm/Support/MemoryBuffer.h"
41 #include "llvm/Support/MemoryObject.h
    [all...]
  /external/wpa_supplicant_8/src/ap/
hw_features.c 60 "Fetching hardware channel/rate support not "
479 wpa_printf(MSG_ERROR, "Driver does not support configured "
486 wpa_printf(MSG_ERROR, "Driver does not support configured "
493 wpa_printf(MSG_ERROR, "Driver does not support configured "
500 wpa_printf(MSG_ERROR, "Driver does not support configured "
507 wpa_printf(MSG_ERROR, "Driver does not support configured "
514 wpa_printf(MSG_ERROR, "Driver does not support configured "
520 wpa_printf(MSG_ERROR, "Driver does not support configured "
527 wpa_printf(MSG_ERROR, "Driver does not support configured "
534 wpa_printf(MSG_ERROR, "Driver does not support configured
    [all...]
  /frameworks/base/docs/html/tools/sdk/
tools-notes.jd 99 <li>Added automatic ProGuard support for the {@code aapt -G} flag. This change causes
103 (such as the Android Support library), since the catch-all rules to keep all custom views from the
131 <li>Fixed Ant support for testing projects with libraries.</li>
245 <li>Added support for hardware accelerated graphics rendering. This feature requires an
249 <li>Added support for running Android x86 system images in virtualization mode on
255 <li>Added experimental support for multi-touch input by enabing the emulator to receive
283 <li>Added support for custom views with custom attributes in libraries. Layouts using
294 <li>Added support for checking library projects. This change means that rules such as
349 <li>Added sensor emulation support, which allows the emulator to read sensor data from a
352 <li>Added support for using a webcam to emulate a camera on Mac OS X.</li
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSetDTM.java 250 * does not support the clone() operation.
268 * does not support the clone() operation.
310 * DTMIterator interface, so we have to support it.
528 * Add a node to the NodeSetDTM. Not all types of NodeSetDTMs support this
671 // * @param support The XPath runtime context.
675 // public void addNodesInDocOrder(NodeList nodelist, XPathContext support)
689 // addNodeInDocOrder(node, support);
699 * @param support The XPath runtime context.
703 public void addNodesInDocOrder(DTMIterator iterator, XPathContext support)
713 addNodeInDocOrder(node, support);
    [all...]
  /external/libffi/
ltcf-cxx.sh 8 # Original C++ support by:Gary V. Vaughan <gvv@techie.com>
92 # ancient GNU ld didn't support --whole-archive et. al.
123 # FIXME: insert proper C++ library support
221 # FIXME: insert proper C++ library support
274 # FIXME: insert proper C++ library support
279 # FIXME: insert proper C++ library support
283 # FIXME: insert proper C++ library support
317 # FIXME: insert proper C++ library support
351 # FIXME: insert proper C++ library support
433 # FIXME: insert proper C++ library support
    [all...]
  /external/libsepol/
ChangeLog 30 * Add role attribute support by Harry Ciao
37 * Add libsepol support for filename_trans rules by Eric Paris.
52 * Add support for building Xen policies from Paul Nuzzi.
69 * Add bounds support from KaiGai Kohei.
87 * Merge user and role mapping support from Joshua Brindle.
96 * Add permissive domain support from Eric Paris.
108 * Add support for open_perms policy capability from Eric Paris.
117 * Add support for consuming avrule_blocks during expansion to reduce
121 * Added support for policy capabilities from Todd Miller.
146 * Merged support for the handle_unknown policydb flag from Eric Paris
    [all...]
  /frameworks/base/docs/html/about/versions/
android-3.2.jd 58 compatibility support.</p></li>
61 <p>On devices that support an SD card, users can now load media files directly
70 <li><strong>Extended API for managing screens support</strong>
72 <p>Android 3.2 introduces extensions to the platform's screen support API to
80 support for various screen sizes, the platform also provides a new zoom
83 screen support API and the controls it provides, see the sections below. </p></li>
89 <h3 id="usb">Screens Support APIs</h3>
91 <p>Android 3.2 introduces new screens support APIs that give you more
93 The API builds on the existing screens-support API, including the platform's
127 <p>The new screens support API is designed to let you manage application U
    [all...]
  /external/valgrind/main/drd/scripts/ppc-cross/kernel-config/2.6.22/
.config 9 # Processor support
51 # Hardware Performance Monitoring support
122 # Loadable module support
137 # Process debugging support
162 # Platform support
345 # PCCARD (PCMCIA/CardBus) support
445 # IPVS transport protocol load balancing support
790 # Dongle support
810 # Old Serial dongle support
997 # Parallel port support
    [all...]
  /bionic/libc/stdlib/
locale.c 32 /* INTENTIONAL: there is no locale support in Bionic */
  /bionic/libc/string/
strcoll.c 32 * support locales, we assume we always use the C locale and call strcmp.
  /bionic/libc/wchar/
wcscoll.c 31 * support locales, we assume we always use the C locale and call wcscmp.
  /bionic/libm/src/
e_gammaf.c 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
e_gammaf_r.c 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
e_ldexpf.c 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
e_lgammaf.c 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
s_fabsf.c 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
s_finitef.c 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
s_significandf.c 2 * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
  /bootable/recovery/applypatch/
imgdiff.h 24 // support gzipped data with any of the optional fields, so for now it
  /bootable/recovery/minzip/
SysUtil.h 34 * to support .gz/.zip compressed data.)
  /build/core/combo/arch/x86/
x86.mk 10 # If your target device doesn't support the four following features, then

Completed in 382 milliseconds

<<41424344454647484950>>