HomeSort by relevance Sort by last modified time
    Searched refs:feature (Results 51 - 75 of 414) sorted by null

1 23 4 5 6 7 8 91011>>

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleHello.java 24 * Handle the "hello" chunk (HELO) and feature discovery.
177 String feature = getString(data, len); local
178 client.getClientData().addFeature(feature);
180 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
658 void addFeature(String feature) {
659 mFeatures.add(feature);
663 * Returns true if the {@link Client} supports the given <var>feature</var>
664 * @param feature The feature to test.
665 * @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 \
  /libcore/dom/src/test/java/org/w3c/domts/
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);
  /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
  /bionic/libc/kernel/common/linux/
uhid.h 102 struct uhid_feature_req feature; member in union:uhid_event::__anon563
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Token.pm 5 use feature qw( state );
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
UnpackUpdateJars.java 69 File feature = features[i]; local
70 if (feature.getName().endsWith(".jar")) {
71 String fileName = feature.getName();
74 unzip(feature, unPackedFeature);
75 getUnpackedPluginList(new File(unPackedFeature,"feature.xml"));
179 // Get feature attributes
  /external/kernel-headers/original/linux/
uhid.h 99 struct uhid_feature_req feature; member in union:uhid_event::__anon8764
  /frameworks/base/core/java/android/net/
ConnectivityManager.java 494 * begin using the named feature. The interpretation of {@code feature}
499 * @param feature the name of the feature to be used
502 * implementation+feature combination, except that the value {@code -1}
505 public int startUsingNetworkFeature(int networkType, String feature) {
507 return mService.startUsingNetworkFeature(networkType, feature,
516 * using the named feature. The interpretation of {@code feature}
521 * @param feature the name of the feature that is no longer neede
    [all...]
IConnectivityManager.aidl 61 int startUsingNetworkFeature(int networkType, in String feature,
64 int stopUsingNetworkFeature(int networkType, in String feature);
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
build_bc_lib.mk 22 bc_clang_cc1_cflags := -target-feature +long64
  /tools/motodev/makefile/
build.properties 33 #The type of the top level element we are building, generally "feature"
34 topLevelElementType = feature
36 topLevelElementId = com.motorola.studio.android.feature
121 #Sort bundles depenedencies across all features instead of just within a given feature.
172 #The value to be used for the qualifier of a plugin or feature when you want to override the value computed by pde.
177 #The generated suffix is computed according to the content of the feature
208 #- the location of the jar or folder that is the plugin or feature : /path/to/foo.jar or /path/to/foo
210 #- 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/wilhelm/src/
entry.c 63 switch (option->feature) {
71 SL_LOGE("unknown engine option: feature=%u data=%u",
72 option->feature, option->data);
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/internal/permissionfeature/
PermissionToFeatureMapReader.java 33 import com.motorolamobility.preflighting.core.permissionfeature.Feature;
47 * @param xmlStream input stream from which to read the permission to implied required feature mapping
98 List<Feature> features = new ArrayList<Feature>();
111 Feature feature = new Feature(featureAtr.getNodeValue()); local
112 features.add(feature);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
FeatureSpecificTestSuiteBuilder.java 23 import com.google.common.collect.testing.features.Feature;
104 private Set<Feature<?>> features;
110 public B withFeatures(Feature<?>... features) {
114 public B withFeatures(Iterable<? extends Feature<?>> features) {
119 protected Set<Feature<?>> getFeatures() {
245 Set<Feature<?>> missingFeatures =
256 Set<Feature<?>> unwantedFeatures =
331 protected static String formatFeatureSet(Set<? extends Feature<?>> features) {
333 for (Feature<?> feature : features)
    [all...]
  /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");
  /external/webkit/Source/WebCore/svg/
SVGElement.h 132 virtual bool isSupported(StringImpl* feature, StringImpl* version) const;

Completed in 428 milliseconds

1 23 4 5 6 7 8 91011>>