/external/swiftshader/third_party/LLVM/ |
Makefile | 220 $(Verb)$(MAKE) check TESTSUITE=Feature RUNLLVM2CPP=1
|
/packages/apps/Camera2/src/com/android/camera/ |
PhotoUI.java | 323 !capabilities.supports(CameraCapabilities.Feature.ZOOM)) {
|
/test/vts/utils/python/profiling/ |
profiling_utils.py | 66 class ProfilingFeature(feature_utils.Feature): 67 """Feature object for profiling functionality. 71 web: (optional) WebFeature, object storing web feature util for test run 83 """Initializes the profiling feature. 87 web: (optional) WebFeature, object storing web feature util for test run 285 Requires the feature to be enabled; no-op otherwise. 311 Requires the feature to be enabled; no-op otherwise.
|
/test/vts/utils/python/web/ |
web_utils.py | 31 class WebFeature(feature_utils.Feature): 32 """Feature object for web functionality. 54 """Initializes the web feature. 114 Requires the feature to be enabled; no-op otherwise. 131 Requires the feature to be enabled; no-op otherwise. 198 Requires the feature to be enabled; no-op otherwise. 241 Requires the feature to be enabled; no-op otherwise. 287 Requires the feature to be enabled; no-op otherwise. 313 Requires the feature to be enabled; no-op otherwise. 334 Requires the feature to be enabled; no-op otherwise [all...] |
/tools/tradefederation/core/src/com/android/tradefed/device/ |
StubDevice.java | 456 public boolean supportsFeature(Feature feature) {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
bdist_msi.py | 21 from msilib import Directory, Feature, Dialog, add_data
162 raise DistutilsOptionError, "the pre-install-script feature is not yet implemented"
273 f = Feature(db, "Python", "Python", "Everything",
287 f = Feature(db, name, title, desc, 1, level, directory=target)
293 for feature, dir, version in items:
306 dir.start_component(dir.logical, feature, 0)
387 # but if this feature is completed, it will also need to add
574 # Feature (Python directory) selection
598 "FEATURE", None, "PathEdit", None)
[all...] |
/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/clang/lib/Lex/ |
ModuleMap.cpp | [all...] |
/device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/ |
AtapiPassThru.h | 51 UINT16 Feature; /* when write */
260 // ATAPI Feature Register
[all...] |
/external/clang/include/clang/Basic/ |
TargetInfo.h | 109 /// modify the options to canonicalize the target feature information to match 787 /// This hook is a simple quality of implementation feature to catch errors 802 /// CPU this should include all legal feature strings on the target. 838 /// \brief Enable or disable a specific target feature; 839 /// the feature name must be valid. 849 /// The list is guaranteed to have at most one entry per feature. 862 /// \brief Determine whether the given target has the given feature. 863 virtual bool hasFeature(StringRef Feature) const { [all...] |
/prebuilts/tools/common/m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/ |
jackson-dataformat-cbor-2.6.6.jar | |
/test/vts/utils/python/coverage/ |
coverage_utils.py | 50 class CoverageFeature(feature_utils.Feature): 51 """Feature object for coverage functionality. 55 web: (optional) WebFeature, object storing web feature util for test run 67 """Initializes the coverage feature. 71 web: (optional) WebFeature, object storing web feature util for test run 370 Requires coverage feature enabled; no-op otherwise. 440 Requires feature to be enabled; no-op otherwise.
|
/external/clang/lib/Frontend/ |
FrontendActions.cpp | 491 for (StringRef Feature : LangOpts.ModuleFeatures) 492 Out.indent(6) << Feature << "\n";
|
/external/harfbuzz_ng/src/ |
hb-ot-layout.cc | 842 const OT::Feature &f = g.get_feature_variation (feature_index, variations_index); 961 const OT::Feature &f = gpos.get_feature (i); [all...] |
/external/clang/lib/CodeGen/ |
CodeGenFunction.cpp | [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/ |
AhciMode.c | [all...] |
/external/libchrome/base/metrics/ |
persistent_histogram_allocator.cc | 92 const Feature kPersistentHistogramsFeature{ [all...] |
/external/llvm/lib/Target/Mips/AsmParser/ |
MipsAsmParser.cpp | 259 bool parseSetFeature(uint64_t Feature); 335 // Internally, it clears all the feature bits related to *any* architecture 339 // clears the features that imply the feature being cleared and not the 340 // features implied by the feature being cleared. This is easier to see 343 // | Feature | Implies | 365 void setFeatureBits(uint64_t Feature, StringRef FeatureString) { 366 if (!(getSTI().getFeatureBits()[Feature])) { 374 void clearFeatureBits(uint64_t Feature, StringRef FeatureString) { 375 if (getSTI().getFeatureBits()[Feature]) { 383 void setModuleFeatureBits(uint64_t Feature, StringRef FeatureString) [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/ |
AtapiPeim.c | 577 AtapiBlkIoDev->IdeIoPortReg[Index1].Reg1.Feature = (UINT16) (CommandBlockBaseAddr + 0x1);
[all...] |
/prebuilts/sdk/tools/ |
jack-coverage-plugin.jar | |