HomeSort by relevance Sort by last modified time
    Searched refs:Feature (Results 101 - 125 of 302) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/guava/guava-tests/test/com/google/common/collect/
MultimapsCollectionTest.java 43 import com.google.common.collect.testing.features.Feature;
77 private static final Feature<?>[] FOR_MAP_FEATURES_ONE = {
84 private static final Feature<?>[] FOR_MAP_FEATURES_ANY = {
TableCollectionTest.java 37 import com.google.common.collect.testing.features.Feature;
61 private static final Feature<?>[] COLLECTION_FEATURES = {
66 private static final Feature<?>[] COLLECTION_FEATURES_ORDER = {
72 private static final Feature<?>[] COLLECTION_FEATURES_REMOVE = {
78 private static final Feature<?>[] COLLECTION_FEATURES_REMOVE_ORDER = {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_msi.py 21 from msilib import Directory, Feature, Dialog, add_data
166 raise DistutilsOptionError, "the pre-install-script feature is not yet implemented"
277 f = Feature(db, "Python", "Python", "Everything",
291 f = Feature(db, name, title, desc, 1, level, directory=target)
297 for feature, dir, version in items:
310 dir.start_component(dir.logical, feature, 0)
391 # but if this feature is completed, it will also need to add
578 # Feature (Python directory) selection
602 "FEATURE", None, "PathEdit", None)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_msi.py 21 from msilib import Directory, Feature, Dialog, add_data
166 raise DistutilsOptionError, "the pre-install-script feature is not yet implemented"
277 f = Feature(db, "Python", "Python", "Everything",
291 f = Feature(db, name, title, desc, 1, level, directory=target)
297 for feature, dir, version in items:
310 dir.start_component(dir.logical, feature, 0)
391 # but if this feature is completed, it will also need to add
578 # Feature (Python directory) selection
602 "FEATURE", None, "PathEdit", None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 21 from msilib import Directory, Feature, Dialog, add_data
166 raise DistutilsOptionError, "the pre-install-script feature is not yet implemented"
277 f = Feature(db, "Python", "Python", "Everything",
291 f = Feature(db, name, title, desc, 1, level, directory=target)
297 for feature, dir, version in items:
310 dir.start_component(dir.logical, feature, 0)
391 # but if this feature is completed, it will also need to add
578 # Feature (Python directory) selection
602 "FEATURE", None, "PathEdit", None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 21 from msilib import Directory, Feature, Dialog, add_data
166 raise DistutilsOptionError, "the pre-install-script feature is not yet implemented"
277 f = Feature(db, "Python", "Python", "Everything",
291 f = Feature(db, name, title, desc, 1, level, directory=target)
297 for feature, dir, version in items:
310 dir.start_component(dir.logical, feature, 0)
391 # but if this feature is completed, it will also need to add
578 # Feature (Python directory) selection
602 "FEATURE", None, "PathEdit", None)
    [all...]
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 162 // Begin feature table
167 // For each feature
170 // Next feature
171 Record *Feature = FeatureList[i];
173 const std::string &Name = Feature->getName();
174 const std::string &CommandLineName = Feature->getValueAsString("Name");
175 const std::string &Desc = Feature->getValueAsString("Desc");
179 // Emit as { "feature", "description", { featureEnum }, { i1 , i2 , ... , in } }
186 Feature->getValueAsListOfDefs("Implies");
208 // End feature tabl
    [all...]
AsmMatcherEmitter.cpp 89 // mnemonic and will check if the target feature for this mnemonic also
602 /// feature which participates in instruction matching.
604 /// \brief The predicate record for this feature.
607 /// \brief An unique index assigned to represent this feature.
612 /// \brief The name of the enumerated constant identifying this feature.
710 /// getSubtargetFeature - Lookup or create the subtarget feature info for the
851 if (const SubtargetFeatureInfo *Feature =
853 RequiredFeatures.push_back(Feature);
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 102 /// modify the options to canonicalize the target feature information to match
749 /// This hook is a simple quality of implementation feature to catch errors
764 /// CPU this should include all legal feature strings on the target.
800 /// \brief Enable or disable a specific target feature;
801 /// the feature name must be valid.
811 /// The list is guaranteed to have at most one entry per feature.
824 /// \brief Determine whether the given target has the given feature.
825 virtual bool hasFeature(StringRef Feature) const {
    [all...]
  /external/clang/lib/Frontend/
FrontendActions.cpp 489 for (StringRef Feature : LangOpts.ModuleFeatures)
490 Out.indent(6) << Feature << "\n";
  /external/harfbuzz_ng/src/
hb-ot-layout.cc 503 const OT::Feature &f = g.get_feature (feature_index);
869 const OT::Feature &f = gpos.get_feature (i);
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 256 bool parseSetFeature(uint64_t Feature);
337 // Internally, it clears all the feature bits related to *any* architecture
341 // clears the features that imply the feature being cleared and not the
342 // features implied by the feature being cleared. This is easier to see
345 // | Feature | Implies |
367 void setFeatureBits(uint64_t Feature, StringRef FeatureString) {
368 if (!(getSTI().getFeatureBits()[Feature])) {
376 void clearFeatureBits(uint64_t Feature, StringRef FeatureString) {
377 if (getSTI().getFeatureBits()[Feature]) {
385 void setModuleFeatureBits(uint64_t Feature, StringRef FeatureString)
    [all...]
  /prebuilts/sdk/tools/
jack-coverage-plugin.jar 
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 806 enum Feature
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
  /external/fonttools/Lib/fontTools/
subset.py 884 @_add_method(otTables.Feature)
894 @_add_method(otTables.Feature)
901 # Note: Never ever drop feature 'pref', even if it's empty.
903 # feature. See thread at:
906 if (f.Feature.subset_lookups(lookup_indices) or
913 return _uniq_sort(sum((self.FeatureRecord[i].Feature.collect_lookups()
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
apiviewer.js     [all...]

Completed in 376 milliseconds

1 2 3 45 6 7 8 91011>>