/ndk/sources/host-tools/make-3.81/tests/ |
ChangeLog | 8 * scripts/features/parallelism: Test that the jobserver is 14 * scripts/features/statipattrules: Add tests for bug #16053. 18 * scripts/features/escape: Use "pre:" not "p:" to avoid conflicts 33 * scripts/features/default_names: Don't call error() when the test 38 * scripts/features/targetvars: Test a complex construction which 66 * scripts/features/parallelism: Add a test for bug #15641. 80 * scripts/features/parallelism, scripts/functions/wildcard, 91 * scripts/features/se_implicit: Add in .SECONDEXPANSION settings. 95 * scripts/features/patternrules: Add a test for bug #13022. 99 * scripts/features/double_colon: Add a test for bug #14334 [all...] |
/external/chromium_org/extensions/common/features/ |
complex_feature.cc | 5 #include "extensions/common/features/complex_feature.h" 9 ComplexFeature::ComplexFeature(scoped_ptr<FeatureList> features) { 10 DCHECK_GT(features->size(), 0UL); 11 features_.swap(*features); 16 // across all features. 26 "contexts across all sub features."; 29 "internal across all sub features."; 32 "blocked_in_service_worker across all sub features."; 35 "no_parent across all sub features."; 110 // Constructor verifies that composed features are consistent, thus we ca [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkUtilsArm.cpp | 20 // cpu-features helper library to detect NEON at runtime. See 32 # include <cpu-features.h> 35 // Set NEON_DEBUG to 1 to allow debugging of the CPU features probing. 93 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 137 // Now, find a line that starts with "Features", i.e. look for 139 const char features[] = "\nFeatures\t"; local 140 const size_t features_len = sizeof(features)-1; 143 features, features_len); 144 if (line == NULL) { // Weird, no Features line, bad kernel? 145 SkDebugf("Could not find a line starting with 'Features'" [all...] |
/external/llvm/include/llvm/MC/ |
SubtargetFeature.h | 11 // The intent is to be able to package specific features that should or should 13 // as example, gather chip info from the command line, a long with features 64 /// specific features. Features are encoded as a string of the form 67 /// Each of the remaining features is prefixed with + or - indicating whether 73 std::vector<std::string> Features; // Subtarget features as a vector 77 /// Features string accessors. 80 /// Adding Features. 99 /// Adds the default features for the specified target triple [all...] |
/external/llvm/test/CodeGen/Mips/ |
selnek.ll | 13 define void @calc_z() nounwind "target-cpu"="mips16" "target-features"="+mips16,+o32" { 78 define i32 @main() nounwind "target-cpu"="mips16" "target-features"="+mips16,+o32" { 80 call void @calc_z() "target-cpu"="mips16" "target-features"="+mips16,+o32" 82 %call = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([5 x i8]* @.str, i32 0, i32 0), i32 %0) "target-cpu"="mips16" "target-features"="+mips16,+o32" 84 %call1 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([5 x i8]* @.str, i32 0, i32 0), i32 %1) "target-cpu"="mips16" "target-features"="+mips16,+o32" 86 %call2 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([5 x i8]* @.str, i32 0, i32 0), i32 %2) "target-cpu"="mips16" "target-features"="+mips16,+o32" 88 %call3 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([5 x i8]* @.str, i32 0, i32 0), i32 %3) "target-cpu"="mips16" "target-features"="+mips16,+o32" 92 declare i32 @printf(i8*, ...) "target-cpu"="mips16" "target-features"="+mips16,+o32" 94 attributes #0 = { nounwind "target-cpu"="mips16" "target-features"="+mips16,+o32" } 95 attributes #1 = { "target-cpu"="mips16" "target-features"="+mips16,+o32" [all...] |
/external/skia/src/core/ |
SkUtilsArm.cpp | 20 // cpu-features helper library to detect NEON at runtime. See 32 # include <cpu-features.h> 35 // Set NEON_DEBUG to 1 to allow debugging of the CPU features probing. 93 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 137 // Now, find a line that starts with "Features", i.e. look for 139 const char features[] = "\nFeatures\t"; local 140 const size_t features_len = sizeof(features)-1; 143 features, features_len); 144 if (line == NULL) { // Weird, no Features line, bad kernel? 145 SkDebugf("Could not find a line starting with 'Features'" [all...] |
/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlPullParserFactory.java | 31 // features are kept there 33 protected HashMap<String, Boolean> features = new HashMap<String, Boolean>(); field in class:XmlPullParserFactory 51 * Set the features to be set when XML Pull Parser is created by this factory. 52 * <p><b>NOTE:</b> factory features are not used for XML Serializer. 58 features.put(name, state); 64 * <p><b>NOTE:</b> factory features are not used for XML Serializer. 68 * Unknown features are <string>always</strong> returned as false 71 Boolean value = features.get(name); 84 features.put (XmlPullParser.FEATURE_PROCESS_NAMESPACES, awareness); 108 features.put(XmlPullParser.FEATURE_VALIDATION, validating) [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
browser_feature_extractor.cc | 115 features::kReferrer, 120 AddFeature(feature_prefix + features::kHasSSLReferrer, 123 AddFeature(feature_prefix + features::kPageTransitionType, 128 AddFeature(feature_prefix + features::kIsFirstNavigation, 145 AddFeature(feature_prefix + features::kRedirectUrlMismatch, 154 printable_redirect = features::kSecureRedirectValue; 158 features::kRedirect, 205 // Extract features pertaining to this navigation. 212 // The url that we are extracting features for should already be commited. 219 // features [all...] |
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
DeviceInfoInstrument.java | 126 // features 127 String features = getFeatures(); local 128 addResult(FEATURES, features); 240 StringBuilder features = new StringBuilder(); local 249 addFeature(features, featureName, "sdk", hasFeature); 256 addFeature(features, featureInfo.name, "other", true); 261 Log.e(TAG, "Error getting features: " + exception.getMessage(), exception); 264 return features.toString(); 267 private static void addFeature(StringBuilder features, String name, String type 281 List<String> features = new ArrayList<String>(); local [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
intro.html | 59 I was soon receiving patches, new features and thank-you notes on a 169 <h2>Version 9.x features</h2> 174 community contributed features required for OpenGL 3.1. The primary 175 features added since the Mesa 8.0 release are 180 <h2>Version 8.x features</h2> 184 of the OpenGL 3.0 features in core Mesa, the GLSL compiler as well as 189 <h2>Version 7.x features</h2> 196 <h2>Version 6.x features</h2> 199 extensions incorporated as standard features: 236 <h2>Version 5.x features</h2 [all...] |
/external/mesa3d/docs/ |
intro.html | 59 I was soon receiving patches, new features and thank-you notes on a 169 <h2>Version 9.x features</h2> 174 community contributed features required for OpenGL 3.1. The primary 175 features added since the Mesa 8.0 release are 180 <h2>Version 8.x features</h2> 184 of the OpenGL 3.0 features in core Mesa, the GLSL compiler as well as 189 <h2>Version 7.x features</h2> 196 <h2>Version 6.x features</h2> 199 extensions incorporated as standard features: 236 <h2>Version 5.x features</h2 [all...] |
/external/chromium_org/chrome/renderer/safe_browsing/ |
scorer.cc | 14 #include "chrome/renderer/safe_browsing/features.h" 78 double Scorer::ComputeScore(const FeatureMap& features) const { 81 logodds += ComputeRuleScore(model_.rule(i), features); 115 const FeatureMap& features) const { 116 const base::hash_map<std::string, double>& feature_map = features.features();
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionAddTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 20 import static com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS; 21 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD; 22 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 25 import com.google.common.collect.testing.features.CollectionFeature; 26 import com.google.common.collect.testing.features.CollectionSize;
|
CollectionRemoveTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES; 20 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 21 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE; 22 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 26 import com.google.common.collect.testing.features.CollectionFeature; 27 import com.google.common.collect.testing.features.CollectionSize;
|
MapRemoveTester.java | 19 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_QUERIES; 22 import static com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE; 26 import com.google.common.collect.testing.features.CollectionSize; 27 import com.google.common.collect.testing.features.MapFeature;
|
SetCreationTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 20 import static com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION; 21 import static com.google.common.collect.testing.features.CollectionSize.ONE; 22 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 24 import com.google.common.collect.testing.features.CollectionFeature; 25 import com.google.common.collect.testing.features.CollectionSize;
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
AccountManagerTest.java | 31 private String[] features; field in class:AccountManagerTest 40 features = new String[]{}; 46 accountManager.getAuthTokenByFeatures(accountType, authTokenType, features, activity, null, null, null, null); 56 accountManager.getAuthTokenByFeatures(accountType, authTokenType, features, activity, null, null, null, null); 66 accountManager.getAuthTokenByFeatures(accountType, authTokenType, features, activity, null, null, null, null); 82 accountManager.getAuthTokenByFeatures(accountType, authTokenType, features, activity, null, null, null, null);
|
/external/stlport/stlport/stl/config/ |
_mwerks.h | 11 // Compiler features 15 // *** CodeWarrior Compiler Common Features *** 62 # if __MWERKS__ < 0x2300 // CW Pro5 features 70 # if __MWERKS__ < 0x2200 // CW Pro4 features 79 # if __MWERKS__ < 0x2100 // CW Pro3 features 94 # if __MWERKS__ < 0x2000 // v. 2.0 features
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_mwerks.h | 11 // Compiler features 15 // *** CodeWarrior Compiler Common Features *** 62 # if __MWERKS__ < 0x2300 // CW Pro5 features 70 # if __MWERKS__ < 0x2200 // CW Pro4 features 79 # if __MWERKS__ < 0x2100 // CW Pro3 features 94 # if __MWERKS__ < 0x2000 // v. 2.0 features
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_mwerks.h | 11 // Compiler features 15 // *** CodeWarrior Compiler Common Features *** 62 # if __MWERKS__ < 0x2300 // CW Pro5 features 70 # if __MWERKS__ < 0x2200 // CW Pro4 features 79 # if __MWERKS__ < 0x2100 // CW Pro3 features 94 # if __MWERKS__ < 0x2000 // v. 2.0 features
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_mwerks.h | 11 // Compiler features 15 // *** CodeWarrior Compiler Common Features *** 62 # if __MWERKS__ < 0x2300 // CW Pro5 features 70 # if __MWERKS__ < 0x2200 // CW Pro4 features 79 # if __MWERKS__ < 0x2100 // CW Pro3 features 94 # if __MWERKS__ < 0x2000 // v. 2.0 features
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_mwerks.h | 11 // Compiler features 15 // *** CodeWarrior Compiler Common Features *** 62 # if __MWERKS__ < 0x2300 // CW Pro5 features 70 # if __MWERKS__ < 0x2200 // CW Pro4 features 79 # if __MWERKS__ < 0x2100 // CW Pro3 features 94 # if __MWERKS__ < 0x2000 // v. 2.0 features
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_mwerks.h | 11 // Compiler features 15 // *** CodeWarrior Compiler Common Features *** 62 # if __MWERKS__ < 0x2300 // CW Pro5 features 70 # if __MWERKS__ < 0x2200 // CW Pro4 features 79 # if __MWERKS__ < 0x2100 // CW Pro3 features 94 # if __MWERKS__ < 0x2000 // v. 2.0 features
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_mwerks.h | 11 // Compiler features 15 // *** CodeWarrior Compiler Common Features *** 62 # if __MWERKS__ < 0x2300 // CW Pro5 features 70 # if __MWERKS__ < 0x2200 // CW Pro4 features 79 # if __MWERKS__ < 0x2100 // CW Pro3 features 94 # if __MWERKS__ < 0x2000 // v. 2.0 features
|
/external/bluetooth/bluedroid/bta/hf_client/ |
bta_hf_client_sdp.c | 89 tBTA_HF_CLIENT_FEAT features, UINT32 sdp_handle) 131 /* add features */ 132 if (features & BTA_HF_CLIENT_FEAT_ECNR) 135 if (features & BTA_HF_CLIENT_FEAT_3WAY) 138 if (features & BTA_HF_CLIENT_FEAT_CLI) 141 if (features & BTA_HF_CLIENT_FEAT_VREC) 144 if (features & BTA_HF_CLIENT_FEAT_VOL) 148 if (features & BTA_HF_CLIENT_FEAT_CODEC) 179 p_data->api_register.features, 257 /* get features */ [all...] |