/external/llvm/test/MC/Mips/ |
macro-ddiv-bad.s | 12 # MIPS32-OR-R6: :[[@LINE-1]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
|
macro-ddivu-bad.s | 12 # MIPS32-OR-R6: :[[@LINE-1]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
|
macro-div-bad.s | 12 # R6: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
|
macro-divu-bad.s | 12 # R6: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
|
set-push-pop-directives.s | 63 # CHECK-NOT: :[[@LINE-1]]:5: error: instruction requires a CPU feature not currently enabled 69 # CHECK-NOT: :[[@LINE-1]]:5: error: instruction requires a CPU feature not currently enabled
|
/libcore/dom/src/test/java/org/w3c/domts/ |
BatikTestDocumentBuilderFactory.java | 172 * Determines if the implementation supports the specified feature. 173 * @param feature Feature 175 * @return true if implementation supports the feature 177 public boolean hasFeature(String feature, String version) { 178 return getDOMImplementation().hasFeature(feature, version);
|
DOM4JTestDocumentBuilderFactory.java | 130 public boolean hasFeature(String feature, String version) { 131 return domImpl.hasFeature(feature, version);
|
/sdk/eclipse/buildConfig/ |
build.properties | 28 product=/plugin or feature id/path/to/.product 121 #The value to be used for the qualifier of a plugin or feature when you want to override the value computed by pde. 126 #The generated suffix is computed according to the content of the feature 151 #- the location of the jar or folder that is the plugin or feature : /path/to/foo.jar or /path/to/foo 153 #- the location of a feature.xml, or for 2.1 style plugins, the plugin.xml or fragment.xml
|
/system/bt/device/include/ |
interop_database.h | 26 interop_feature_t feature; member in struct:__anon106009 119 interop_feature_t feature; member in struct:__anon106010
|
/system/extras/simpleperf/ |
record_file_writer.cpp | 224 // Reserve enough space in the record file for the feature header. 264 bool RecordFileWriter::WriteFeatureString(int feature, const std::string& s) { 265 if (!WriteFeatureBegin(feature)) { 271 return WriteFeatureEnd(feature); 331 bool RecordFileWriter::WriteFeatureBegin(int feature) { 332 auto it = features_.find(feature); 335 auto& sec = features_[feature]; 344 bool RecordFileWriter::WriteFeatureEnd(int feature) { 345 auto it = features_.find(feature); 358 // Used features (features_.size()) should be <= allocated feature space [all...] |
/frameworks/native/opengl/tools/glgen2/registry/ |
reg.py | 90 # BaseInfo - base class for information about a registry feature 92 # required - should this feature be defined during header generation 94 # declared - has this feature been defined already? 95 # elem - lxml.etree Element for this feature 99 """Represents the state of a registry feature, used during API generation""" 149 # FeatureInfo - registry information about an API <feature> 151 # name - feature name string (e.g. 'GL_ARB_multitexture') 152 # number - feature version number (e.g. 1.2). <extension> 155 # emit - has this feature been defined already? 157 """Represents the state of an API feature (version/extension)"" [all...] |
/development/ndk/platforms/android-21/include/linux/ |
uhid.h | 102 struct uhid_feature_req feature; member in union:uhid_event::__anon2291
|
/external/ImageMagick/MagickCore/ |
Android.mk | 26 feature.c\ 68 nt-feature.c\
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
Token.pm | 5 use feature qw( state );
|
/external/bison/src/ |
getargs.h | 137 enum feature enum 139 feature_none = 0, /**< No additional feature. */
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
UnpackUpdateJars.java | 69 File feature = features[i]; local 70 if (feature.getName().endsWith(".jar")) { 71 String fileName = feature.getName(); 74 unzip(feature, unPackedFeature); 75 getUnpackedPluginList(new File(unPackedFeature,"feature.xml")); 179 // Get feature attributes
|
/external/harfbuzz_ng/src/ |
hb-gobject-structs.cc | 76 HB_DEFINE_VALUE_TYPE (feature)
|
/external/llvm/test/MC/ARM/ |
arm-thumb-trustzone.s | 9 @ active and that it rejects them when this feature is not enabled
|
arm-trustzone.s | 9 @ active and that it rejects them when this feature is not enabled
|
/external/llvm/test/MC/Mips/eva/ |
invalid-noeva.s | 21 tlbinv # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 22 tlbinvf # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
|
/frameworks/base/media/java/android/media/ |
MediaFormat.java | 295 * video encoder does not support the intra refresh feature. Use the output format to 296 * verify that this feature was enabled. 584 * is ignored if the video encoder does not support the latency feature. Use the output 585 * format to verify that this feature was enabled and the actual value used by the encoder. [all...] |
/frameworks/base/telephony/java/android/telephony/ims/feature/ |
IMMTelFeature.java | 17 package android.telephony.ims.feature; 35 * MMTel feature. 42 * Notifies the MMTel feature that you would like to start a session. This should always be
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
LocationStatsAggregator.java | 120 HashMap<String,String> feature = new HashMap<String,String>(); local 131 feature.put(CURRENT_LOCATION, mFakeLocation); 133 feature.put(CURRENT_LOCATION, location); 137 return (Map) feature;
|
/hardware/interfaces/power/1.0/default/ |
Power.h | 30 using ::android::hardware::power::V1_0::Feature; 46 Return<void> setFeature(Feature feature, bool activate) override;
|
/hardware/libhardware/include/hardware/ |
power.h | 269 * (*setFeature) is called to turn on or off a particular feature 274 * Enabling/Disabling this feature will allow/disallow the system 280 void (*setFeature)(struct power_module *module, feature_t feature, int state);
|