HomeSort by relevance Sort by last modified time
    Searched full:feature (Results 701 - 725 of 6147) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/ui/cocoa/
confirm_quit.h 13 // The user quit without having the feature enabled.
  /external/chromium_org/components/pdf/common/
pdf_messages.h 20 // The currently displayed PDF has an unsupported feature.
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ChildProcessLauncherTest.java 13 import org.chromium.base.test.util.Feature;
25 @Feature({"ProcessManagement"})
45 @Feature({"ProcessManagement"})
83 @Feature({"ProcessManagement"})
JavaBridgeChildFrameTest.java 9 import org.chromium.base.test.util.Feature;
43 @Feature({"AndroidWebView", "Android-JavaBridge"})
59 @Feature({"AndroidWebView", "Android-JavaBridge"})
82 @Feature({"AndroidWebView", "Android-JavaBridge"})
ScreenOrientationListenerTest.java 11 import org.chromium.base.test.util.Feature;
107 @Feature({"ScreenOrientation"})
124 @Feature({"ScreenOrientation"})
135 @Feature({"ScreenOrientation"})
  /external/chromium_org/content/public/common/
window_container_type.h 14 // "Container" types which can be requested via the window.open feature
  /external/chromium_org/extensions/common/features/
json_feature_provider_source.h 29 // The name of this feature type; only used for debugging.
  /external/chromium_org/third_party/WebKit/ManualTests/
input-type-file-drag-drop.html 16 <li> Rejecting of file-promise drags (this is probably a bug, not a feature).
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
name_utilities.py 90 def enable_conditional_if_endif(code, feature):
91 # Jinja2 filter to generate if/endif directive blocks based on a feature
92 if not feature:
94 condition = 'ENABLE(%s)' % feature
  /external/chromium_org/third_party/WebKit/Source/core/frame/
UseCounter.h 61 enum Feature {
532 // "count" sets the bit for this feature to 1. Repeated calls are ignored.
533 static void count(const Document&, Feature);
536 static void count(const ExecutionContext*, Feature);
538 void count(Feature);
540 // "countDeprecation" sets the bit for this feature to 1, and sends a deprecation
549 static void countDeprecation(const LocalDOMWindow*, Feature);
550 static void countDeprecation(ExecutionContext*, Feature);
551 static void countDeprecation(const Document&, Feature);
552 String deprecationMessage(Feature);
    [all...]
  /external/chromium_org/third_party/icu/source/extra/uconv/
README 15 to always be looking for one more feature or option to add to the tool.
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
mucroomconfigtask.cc 74 for (std::vector<std::string>::const_iterator feature = room_features.begin();
75 feature != room_features.end(); ++feature) {
78 features_value->SetBodyText(*feature);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILDeviceInfo.h 25 Unsupported = 0, // Unsupported feature on the card(Default value)
27 // feature is emulated in software
28 Hardware // This execution mode is set if the feature exists
80 HDTEST, // Experimental feature testing device.
  /external/chromium_org/tools/gyp/test/variables/filelist/src/
filelist2.gyp 7 # This feature is useful to work around limits in the number of arguments that
  /external/clang/bindings/python/tests/cindex/INPUTS/
compile_commands.json 14 "command": "clang++ -DFEATURE=1 -o project2-feature.o -c /home/john.doe/MyProject/project2.cpp",
  /external/clang/test/Analysis/
misc-ps-arm.m 1 // RUN: %clang_cc1 -triple thumbv7-apple-ios0.0.0 -target-feature +neon -analyze -analyzer-checker=core -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks -Wno-objc-root-class %s
  /external/clang/test/CodeGen/
arm64_vcreate.c 1 // RUN: %clang_cc1 -O1 -triple arm64-apple-ios7 -target-feature +neon -ffreestanding -S -o - -emit-llvm %s | FileCheck %s
f16c-builtins.c 1 // RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-darwin -target-feature +f16c -emit-llvm -o - | FileCheck %s
struct-init.c 2 // RUN: %clang_cc1 -S -triple armv7-apple-darwin -target-feature +neon %s -emit-llvm -o - | FileCheck %s
  /external/clang/test/CodeGenCXX/
int64_uint64.cpp 6 // RUN: -target-feature +neon \
  /external/clang/test/Misc/
permissions.cpp 4 // FIXME: Could we introduce another feature for it?
  /external/clang/test/Sema/
attr-availability.c 3 void f0() __attribute__((availability(macosx,introduced=10.4,deprecated=10.2))); // expected-warning{{feature cannot be deprecated in OS X version 10.2 before it was introduced in version 10.4; attribute ignored}}
4 void f1() __attribute__((availability(ios,obsoleted=2.1,deprecated=3.0))); // expected-warning{{feature cannot be obsoleted in iOS version 2.1 before it was deprecated in version 3.0; attribute ignored}}
29 void f4(int) __attribute__((availability(ios,introduced=4.0))); // expected-warning {{feature cannot be deprecated in iOS version 3.0 before it was introduced in version 4.0; attribute ignored}}
32 availability(ios,introduced=4.0))); // expected-warning {{feature cannot be deprecated in iOS version 3.0 before it was introduced in version 4.0; attribute ignored}}
  /external/compiler-rt/lib/
CMakeLists.txt 1 # First, add the subdirectories which contain feature-based runtime libraries
  /external/dnsmasq/contrib/lease-access/
README 9 This was not added as a security feature but as a mean to handle
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/11/data/982983255/
artifacts.xml 11 <rule filter='(&amp; (classifier=org.eclipse.update.feature))' output='${repoUrl}/features/${id}_${version}.jar'/>

Completed in 432 milliseconds

<<21222324252627282930>>