HomeSort by relevance Sort by last modified time
    Searched refs:FEATURES (Results 1 - 25 of 29) sorted by null

1 2

  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DeviceInfoResultTest.java 61 assertSerializeParse(DeviceInfoConstants.FEATURES, "");
62 assertSerializeParse(DeviceInfoConstants.FEATURES,
64 assertSerializeParse(DeviceInfoConstants.FEATURES, "android.hardware.audio.low_latency:"
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java 34 public static final String FEATURES = "features";
DeviceInfoInstrument.java 121 // features
122 String features = getFeatures(); local
123 addResult(FEATURES, features);
235 StringBuilder features = new StringBuilder(); local
244 addFeature(features, featureName, "sdk", hasFeature);
251 addFeature(features, featureInfo.name, "other", true);
256 Log.e(TAG, "Error getting features: " + exception.getMessage(), exception);
259 return features.toString();
262 private static void addFeature(StringBuilder features, String name, String type
276 List<String> features = new ArrayList<String>(); local
    [all...]
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
ParserAdapterTest.java 50 private final static String FEATURES = "http://xml.org/sax/features/";
52 private final static String NAMESPACES = FEATURES + "namespaces";
54 private final static String NAMESPACE_PREFIXES = FEATURES
57 private final static String XMLNS_URIs = FEATURES + "xmlns-uris";
112 String[] features = new String[] { NAMESPACES, NAMESPACE_PREFIXES, local
115 for (String s: features) {
  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 156 private static final String FEATURES = "http://xml.org/sax/features/";
157 private static final String NAMESPACES = FEATURES + "namespaces";
158 private static final String NAMESPACE_PREFIXES = FEATURES + "namespace-prefixes";
159 private static final String XMLNS_URIs = FEATURES + "xmlns-uris";
165 * <p>The only features recognized are namespaces and
203 * <p>The only features recognized are namespaces and
827 // Features
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java 96 String featureData = getMetric(metricsCopy, DeviceInfoConstants.FEATURES);
223 mMetrics.put(DeviceInfoConstants.FEATURES, parseFeatures(parser));
  /external/icu4c/extra/uconv/
Makefile.in 149 ifneq ($(filter order-only,$(.FEATURES)),)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar 
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
org.eclipse.update.configurator_3.3.100.v20100512.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/chromium_org/third_party/icu/source/data/
Makefile.in 480 ifneq ($(filter order-only,$(.FEATURES)),)
    [all...]
  /external/icu4c/data/
Makefile.in 484 ifneq ($(filter order-only,$(.FEATURES)),)
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
JSON.pm 642 # If you want to use PP only support features, call with '-support_by_pp'
703 So its features completely depend on JSON::XS or JSON::PP.
715 =head2 FEATURES
752 See to L<JSON::XS/FEATURES> and L<JSON::PP/FEATURES>.
773 format (for when you want to read that stuff). Or you can combine those features
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm 642 # If you want to use PP only support features, call with '-support_by_pp'
703 So its features completely depend on JSON::XS or JSON::PP.
715 =head2 FEATURES
752 See to L<JSON::XS/FEATURES> and L<JSON::PP/FEATURES>.
773 format (for when you want to read that stuff). Or you can combine those features
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/
JSON.pm 642 # If you want to use PP only support features, call with '-support_by_pp'
703 So its features completely depend on JSON::XS or JSON::PP.
715 =head2 FEATURES
752 See to L<JSON::XS/FEATURES> and L<JSON::PP/FEATURES>.
773 format (for when you want to read that stuff). Or you can combine those features
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
backportPP.pm     [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
backportPP.pm     [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/JSON/
backportPP.pm     [all...]
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 485 milliseconds

1 2