/ndk/sources/android/cpufeatures/ |
cpu-features.h | 75 /* The list of feature flags for ANDROID_CPU_FAMILY_ARM that can be 86 * This feature is mandated by the 'armeabi-v7a' ABI. 92 * the D32 bit is set too. This feature is also mandated by the 97 * instead of 16. Note that ARM mandates this feature is the 'NEON' 98 * feature is implemented by the CPU. 102 * NEON. Note that this mandates the VFP_D32 feature as well, per the 134 * the feature set above, you should probably use one of the following 144 * Generated code requires VFPv2 feature. 151 * Generated code requires VFPv3 feature.
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_feature_matching.h | 26 * \defgroup FeatureMatching Feature Matching 92 * \brief Feature matcher for float images. 94 * Normalized correlation feature matcher for <b>float</b> images. 126 * feature at (x_l[m],y_l[m]) matched to (x_r[n],y_r[n]). 156 * \brief Feature matcher for byte images. 158 * Normalized correlation feature matcher for <b>byte</b> images. 163 * If the prewarp matrix H is supplied, the feature coordinates are warped by H before being placed in 192 * in a ellipse around a feature of radius max_disparity*im_width by max_disparity*im_height. 216 * feature at (x_l[m],y_l[m]) matched to (x_r[n],y_r[n]).
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_feature_matching.h | 26 * \defgroup FeatureMatching Feature Matching 92 * \brief Feature matcher for float images. 94 * Normalized correlation feature matcher for <b>float</b> images. 126 * feature at (x_l[m],y_l[m]) matched to (x_r[n],y_r[n]). 156 * \brief Feature matcher for byte images. 158 * Normalized correlation feature matcher for <b>byte</b> images. 163 * If the prewarp matrix H is supplied, the feature coordinates are warped by H before being placed in 192 * in a ellipse around a feature of radius max_disparity*im_width by max_disparity*im_height. 216 * feature at (x_l[m],y_l[m]) matched to (x_r[n],y_r[n]).
|
/sdk/eclipse/buildConfig/ |
allElements.xml | 2 <!-- Feature build ant targets --> 18 <property name="type" value="feature" /> 23 <property name="type" value="feature" /> 28 <property name="type" value="feature" /> 33 <property name="type" value="feature" /> 38 <property name="type" value="feature" /> 43 <property name="type" value="feature" /> 56 <property name="type" value="feature" /> 61 <property name="type" value="feature" />
|
/development/samples/SipDemo/ |
AndroidManifest.xml | 41 <uses-feature android:name="android.hardware.sip.voip" android:required="true" /> 42 <uses-feature android:name="android.hardware.wifi" android:required="true" /> 43 <uses-feature android:name="android.hardware.microphone" android:required="true" />
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
AwContentsRenderTest.java | 13 import org.chromium.base.test.util.Feature; 69 @Feature({"AndroidWebView"}) 98 @Feature({"AndroidWebView"})
|
ClientOnPageStartedTest.java | 10 import org.chromium.base.test.util.Feature; 35 @Feature({"AndroidWebView"}) 49 @Feature({"AndroidWebView"})
|
ExternalVideoSurfaceContainerTest.java | 13 import org.chromium.base.test.util.Feature; 101 @Feature({"AndroidWebView"}) 118 @Feature({"AndroidWebView"})
|
LoadDataWithBaseUrlTest.java | 14 import org.chromium.base.test.util.Feature; 89 @Feature({"AndroidWebView"}) 112 @Feature({"AndroidWebView"}) 132 @Feature({"AndroidWebView"}) 151 @Feature({"AndroidWebView"}) 172 @Feature({"AndroidWebView"}) 182 @Feature({"AndroidWebView"}) 195 @Feature({"AndroidWebView"}) 213 @Feature({"AndroidWebView"}) 225 @Feature({"AndroidWebView"} [all...] |
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/identity/ |
UuidBasedUniqueIdentificationGeneratorTest.java | 13 import org.chromium.base.test.util.Feature; 27 @Feature({"Sync"}) 50 @Feature({"Sync"})
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/ |
ImeTest.java | 22 import org.chromium.base.test.util.Feature; 89 @Feature({"TextInput", "Main"}) 101 @Feature({"TextInput", "Main"}) 122 @Feature({"TextInput"}) 136 @Feature({"TextInput"}) 151 @Feature({"TextInput"}) 166 @Feature({"TextInput"}) 180 @Feature({"TextInput"}) 191 @Feature({"TextInput"}) 202 @Feature({"TextInput"} [all...] |
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/common/ |
CleanupReferenceTest.java | 10 import org.chromium.base.test.util.Feature; 53 @Feature({"AndroidWebView"}) 73 @Feature({"AndroidWebView"})
|
/external/chromium_org/extensions/common/manifest_handlers/ |
permissions_parser.cc | 15 #include "extensions/common/features/feature.h" 118 // associated with them are available because the feature system does not 131 // Verify feature availability of permissions. 138 Feature* feature = permission_features->GetFeature(iter->name()); local 140 // The feature should exist since we just got an APIPermission for it. The 142 DCHECK(feature) << "Could not find feature for " << iter->name(); 144 if (!feature) { 149 Feature::Availability availability [all...] |
/external/chromium_org/extensions/renderer/ |
dispatcher_delegate.h | 12 #include "extensions/common/features/feature.h" 39 Feature::Context context_type, 41 Feature::Context effective_context_type) = 0;
|
script_context.cc | 35 std::string GetContextTypeDescriptionString(Feature::Context context_type) { 37 case Feature::UNSPECIFIED_CONTEXT: 39 case Feature::BLESSED_EXTENSION_CONTEXT: 41 case Feature::UNBLESSED_EXTENSION_CONTEXT: 43 case Feature::CONTENT_SCRIPT_CONTEXT: 45 case Feature::WEB_PAGE_CONTEXT: 47 case Feature::BLESSED_WEB_PAGE_CONTEXT: 49 case Feature::WEBUI_CONTEXT: 61 Feature::Context context_type, 63 Feature::Context effective_context_type [all...] |
/external/chromium_org/net/proxy/ |
dhcp_proxy_script_fetcher_factory.h | 46 // Attempts to enable/disable the DHCP WPAD feature. Does nothing 52 // Returns true if the DHCP WPAD feature is enabled. Always returns 56 // Returns true if the DHCP WPAD feature is supported on the current
|
/external/chromium_org/net/socket/ |
unix_domain_listen_socket_posix.h | 20 // Feature only supported on Linux currently. This lets the Unix Domain Socket 44 // which is a Linux-only feature. If |fallback_path| is not empty, 98 // namespace feature (only supported on Linux).
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/ |
nsx_defines.h | 36 /* FEATURE EXTRACTION CONFIG */ 51 /* Limit on the max and min values for the feature thresholds */ 56 /* Criteria of weight of histogram peak to accept/reject feature */
|
/external/clang/test/CodeGenCXX/ |
mangle-neon-vectors.cpp | 1 // RUN: %clang_cc1 -triple armv7-apple-ios -target-feature +neon %s -emit-llvm -o - | FileCheck %s 2 // RUN: %clang_cc1 -triple arm64-apple-ios -target-feature +neon %s -emit-llvm -o - | FileCheck %s 3 // RUN: %clang_cc1 -triple arm64-linux-gnu -target-feature +neon %s -emit-llvm -o - | FileCheck %s --check-prefix=CHECK-AARCH64
|
/external/clang/www/analyzer/ |
filing_bugs.html | 5 <title>Filing Bugs and Feature Requests</title> 16 <h1>Filing Bugs and Feature Requests</h1> 19 We also welcome feature requests. When filing a bug report, please do the
|
/external/icu/icu4c/source/layout/ |
HanLayoutEngine.h | 24 * the characerProcessing method to assign the correct OpenType feature 78 * This method does Han OpenType character processing. It assigns the OpenType feature 92 * @param featureTags - the output feature tag array
|
/external/kernel-headers/original/uapi/linux/ |
hdreg.h | 79 __u8 feature; member in struct:hd_drive_cmd_hdr 86 __u8 feature; member in struct:hd_drive_task_hdr 97 __u8 feature; member in struct:hd_drive_hob_hdr 291 #define SETFEATURES_DIS_RLA 0x55 /* Disable read look-ahead feature */ 303 #define SETFEATURES_EN_RLA 0xAA /* Enable read look-ahead feature */ 478 * 3: Power Management Feature Set 479 * 2: Removable Feature Set 480 * 1: Security Feature Set 481 * 0: SMART Feature Set 489 * 10: 48-bit Address Feature Se [all...] |
/external/qemu/gdb-xml/ |
arm-vfp3.xml | 7 <!DOCTYPE feature SYSTEM "gdb-target.dtd"> 8 <feature name="org.gnu.gdb.arm.vfp"> 45 </feature>
|
power-core.xml | 8 <!DOCTYPE feature SYSTEM "gdb-target.dtd"> 9 <feature name="org.gnu.gdb.power.core"> 49 </feature>
|
power-fpu.xml | 8 <!DOCTYPE feature SYSTEM "gdb-target.dtd"> 9 <feature name="org.gnu.gdb.power.fpu"> 44 </feature>
|