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

<<11121314151617181920>>

  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
cpu-features.h 24 #include <cpu-feature-overrides.h>
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
cpu-features.h 24 #include <cpu-feature-overrides.h>
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
cpu-features.h 24 #include <cpu-feature-overrides.h>
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
cpu-features.h 24 #include <cpu-feature-overrides.h>
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
cpu-features.h 24 #include <cpu-feature-overrides.h>
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
cpu-features.h 24 #include <cpu-feature-overrides.h>
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
cpu-features.h 24 #include <cpu-feature-overrides.h>
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
cpu-features.h 24 #include <cpu-feature-overrides.h>
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
cpu-features.h 24 #include <cpu-feature-overrides.h>
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
cpu-features.h 24 #include <cpu-feature-overrides.h>
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
cpu-features.h 24 #include <cpu-feature-overrides.h>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 271 ``object_hook`` will be used instead of the ``dict``. This feature
277 This feature can be used to implement custom decoders that rely on the
305 ``object_hook`` will be used instead of the ``dict``. This feature
311 This feature can be used to implement custom decoders that rely on the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 271 ``object_hook`` will be used instead of the ``dict``. This feature
277 This feature can be used to implement custom decoders that rely on the
305 ``object_hook`` will be used instead of the ``dict``. This feature
311 This feature can be used to implement custom decoders that rely on the
  /device/generic/goldfish/opengl/
Android.mk 39 # For the import/export feature to work properly, you must include
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 208 ClientPhishingRequest_Feature* feature = request->add_feature_map(); local
209 feature->set_name(name);
210 feature->set_value(value);
215 ClientPhishingRequest_Feature* feature = local
217 feature->set_name(name);
218 feature->set_value(value);
  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl_private.cc 340 bool GpuDataManagerImplPrivate::IsFeatureBlacklisted(int feature) const {
342 if (feature == gpu::GPU_FEATURE_TYPE_PANEL_FITTING &&
351 if (feature == gpu::GPU_FEATURE_TYPE_ACCELERATED_2D_CANVAS)
356 return (blacklisted_features_.count(feature) == 1);
359 bool GpuDataManagerImplPrivate::IsDriverBugWorkaroundActive(int feature) const {
360 return (gpu_driver_bugs_.count(feature) == 1);
411 // than those in the preliminary gpu feature flags because the latter work
    [all...]
  /external/chromium_org/extensions/renderer/resources/
platform_app.js 41 * it is friendlier towards feature detection.
45 * to continue. We shouldn't break library code that uses feature detection
54 * conjunction with feature detection. A great example is document.write(), as
  /ndk/build/core/
default-build-commands.mk 36 # These flags are used to enforce the NX (no execute) security feature in the
43 # These flags disable the above security feature
53 # These flags disable the above security feature
  /external/chromium_org/remoting/webapp/
host_native_messaging.js 37 /** @type {Array.<remoting.HostController.Feature>} @private */
84 * @param {remoting.HostController.Feature} feature The feature to test for.
85 * @return {boolean} True if the implementation supports the named feature.
87 remoting.HostNativeMessaging.prototype.hasFeature = function(feature) {
88 return this.supportedFeatures_.indexOf(feature) >= 0;
  /prebuilts/misc/common/swig/include/2.0.11/java/
java.swg     [all...]
  /art/dex2oat/
dex2oat.cc 722 // input 'str' is a comma separated list of feature names. Parse it and
730 std::string feature = Trim(*i); local
731 if (feature == "default") {
733 } else if (feature == "div") {
736 } else if (feature == "nodiv") {
739 } else if (feature == "lpae") {
742 } else if (feature == "nolpae") {
746 Usage("Unknown instruction set feature: '%s'", feature.c_str());
    [all...]
  /frameworks/minikin/libs/minikin/
Layout.cpp 639 static hb_feature_t feature; local
645 if (hb_feature_from_string (start, p - start, &feature)
646 && feature.start == 0 && feature.end == (unsigned int) -1)
647 features->push_back(feature);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-core/0.20.0/
tycho-core-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-core/0.18.1/
tycho-core-0.18.1.jar 
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 974 public boolean isSupported(String feature, String version)
1101 public Object getFeature(String feature, String version)
    [all...]

Completed in 770 milliseconds

<<11121314151617181920>>