HomeSort by relevance Sort by last modified time
    Searched full:features (Results 201 - 225 of 4027) sorted by null

1 2 3 4 5 6 7 891011>>

  /development/ndk/platforms/android-3/include/
features.h 31 /* certain Linux-specific programs expect a <features.h> header file
32 * that defines various features macros
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/templates/
index.html 40 You have <strong>no access</strong> to extra features in this app.
50 You have <strong>full access</strong> to the features of this app.
  /external/chromium/third_party/libjingle/source/
CHANGELOG 13 - Added addtional XEP-166 and XEP-167 features:
17 - Added features in examples/call:
  /external/clang/include/clang/Basic/
TargetOptions.h 38 /// The list of target specific features to enable or disable -- this should
40 std::vector<std::string> Features;
  /external/kernel-headers/original/asm-x86/
cpufeature_32.h 13 #include <asm/required-features.h>
17 /* Intel-defined CPU features, CPUID level 0x00000001 (edx), word 0 */
49 /* AMD-defined CPU features, CPUID level 0x80000001, word 1 */
60 /* Transmeta-defined CPU features, CPUID level 0x80860001, word 2 */
65 /* Other features, Linux-defined mapping, word 3 */
86 /* Intel-defined CPU features, CPUID level 0x00000001 (ecx), word 4 */
97 /* VIA/Cyrix/Centaur-defined CPU features, CPUID level 0xC0000001, word 5 */
114 * Auxiliary flags: Linux defined - For features scattered in various
  /external/openssl/apps/
Android.mk 65 # These flags omit whole features from the commandline "openssl".
66 # However, portions of these features are actually turned on.
  /external/openssl/patches/
apps_Android.mk 65 # These flags omit whole features from the commandline "openssl".
66 # However, portions of these features are actually turned on.
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_gui.sgml 31 configuration features of the command line client, wpa_cli. Refer
33 interactive mode features.</para>
  /frameworks/base/core/java/android/accounts/
IAccountAuthenticator.aidl 64 * specified features
67 in String[] features);
IAccountManager.aidl 34 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features);
35 void getAccountsByFeatures(in IAccountManagerResponse response, String accountType, in String[] features);
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
targetver.h 20 // is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run
21 // your application. The macros work by enabling all features available on platform versions up to and
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
features.h 31 /* certain Linux-specific programs expect a <features.h> header file
32 * that defines various features macros
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
features.h 31 /* certain Linux-specific programs expect a <features.h> header file
32 * that defines various features macros
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
features.h 31 /* certain Linux-specific programs expect a <features.h> header file
32 * that defines various features macros
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
features.h 31 /* certain Linux-specific programs expect a <features.h> header file
32 * that defines various features macros
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
features.h 31 /* certain Linux-specific programs expect a <features.h> header file
32 * that defines various features macros
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
features.h 31 /* certain Linux-specific programs expect a <features.h> header file
32 * that defines various features macros
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
features.h 31 /* certain Linux-specific programs expect a <features.h> header file
32 * that defines various features macros
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
features.h 31 /* certain Linux-specific programs expect a <features.h> header file
32 * that defines various features macros
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
features.h 31 /* certain Linux-specific programs expect a <features.h> header file
32 * that defines various features macros
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
manifest-expected-completion16.txt 6 permission : The "permission" tag declares a security permission that can be used to control access from other packages to specific components or features in your package (or other packages).
14 uses-sdk : The "uses-sdk" tag describes the SDK features that the containing package must be running on to operate correctly.
  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java 50 // Create some mock features
190 * Checks if the account supports all the specified authenticator specific features.
194 String[] features) throws NetworkErrorException {
198 this.mFeatures = features;
201 if (null == features) {
206 for (String feature: features) {
  /frameworks/base/docs/html/sdk/
android-1.5-highlights.jd 9 <p>The Android 1.5 platform introduces many new features for users and developers.
15 <li><a href="#features">New Features</a>
52 <h2 id="features">New Features</h2>
179 configuration&gt;</a> to indicate to the Android system what hardware features
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/xml/
AndroidManifestParserTest.java 151 UsesFeature[] features = mManifestTestApp.getUsesFeatures(); local
153 assertEquals(2, features.length);
154 assertEquals(0x00020001, features[0].mGlEsVersion);
155 assertEquals(Boolean.TRUE, features[0].getRequired());
156 assertEquals(FEATURE_NAME, features[1].getName());
157 assertEquals(Boolean.TRUE, features[1].getRequired());
  /external/llvm/lib/MC/
SubtargetFeature.cpp 108 // Return the features string
112 /// Adding features.
115 // Don't add empty features
118 Features.push_back(PrependFlag(LowercaseString(String), IsEnabled));
163 errs() << "Available features for this target:\n\n";
179 // Break up string into separate features
180 Split(Features, Initial);
185 return Join(Features);
275 "CPU features table is not sorted");
306 for (size_t i = 0, E = Features.size(); i < E; i++)
    [all...]

Completed in 3817 milliseconds

1 2 3 4 5 6 7 891011>>