/libcore/luni/src/test/java/tests/org/w3c/dom/ |
DOMDocumentBuilderFactory.java | 51 public boolean hasFeature(String feature, String version) { 52 return builder.getDOMImplementation().hasFeature(feature, version);
|
/external/oprofile/daemon/ |
opd_extended.c | 3 * OProfile Extended Feature 19 * if extended feature is enabled */ 25 * OProfile Extended Feature Table 43 for (i = 0 ; ext_feature_table[i].feature != NULL ; i++ ) { 44 if(!strncmp(name, ext_feature_table[i].feature, 45 strlen(ext_feature_table[i].feature))) { 79 * <feature name>:<param1>:<param2>:<param3>:..... 95 /* Parse feature name*/ 107 fprintf(stderr,"opd_ext_initialize: Invalid extended feature option: %s\n", value); 130 printf("\n-- OProfile Extended-Feature Statistics --\n") [all...] |
opd_extended.h | 3 * OProfile Extended Feature 23 * OProfile Extended Feature Table Entry 26 // Feature name 27 const char* feature; member in struct:opd_ext_feature 28 // Feature handlers 61 * Parse the specified extended feature 73 * Print out extended feature statistics in oprofiled.log file
|
/frameworks/base/core/java/android/net/ |
IConnectivityManager.aidl | 59 int startUsingNetworkFeature(int networkType, in String feature, 62 int stopUsingNetworkFeature(int networkType, in String feature);
|
ConnectivityManager.java | 434 * begin using the named feature. The interpretation of {@code feature} 437 * @param feature the name of the feature to be used 440 * implementation+feature combination, except that the value {@code -1} 443 public int startUsingNetworkFeature(int networkType, String feature) { 445 return mService.startUsingNetworkFeature(networkType, feature, 454 * using the named feature. The interpretation of {@code feature} 457 * @param feature the name of the feature that is no longer neede [all...] |
/external/webkit/Source/WebCore/WebCore.vcproj/ |
build-generated-files.sh | 70 export FEATURE_DEFINES=`$SDKROOT/tools/scripts/feature-defines.sh $VSPROPSROOT $4`
|
/libcore/dom/src/test/java/org/w3c/domts/ |
JTidyDocumentBuilderFactory.java | 108 public boolean hasFeature(String feature, String version) { 109 return domImpl.hasFeature(feature, version);
|
BatikTestDocumentBuilderFactory.java | 172 * Determines if the implementation supports the specified feature. 173 * @param feature Feature 175 * @return true if implementation supports the feature 177 public boolean hasFeature(String feature, String version) { 178 return getDOMImplementation().hasFeature(feature, version);
|
DOM4JTestDocumentBuilderFactory.java | 130 public boolean hasFeature(String feature, String version) { 131 return domImpl.hasFeature(feature, version);
|
JAXPDOMTestDocumentBuilderFactory.java | 143 public boolean hasFeature(String feature, String version) { 144 return builder.getDOMImplementation().hasFeature(feature, version);
|
/libcore/luni/src/main/java/org/w3c/dom/ |
Node.java | 464 * Tests whether the DOM implementation implements a specific feature and 465 * that feature is supported by this node, as specified in . 466 * @param feature The name of the feature to test. 467 * @param version This is the version number of the feature to test. 468 * @return Returns <code>true</code> if the specified feature is 472 public boolean isSupported(String feature, 575 * supports the feature "HTML" [<a href='http://www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109'>DOM Level 2 HTML</a>] [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/features/ |
FeatureSummaryActivity.java | 48 * Simple storage class for data about an Android feature. 50 static class Feature { 52 * The name of the feature. Should be one of the PackageManager.FEATURE* 74 public Feature(String name, boolean required) { 84 } else if (o == null || !(o instanceof Feature)) { 87 Feature feature = (Feature) o; local 88 return name.equals(feature.name) [all...] |
/external/webkit/Tools/DumpRenderTree/qt/ |
DumpRenderTreeQt.h | 203 void permissionSet(QWebPage::Feature feature); 207 void requestPermission(QWebFrame* frame, QWebPage::Feature feature); 208 void cancelPermission(QWebFrame* frame, QWebPage::Feature feature);
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
HandleHello.java | 23 * Handle the "hello" chunk (HELO) and feature discovery. 155 String feature = getString(data, len); local 156 client.getClientData().addFeature(feature); 158 Log.d("ddm-hello", "Feature: " + feature);
|
ClientData.java | 121 * String for feature enabling starting/stopping method profiling 127 * String for feature enabling direct streaming of method profiling data 133 * String for feature allowing to dump hprof files 139 * String for feature allowing direct streaming of hprof dumps 630 void addFeature(String feature) { 631 mFeatures.add(feature); 635 * Returns true if the {@link Client} supports the given <var>feature</var> 636 * @param feature The feature to test. 637 * @return true if the feature is supporte [all...] |
/external/opencv/cv/src/ |
mycvHaarDetectObjects.cpp | 68 MyCvHidHaarFeature feature; member in struct:MyCvHidHaarTreeNode 298 CvHaarFeature* feature = classifier->haar_feature + l; local 304 if( fabs(feature->rect[2].weight) < DBL_EPSILON || 305 feature->rect[2].r.width == 0 || 306 feature->rect[2].r.height == 0 ) 307 memset( &(node->feature.rect[2]), 0, sizeof(node->feature.rect[2]) ); 413 double sum = calc_sum(node->feature.rect[0],p_offset) * node->feature.rect[0].weight; 414 sum += calc_sum(node->feature.rect[1],p_offset) * node->feature.rect[1].weight 727 CvHaarFeature* feature = local [all...] |
/external/e2fsprogs/lib/e2p/ |
Android.mk | 4 feature.c \
|
/sdk/eclipse/buildConfig/ |
build.properties | 28 product=/plugin or feature id/path/to/.product 121 #The value to be used for the qualifier of a plugin or feature when you want to override the value computed by pde. 126 #The generated suffix is computed according to the content of the feature 151 #- the location of the jar or folder that is the plugin or feature : /path/to/foo.jar or /path/to/foo 153 #- the location of a feature.xml, or for 2.1 style plugins, the plugin.xml or fragment.xml
|
/external/qemu/hw/ |
bt-hid.c | 98 } dataother, datain, dataout, feature, intrdataout; member in struct:bt_hid_device_s 120 s->feature.len = 0; 283 s->feature.buffer, MIN(rlen, s->feature.len)); 300 s->feature.len = len - 1; 301 memcpy(s->feature.buffer, data + 1, s->feature.len); 364 memcpy(s->feature.buffer + s->feature.len, data + 1, len - 1); 365 s->feature.len += len - 1 [all...] |
/external/wpa_supplicant_8/src/ap/ |
hw_features.c | 2 * hostapd / Hardware feature query and different modes 72 struct hostapd_hw_modes *feature = &modes[i]; local 75 for (j = 0; j < feature->num_channels; j++) { 83 if (feature->channels[j].flag & 87 feature->channels[j].flag |= 89 if (feature->channels[j].flag & HOSTAPD_CHAN_DISABLED) 93 feature->mode, 94 feature->channels[j].chan, 95 feature->channels[j].freq, 96 feature->channels[j].max_tx_power) [all...] |
/cts/tests/tests/accounts/src/android/accounts/cts/ |
MockAccountAuthenticator.java | 206 for (String feature: features) { 207 if (!mockFeatureList.contains(feature)) {
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothTetheringDataTracker.java | 153 * begin using the named feature. The interpretation of {@code feature} 155 * @param feature the name of the feature to be used 160 * implementation+feature combination, except that the value {@code -1} 164 public int startUsingNetworkFeature(String feature, int callingPid, int callingUid) { 170 * using the named feature. The interpretation of {@code feature} 172 * @param feature the name of the feature that is no longer needed [all...] |
/system/media/wilhelm/src/ |
entry.c | 63 switch (option->feature) { 71 SL_LOGE("unknown engine option: feature=%u data=%u", 72 option->feature, option->data);
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
domimplementationregistry07.js | 72 DOMImplementationRegistry.getDOMImplementation("http://www.example.com/bogus-feature 99.0") should return 90 domImpl = domImplRegistry.getDOMImplementation("http://www.example.com/bogus-feature 99.0");
|
domimplementationregistry18.js | 72 DOMImplementationRegistry.getDOMImplementationList("http://www.example.com/bogus-feature 99.0") 89 domImplList = domImplRegistry.getDOMImplementationList("http://www.example.com/bogus-feature 99.0");
|