HomeSort by relevance Sort by last modified time
    Searched full:features (Results 51 - 75 of 2617) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/tests/054-uncaught/
info.txt 2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
isSupported12.java 73 java.util.List features = new java.util.ArrayList(); local
74 features.add("Core");
75 features.add("XML");
76 features.add("HTML");
77 features.add("Views");
78 features.add("StyleSheets");
79 features.add("CSS");
80 features.add("CSS2");
81 features.add("Events");
82 features.add("UIEvents")
    [all...]
  /dalvik/tests/071-dexfile/
info.txt 1 Exercise some Dalvik-specific DEX file features. This is not expected to
  /external/bison/
AUTHORS 8 string literals and other features.
  /external/genext2fs/
NEWS 1 This is the 1.4.1 release. The new features compared to genext2fs 1.4 are:
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
DOMImplementationSource.java 17 * implementations, based upon requested features and versions, as specified
27 * specified features.
28 * @param features A string that specifies which features and versions
41 * features, or <code>null</code> if this source has none.
43 public DOMImplementation getDOMImplementation(String features);
47 * specified features and versions, as specified in .
48 * @param features A string that specifies which features and versions
54 * features
    [all...]
  /dalvik/tests/082-inline-execute/
info.txt 2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.
  /dalvik/tests/083-jit-regressions/
info.txt 2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/parsers/
SAXParserFactoryImpl.java 36 = "http://xml.org/sax/features/namespaces";
39 = "http://xml.org/sax/features/validation";
41 private Map<String, Boolean> features = new HashMap<String, Boolean>(); field in class:SAXParserFactoryImpl
49 if (!name.startsWith("http://xml.org/sax/features/")) {
53 return Boolean.TRUE.equals(features.get(name));
82 return new SAXParserImpl(features);
94 if (!name.startsWith("http://xml.org/sax/features/")) {
99 features.put(name, Boolean.TRUE);
101 // This is needed to disable features that are enabled by default.
102 features.put(name, Boolean.FALSE)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_cpuinfo.h 41 /* This function returns true if the CPU has MMX features
45 /* This function returns true if the CPU has MMX Ext. features
49 /* This function returns true if the CPU has 3DNow features
53 /* This function returns true if the CPU has 3DNow! Ext. features
57 /* This function returns true if the CPU has SSE features
61 /* This function returns true if the CPU has SSE2 features
65 /* This function returns true if the CPU has AltiVec features
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_cpuinfo.h 41 /* This function returns true if the CPU has MMX features
45 /* This function returns true if the CPU has MMX Ext. features
49 /* This function returns true if the CPU has 3DNow features
53 /* This function returns true if the CPU has 3DNow! Ext. features
57 /* This function returns true if the CPU has SSE features
61 /* This function returns true if the CPU has SSE2 features
65 /* This function returns true if the CPU has AltiVec features
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_cpuinfo.h 41 /* This function returns true if the CPU has MMX features
45 /* This function returns true if the CPU has MMX Ext. features
49 /* This function returns true if the CPU has 3DNow features
53 /* This function returns true if the CPU has 3DNow! Ext. features
57 /* This function returns true if the CPU has SSE features
61 /* This function returns true if the CPU has SSE2 features
65 /* This function returns true if the CPU has AltiVec features
  /prebuilt/windows/sdl/include/SDL/
SDL_cpuinfo.h 41 /* This function returns true if the CPU has MMX features
45 /* This function returns true if the CPU has MMX Ext. features
49 /* This function returns true if the CPU has 3DNow features
53 /* This function returns true if the CPU has 3DNow! Ext. features
57 /* This function returns true if the CPU has SSE features
61 /* This function returns true if the CPU has SSE2 features
65 /* This function returns true if the CPU has AltiVec features
  /sdk/eclipse/sites/external/
site.xml 6 <feature url="features/com.android.ide.eclipse.adt_0.9.7.qualifier.jar" id="com.android.ide.eclipse.adt" version="0.9.7.qualifier">
9 <feature url="features/com.android.ide.eclipse.ddms_0.9.7.qualifier.jar" id="com.android.ide.eclipse.ddms" version="0.9.7.qualifier">
14 Features that add Android support to Eclipse for application developers.
  /external/ipsec-tools/src/include-glibc/
glibc-bugs.h 9 #include <features.h>
  /ndk/sources/cpufeatures/
Android.mk 9 LOCAL_SRC_FILES := cpu-features.c
  /sdk/eclipse/sites/internal/
site.xml 6 <feature url="features/com.android.ide.eclipse.adt_0.9.7.qualifier.jar" id="com.android.ide.eclipse.adt" version="0.9.7.qualifier">
9 <feature url="features/com.android.ide.eclipse.ddms_0.9.7.qualifier.jar" id="com.android.ide.eclipse.ddms" version="0.9.7.qualifier">
12 <feature url="features/com.android.ide.eclipse.tests_0.9.7.qualifier.jar" id="com.android.ide.eclipse.tests" version="0.9.7.qualifier">
17 Features that add Android support to Eclipse for application developers.
  /prebuilt/windows/sdl/host/include/SDL/
SDL_cpuinfo.h 44 /* This function returns true if the CPU has MMX features
48 /* This function returns true if the CPU has MMX Ext. features
52 /* This function returns true if the CPU has 3DNow features
56 /* This function returns true if the CPU has 3DNow! Ext. features
60 /* This function returns true if the CPU has SSE features
64 /* This function returns true if the CPU has SSE2 features
68 /* This function returns true if the CPU has AltiVec features
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
IsSupported.java 206 List<String> features = new ArrayList<String>(); local
207 features.add("Core");
208 features.add("XML");
209 features.add("HTML");
210 features.add("Views");
211 features.add("StyleSheets");
212 features.add("CSS");
213 features.add("CSS2");
214 features.add("Events");
215 features.add("UIEvents")
    [all...]
  /external/srec/srec/ca/
cnfd_scr.c 131 static int CA_ConfScorerGetFeatures(CA_Recog* recog, CA_NBestList *nbestlist, float* features, int *num_features,
137 float features[12]; local
150 rc = CA_ConfScorerGetFeatures(recog, nbestlist, features, &num_features, current_choice, num_choices_left);
169 features[i]) + hConfidenceScorer->one_nbest.offset[i]));
179 features[i]) + hConfidenceScorer->many_nbest.offset[i]));
193 PLogMessage("confidence %d features ", (int)final_value);
195 PLogMessage(" %s %f", conf_feature_names[i], features[i]);
201 int CA_ConfScorerGetFeatures(CA_Recog* recog, CA_NBestList *nbestlist, float* features, int *num_features,
217 ASSERT(features);
233 features[CONF_FEATURE_ABSOLUTE_SCORE] = ((float)(speech_cost0))
    [all...]
  /external/dropbear/debian/
control 17 It implements most required features of the SSH 2 protocol, and other
18 features such as X11 and authentication agent forwarding.
  /external/webkit/WebCore/page/
WindowFeatures.cpp 40 WindowFeatures::WindowFeatures(const String& features)
49 The IE rule is: all features except for channelmode and fullscreen default to YES, but
50 if the user specifies a feature string, all features default to NO. (There is no public
57 if (features.length() == 0) {
79 int length = features.length();
80 String buffer = features.lower();
160 bool WindowFeatures::boolFeature(const HashMap<String, String>& features, const char* key, bool defaultValue)
162 HashMap<String, String>::const_iterator it = features.find(key);
163 if (it == features.end())
169 float WindowFeatures::floatFeature(const HashMap<String, String>& features, const char* key, float min, float max, float defaultValue
    [all...]
  /frameworks/base/docs/html/resources/
index.jd 6 information to help you quickly implement the features you want in your
15 features or functionality to your app. The articles are drawn from posts to the
21 that has the specific features you want. </dd>
  /external/bluetooth/bluez/tools/
hcieventmask.c 86 if (di.features[5] & LMP_SNIFF_SUBR)
89 if (di.features[5] & LMP_PAUSE_ENC)
92 if (di.features[6] & LMP_EXT_INQ)
95 if (di.features[6] & LMP_NFLUSH_PKTS)
98 if (di.features[7] & LMP_LSTO)
101 if (di.features[6] & LMP_SIMPLE_PAIR) {
111 * Features Notification */
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAXFactoryImpl.java 32 * The easiest way to test validity of features to set is to use
42 * This Map contains explicitly set features that can be succesfully
50 private HashMap features = null; field in class:SAXFactoryImpl
67 return SAXParserImpl.newInstance(features);
87 if (features == null) {
89 features = new LinkedHashMap();
91 features.put(name, value ? Boolean.TRUE : Boolean.FALSE);

Completed in 544 milliseconds

1 23 4 5 6 7 8 91011>>