HomeSort by relevance Sort by last modified time
    Searched full:features (Results 101 - 125 of 4027) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libvpx/examples/
error_resilient.txt 2 Error Resiliency Features
6 features of the codec.
  /ndk/sources/host-tools/ndk-stack/regex/
targetver.h 4 // is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run
5 // your application. The macros work by enabling all features available on platform versions up to and
  /external/chromium/chrome/browser/extensions/
extension_devtools_browsertest.h 14 // command line features.
  /external/chromium/chrome/common/safe_browsing/
csd.proto 29 // Is true if the features for this URL were classified as phishing.
38 // Feature value is always in the range [0.0, 1.0]. Boolean features
43 // List of features that were extracted. Those are the features that were
  /external/clang/lib/Frontend/
LangStandards.cpp 16 #define LANGSTANDARD(id, name, desc, features) \
17 static const LangStandard Lang_##id = { name, desc, features };
26 #define LANGSTANDARD(id, name, desc, features) \
34 #define LANGSTANDARD(id, name, desc, features) \
  /external/webkit/LayoutTests/fast/url/script-tests/
trivial-segments.js 1 description("Test basic features of URL segmentation");
trivial.js 1 description("Test basic features of URL canonicalization");
  /frameworks/base/core/java/android/app/admin/
package.html 3 <p>Provides device administration features at the system level, allowing you to create
  /frameworks/support/v4/java/android/support/v4/content/
package.html 4 android API level 4 or later. The main features here are
  /external/markdown/docs/
README.html 4 though there are a few known issues. See <a href="http://www.freewisdom.org/projects/python-markdown/Features">Features</a> for information
5 on what exactly is supported and what is not. Additional features are
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java 25 package com.android.cts.verifier.features;
125 // Required features in prior releases that became optional in GB
133 // New features in GB
149 // Required features in prior releases that became optional in HC
179 // features
184 // get list of all features device thinks it has, & store in a HashMap
194 // roll over all known features & check whether device reports them
197 Set<Feature> features = new LinkedHashSet<Feature>(); local
199 // add features from latest to last so that the latest requirements are put in the set first
202 Collections.addAll(features, ALL_ICE_CREAM_SANDWICH_FEATURES)
    [all...]
  /external/llvm/docs/HistoricalNotes/
2001-01-31-UniversalIRIdea.txt 11 The idea would be that LLVM would provide a standard set of runtime features
15 runtime features needed for that language, extending or customizing them as
17 features as well as low-level machine-independent optimizations (like PRE)
21 machine-independent features like type-safety and access safety should be
31 features that different languages select from. Also, using SSA with or
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAXFactoryImpl.java 32 * The easiest way to test validity of features to set is to use
42 * This Map contains explicitly set features that can be succesfully
50 private HashMap features = null; field in class:SAXFactoryImpl
67 return SAXParserImpl.newInstance(features);
87 if (features == null) {
89 features = new LinkedHashMap();
91 features.put(name, value ? Boolean.TRUE : Boolean.FALSE);
  /ndk/docs/
CPU-FEATURES.html 1 <html><body><pre>Android NDK CPU Features detection library:
5 runtime to detect the target device's CPU family and the optional features
24 * In your source code, include the header named &lt;cpu-features.h&gt;
41 Features:
54 Returns the set of optional features supported by the device's CPU.
85 optional features in the future. It is designed to work as-is on all
92 Please see the comments in $NDK/sources/android/cpufeatures/cpu-features.c
  /external/webkit/Source/JavaScriptCore/parser/
Nodes.cpp 99 ScopeNode::ScopeNode(JSGlobalData* globalData, const SourceCode& source, SourceElements* children, VarStack* varStack, FunctionStack* funcStack, IdentifierSet& capturedVariables, CodeFeatures features, int numConstants)
103 , m_features(features)
115 inline ProgramNode::ProgramNode(JSGlobalData* globalData, SourceElements* children, VarStack* varStack, FunctionStack* funcStack, IdentifierSet& capturedVariables, const SourceCode& source, CodeFeatures features, int numConstants)
116 : ScopeNode(globalData, source, children, varStack, funcStack, capturedVariables, features, numConstants)
120 PassRefPtr<ProgramNode> ProgramNode::create(JSGlobalData* globalData, SourceElements* children, VarStack* varStack, FunctionStack* funcStack, IdentifierSet& capturedVariables, const SourceCode& source, CodeFeatures features, int numConstants)
122 RefPtr<ProgramNode> node = new ProgramNode(globalData, children, varStack, funcStack, capturedVariables, source, features, numConstants);
133 inline EvalNode::EvalNode(JSGlobalData* globalData, SourceElements* children, VarStack* varStack, FunctionStack* funcStack, IdentifierSet& capturedVariables, const SourceCode& source, CodeFeatures features, int numConstants)
134 : ScopeNode(globalData, source, children, varStack, funcStack, capturedVariables, features, numConstants)
138 PassRefPtr<EvalNode> EvalNode::create(JSGlobalData* globalData, SourceElements* children, VarStack* varStack, FunctionStack* funcStack, IdentifierSet& capturedVariables, const SourceCode& source, CodeFeatures features, int numConstants)
140 RefPtr<EvalNode> node = new EvalNode(globalData, children, varStack, funcStack, capturedVariables, source, features, numConstants)
    [all...]
  /external/e2fsprogs/misc/
mke2fs.conf.5.in 88 This relation specifies the filesystems features which are enabled in
97 This relation specifies a set of features that should be added or
98 removed to the features listed in the
210 features = has_journal
216 features = extents,flex_bg
232 features = ^resize_inode
256 .I features
257 tag, which is specifies a set of changes to the features used by the
261 dir_index features enabled. Then configuration relation
262 fs_types.ext4.features would enable the extents and flex_b
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebwindowfeatures.cpp 43 * To be safe listen to the notify::window-features signal of the #WebKitWebView
49 * WebKitWebWindowFeatures *features = webkit_web_view_get_window_features (my_webview);
52 * g_signal_connect (G_OBJECT(features), "notify::menubar-visible", G_CALLBACK(make_menu_bar_visible), NULL);
53 * g_signal_connect (G_OBJECT(features), "notify::statusbar-visible", G_CALLBACK(make_status_bar_visible), NULL);
421 WebKitWebWindowFeatures* kitNew(const WebCore::WindowFeatures& features)
425 if(features.xSet)
426 g_object_set(webWindowFeatures, "x", static_cast<int>(features.x), NULL);
428 if(features.ySet)
429 g_object_set(webWindowFeatures, "y", static_cast<int>(features.y), NULL);
431 if(features.widthSet
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/
ChangeLog 8 * scripts/features/parallelism: Test that the jobserver is
14 * scripts/features/statipattrules: Add tests for bug #16053.
18 * scripts/features/escape: Use "pre:" not "p:" to avoid conflicts
33 * scripts/features/default_names: Don't call error() when the test
38 * scripts/features/targetvars: Test a complex construction which
66 * scripts/features/parallelism: Add a test for bug #15641.
80 * scripts/features/parallelism, scripts/functions/wildcard,
91 * scripts/features/se_implicit: Add in .SECONDEXPANSION settings.
95 * scripts/features/patternrules: Add a test for bug #13022.
99 * scripts/features/double_colon: Add a test for bug #14334
    [all...]
  /external/llvm/include/llvm/MC/
SubtargetFeature.h 11 // The intent is to be able to package specific features that should or should
13 // as example, gather chip info from the command line, a long with features
64 /// specific features. Features are encoded as a string of the form
69 /// Each of the remaining features is prefixed with + or - indicating whether
75 std::vector<std::string> Features; // Subtarget features as a vector
79 /// Features string accessors.
82 /// Adding Features.
108 /// Retrieve a formatted string of the default features for the specifie
    [all...]
  /frameworks/base/core/java/android/ddm/
DdmHandleHello.java 145 * Handle request for list of supported features.
148 // TODO: query the VM to ensure that support for these features
150 final String[] features = Debug.getVmFeatureList(); local
155 int size = 4 + 4 * features.length;
156 for (int i = features.length-1; i >= 0; i--)
157 size += features[i].length() * 2;
161 out.putInt(features.length);
162 for (int i = features.length-1; i >= 0; i--) {
163 out.putInt(features[i].length());
164 putString(out, features[i])
    [all...]
  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 39 SubtargetFeatures Features(FS);
40 FeatureBits = Features.getFeatureBits(CPU, ProcDesc, NumProcs,
48 SubtargetFeatures Features(FS);
49 FeatureBits = Features.getFeatureBits(CPU, ProcDesc, NumProcs,
64 SubtargetFeatures Features;
65 FeatureBits = Features.ToggleFeature(FeatureBits, FS,
  /external/stlport/stlport/stl/config/
_mwerks.h 11 // Compiler features
15 // *** CodeWarrior Compiler Common Features ***
62 # if __MWERKS__ < 0x2300 // CW Pro5 features
70 # if __MWERKS__ < 0x2200 // CW Pro4 features
79 # if __MWERKS__ < 0x2100 // CW Pro3 features
94 # if __MWERKS__ < 0x2000 // v. 2.0 features
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_mwerks.h 11 // Compiler features
15 // *** CodeWarrior Compiler Common Features ***
62 # if __MWERKS__ < 0x2300 // CW Pro5 features
70 # if __MWERKS__ < 0x2200 // CW Pro4 features
79 # if __MWERKS__ < 0x2100 // CW Pro3 features
94 # if __MWERKS__ < 0x2000 // v. 2.0 features
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_mwerks.h 11 // Compiler features
15 // *** CodeWarrior Compiler Common Features ***
62 # if __MWERKS__ < 0x2300 // CW Pro5 features
70 # if __MWERKS__ < 0x2200 // CW Pro4 features
79 # if __MWERKS__ < 0x2100 // CW Pro3 features
94 # if __MWERKS__ < 0x2000 // v. 2.0 features
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_mwerks.h 11 // Compiler features
15 // *** CodeWarrior Compiler Common Features ***
62 # if __MWERKS__ < 0x2300 // CW Pro5 features
70 # if __MWERKS__ < 0x2200 // CW Pro4 features
79 # if __MWERKS__ < 0x2100 // CW Pro3 features
94 # if __MWERKS__ < 0x2000 // v. 2.0 features

Completed in 800 milliseconds

1 2 3 45 6 7 8 91011>>