OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:feature
(Results
1 - 25
of
400
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webrtc/src/system_wrappers/source/
cpu_features.cc
23
// No CPU
feature
is available => straight C path.
24
int GetCPUInfoNoASM(CPUFeature
feature
) {
25
(void)
feature
;
53
// Actual
feature
detection for x86.
54
static int GetCPUInfo(CPUFeature
feature
) {
57
if (
feature
== kSSE2) {
60
if (
feature
== kSSE3) {
67
static int GetCPUInfo(CPUFeature
feature
) {
68
(void)
feature
;
/bionic/libc/kernel/arch-x86/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)
/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)
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
alternative_32.h
29
#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")
30
#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)
31
#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/4/platforms/android-8/arch-x86/usr/include/asm/
alternative_32.h
29
#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")
30
#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)
31
#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/6/platforms/android-9/arch-x86/usr/include/asm/
alternative_32.h
29
#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")
30
#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)
31
#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/7/platforms/android-14/arch-x86/usr/include/asm/
alternative_32.h
29
#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")
30
#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)
31
#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/7/platforms/android-9/arch-x86/usr/include/asm/
alternative_32.h
29
#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")
30
#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)
31
#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-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)
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMImplementationImpl.java
52
public boolean hasFeature(String
feature
, String version) {
54
if (
feature
.startsWith("+")) {
55
feature
=
feature
.substring(1);
62
if (
feature
.equalsIgnoreCase("Core")) {
64
} else if (
feature
.equalsIgnoreCase("XML")) {
66
} else if (
feature
.equalsIgnoreCase("XMLVersion")) {
87
public Object getFeature(String
feature
, String version) {
88
return hasFeature(
feature
, version) ? this : null;
/external/harfbuzz_ng/src/
hb-shape.cc
82
parse_feature_value_prefix (const char **pp, const char *end, hb_feature_t *
feature
)
85
feature
->value = 0;
88
feature
->value = 1;
95
parse_feature_tag (const char **pp, const char *end, hb_feature_t *
feature
)
110
feature
->tag = hb_tag_from_string (p, *pp - p);
115
parse_feature_indices (const char **pp, const char *end, hb_feature_t *
feature
)
121
feature
->start = 0;
122
feature
->end = (unsigned int) -1;
127
has_start = parse_uint (pp, end, &
feature
->start);
130
parse_uint (pp, end, &
feature
->end)
[
all
...]
hb-shape.h
53
hb_feature_t *
feature
);
58
hb_feature_to_string (hb_feature_t *
feature
,
/external/webp/src/dsp/
cpu.c
48
static int x86CPUInfo(CPUFeature
feature
) {
51
if (
feature
== kSSE2) {
54
if (
feature
== kSSE3) {
61
static int AndroidCPUInfo(CPUFeature
feature
) {
64
if (
feature
== kNEON) {
74
static int armCPUInfo(CPUFeature
feature
) {
75
(void)
feature
;
/external/webkit/Source/JavaScriptCore/wtf/
NullPtr.h
35
#define __has_feature(
feature
) 0
/libcore/dom/src/test/java/org/w3c/domts/
JTidyDOMImplementation.java
29
* Test if the DOM implementation implements a specific
feature
.
30
* @param
feature
The name of the
feature
to test (case-insensitive). The
36
* @param version This is the version number of the
feature
to test. In
38
* not specified, supporting any version of the
feature
causes the
40
* @return <code>true</code> if the
feature
is implemented in the
43
public boolean hasFeature(String
feature
,
45
if (
feature
.equals("Core")) {
69
* not support the <code>"XML"</code>
feature
, if they choose not to
73
* the
feature
to see if it requires this method
[
all
...]
/libcore/luni/src/main/java/org/w3c/dom/
DOMImplementation.java
23
* Test if the DOM implementation implements a specific
feature
and
25
* @param
feature
The name of the
feature
to test.
26
* @param version This is the version number of the
feature
to test.
27
* @return <code>true</code> if the
feature
is implemented in the
30
public boolean hasFeature(String
feature
,
49
* support the
feature
"XML" and the language exposed through the
95
* <code>"XML"</code>
feature
but a non-null namespace URI was
101
* support the
feature
"XML" and the language exposed through the
112
* specialized APIs of the specified
feature
and version, as specifie
[
all
...]
/external/chromium/chrome/browser/resources/gpu_internals/
info_view.css
32
#info-view .
feature
-green {
36
#info-view .
feature
-yellow {
40
#info-view .
feature
-red {
/external/kernel-headers/original/asm-x86/
alternative_32.h
47
#define alternative(oldinstr, newinstr,
feature
) \
53
" .byte %c0\n" /*
feature
bit */ \
59
".previous" :: "i" (
feature
) : "memory")
71
#define alternative_input(oldinstr, newinstr,
feature
, input...) \
77
" .byte %c0\n" /*
feature
bit */ \
83
".previous" :: "i" (
feature
), ##input)
86
#define alternative_io(oldinstr, newinstr,
feature
, output, input...) \
92
" .byte %c[feat]\n" /*
feature
bit */ \
98
".previous" : output : [feat] "i" (
feature
), ##input)
/dalvik/tests/052-verifier-fun/src/
Main.java
96
BlahFeature
feature
= null; // interface ref
local
100
feature
= new BlahOne();
103
feature
= new BlahTwo();
107
feature
.doStuff();
/external/webkit/Source/WebCore/bindings/objc/
DOMImplementationFront.cpp
52
bool DOMImplementationFront::hasFeature(const String&
feature
, const String& version) const
54
return reinterpret_cast<const DOMImplementation*>(this)->hasFeature(
feature
, version);
67
DOMImplementationFront* DOMImplementationFront::getInterface(const String&
feature
)
69
return reinterpret_cast<DOMImplementationFront*>(reinterpret_cast<DOMImplementation*>(this)->getInterface(
feature
));
DOMImplementationFront.h
47
bool hasFeature(const String&
feature
, const String& version) const;
50
DOMImplementationFront* getInterface(const String&
feature
);
/external/webrtc/src/system_wrappers/interface/
cpu_features_wrapper.h
34
typedef int (*WebRtc_CPUInfo)(CPUFeature
feature
);
35
// returns true if the CPU supports the
feature
.
37
// No CPU
feature
is available => straight C path.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.package/
welcome.css
51
div.
feature
-box,
52
a:link div.
feature
-box,
53
a:visited div.
feature
-box {
64
a:hover div.
feature
-box {
67
a:active div.
feature
-box {
72
div.
feature
-box > * {
75
div.
feature
-box h2,
76
div.
feature
-box h3 {
80
div.
feature
-box p {
/external/webkit/Tools/QtTestBrowser/
webpage.h
60
void requestPermission(QWebFrame* frame, QWebPage::
Feature
feature
);
61
void featurePermissionRequestCanceled(QWebFrame* frame, QWebPage::
Feature
feature
);
Completed in 3013 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>