HomeSort by relevance Sort by last modified time
    Searched refs:features (Results 26 - 50 of 234) sorted by null

12 3 4 5 6 7 8 910

  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParserFactory.java 67 // features are kept there
68 protected HashMap features = new HashMap(); field in class:XmlPullParserFactory
81 * Set the features to be set when XML Pull Parser is created by this factory.
82 * <p><b>NOTE:</b> factory features are not used for XML Serializer.
91 features.put(name, new Boolean(state));
97 * <p><b>NOTE:</b> factory features are not used for XML Serializer.
101 * Unknown features are <string>always</strong> returned as false
105 Boolean value = (Boolean) features.get(name);
119 features.put (XmlPullParser.FEATURE_PROCESS_NAMESPACES, new Boolean (awareness));
146 features.put (XmlPullParser.FEATURE_VALIDATION, new Boolean (validating))
    [all...]
  /external/webkit/JavaScriptCore/
wscript 72 full_dirs = get_dirs_for_features(jscore_dir, features=[build_port], dirs=jscore_dirs)
80 features = 'cxx cstaticlib',
91 features = 'cxx cprogram',
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAXParserImpl.java 42 public static SAXParserImpl newInstance(Map features)
46 if (features != null) {
47 Iterator it = features.entrySet().iterator();
  /external/webkit/WebCore/
wscript 116 features = [build_port]
119 features.append('curl')
124 features.append('cf')
128 full_dirs = get_dirs_for_features(webcore_dir, features=features, dirs=webcore_dirs)
149 features = 'cc cxx cstaticlib',
  /bionic/libc/arch-arm/bionic/
strlen.c 30 #include <machine/cpu-features.h>
  /bionic/libc/kernel/arch-sh/asm/
processor.h 15 #include <asm/cpu-features.h>
  /cts/tests/jni/
android_os_cts_CpuFeatures.cpp 17 #include <cpu-features.h>
  /external/openssl/apps/
Android.mk 70 # These flags omit whole features from the commandline "openssl".
71 # However, portions of these features are actually turned on.
  /external/openssl/patches/
apps_Android.mk 70 # These flags omit whole features from the commandline "openssl".
71 # However, portions of these features are actually turned on.
  /libcore/luni/src/test/java/tests/api/org/xml/sax/support/
MockReader.java 51 private Set<String> features = new HashSet<String>(); field in class:MockReader
79 return features.contains(name);
113 features.add(name);
115 features.remove(name);
  /external/qemu/distrib/sdl-1.2.12/src/cpuinfo/
SDL_cpuinfo.c 148 int features = 0; local
158 " cpuid # Get family/model/stepping/features\n"
162 : "=m" (features)
174 cpuid ; Get family/model/stepping/features
175 mov features, edx local
196 return features;
201 int features = 0; local
214 : "=m" (features)
226 mov features,edx local
247 return features;
    [all...]
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 48 private static final String FEATURES = "features";
149 // features
150 String features = getFeatures(); local
151 addResult(FEATURES, features);
243 StringBuilder features = new StringBuilder(); local
252 addFeature(features, featureName, "sdk", hasFeature);
259 addFeature(features, featureInfo.name, "other", true);
264 Log.e(TAG, "Error getting features: " + exception.getMessage(), exception)
284 List<String> features = new ArrayList<String>(); local
    [all...]
  /external/e2fsprogs/debian/
e2fsprogs.preinst 9 This package requires features of dpkg unavailable in this version.
  /external/icu4c/layout/
HanLayoutEngine.cpp 39 #define features (loclFeatureMask) macro
75 // flag from the language tag lookups, so we can use these features
78 glyphStorage.setAuxData(i, features, success);
  /external/webkit/JavaScriptCore/parser/
Parser.cpp 81 ParserArenaData<DeclarationStacks::FunctionStack>* funcStack, CodeFeatures features, int lastLine, int numConstants)
86 m_features = features;
  /external/webkit/WebKitTools/DumpRenderTree/
wscript 56 features = 'cxx cprogram',
  /external/webkit/WebKitTools/wx/browser/
wscript 44 features = 'cxx cprogram',
  /development/ndk/samples/hello-neon/jni/
helloneon.c 21 #include <cpu-features.h>
84 uint64_t features; local
120 features = android_getCpuFeatures();
121 if ((features & ANDROID_CPU_ARM_FEATURE_ARMv7) == 0) {
128 if ((features & ANDROID_CPU_ARM_FEATURE_NEON) == 0) {
  /external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 160 const WindowFeatures& features)
170 bool dialog = features.dialog || !features.resizable
171 || (features.heightSet && features.height < screen.get()->height()
172 && features.widthSet && features.width < screen.get()->width())
173 || (!features.menuBarVisible && !features.statusBarVisible
174 && !features.toolBarVisible && !features.locationBarVisibl
    [all...]
  /cts/tests/core/runner/src/android/test/
InstrumentationCtsTestRunner.java 285 Set<String> features = new HashSet<String>(); local
286 add(features, t.getAnnotation(RequiredFeatures.class));
287 add(features, t.getEnclosingClass().getAnnotation(RequiredFeatures.class));
289 // Run the test only if the device supports all the features.
294 features.remove(featureInfo.name);
297 return features.isEmpty();
300 private void add(Set<String> features, RequiredFeatures annotation) {
302 Collections.addAll(features, annotation.value());
  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java 50 // Create some mock features
190 * Checks if the account supports all the specified authenticator specific features.
194 String[] features) throws NetworkErrorException {
198 this.mFeatures = features;
201 if (null == features) {
206 for (String feature: features) {
  /external/stlport/stlport/stl/config/
_linux.h 6 #include <features.h>
  /ndk/sources/android/stlport/stlport/stl/config/
_linux.h 6 #include <features.h>
  /sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib/xml/
AndroidManifestParserTest.java 151 UsesFeature[] features = mManifestTestApp.getUsesFeatures(); local
153 assertEquals(2, features.length);
154 assertEquals(0x00020001, features[0].mGlEsVersion);
155 assertEquals(Boolean.TRUE, features[0].getRequired());
156 assertEquals(FEATURE_NAME, features[1].getName());
157 assertEquals(Boolean.TRUE, features[1].getRequired());
  /external/bluetooth/bluez/tools/
hciconfig.c 111 di->features[0], di->features[1], di->features[2],
112 di->features[3], di->features[4], di->features[5],
113 di->features[6], di->features[7]);
116 char *tmp = lmp_featurestostr(di->features, "\t\t", 63);
367 uint8_t features[8], max_page = 0 local
    [all...]

Completed in 230 milliseconds

12 3 4 5 6 7 8 910