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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/extensions/common/features/
feature_provider.h 15 // Implemented by classes that can vend features.
27 // Returns the features inside the |parent| namespace, recursively.
30 // Returns all features described by this instance, in asciibetical order.
json_feature_provider_source.cc 5 #include "extensions/common/features/json_feature_provider_source.h"
28 DCHECK(value) << "Could not load features: " << name_ << " " << error_message;
35 // There was some error loading the features file.
manifest_feature.cc 5 #include "extensions/common/features/manifest_feature.h"
43 return name() + ": Manifest features must specify at least one " +
48 return name() + ": Manifest features do not support contexts.";
permission_feature.cc 5 #include "extensions/common/features/permission_feature.h"
42 return name() + ": Permission features must specify at least one " +
47 return name() + ": Permission features do not support contexts.";
base_feature_provider.cc 5 #include "extensions/common/features/base_feature_provider.h"
13 #include "extensions/common/features/complex_feature.h"
14 #include "extensions/common/features/simple_feature.h"
43 // Push parent features on the stack, starting with the current feature.
44 // If one of the features has "noparent" set, stop pushing features on
45 // the stack. The features will then be parsed in order, starting with
64 // Parse all parent features.
86 scoped_ptr<ComplexFeature::FeatureList> features(
103 features->push_back(feature.release())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
RuntimeEnabledFeatures.h.tmpl 11 // A class that stores static enablers for all experimental features.
20 {% for feature in features %}
42 {% for feature in features if not feature.custom %}
  /external/e2fsprogs/misc/
default_profile.c 12 " features = has_journal\n"
15 " features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize\n"
20 " features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize\n"
  /external/markdown/docs/
README.html 4 though there are a few known issues. See <a href="http://www.freewisdom.org/projects/python-markdown/Features">Features</a> for information
5 on what exactly is supported and what is not. Additional features are
  /frameworks/base/docs/html/distribute/stories/
games.jd 10 lets you add great social features to your games quickly, without having to
12 variety of other features &mdash; all from within your app. Google provides
19 advantage of Google Play game services &mdash; the features they've added and
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionContainsTester.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.CollectionSize.ZERO;
25 import com.google.common.collect.testing.features.CollectionFeature;
26 import com.google.common.collect.testing.features.CollectionSize;
ListAddTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
20 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD;
21 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;
ListRemoveAllTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE_ALL;
20 import static com.google.common.collect.testing.features.CollectionSize.ONE;
21 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;
ListRemoveAtIndexTester.java 19 import static com.google.common.collect.testing.features.CollectionSize.ONE;
20 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
21 import static com.google.common.collect.testing.features.ListFeature.SUPPORTS_REMOVE_WITH_INDEX;
24 import com.google.common.collect.testing.features.CollectionSize;
25 import com.google.common.collect.testing.features.ListFeature;
ListRemoveTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE;
20 import static com.google.common.collect.testing.features.CollectionSize.ONE;
21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
23 import com.google.common.collect.testing.features.CollectionFeature;
24 import com.google.common.collect.testing.features.CollectionSize;
MapContainsKeyTester.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;
25 import com.google.common.collect.testing.features.CollectionSize;
26 import com.google.common.collect.testing.features.MapFeature;
SetAddTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
20 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD;
21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
23 import com.google.common.collect.testing.features.CollectionFeature;
24 import com.google.common.collect.testing.features.CollectionSize;
ListAddAtIndexTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
20 import static com.google.common.collect.testing.features.CollectionSize.ONE;
21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
22 import static com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX;
24 import com.google.common.collect.testing.features.CollectionFeature;
25 import com.google.common.collect.testing.features.CollectionSize;
26 import com.google.common.collect.testing.features.ListFeature;
ListListIteratorTester.java 21 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE;
22 import static com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX;
23 import static com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET;
30 import com.google.common.collect.testing.features.CollectionFeature;
31 import com.google.common.collect.testing.features.ListFeature;
68 private void runListIteratorTest(Set<IteratorFeature> features) {
70 listListIteratorTesterNumIterations(), singleton(samples.e4), features, local
MapCreationTester.java 19 import static com.google.common.collect.testing.features.CollectionSize.ONE;
20 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
22 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
23 import static com.google.common.collect.testing.features.MapFeature.REJECTS_DUPLICATES_AT_CREATION;
26 import com.google.common.collect.testing.features.CollectionSize;
27 import com.google.common.collect.testing.features.MapFeature;
  /external/llvm/docs/HistoricalNotes/
2001-01-31-UniversalIRIdea.txt 11 The idea would be that LLVM would provide a standard set of runtime features
15 runtime features needed for that language, extending or customizing them as
17 features as well as low-level machine-independent optimizations (like PRE)
21 machine-independent features like type-safety and access safety should be
31 features that different languages select from. Also, using SSA with or
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_dom_feature_extractor.h 5 // PhishingDOMFeatureExtractor handles computing DOM-based features for the
50 // Begins extracting features into the given FeatureMap for the page
57 void ExtractFeatures(FeatureMap* features, const DoneCallback& done_callback);
87 // Handlers for the various HTML elements that we compute features for.
88 // Since some of the features (such as ratios) cannot be computed until
121 // Called once all frames have been processed to compute features from the
122 // PageFeatureState and add them to |features_|. See features.h for a
123 // description of which features are computed.
126 // Non-owned pointer to the view that we will extract features from.
137 // (isNull()) if we are not currently extracting features
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java 25 package com.android.cts.verifier.features;
125 // Required features in prior releases that became optional in GB
133 // New features in GB
149 // Required features in prior releases that became optional in HC
172 // Required features in prior releases that became optional
205 // New features in L
223 // New hidden features in L
238 // features
243 // get list of all features device thinks it has, & store in a HashMap
253 // roll over all known features & check whether device reports the
256 Set<Feature> features = new LinkedHashSet<Feature>(); local
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
browser_features.h 5 // Client-side phishing features that are extracted by the browser, after
12 namespace features { namespace in namespace:safe_browsing
14 // IMPORTANT: when adding new features, you must update kAllowedFeatures in
19 // History features.
47 // Browse features.
49 // Note that these features may have the following prefixes appended to them
82 } // namespace features
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAXFactoryImpl.java 32 * The easiest way to test validity of features to set is to use
42 * This Map contains explicitly set features that can be succesfully
50 private HashMap features = null; field in class:SAXFactoryImpl
67 return SAXParserImpl.newInstance(features);
87 if (features == null) {
89 features = new LinkedHashMap();
91 features.put(name, value ? Boolean.TRUE : Boolean.FALSE);
  /external/chromium_org/third_party/WebKit/Source/core/page/
CreateWindow.cpp 47 static LocalFrame* createWindow(LocalFrame& openerFrame, LocalFrame& lookupFrame, const FrameLoadRequest& request, const WindowFeatures& features, NavigationPolicy policy, ShouldSendReferrer shouldSendReferrer, bool& created)
49 ASSERT(!features.dialog || request.frameName().isEmpty());
78 Page* page = oldPage->chrome().client().createWindow(&openerFrame, request, features, policy, shouldSendReferrer);
89 host->chrome().setWindowFeatures(features);
98 if (features.xSet)
99 windowRect.setX(features.x);
100 if (features.ySet)
101 windowRect.setY(features.y);
102 if (features.widthSet)
103 windowRect.setWidth(features.width + (windowRect.width() - viewportSize.width()))
178 WindowFeatures features; local
    [all...]

Completed in 479 milliseconds

1 2 3 4 5 6 7 891011>>