/prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature-api/1.5/ |
gmaven-feature-api-1.5.pom | 25 <groupId>org.codehaus.gmaven.feature</groupId> 26 <artifactId>gmaven-feature</artifactId> 30 <name>GMaven Feature :: API</name> 31 <artifactId>gmaven-feature-api</artifactId> 34 Feature discovery API.
|
/cts/tests/tests/os/src/android/os/cts/ |
CpuFeaturesTest.java | 89 String feature) { 90 assertTrue("/proc/cpuinfo does not advertise required feature " + feature + " to 32-bit ARM processes", 91 features.contains(feature)); 95 String feature) { 96 assertFalse("/proc/cpuinfo advertises required feature " + feature + " to 64-bit ARM processes", 97 features.contains(feature)); 132 for (String feature : armv8RequiredFeatures) { 133 assertInCpuinfo(features, feature); [all...] |
/external/chromium_org/chrome/renderer/extensions/ |
chrome_v8_context.h | 12 #include "extensions/common/features/feature.h" 37 Feature::Context context_type, 39 Feature::Context effective_context_type);
|
chrome_v8_context.cc | 12 Feature::Context context_type, 14 Feature::Context effective_context_type)
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
crazy_linker_error.h | 15 // error = "Unimplemented feature"; 16 // error->Set("Unimplemented feature"); 17 // error->Format("Feature %s is not implemented", feature_name);
|
/external/clang/test/Driver/ |
aarch64-mgeneral_regs_only.c | 7 // CHECK-NO-FP: "-target-feature" "-fp-armv8" 8 // CHECK-NO-FP: "-target-feature" "-crypto" 9 // CHECK-NO-FP: "-target-feature" "-neon"
|
x86_features.c | 2 // CHECK: "pentium4" "-target-feature" "+sse4" "-target-feature" "-mmx" "-target-feature" "+sse"
|
armv8-crc.c | 3 // CHECK-V8-CRC: "-target-feature" "+crc" 7 // CHECK-V8-NOCRC: "-target-feature" "-crc"
|
/external/valgrind/main/tests/ |
mips_features.c | 4 // - 0 if the machine matches the asked-for feature. 6 // - 2 if the asked-for feature isn't recognised (this will be the case for 7 // any feature if run on a non-MIPS machine). 47 static int go(char *feature) 50 if (strcmp(feature, "mips32-dsp") == 0) { 58 } else if (strcmp(feature, "mips32-dspr2") == 0) { 66 } else if (strcmp(feature, "cavium-octeon") == 0) { 74 } else if (strcmp(feature, "cavium-octeon2") == 0) { 82 } else if (strcmp(feature, "mips-be") == 0) { 96 static int go(char *feature) [all...] |
/frameworks/base/libs/androidfw/tests/data/feature/ |
build | 18 aapt package -M AndroidManifest.xml -S res --feature-of ../basic/bundle.apk -F bundle.apk -f && \ 20 mv resources.arsc feature.arsc && \ 21 xxd -i feature.arsc > feature_arsc.h
|
/frameworks/native/data/etc/ |
android.hardware.audio.low_latency.xml | 17 <!-- This is the feature indicating low-latency audio, as specified by the 19 feature. --> 21 <feature name="android.hardware.audio.low_latency" />
|
android.hardware.audio.output.xml | 17 <!-- This is the standard feature indicating audio output support of the device, 19 declare this feature. --> 21 <feature name="android.hardware.audio.output" />
|
android.hardware.camera.autofocus.xml | 19 <feature name="android.hardware.camera.any" /> 20 <feature name="android.hardware.camera" /> 21 <feature name="android.hardware.camera.autofocus" />
|
android.hardware.location.gps.xml | 19 <feature name="android.hardware.location" /> 20 <feature name="android.hardware.location.network" /> 21 <feature name="android.hardware.location.gps" />
|
/external/bluetooth/bluedroid/doc/ |
btsnoop_net.md | 6 This feature is enabled by setting `BtSnoopLogOutput=true` in `bt_stack.conf`. 10 To use this feature with hcidump on a Linux host, you can run:
|
/external/chromium_org/chrome/common/extensions/docs/templates/private/intro_tables/ |
master_message.html | 7 {{- TODO(kalman): Link to an actual article about API/feature availability and 8 feature detection. -}}
|
/external/chromium_org/extensions/renderer/ |
default_dispatcher_delegate.cc | 22 Feature::Context context_type, 24 Feature::Context effective_context_type) {
|
default_dispatcher_delegate.h | 22 Feature::Context context_type, 24 Feature::Context effective_context_type) OVERRIDE;
|
/external/clang/test/CodeGen/ |
arm-asm-deprecated.c | 2 // RUN: %clang_cc1 -triple armv8 -target-feature +neon %s -S -o /dev/null -verify -DWARN 3 // RUN: %clang_cc1 -triple armv8 -target-feature +neon %s -S -o /dev/null -Werror -verify
|
x86_32-arguments-nommx.c | 1 // RUN: %clang_cc1 -target-feature -mmx -target-feature +sse2 -triple i686-pc-linux-gnu -emit-llvm -o - %s | FileCheck %s
|
/external/clang/test/Parser/ |
c1x-alignas.c | 12 // CHECK-EXT: _Alignas is a C11-specific feature 13 // CHECK-EXT: _Alignof is a C11-specific feature
|
/external/clang/test/Sema/ |
arm64-neon-args.c | 1 // RUN: %clang_cc1 -triple arm64-apple-darwin -target-feature +neon -fsyntax-only -ffreestanding -verify %s 2 // RUN: %clang_cc1 -triple arm64_be-none-linux-gnu -target-feature +neon -fsyntax-only -ffreestanding -verify %s
|
/external/llvm/test/MC/Mips/mips1/ |
invalid-mips32.s | 9 sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 10 sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
|
/external/llvm/test/MC/Mips/mips3/ |
invalid-mips32.s | 9 sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 10 sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
|
/external/llvm/test/MC/Mips/mips32/ |
invalid-mips64.s | 8 dclo $s2,$a2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 9 dclz $s0,$t9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
|