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

<<11121314151617181920>>

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
isSupported12.java 34 * The "feature" parameter in the
35 * isSupported(feature,version)" method is the name
36 * of the feature and the version is the version number of the
37 * feature to test. CORE is a legal value for the feature parameter
44 * node object on which the "isSupported(feature,version)"
45 * method is invoked with "feature" equal to "CORE" and the version equal to 1.0.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
domreg.py 48 find one with the required feature set. If no implementation can
50 of (feature, version) pairs which are passed to hasFeature."""
88 feature = parts[i]
89 if feature[0] in "0123456789":
90 raise ValueError, "bad feature name: %r" % (feature,)
98 features.append((feature, version))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
domreg.py 48 find one with the required feature set. If no implementation can
50 of (feature, version) pairs which are passed to hasFeature."""
88 feature = parts[i]
89 if feature[0] in "0123456789":
90 raise ValueError, "bad feature name: %r" % (feature,)
98 features.append((feature, version))
  /external/chromium_org/extensions/browser/
file_highlighter.cc 103 std::string feature = GetFeature(); local
104 if (!feature.empty())
105 dict->SetString(kHighlightKey, base::UTF8ToUTF16(feature));
146 bool ManifestHighlighter::FindBounds(const std::string& feature,
152 // The feature may be quoted.
155 if (contents_.substr(start_ + 1, quote_end - 1 - start_) == feature) {
156 FindBoundsEnd(feature, quote_end + 1);
159 // If it's not the feature, then we can skip the quoted section.
162 } else if (contents_.substr(start_, feature.size()) == feature) {
    [all...]
  /external/freetype/src/autofit/
hbshim.c 43 * auto-hinter `coverage' is represented by one `feature', and a
44 * feature consists of an arbitrary number of (font specific) `lookup's
197 /* get output coverage of GSUB feature */
228 /* get input coverage of GPOS feature */
246 * covered by the feature only. In case there is not a single zone
296 * agnostic of OpenType features after the feature analysis has been
300 * Consider the superscript feature of font `pala.ttf': Some of the
303 * position (this is, the `sups' feature is present in both the GSUB and
305 * feature's y offset so that the `real' glyphs get correct hints. But
307 * say, the small caps or superscript feature
428 const hb_feature_t* feature; local
    [all...]
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
JavaBridgeBasicsTest.java 13 import org.chromium.base.test.util.Feature;
157 @Feature({"AndroidWebView", "Android-JavaBridge"})
163 @Feature({"AndroidWebView", "Android-JavaBridge"})
179 @Feature({"AndroidWebView", "Android-JavaBridge"})
207 @Feature({"AndroidWebView", "Android-JavaBridge"})
224 @Feature({"AndroidWebView", "Android-JavaBridge"})
231 @Feature({"AndroidWebView", "Android-JavaBridge"})
237 @Feature({"AndroidWebView", "Android-JavaBridge"})
243 @Feature({"AndroidWebView", "Android-JavaBridge"})
253 @Feature({"AndroidWebView", "Android-JavaBridge"}
    [all...]
ContentViewCoreSelectionTest.java 13 import org.chromium.base.test.util.Feature;
53 @Feature({"TextSelection"})
70 @Feature({"TextSelection"})
94 @Feature({"TextSelection"})
110 @Feature({"TextSelection"})
126 @Feature({"TextInput"})
137 @Feature({"TextInput"})
147 @Feature({"TextInput"})
157 @Feature({"TextInput"})
167 @Feature({"TextInput"}
    [all...]
  /device/lge/mako/
media_codecs.xml 30 <Feature name="can-swap-width-height" />
48 <Feature name="can-swap-width-height" />
61 <Feature name="adaptive-playback" />
62 <Feature name="can-swap-width-height" />
73 <Feature name="adaptive-playback" />
74 <Feature name="secure-playback" required="true" />
75 <Feature name="can-swap-width-height" />
86 <Feature name="adaptive-playback" />
87 <Feature name="can-swap-width-height" />
95 <Feature name="adaptive-playback" /
    [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/
ContextMenuTest.java 16 import org.chromium.base.test.util.Feature;
45 @Feature({"Browser", "Main"})
57 @Feature({"Browser"})
69 @Feature({"Browser"})
82 @Feature({"Browser"})
95 @Feature({"Browser"})
112 @Feature({"Browser"})
144 @Feature({"Browser"})
173 @Feature({"Browser"})
194 @Feature({"Browser"}
    [all...]
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_term_feature_extractor.h 9 // features::kPageTerm feature to be added to the FeatureMap.
36 // Callback to be run when feature extraction finishes. The callback
55 // |clock| is used for timing feature extractor operations, and may be mocked
71 // To avoid blocking the render thread for too long, the feature extractor
73 // MessageLoop to continue processing. Once feature extraction is complete,
85 // Cancels any pending feature extraction. The DoneCallback will not be run.
86 // Must be called if there is a feature extraction in progress when the page
102 // The maximum total amount of time that the feature extractor will run
115 // Helper to verify that there is no pending feature extraction. Dies in
123 // Clears all internal feature extraction state
    [all...]
  /external/chromium_org/components/cronet/android/test/javatests/src/org/chromium/cronet_test_apk/
CronetUrlTest.java 11 import org.chromium.base.test.util.Feature;
28 @Feature({"Cronet"})
43 @Feature({"Cronet"})
58 @Feature({"Cronet"})
77 @Feature({"Cronet"})
141 @Feature({"Cronet"})
165 @Feature({"Cronet"})
190 @Feature({"Cronet"})
236 @Feature({"Cronet"})
260 @Feature({"Cronet"}
    [all...]
  /external/lldb/scripts/Python/interface/
SBBlock.i 12 %feature("docstring",
25 %feature("docstring",
34 %feature("docstring", "
41 %feature("docstring", "
48 %feature("docstring", "
55 %feature("docstring", "
62 %feature("docstring", "Get the parent block.") GetParent;
66 %feature("docstring", "Get the inlined block that is or contains this block.") GetContainingInlinedBlock;
70 %feature("docstring", "Get the sibling block for this block.") GetSibling;
74 %feature("docstring", "Get the first child block.") GetFirstChild
    [all...]
  /external/e2fsprogs/lib/e2p/
feature.c 2 * feature.c --- convert between features and strings
22 struct feature { struct
28 static struct feature feature_list[] = {
100 static struct feature jrnl_feature_list[] = {
115 struct feature *f;
146 struct feature *f;
189 struct feature *f;
220 struct feature *f;
275 * Edit a feature set array as requested by the user. The ok_array,
278 * then use it tell whether or not it is OK to clear a filesystem feature
    [all...]
  /external/chromium_org/content/browser/resources/gpu/
info_view.js 82 // Feature map
103 'class': 'feature-yellow'
107 'class': 'feature-red'
111 'class': 'feature-yellow'
115 'class': 'feature-yellow'
119 'class': 'feature-red'
123 'class': 'feature-yellow'
127 'class': 'feature-yellow'
131 'class': 'feature-green'
135 'class': 'feature-green
    [all...]
  /development/ndk/platforms/android-9/arch-x86/include/asm/
alternative_32.h 36 #define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature) : "memory")
37 #define alternative_input(oldinstr, newinstr, feature, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature), ##input)
39 #define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" : output : [feat] "i" (feature), ##input)
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
ArchiveTest.java 14 import org.chromium.base.test.util.Feature;
23 * Test suite for the WebView.saveWebArchive feature.
89 @Feature({"AndroidWebView"})
101 @Feature({"AndroidWebView"})
122 @Feature({"AndroidWebView"})
134 @Feature({"AndroidWebView"})
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/signin/
OAuth2TokenServiceTest.java 12 import org.chromium.base.test.util.Feature;
36 @Feature({"Sync"})
43 @Feature({"Sync"})
58 @Feature({"Sync"})
79 @Feature({"Sync"})
87 @Feature({"Sync"})
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/translate/
TranslateOptionsTest.java 10 import org.chromium.base.test.util.Feature;
21 @Feature({"Translate"})
35 @Feature({"Translate"})
54 @Feature({"Translate"})
76 @Feature({"Translate"})
100 @Feature({"Translate"})
  /external/clang/test/Sema/
c89.c 64 void test10 (int x[*]); /* expected-warning {{variable length arrays are a C99 feature}} */
65 void test11 (int x[static 4]); /* expected-warning {{static array size is a C99 feature}} */
67 void test12 (int x[const 4]) { /* expected-warning {{qualifier in array size is a C99 feature}} */
68 int Y[x[1]]; /* expected-warning {{variable length arrays are a C99 feature}} */
84 int test15[5] = { [2] = 1 }; /* expected-warning {{designated initializers are a C99 feature}} */
93 struct x { int x,y[]; }; /* expected-warning {{flexible array members are a C99 feature}} */
  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 23 /// with feature string). Recompute feature bits and scheduling model.
65 /// ToggleFeature - Toggle a feature and returns the re-computed feature
72 /// ToggleFeature - Toggle a feature and returns the re-computed feature
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMImplementationHasFeature.java 12 * The "feature" parameter in the "hasFeature(feature,version)" method is the
13 * package name of the feature. Legal values are XML and HTML and CORE. (Test
14 * for feature core, lower case)
17 * This should create a DOMImplementation object whose "hasFeature(feature,
18 * version)" method is invoked with feature equal to "core". The method should
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
alternative_32.h 36 #define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature) : "memory")
37 #define alternative_input(oldinstr, newinstr, feature, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature), ##input)
39 #define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" : output : [feat] "i" (feature), ##input)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
alternative_32.h 36 #define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature) : "memory")
37 #define alternative_input(oldinstr, newinstr, feature, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature), ##input)
39 #define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" : output : [feat] "i" (feature), ##input)
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/
alternative_32.h 36 #define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature) : "memory")
37 #define alternative_input(oldinstr, newinstr, feature, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature), ##input)
39 #define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" : output : [feat] "i" (feature), ##input)
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/
alternative_32.h 36 #define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature) : "memory")
37 #define alternative_input(oldinstr, newinstr, feature, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature), ##input)
39 #define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" : output : [feat] "i" (feature), ##input)

Completed in 2336 milliseconds

<<11121314151617181920>>