HomeSort by relevance Sort by last modified time
    Searched full:features (Results 951 - 975 of 8210) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
hazards.h 25 #include <asm/cpu-features.h>
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
cacheflush.h 22 #include <asm/cpu-features.h>
hazards.h 25 #include <asm/cpu-features.h>
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
cacheflush.h 22 #include <asm/cpu-features.h>
hazards.h 25 #include <asm/cpu-features.h>
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
cacheflush.h 22 #include <asm/cpu-features.h>
hazards.h 25 #include <asm/cpu-features.h>
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
cacheflush.h 22 #include <asm/cpu-features.h>
hazards.h 25 #include <asm/cpu-features.h>
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
cacheflush.h 22 #include <asm/cpu-features.h>
hazards.h 25 #include <asm/cpu-features.h>
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
cacheflush.h 22 #include <asm/cpu-features.h>
hazards.h 25 #include <asm/cpu-features.h>
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
cacheflush.h 22 #include <asm/cpu-features.h>
hazards.h 25 #include <asm/cpu-features.h>
  /prebuilts/sdk/current/support/v7/appcompat/res/layout/
abc_screen_simple_overlay_action_mode.xml 19 This is an optimized layout for a screen, with the minimum set of features
  /docs/source.android.com/src/accessories/
aoa2.jd 22 <p>The Android Open Accessory Protocol 2.0 adds two new features: audio output (from the Android
30 <code>1</code>, representing the protocol version number. Devices that support the new features described
177 <h2 id="interoperability-with-aoa-10-features">Interoperability with AOA 1.0 Features</h2>
180 support, but adds new features to allow the accessory to communicate with the Android operating
183 to the original feature set. Simply use the new features described in this document in addition to
184 the original AOA protocol features.</p>
  /external/bluetooth/bluedroid/stack/a2dp/
a2d_api.c 93 /* get supported features */
97 a2d_svc.features = p_attr->attr_value.v.u16;
157 ** features: Profile supported features.
170 UINT16 features, UINT32 sdp_handle)
203 if (features != 0)
206 UINT16_TO_BE_STREAM(p, features);
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryExp.cpp 148 // Media features that are prefixed by min/max cannot be used without a value.
211 // Media features that use CSSValueIDs.
217 // Media features that must have non-negative <density>, ie. dppx, dpi or dpcm,
218 // or Media features that must have non-negative <length> or number value.
226 // Media features that must have non-negative integer value,
227 // or media features that must have non-negative number value,
228 // or media features that must have (0|1) value.
  /external/chromium_org/third_party/WebKit/Source/core/page/
Chrome.cpp 169 void Chrome::setWindowFeatures(const WindowFeatures& features) const
171 m_client->setToolbarsVisible(features.toolBarVisible || features.locationBarVisible);
172 m_client->setStatusbarVisible(features.statusBarVisible);
173 m_client->setScrollbarsVisible(features.scrollbarsVisible);
174 m_client->setMenubarVisible(features.menuBarVisible);
175 m_client->setResizable(features.resizable);
  /frameworks/base/core/java/android/service/trust/
TrustAgentService.java 90 * A white list of features that the given trust agent should support when otherwise disabled
116 Bundle features = msg.peekData();
118 boolean result = onSetTrustAgentFeaturesEnabled(features);
174 * Called when device policy wants to restrict features in the agent in response to
181 * disabled. An empty list means all features should be disabled.
318 public void setTrustAgentFeaturesEnabled(Bundle features, IBinder token) {
320 msg.setData(features);
  /frameworks/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/
HistogramPredictor.java 45 // 2. Different features could have different weights on prediction scores.
202 public List<Map.Entry<String, Double> > findTopClasses(Map<String, String> features, int topK) {
212 if (features.containsKey(featureName)) {
213 String featureValue = features.get(featureName);
272 * Add a new observation of given sample id and features to the histograms
274 public void addSample(String sampleId, Map<String, String> features) {
275 for (Map.Entry<String, String> entry : features.entrySet()) {
  /art/compiler/
common_compiler_test.cc 74 // Look in /proc/cpuinfo for features we need. Only use this when we can guarantee that
82 if (line.find("Features") != std::string::npos) {
116 // Given a set of instruction features from the build, parse it. The
122 FeatureList features; local
123 Split(str, ',', features);
124 for (FeatureList::iterator i = features.begin(); i != features.end(); i++) {
294 // Take the default set of instruction features from the build.
301 // for ARM, do a runtime check to make sure that the features we are passed from
302 // the build match the features we actually determine at runtime
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
handler.py 102 http://xml.org/sax/features/namespaces feature is true (the
201 http://xml.org/sax/features/external-general-entities and the
202 http://xml.org/sax/features/external-parameter-entities
239 # CORE FEATURES
243 feature_namespaces = "http://xml.org/sax/features/namespaces"
249 feature_namespace_prefixes = "http://xml.org/sax/features/namespace-prefixes"
256 feature_string_interning = "http://xml.org/sax/features/string-interning"
262 feature_validation = "http://xml.org/sax/features/validation"
268 feature_external_ges = "http://xml.org/sax/features/external-general-entities"
273 feature_external_pes = "http://xml.org/sax/features/external-parameter-entities
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
handler.py 102 http://xml.org/sax/features/namespaces feature is true (the
201 http://xml.org/sax/features/external-general-entities and the
202 http://xml.org/sax/features/external-parameter-entities
239 # CORE FEATURES
243 feature_namespaces = "http://xml.org/sax/features/namespaces"
249 feature_namespace_prefixes = "http://xml.org/sax/features/namespace-prefixes"
256 feature_string_interning = "http://xml.org/sax/features/string-interning"
262 feature_validation = "http://xml.org/sax/features/validation"
268 feature_external_ges = "http://xml.org/sax/features/external-general-entities"
273 feature_external_pes = "http://xml.org/sax/features/external-parameter-entities
    [all...]

Completed in 503 milliseconds

<<31323334353637383940>>