/sdk/eclipse/features/com.android.ide.eclipse.monitor/ |
.project | 3 <name>feature-monitor</name>
|
/sdk/eclipse/features/com.android.ide.eclipse.ndk/ |
.project | 3 <name>feature-ndk</name>
|
/sdk/eclipse/features/com.android.ide.eclipse.pdt/ |
.project | 3 <name>feature-pdt</name>
|
/sdk/eclipse/features/com.android.ide.eclipse.tests/ |
.project | 3 <name>feature-tests</name>
|
/sdk/eclipse/features/com.android.ide.eclipse.traceview/ |
.project | 3 <name>feature-traceview</name>
|
/external/lldb/scripts/Python/interface/ |
SBExpressionOptions.i | 12 %feature("docstring", 31 %feature("docstring", "Sets whether to coerce the expression result to ObjC id type after evaluation.") SetCoerceResultToId; 39 %feature("docstring", "Sets whether to unwind the expression stack on error.") SetUnwindOnError; 47 %feature("docstring", "Sets whether to ignore breakpoint hits while running expressions.") SetUnwindOnError; 55 %feature("docstring", "Sets whether to cast the expression result to its dynamic type.") SetFetchDynamicValue; 63 %feature("docstring", "Sets the timeout in microseconds to run the expression for. If try all threads is set to true and the expression doesn't complete within the specified timeout, all threads will be resumed for the same timeout to see if the expresson will finish.") SetTimeoutInMicroSeconds; 70 %feature("docstring", "Sets whether to run all threads if the expression does not complete on one thread.") SetTryAllThreads;
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
DiscoverInfo.java | 46 private final List<Feature> features = new CopyOnWriteArrayList<Feature>(); 67 for (Feature f : d.features) { 81 * Adds a new feature to the discovered information. 83 * @param feature the discovered feature 85 public void addFeature(String feature) { 86 addFeature(new Feature(feature)); 96 for (String feature : featuresToAdd) [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/ |
XPathFactoryImpl.java | 55 * <p>State of secure processing feature.</p> 111 * <p>Set a feature for this <code>XPathFactory</code> and 115 * Feature names are fully qualified {@link java.net.URI}s. 119 * it creates cannot support the feature. 120 * It is possible for an <code>XPathFactory</code> to expose a feature 127 * @param name Feature name. 128 * @param value Is feature state <code>true</code> or <code>false</code>. 132 * it creates cannot support this feature. 139 // feature name cannot be null 152 // all done processing feature [all...] |
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
KeySystemTest.java | 11 import org.chromium.base.test.util.Feature; 48 @Feature({"AndroidWebView"}) 54 @Feature({"AndroidWebView"}) 63 @Feature({"AndroidWebView"}) 69 @Feature({"AndroidWebView"})
|
WebKitHitTestTest.java | 18 import org.chromium.base.test.util.Feature; 141 @Feature({"AndroidWebView", "WebKitHitTest"}) 147 @Feature({"AndroidWebView", "WebKitHitTest"}) 162 @Feature({"AndroidWebView", "WebKitHitTest"}) 168 @Feature({"AndroidWebView", "WebKitHitTest"}) 184 @Feature({"AndroidWebView", "WebKitHitTest"}) 190 @Feature({"AndroidWebView", "WebKitHitTest"}) 206 @Feature({"AndroidWebView", "WebKitHitTest"}) 212 @Feature({"AndroidWebView", "WebKitHitTest"}) 228 @Feature({"AndroidWebView", "WebKitHitTest"} [all...] |
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/identity/ |
SettingsSecureBasedIdentificationGeneratorTest.java | 11 import org.chromium.base.test.util.Feature; 19 @Feature({"ChromeToMobile", "Omaha"}) 28 @Feature({"ChromeToMobile", "Omaha"}) 36 @Feature({"ChromeToMobile", "Omaha"}) 45 @Feature({"ChromeToMobile", "Omaha"})
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/check-for-inappropriate-macros-in-external-headers-tests/ |
fake-data-failing-expected.txt | 5 ERROR: '--stripped--/Fake.framework/Headers/Fail.h:10' included forbidden macro 'ENABLE' => '#if ENABLE(FEATURE)' 6 ERROR: '--stripped--/Fake.framework/Headers/Fail.h:12' included forbidden macro 'HAVE' => '#if HAVE(FEATURE)' 7 ERROR: '--stripped--/Fake.framework/Headers/Fail.h:14' included forbidden macro 'USE' => '#if USE(FEATURE)' 8 ERROR: '--stripped--/Fake.framework/Headers/Fail.h:16' included forbidden macro 'COMPILER' => '#if COMPILER_SUPPORTS(FEATURE)' 9 ERROR: '--stripped--/Fake.framework/Headers/Fail.h:18' included forbidden macro 'COMPILER' => '#if COMPILER_QUIRK(FEATURE)'
|
/frameworks/base/docs/html/guide/topics/manifest/ |
uses-feature-element.jd | 1 page.title=<uses-feature> 11 <li><a href="#market-feature-filtering">Google Play and Feature-Based Filtering</a> 15 <li><a href="#bt-permission-handling">Special handling for Bluetooth feature</a></li> 23 <li><a href="#permissions">Permissions that Imply Feature Requirements</a></li> 34 <p style="padding-top:1em;">Google Play uses the <code><uses-feature></code> 36 that do not meet it's hardware and software feature requirements. </p> 40 devices meet the application's feature requirements, rather than presenting it 45 href="#market-feature-filtering">Google Play and Feature-Based Filtering</a> [all...] |
/libcore/dom/src/test/java/org/w3c/domts/ |
JTidyDOMImplementation.java | 29 * Test if the DOM implementation implements a specific feature. 30 * @param feature The name of the feature to test (case-insensitive). The 36 * @param version This is the version number of the feature to test. In 38 * not specified, supporting any version of the feature causes the 40 * @return <code>true</code> if the feature is implemented in the 43 public boolean hasFeature(String feature, 45 if (feature.equals("Core")) { 69 * not support the <code>"XML"</code> feature, if they choose not to 73 * the feature to see if it requires this method [all...] |
/external/chromium_org/extensions/common/ |
extension_api.cc | 21 #include "extensions/common/features/feature.h" 259 bool ExtensionAPI::IsAnyFeatureAvailableToContext(const Feature& api, 261 Feature::Context context, 271 const std::vector<Feature*> features = provider->second->GetChildren(api); 272 for (std::vector<Feature*>::const_iterator it = features.begin(); 281 Feature::Availability ExtensionAPI::IsAvailable(const std::string& full_name, 283 Feature::Context context, 285 Feature* feature = GetFeatureDependency(full_name); local 286 if (!feature) { [all...] |
extension_api.h | 18 #include "extensions/common/features/feature.h" 32 class Feature; 52 // The first part refers to a type of feature, for example "manifest", 53 // "permission", or "api". The second part is the full name of the feature. 90 // up to the configuration of the individual feature. 92 // TODO(kalman): This is just an unnecessary combination of finding a Feature 93 // then calling Feature::IsAvailableToContext(..) on it. Just provide that 95 Feature::Availability IsAvailable(const std::string& api_full_name, 97 Feature::Context context, 102 bool IsAnyFeatureAvailableToContext(const Feature& api [all...] |
/prebuilts/misc/common/swig/include/2.0.11/ |
swig.swg | 45 #define %readonly %warn "114:%readonly is deprecated. Use %immutable; " %feature("immutable"); 46 #define %readwrite %warn "115:%readwrite is deprecated. Use %mutable; " %feature("immutable",""); 48 #define %immutable %feature("immutable") 49 #define %noimmutable %feature("immutable","0") 50 #define %clearimmutable %feature("immutable","") 54 #define %nodefault %feature("nodefault","1") 55 #define %default %feature("nodefault","0") 56 #define %clearnodefault %feature("nodefault","") 60 #define %nodefaultctor %feature("nodefaultctor","1") 61 #define %defaultctor %feature("nodefaultctor","0" [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
accessibility_features.json | 9 "description": "Use the <code>chrome.accessibilityFeatures</code> API to manage Chrome's accessibility features. This API relies on the <a href='types#ChromeSetting'>ChromeSetting prototype of the type API</a> for getting and setting individual accessibility features. In order to get feature states the extension must request <code>accessibilityFeatures.read</code> permission. For modifying feature state, the extension needs <code>accessibilityFeatures.modify</code> permission. Note that <code>accessibilityFeatures.modify</code> does not imply <code>accessibilityFeatures.read</code> permission.", 13 "description": "Spoken feedback (text-to-speech). The value indicates whether the feature is enabled or not. <code>get()</code> requires <code>accessibilityFeatures.read</code> permission. <code>set()</code> and <code>clear()</code> require <code>accessibilityFeatures.modify</code> permission.", 18 "description": "Enlarged cursor. The value indicates whether the feature is enabled or not. <code>get()</code> requires <code>accessibilityFeatures.read</code> permission. <code>set()</code> and <code>clear()</code> require <code>accessibilityFeatures.modify</code> permission.", 23 "description": "Sticky modifier keys (like shift or alt). The value indicates whether the feature is enabled or not. <code>get()</code> requires <code>accessibilityFeatures.read</code> permission. <code>set()</code> and <code>clear()</code> require <code>accessibilityFeatures.modify</code> permission.", 28 "description": "High contrast rendering mode. The value indicates whether the feature is enabled or not. <code>get()</code> requires <code>accessibilityFeatures.read</code> permission. <code>set()</code> and <code>clear()</code> require <code>accessibilityFeatures.modify</code> permission.", 33 "description": "Full screen magnification. The value indicates whether the feature is enabled or not. <code>get()</code> requires <code>accessibilityFeatures.read</code> permission. <code>set()</code> and <code>clear()</code> require <code>accessibilityFeatures.modify</code> permission.", 38 "description":"Auto mouse click after mouse stops moving. The value indicates whether the feature is enabled or not. <code>get()</code> requires <code>accessibilityFeatures.read</code> permission. <code>set()</code> and <code>clear()</code> require <code>accessibilityFeatures.modify</code> permission.", 43 "description": "Virtual on-screen keyboard. The value indicates whether the feature is enabled or not. <code>get()</code> requires <code>accessibilityFeatures.read</code> permission. <code>set()</code> and <code>clear()</code> require <code>accessibilityFeatures.modify</code> permission.",
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
isSupported01.java | 34 * The "feature" parameter in the 35 * isSupported(feature,version)" method is the name 36 * of the feature and the version is the version number of the 37 * feature to test. XXX is NOT a legal value for the feature parameter. 38 * The method should return "false" since XXX is not a valid feature. 42 * node object on which the "isSupported(feature,version)" 43 * method is invoked with "feature" equal to "XXX" and version to "1.0". 44 * The method should return a boolean "false" since XXX is not a valid feature.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
__future__.py | 25 MandatoryRelease predicts the release in which the feature will become part 28 Else MandatoryRelease records when the feature became part of the language; 33 to use the feature in question, but may continue to use such imports. 35 MandatoryRelease may also be None, meaning that a planned feature got 42 argument to the builtin function compile() to enable the feature in 47 No feature line is ever to be deleted from this file. 81 """Return first release in which this feature was recognized. 89 """Return release in which this feature will become mandatory. 92 the feature was dropped, is None.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
__future__.py | 25 MandatoryRelease predicts the release in which the feature will become part 28 Else MandatoryRelease records when the feature became part of the language; 33 to use the feature in question, but may continue to use such imports. 35 MandatoryRelease may also be None, meaning that a planned feature got 42 argument to the builtin function compile() to enable the feature in 47 No feature line is ever to be deleted from this file. 81 """Return first release in which this feature was recognized. 89 """Return release in which this feature will become mandatory. 92 the feature was dropped, is None.
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
FeatureUtil.java | 56 public static Set<Feature<?>> addImpliedFeatures(Set<Feature<?>> features) { 71 public static Set<Feature<?>> impliedFeatures(Set<Feature<?>> features) { 72 Set<Feature<?>> implied = new LinkedHashSet<Feature<?>>(); 73 for (Feature<?> feature : features) { 74 implied.addAll(feature.getImpliedFeatures()); 220 final Feature<?>[] presentFeatures [all...] |
/external/clang/test/SemaCXX/ |
c99-variable-length-array.cpp | 17 int array1[N]; // expected-warning{{variable length arrays are a C99 feature}} 18 POD array2[N]; // expected-warning{{variable length arrays are a C99 feature}} 26 int array1[N]; // expected-warning{{variable length arrays are a C99 feature}} 39 int array2[T::value]; // expected-warning{{variable length arrays are a C99 feature}} 50 int array[N]; // expected-warning{{variable length arrays are a C99 feature}} 57 // expected-warning{{variable length arrays are a C99 feature}} 72 int array[N]; // expected-warning{{variable length arrays are a C99 feature}} 82 // expected-warning{{variable length arrays are a C99 feature}} 92 struct edge_info edgeInfo[x]; // expected-warning{{variable length arrays are a C99 feature}} 100 int array[value * i]; // expected-warning 2{{variable length arrays are a C99 feature}} [all...] |
/external/chromium_org/components/cronet/android/test/javatests/src/org/chromium/cronet_test_apk/ |
ChunkedWritableByteChannelTest.java | 10 import org.chromium.base.test.util.Feature; 31 @Feature({"Cronet"}) 41 @Feature({"Cronet"}) 54 @Feature({"Cronet"}) 62 @Feature({"Cronet"}) 74 @Feature({"Cronet"})
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
AddressDetectionTest.java | 9 import org.chromium.base.test.util.Feature; 25 @Feature({"ContentDetection", "TabContents"}) 38 @Feature({"ContentDetection", "TabContents"}) 57 @Feature({"ContentDetection", "TabContents"}) 76 @Feature({"ContentDetection", "TabContents"}) 95 @Feature({"ContentDetection", "TabContents"})
|