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

<<21222324252627282930>>

  /sdk/find_lock/
find_lock.exe.manifest 11 <!--The ID below indicates application support for Windows Vista -->
13 <!--The ID below indicates application support for Windows 7 -->
  /sdk/sdklauncher/
sdklauncher.exe.manifest 11 <!--The ID below indicates application support for Windows Vista -->
13 <!--The ID below indicates application support for Windows 7 -->
  /external/wpa_supplicant_8/hostapd/
defconfig 47 # Driver support is also needed for IEEE 802.11w.
95 # Include support for optional SHA256 cipher suite in EAP-GPSK
99 # Note: Default OpenSSL package does not include support for all the
107 # Enable WSC 2.0 support
109 # Enable UPnP support for external WPS Registrars
118 # PKCS#12 (PFX) support (used to read private key and certificate file from
126 # Build IPv6 support for RADIUS operations
136 # IEEE 802.11n (High Throughput) support
144 # Add support for writing debug log to a file: -f /tmp/hostapd.log
148 # Remove support for RADIUS accountin
    [all...]
  /frameworks/base/docs/html/guide/practices/
screens-support-1.5.jd 12 <li>Apps developed for Android 1.5 and below support only the baseline screen
14 <li>There are some simple steps you should take to enable support for multiple screens in
20 <li><a href="#strategies">Adding Multiple Screens Support</a></li>
33 <p>All applications written for Android 1.5 or earlier, by default, support only the
35 size and medium density (<em>mdpi</em>). Android 1.6 introduced support for different screen
56 mode</a> and instead support multiple screens, but also maintain compatibility with Android 1.5 and
60 necessary to support Android 1.5. To see the relative number of devices that are still running
68 <h2 id="strategies">Adding Multiple Screens Support</h2>
77 lowest version that includes support for multiple screens) and test your application on each
84 attribute as it is. You <em>do not</em> need to increment the value of the attribute to support ne
    [all...]
  /development/samples/Support4Demos/src/com/example/android/supportv4/accessibility/
AccessibilityDelegateSupportActivity.java 22 import android.support.v4.view.AccessibilityDelegateCompat;
23 import android.support.v4.view.ViewCompat;
24 import android.support.v4.view.accessibility.AccessibilityNodeInfoCompat;
32 * This class demonstrates how to use the support library to register
70 // The easiest way to achieve that is by using the support library which
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentMenuSupport.java 21 import android.support.v4.app.Fragment;
22 import android.support.v4.app.FragmentActivity;
23 import android.support.v4.app.FragmentManager;
24 import android.support.v4.app.FragmentTransaction;
25 import android.support.v4.view.MenuItemCompat;
  /external/dbus/dbus/
dbus-types.h 82 * A 64-bit unsigned integer on all platforms that support it.
86 * compilers support one. GLib for example flat-out requires
95 * A 64-bit signed integer on all platforms that support it.
99 * compilers support one. GLib for example flat-out requires
113 * compilers support one. GLib for example flat-out requires
  /external/llvm/lib/Support/
DataStream.cpp 1 //===--- llvm/Support/DataStream.cpp - Lazy streamed data -----------------===//
11 // a stream source. It provides support for streaming (lazy reading) of
19 #include "llvm/Support/DataStream.h"
20 #include "llvm/Support/Program.h"
21 #include "llvm/Support/system_error.h"
  /external/llvm/lib/VMCore/
LeakDetector.cpp 15 #include "llvm/Support/LeakDetector.h"
17 #include "llvm/Support/Compiler.h"
18 #include "llvm/Support/ManagedStatic.h"
19 #include "llvm/Support/Mutex.h"
20 #include "llvm/Support/Threading.h"
  /external/llvm/tools/llvm-diff/
llvm-diff.cpp 23 #include "llvm/Support/CommandLine.h"
24 #include "llvm/Support/IRReader.h"
25 #include "llvm/Support/MemoryBuffer.h"
26 #include "llvm/Support/raw_ostream.h"
27 #include "llvm/Support/SourceMgr.h"
  /external/qemu/distrib/sdl-1.2.12/src/thread/dc/
SDL_syssem.c 38 SDL_SetError("SDL not configured with thread support");
49 SDL_SetError("SDL not configured with thread support");
55 SDL_SetError("SDL not configured with thread support");
61 SDL_SetError("SDL not configured with thread support");
72 SDL_SetError("SDL not configured with thread support");
  /external/qemu/distrib/sdl-1.2.12/src/thread/generic/
SDL_syssem.c 35 SDL_SetError("SDL not configured with thread support");
46 SDL_SetError("SDL not configured with thread support");
52 SDL_SetError("SDL not configured with thread support");
58 SDL_SetError("SDL not configured with thread support");
69 SDL_SetError("SDL not configured with thread support");
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_syssem.c 38 SDL_SetError("SDL not configured with thread support");
49 SDL_SetError("SDL not configured with thread support");
55 SDL_SetError("SDL not configured with thread support");
61 SDL_SetError("SDL not configured with thread support");
72 SDL_SetError("SDL not configured with thread support");
  /external/zlib/contrib/
README.contrib 8 Support for Ada
23 Support for Delphi and C++ Builder
26 Support for Microsoft .Net and Visual C++ .Net
60 Includes Zip64 support by Mathias Svensson <mathias@result42.com>
64 Support for Pascal
  /frameworks/base/docs/html/tools/
index.jd 27 <li>Build support for complex projects, command-line support for CI through Ant. Includes ProGuard and app-signing. </li>
39 <li>Editor support for working with custom UI components</li>
93 <li>Support for compiling and packaging existing code written in C or C++.</li>
94 <li>Support for packaging multiple architectures in a single binary, for broad compatibility.</li>
  /frameworks/base/docs/html/training/multiscreen/
index.jd 23 href="{@docRoot}tools/extras/support-library.html">support library</a></li>
62 href="{@docRoot}tools/extras/support-library.html">support library</a> in order to use the {@link
78 <dd>This lesson shows you how to support screens that have different
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
VertexFrame.java 58 throw new RuntimeException("Vertex frames do not support reading data!");
71 throw new RuntimeException("Vertex frames do not support reading data!");
84 throw new RuntimeException("Vertex frames do not support reading data!");
100 throw new RuntimeException("Vertex frames do not support reading data!");
110 throw new RuntimeException("Vertex frames do not support reading data!");
  /frameworks/support/v4/java/android/support/v4/app/
ActivityCompat.java 17 package android.support.v4.app;
21 import android.support.v4.content.ContextCompat;
48 * this functionality is used to support a changing configuration of Fragments.</p>
50 * <p>Applications may use this support helper to signal a significant change in
52 * is running on an older platform version that does not support menu invalidation
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
AccountTypeManagerTest.java 65 // No invite support, no accounts
72 // No invite support, with accounts
79 // With invite support, no accounts
86 // With invite support, 1 account
93 // With invite support, 2 account
  /external/clang/include/clang/Basic/
LangOptions.def 70 LANGOPT(AppleKext , 1, 0, "Apple kext support")
71 BENIGN_LANGOPT(PascalStrings, 1, 0, "Pascal string support")
72 LANGOPT(WritableStrings , 1, 0, "writable string support")
73 LANGOPT(ConstStrings , 1, 0, "const-qualified string support")
88 LANGOPT(POSIXThreads , 1, 0, "POSIX thread support")
90 BENIGN_LANGOPT(EmitAllDecls , 1, 0, "support for emitting all declarations")
91 LANGOPT(MathErrno , 1, 1, "errno support for math functions")
126 BENIGN_LANGOPT(DebuggerSupport , 1, 0, "debugger support")
128 BENIGN_LANGOPT(DebuggerObjCLiteral , 1, 0, "debugger objective-C literals and subscripting support")
139 LANGOPT(ObjCRuntimeHasWeak , 1, 0, "__weak support in the ARC runtime"
    [all...]
  /external/elfutils/
configure.ac 67 AC_CACHE_CHECK([for gcc with C99 support], ac_cv_c99, [dnl
75 AC_MSG_ERROR([gcc with C99 support required]))
116 dnl Support to work around automake's inflexible dependency generation.
129 # Check whether the compiler support -fmudflap.
144 [build binaries with support to debug branch prediction]),
151 [build binaries with gprof support]), [use_gprof=yes], [use_gprof=no])
161 [build binaries with gcov support]), [use_gcov=yes], [use_gcov=no])
191 dnl Support library.
197 dnl Higher-level ELF support library.
203 dnl Higher-level DWARF support library
    [all...]
  /frameworks/base/docs/html/distribute/googleplay/publish/
preparing.jd 22 <li><a href="#support">16. Support users after launch</a></li>
40 <p>As you move toward publishing, a variety of support resources are available to
81 <li><strong><a href="http://support.google.com/googleplay/android-developer/bin/topic.py?hl=en&topic=2364761&parent=2365624&ctx=topic">Policy and Best Practices
112 <li><strong><a href="http://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=188189">Rating your application content for Google Play</a></strong> &mdash; Help Center document describing content ratings levels and how to choose the appropriate one for your app.</li>
133 <li>Time zone support, local pricing, and so on.</li>
145 <li><strong><a href="http://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=138294&topic=2365624&ctx=topic">Supported locations for distributing applications</a></strong> on Google Play.
177 <li><strong><a href="{@docRoot}guide/google/play/expansion-files.html">APK Expansion Files</a></strong> &mdash; Developer documentation describing APK Expansion Files and how to support them in your app.</li>
197 good on the range of screen sizes and densities that you want to support. You
198 should confirm the minimum screen-size and density support that your ap
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
NodeSorter.java 69 * @param support XPath context to use
73 public void sort(DTMIterator v, Vector keys, XPathContext support)
99 mergesort(nodes, scratchVector, 0, n - 1, support);
110 //mergesort(v, scratchVector, 0, n - 1, support);
120 * @param support XPath context to use
127 NodeCompareElem n1, NodeCompareElem n2, int kIndex, XPathContext support)
174 result = compare(n1, n2, kIndex + 1, support);
260 result = compare(n1, n2, kIndex + 1, support);
271 DTM dtm = support.getDTM(n1.m_node); // %OPT%
291 * @param support XPath context to us
    [all...]
  /external/checkpolicy/
ChangeLog 11 * Revert "checkpolicy: Redo filename/filesystem syntax to support filename trans rules"
22 *Redo filename/filesystem syntax to support filename trans
36 * Add role attribute support by Harry Ciao
43 * Add support for using the last path compnent in type transitions by Eric
63 * Add support for building Xen policies from Paul Nuzzi.
73 * Add bounds support from KaiGai Kohei.
76 * Update checkpolicy for user and role mapping support from Joshua Brindle.
83 * Add permissive domain support from Eric Paris.
105 * Added support for policy capabilities from Todd Miller.
114 * Merged handle unknown policydb flag support from Eric Paris
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 10 // Implementation of ELF support for the MC-JIT runtime dynamic linker.
21 #include "llvm/Support/ELF.h"
30 template<support::endianness target_endianness, bool is64Bits>
72 template<support::endianness target_endianness, bool is64Bits>
112 template<support::endianness target_endianness, bool is64Bits>
120 template<support::endianness target_endianness, bool is64Bits>
133 template<support::endianness target_endianness, bool is64Bits>
159 DyldELFObject<support::little, false> *Obj =
160 new DyldELFObject<support::little, false>(InputBuffer, ec);
161 return new ELFObjectImage<support::little, false>(Obj)
    [all...]

Completed in 504 milliseconds

<<21222324252627282930>>