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

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
domreg.py 48 find one with the required feature set. If no implementation can
50 of (feature, version) pairs which are passed to hasFeature."""
88 feature = parts[i]
89 if feature[0] in "0123456789":
90 raise ValueError, "bad feature name: %r" % (feature,)
98 features.append((feature, version))
  /external/llvm/test/MC/AArch64/
directive-arch-negative.s 18 # CHECK: '+fp' is not a recognized feature for this target (ignoring feature)
  /external/webrtc/webrtc/libjingle/xmpp/
mucroomconfigtask.cc 57 for (std::vector<std::string>::const_iterator feature = room_features.begin();
58 feature != room_features.end(); ++feature) {
61 features_value->SetBodyText(*feature);
  /frameworks/base/tests/FeatureSplit/base/src/com/android/test/split/feature/
ActivityMain.java 16 package com.android.test.split.feature;
  /frameworks/base/tests/FeatureSplit/feature1/
Android.mk 29 LOCAL_AAPT_FLAGS += --custom-package com.android.test.split.feature.one
  /frameworks/base/tests/FeatureSplit/feature1/src/com/android/test/split/feature/one/
One.java 16 package com.android.test.split.feature.one;
  /frameworks/base/tests/FeatureSplit/feature2/
Android.mk 29 LOCAL_AAPT_FLAGS += --custom-package com.android.test.split.feature.two
  /packages/apps/TV/common/src/com/android/tv/common/
SoftPreconditions.java 23 import com.android.tv.common.feature.Feature;
128 * Throws or logs if the Feature is not enabled
131 * @param feature the required feature
134 * @throws IllegalStateException if {@code feature} is not enabled
136 public static void checkFeatureEnabled(Context context, Feature feature, String tag) {
137 checkState(feature.isEnabled(context), tag, feature.toString())
    [all...]
  /packages/apps/TV/common/src/com/android/tv/common/feature/
GServiceFeature.java 17 package com.android.tv.common.feature;
23 * A feature controlled by a GServices flag.
25 public class GServiceFeature implements Feature {
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
domreg.py 48 find one with the required feature set. If no implementation can
50 of (feature, version) pairs which are passed to hasFeature."""
88 feature = parts[i]
89 if feature[0] in "0123456789":
90 raise ValueError, "bad feature name: %r" % (feature,)
98 features.append((feature, version))
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
domreg.py 48 find one with the required feature set. If no implementation can
50 of (feature, version) pairs which are passed to hasFeature."""
88 feature = parts[i]
89 if feature[0] in "0123456789":
90 raise ValueError, "bad feature name: %r" % (feature,)
98 features.append((feature, version))
  /prebuilts/misc/common/swig/include/2.0.11/python/
carrays.i 3 %feature("python:slot", "sq_item", functype="ssizeargfunc") NAME::__getitem__;
4 %feature("python:slot", "sq_ass_item", functype="ssizeobjargproc") NAME::__setitem__;
pyopers.swg 17 To dispatch to a statically defined function, use %feature("python:<slot>"),
31 %feature("python:tp_hash") MyClass "myHashFunc";
37 use %feature("python:slot"). For example:
45 %feature("python:slot", "tp_hash", functype="hashfunc") MyClass::myHashFunc;
51 the "functype" attribute of the feature enables SWIG to generate
61 operation, you may use %feature("python:slot") like this:
69 %feature("python:slot", "Py_LT") MyClass::lessThan;
92 #define %pybinoperator(pyname,oper,functp,slt) %rename(pyname) oper; %pythonmaybecall oper; %feature("python:slot", #slt, functype=#functp) oper; %feature("python:slot", #slt, functype=#functp) pyname;
93 #define %pycompare(pyname,oper,comptype) %rename(pyname) oper; %pythonmaybecall oper; %feature("python:compare", #comptype) oper; %feature("python:compare", #comptype) pyname
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
domreg.py 48 find one with the required feature set. If no implementation can
50 of (feature, version) pairs which are passed to hasFeature."""
88 feature = parts[i]
89 if feature[0] in "0123456789":
90 raise ValueError, "bad feature name: %r" % (feature,)
98 features.append((feature, version))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
domreg.py 48 find one with the required feature set. If no implementation can
50 of (feature, version) pairs which are passed to hasFeature."""
88 feature = parts[i]
89 if feature[0] in "0123456789":
90 raise ValueError, "bad feature name: %r" % (feature,)
98 features.append((feature, version))
  /external/autotest/client/site_tests/accessibility_Sanity/
accessibility_Sanity.py 71 for feature in self._FEATURE_LIST:
72 logging.info('Setting %s to %s.', feature, value)
73 self._set_feature(feature, value)
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_container.i 103 %feature("ignore") std::vector<Type >::vector(size_type size);
104 %feature("ignore") std::vector<Type >::resize(size_type size);
105 %feature("ignore") std::deque<Type >::deque(size_type size);
106 %feature("ignore") std::deque<Type >::resize(size_type size);
107 %feature("ignore") std::list<Type >::list(size_type size);
108 %feature("ignore") std::list<Type >::resize(size_type size);
  /external/llvm/test/MC/Sparc/
sparcv9-instructions.s 24 ! V8: error: instruction requires a CPU feature not currently enabled
30 ! V8: error: instruction requires a CPU feature not currently enabled
34 ! V8: error: instruction requires a CPU feature not currently enabled
56 ! V8: error: instruction requires a CPU feature not currently enabled
61 ! V8: error: instruction requires a CPU feature not currently enabled
66 ! V8: error: instruction requires a CPU feature not currently enabled
68 ! V8: error: instruction requires a CPU feature not currently enabled
75 ! V8: error: instruction requires a CPU feature not currently enabled
80 ! V8: error: instruction requires a CPU feature not currently enabled
85 ! V8: error: instruction requires a CPU feature not currently enable
    [all...]
  /frameworks/base/telephony/java/android/telephony/ims/
ImsServiceProxy.java 23 import android.telephony.ims.feature.IRcsFeature;
24 import android.telephony.ims.feature.ImsFeature;
64 public void imsFeatureCreated(int slotId, int feature) throws RemoteException {
65 // The feature has been re-enabled. This may happen when the service crashes.
67 if (!mIsAvailable && mSlotId == slotId && feature == mSupportedFeature) {
68 Log.i(LOG_TAG, "Feature enabled on slotId: " + slotId + " for feature: " +
69 feature);
76 public void imsFeatureRemoved(int slotId, int feature) throws RemoteException {
78 if (mIsAvailable && mSlotId == slotId && feature == mSupportedFeature)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
ImsResolver.java 34 import android.telephony.ims.feature.ImsFeature;
65 * {@link #getImsServiceControllerAndListen} on a per-slot and per feature basis.
240 // List index corresponds to Slot Id, Maps ImsFeature.FEATURE->bound ImsServiceController
299 * feature or {@link null} if the service is not available. If an ImsServiceController is
301 * feature updates.
303 * @param feature The IMS Feature we are requesting.
306 * @return {@link IImsServiceController} interface for the feature specified or {@link null} if
309 public IImsServiceController getImsServiceControllerAndListen(int slotId, int feature,
311 if (slotId < 0 || slotId >= mNumSlots || feature <= ImsFeature.INVALI
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
TestImsServiceControllerAdapter.java 22 import android.telephony.ims.feature.ImsFeature;
48 public void createImsFeature(int slotId, int feature, IImsFeatureStatusCallback c)
50 TestImsServiceControllerAdapter.this.createImsFeature(slotId, feature);
55 public void removeImsFeature(int slotId, int feature, IImsFeatureStatusCallback c)
57 TestImsServiceControllerAdapter.this.removeImsFeature(slotId, feature);
170 public void createImsFeature(int subId, int feature) throws RemoteException {
174 public void removeImsFeature(int subId, int feature) throws RemoteException {
  /system/extras/simpleperf/
record_file.h 52 bool WriteFeatureString(int feature, const std::string& s);
77 bool WriteFeatureBegin(int feature);
78 bool WriteFeatureEnd(int feature);
119 bool HasFeature(int feature) const {
120 return feature_section_descriptors_.find(feature) != feature_section_descriptors_.end();
122 bool ReadFeatureSection(int feature, std::vector<char>* data);
141 std::string ReadFeatureString(int feature);
143 // File feature section contains many file information. This function reads
  /cts/tests/app/src/android/app/cts/
SystemFeaturesTest.java 77 for (FeatureInfo feature : mPackageManager.getSystemAvailableFeatures()) {
78 mAvailableFeatures.add(feature.name);
167 // Capabilities don't have a matching system feature
192 "the FEATURE_CAMERA_FRONT or FEATURE_CAMERA_EXTERNAL feature",
197 "the FEATURE_CAMERA_FRONT or FEATURE_CAMERA_EXTERNAL feature",
362 /** Get a list of feature constants in PackageManager matching a prefix. */
369 String feature = (String) field.get(null); local
370 features.add(feature);
400 * Check that if the PackageManager declares a sensor feature that the device has at least
401 * one sensor that matches that feature. Also check that if a PackageManager does not declar
    [all...]
  /external/valgrind/none/tests/s390x/
fpext_warn.stderr.exp 4 feature requires the floating point extension facility
10 feature requires the floating point extension facility
16 feature requires the floating point extension facility
  /frameworks/base/telephony/java/com/android/ims/
ImsConfig.java 26 * Provides APIs to get/set the IMS service feature/capability/parameters.
29 * 2) Items configured by user. Mainly service feature class.
40 * Broadcast action: the feature enable status was changed
72 * Defines IMS service/capability feature constants.
510 * Defines IMS video quality feature value.
518 * Defines IMS feature value.
526 * Defines IMS feature value.
647 * Gets the value for IMS feature item for specified network type.
649 * @param feature, defined as in FeatureConstants.
651 * @param listener, provided to be notified for the feature on/off status
    [all...]

Completed in 606 milliseconds

1 2 3 4 5 67 8 91011>>