HomeSort by relevance Sort by last modified time
    Searched refs:feature (Results 251 - 275 of 882) sorted by null

<<11121314151617181920>>

  /external/lldb/scripts/Python/interface/
SBListener.i 12 %feature("docstring",
SBSection.i 12 %feature("docstring",
SBSymbol.i 12 %feature("docstring",
SBSymbolContext.i 12 %feature("docstring",
SBValueList.i 12 %feature("docstring",
SBDebugger.i 12 %feature("docstring",
206 %feature("docstring",
  /external/lldb/scripts/
lldb.swig 38 %feature("autodoc", "1");
  /frameworks/wilhelm/src/
entry.c 63 switch (option->feature) {
71 SL_LOGE("unknown engine option: feature=%u data=%u",
72 option->feature, option->data);
  /libcore/dom/src/test/java/org/w3c/domts/
JAXPDOMTestDocumentBuilderFactory.java 143 public boolean hasFeature(String feature, String version) {
144 return builder.getDOMImplementation().hasFeature(feature, version);
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyautodoc.swg 8 %feature("autodoc", str) func;
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDevicePolicyTest.java 240 for (String feature: commandOutput.split("\\s+")) {
241 // Each line in the output of the command has the format "feature:{FEATURE_VALUE}".
242 String[] tokens = feature.split(":");
243 assertTrue("\"" + feature + "\" expected to have format feature:{FEATURE_VALUE}",
245 assertEquals(feature, "feature", tokens[0]);
251 CLog.logAndDisplay(LogLevel.INFO, "Device doesn't have required feature "
  /external/chromium_org/pdf/
preview_mode_client.h 66 virtual void DocumentHasUnsupportedFeature(const std::string& feature);
  /external/chromium_org/ppapi/c/private/
ppb_pdf.h 143 // Notifies the browser that the PDF has an unsupported feature.
152 PP_Bool(*IsFeatureEnabled)(PP_Instance instance, PP_PDFFeature feature);
  /external/chromium_org/third_party/libwebp/webp/
demux.h 125 // Get the 'feature' value from the 'dmux'.
129 const WebPDemuxer* dmux, WebPFormatFeature 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/smack/src/org/jivesoftware/smackx/provider/
DiscoverInfoProvider.java 39 DiscoverInfo.Feature feature = null; local
57 else if (parser.getName().equals("feature")) {
74 if (parser.getName().equals("feature")) {
75 // Create a new feature and add it to the discovered info.
  /external/webp/include/webp/
demux.h 125 // Get the 'feature' value from the 'dmux'.
129 const WebPDemuxer* dmux, WebPFormatFeature feature);
  /frameworks/rs/driver/runtime/
build_bc_lib_internal.mk 34 bc_clang_cc1_cflags += -target-feature +long64
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 77 public boolean isSupported(String feature, String version) {return false;}
167 * specialized APIs of the specified feature and version. The
170 * @param feature The name of the feature requested (case-insensitive).
171 * @param version This is the version number of the feature to test. If
173 * any version of the feature will cause the method to return an
174 * object that supports at least one version of the feature.
176 * the specified feature and version, if any, or <code>null</code> if
178 * feature. If the <code>DOMObject</code> returned by this method
185 public Object getFeature(String feature, String version)
    [all...]
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_classifier.cc 99 // this is the case, post a task to begin feature extraction on the next
140 // DOM feature extraction can take awhile, so it runs asynchronously
149 // Note that cancelling the feature extractors is simply a no-op if they
161 // Term feature extraction can take awhile, so it runs asynchronously
196 VLOG(2) << "Feature: " << it->first << " = " << it->second;
200 ClientPhishingRequest::Feature* feature = verdict.add_feature_map(); local
201 feature->set_name(it->first);
202 feature->set_value(it->second);
  /external/wpa_supplicant_8/src/ap/
hw_features.c 2 * hostapd / Hardware feature query and different modes
99 struct hostapd_hw_modes *feature = &modes[i]; local
105 for (j = 0; j < feature->num_channels; j++) {
113 if ((feature->channels[j].flag &
116 } else if (((feature->channels[j].flag &
120 (feature->channels[j].flag &
123 feature->channels[j].flag |=
127 if (feature->channels[j].flag & HOSTAPD_CHAN_DISABLED)
132 feature->mode,
133 feature->channels[j].chan
    [all...]
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
TimeStatsAggregator.java 78 HashMap<String,String> feature = new HashMap<String,String>(); local
83 feature.put(featureName, features.get(featureName));
85 Log.e(TAG, "There is no Time feature called " + featureName);
87 return (Map)feature;
  /frameworks/wilhelm/tests/sandbox/
engine.c 87 options[0].feature = 0x12345;
105 options[0].feature = SL_ENGINEOPTION_THREADSAFE;
107 options[1].feature = SL_ENGINEOPTION_LOSSOFCONTROL;
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-metadata-model/0.20.0/
tycho-metadata-model-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-metadata-model/0.18.1/
tycho-metadata-model-0.18.1.jar 

Completed in 420 milliseconds

<<11121314151617181920>>