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

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
capi.h 67 __u32 support1; /* B1 protocols support */
68 __u32 support2; /* B2 protocols support */
69 __u32 support3; /* B3 protocols support */
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/
README 7 please contact the android-ndk support forum or
14 a simple STL implementation. Note that it currently does not support
15 C++ exceptions and RTTI. Support for wchar_t and locales is probably buggy.
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/
README 7 please contact the android-ndk support forum or
14 a simple STL implementation. Note that it currently does not support
15 C++ exceptions and RTTI. Support for wchar_t and locales is probably buggy.
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/
README 7 please contact the android-ndk support forum or
14 a simple STL implementation. Note that it currently does not support
15 C++ exceptions and RTTI. Support for wchar_t and locales is probably buggy.
  /frameworks/support/v7/gridlayout/gen/android/support/v7/gridlayout/
R.java 8 package android.support.v7.gridlayout;
151 support versions. All attributes not present in ViewGroup/View are
152 redefined in the support library namespace.
245 <tr><td><code>{@link #GridLayout_alignmentMode android.support.v7.gridlayout:alignmentMode}</code></td><td>
248 <tr><td><code>{@link #GridLayout_columnCount android.support.v7.gridlayout:columnCount}</code></td><td> The maximum number of columns to create when automatically positioning children.</td></tr>
249 <tr><td><code>{@link #GridLayout_columnOrderPreserved android.support.v7.gridlayout:columnOrderPreserved}</code></td><td>
252 <tr><td><code>{@link #GridLayout_orientation android.support.v7.gridlayout:orientation}</code></td><td>
253 support versions.</td></tr>
254 <tr><td><code>{@link #GridLayout_rowCount android.support.v7.gridlayout:rowCount}</code></td><td> The maximum number of rows to create when automatically positioning children.</td></tr>
255 <tr><td><code>{@link #GridLayout_rowOrderPreserved android.support.v7.gridlayout:rowOrderPreserved}</code></td><td
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
defconfig 141 # Note: Default OpenSSL package does not include support for all the
180 # Include support for optional SHA256 cipher suite in EAP-GPSK
183 # EAP-TNC and related Trusted Network Connect support (experimental)
192 # PKCS#12 (PFX) support (used to read private key and certificate file from
196 # Smartcard support (i.e., private key on a smartcard), e.g., with openssl
216 # Include support for GNU Readline and History Libraries in wpa_cli.
228 # Remove WPA support, e.g., for wired-only IEEE 802.1X supplicant, to save
232 # Remove WPA2 support. This allows WPA to be used, but removes WPA2 code to
233 # save about 1 kB in code size when building only WPA-Personal (no EAP support)
237 # Remove IEEE 802.11i/WPA-Personal ASCII passphrase support
    [all...]
  /external/iproute2/testsuite/configs/
all-no-act 50 # Loadable module support
145 # ACPI (Advanced Configuration and Power Interface) Support
173 # APM (Advanced Power Management) BIOS Support
202 # PCCARD (PCMCIA/CardBus) support
212 # PCI Hotplug Support
241 # Parallel port support
246 # Plug and Play support
290 # ATA/ATAPI/MFM/RLL support
309 # IDE chipset support/bugfixes
355 # SCSI device support
    [all...]
all-police-act 50 # Loadable module support
145 # ACPI (Advanced Configuration and Power Interface) Support
173 # APM (Advanced Power Management) BIOS Support
202 # PCCARD (PCMCIA/CardBus) support
212 # PCI Hotplug Support
241 # Parallel port support
246 # Plug and Play support
290 # ATA/ATAPI/MFM/RLL support
309 # IDE chipset support/bugfixes
355 # SCSI device support
    [all...]
  /build/core/combo/arch/arm/
armv4t.mk 10 $(warning ARMv4t support is currently a work in progress. It does not work right now!)
  /dalvik/vm/compiler/codegen/x86/
Codegen.h 18 * This file contains register alloction support and is intended to be
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_MONITOR_ENTER_DEBUG.S 2 * To support deadlock prediction, this version of MONITOR_ENTER
  /development/samples/ApiDemos/
README.txt 16 Api demos is designed to use the compatibility library "android-support-v4.jar".
  /development/samples/ApiDemos/src/com/example/android/apis/content/
FileProvider.java 48 // Don't support queries.
54 // Don't support inserts.
60 // Don't support deletes.
66 // Don't support updates.
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentHideShowSupport.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;
FragmentStackSupport.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;
  /development/samples/USB/AdbTest/
_index.html 4 However, the support classes are structured in a way that would allow
  /docs/source.android.com/src/tech/input/
migration-guide.md 33 greater use of input device configuration files. We also added support for full
55 In Honeycomb 3.2, we added support for joysticks and extended the key layout file
61 to follow the standard Linux multitouch input protocol and added support for
62 protocol "B". We also support digitizer tablets and stylus-based touch devices.
  /external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/
StandardBean2.java 21 package org.apache.harmony.beans.tests.support;
  /external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/mock/
MockFakeEvent.java 18 package org.apache.harmony.beans.tests.support.mock;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/support/
B.java 18 package org.apache.harmony.luni.tests.support;
I.java 18 package org.apache.harmony.luni.tests.support;
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Field.java 18 package tests.support;
Support_GetResource.java 18 package tests.support;
Support_Proxy_I1.java 18 package tests.support;
Support_Proxy_I2.java 18 package tests.support;

Completed in 443 milliseconds

<<21222324252627282930>>