HomeSort by relevance Sort by last modified time
    Searched refs:feature (Results 326 - 350 of 1466) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
arch-10-3.l 31 [ ]*3[ ]+\# cmov feature
arch-10-4.l 29 [ ]*3[ ]+\# cmov feature
x86-64-arch-2-1.l 33 [ ]*3[ ]+\# cmov feature
x86-64-arch-2-2.l 32 [ ]*3[ ]+\# cmov feature
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ManifestTestListAdapter.java 287 for (String feature : features) {
288 if (packageManager.hasSystemFeature(feature)) {
299 for (String feature : features) {
300 if (!packageManager.hasSystemFeature(feature)) {
  /cts/hostsidetests/media/src/android/media/cts/
BaseMultiUserTest.java 360 for (String feature : commandOutput.split("\\s+")) {
361 // Each line in the output of the command has the format "feature:{FEATURE_VALUE}".
362 String[] tokens = feature.split(":");
364 "\"" + feature + "\" expected to have format feature:{FEATURE_VALUE}",
366 assertEquals(feature, "feature", tokens[0]);
374 "Device doesn't have required feature "
  /external/clang/test/Sema/
nullability.c 5 # error nullability feature should be defined
81 // Redefining a typedef is a C11 feature.
  /external/clang/test/SemaCXX/
nullability.cpp 5 # error nullability feature should be defined
  /external/libjpeg-turbo/simd/
jsimd_arm.c 37 check_feature (char *buffer, char *feature)
40 if (*feature == 0)
48 /* Check if 'feature' is present in the buffer as a separate word */
49 while ((p = strstr(buffer, feature))) {
54 p += strlen(feature);
  /frameworks/base/telephony/java/android/telephony/ims/feature/
MMTelFeature.java 17 package android.telephony.ims.feature;
  /packages/apps/TV/src/com/android/tv/receiver/
BootCompletedReceiver.java 29 import com.android.tv.common.feature.CommonFeatures;
64 // Enable the application if this is the first "unhide" feature is enabled just in
  /packages/apps/TV/src/com/android/tv/tuner/util/
TunerInputInfoUtils.java 29 import com.android.tv.common.feature.CommonFeatures;
  /device/linaro/hikey/power/
power_hikey.c 319 static void set_feature(struct power_module *module, feature_t feature, int state)
323 switch (feature) {
325 ALOGW("Error setting the feature %d and state %d, it doesn't exist\n",
326 feature, state);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 77 public boolean isSupported(String feature, String version) {return false;}
167 * specialized APIs of the specified feature and version. The
170 * @param feature The name of the feature requested (case-insensitive).
171 * @param version This is the version number of the feature to test. If
173 * any version of the feature will cause the method to return an
174 * object that supports at least one version of the feature.
176 * the specified feature and version, if any, or <code>null</code> if
178 * feature. If the <code>DOMObject</code> returned by this method
185 public Object getFeature(String feature, String version)
    [all...]
  /external/boringssl/src/crypto/
cpu-arm-linux.c 230 STRING_PIECE remaining = *list, feature; local
231 while (STRING_PIECE_split(&feature, &remaining, &remaining, ' ')) {
232 if (STRING_PIECE_equals(&feature, item)) {
  /external/harfbuzz_ng/src/
hb-ot-shape.cc 108 /* We really want to find a 'vert' feature if there's any in the font, no
119 const hb_feature_t *feature = &user_features[i]; local
120 map->add_feature (feature->tag, feature->value,
121 (feature->start == 0 && feature->end == (unsigned int) -1) ?
428 const hb_feature_t *feature = &c->user_features[i]; local
429 if (!(feature->start == 0 && feature->end == (unsigned int)-1)) {
431 hb_mask_t mask = map->get_mask (feature->tag, &shift)
    [all...]
  /external/libtextclassifier/common/
fml-parser.cc 64 TC_LOG(ERROR) << "Error in feature model, line " << item_line_number_
157 // Current item should be a feature name.
159 ReportError("Feature type name expected");
167 // Parse feature.
195 // Parse feature name.
199 ReportError("Feature name expected");
205 // Set feature name.
211 // Parse dotted sub-feature.
214 ReportError("Feature type name expected");
220 // Parse sub-feature
    [all...]
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
TimeStatsAggregator.java 78 HashMap<String,String> feature = new HashMap<String,String>(); local
83 feature.put(featureName, features.get(featureName));
85 Log.e(TAG, "There is no Time feature called " + featureName);
87 return (Map)feature;
  /frameworks/wilhelm/tests/sandbox/
engine.c 87 options[0].feature = 0x12345;
105 options[0].feature = SL_ENGINEOPTION_THREADSAFE;
107 options[1].feature = SL_ENGINEOPTION_LOSSOFCONTROL;
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixFileStore.java 218 * Returns status to indicate if file system supports a given feature
220 FeatureStatus checkIfFeaturePresent(String feature) {
239 if (s.equals(feature)) {
244 if (s.equals(feature)) {
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-metadata-model/0.20.0/
tycho-metadata-model-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-metadata-model/0.18.1/
tycho-metadata-model-0.18.1.jar 
  /bionic/tests/
sys_ptrace_test.cpp 57 static bool is_hw_feature_supported(pid_t child, HwFeature feature) {
65 switch (feature) {
78 feature == HwFeature::Watchpoint ? NT_ARM_HW_WATCH : NT_ARM_HW_BREAK, &iov);
87 UNUSED(feature);
92 UNUSED(feature);
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.cpp 722 const char* feature; local
724 feature = TQualifier::getGeometryString(intermediate.getInputPrimitive());
726 feature = "vertices";
728 feature = "unknown";
731 checkIoArrayConsistency(loc, requiredSize, feature, ioArraySymbolResizeList.back()->getWritableType(), ioArraySymbolResizeList.back()->getName());
736 checkIoArrayConsistency(loc, requiredSize, feature, ioArraySymbolResizeList[i]->getWritableType(), ioArraySymbolResizeList[i]->getName());
749 void TParseContext::checkIoArrayConsistency(const TSourceLoc& loc, int requiredSize, const char* feature, TType& type, const TString& name)
755 error(loc, "inconsistent input primitive for array size of", feature, name.c_str());
757 error(loc, "inconsistent output number of vertices for array size of", feature, name.c_str());
808 const char* feature = ".length() on vectors and matrices" local
1448 const char* feature = featureString.c_str(); local
1629 const char* feature = featureString.c_str(); local
3135 const char* feature = "arrays of arrays"; local
3483 const char* feature = "built-in block redeclaration"; local
4094 const char* feature = "layout-id value"; local
4122 const char* feature = "offset"; local
4130 const char* feature = "uniform buffer-member align"; local
4178 const char* feature = "transform feedback qualifier"; local
4631 const char* feature = "location qualifier on input"; local
4648 const char* feature = "location qualifier on output"; local
4666 const char* feature = "location qualifier on uniform or buffer"; local
5582 const char* feature = "location on block member"; local
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_primary.cpp 607 PPFeatureInfo *feature = NULL; local
610 ret = feature_list->RetrieveNextFeature(&feature);
614 if (feature) {
615 DLOGV_IF(kTagDriverConfig, "feature_id = %d", feature->feature_id_);
617 if ((feature->feature_id_ < kMaxNumPPFeatures)) {
618 HWColorManager::SetFeature[feature->feature_id_](*feature, &kernel_params);
629 // Once all features were consumed, then destroy all feature instance from feature_list,

Completed in 1490 milliseconds

<<11121314151617181920>>