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
414
) 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
;
/tools/motodev/src/features/basic/
feature.properties
3
# MOTODEV ANDROID
Feature
properties
8
feature
.android.label = MOTODEV Studio for Android Core Development
9
feature
.android.provider.name = Motorola Mobility, Inc.
10
feature
.android.update.site.name = MOTODEV Studio for Android Product Updates
12
feature
.android.description = MOTODEV Studio for Android core features. Contains code development tools/utilities and database support for projects.
13
feature
.android.copyright = Copyright (C) 2012 The Android Open Source Project
14
feature
.android.license = place your license text her
/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)
/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) {
75
static int armCPUInfo(CPUFeature
feature
) {
76
(void)
feature
;
/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)
/tools/motodev/src/features/feature/
feature.properties
3
# MOTODEV ANDROID
Feature
properties
8
feature
.android.label=MOTODEV Studio for Android
Feature
9
feature
.android.provider.name=Motorola Mobility, Inc.
10
feature
.android.update.site.name=MOTODEV Studio for Android Product Updates
12
feature
.android.description=MOTODEV Studio for Android Product.\
14
feature
.android.copyright=Copyright (C) 2012 The Android Open Source Project
15
feature
.android.license=place your license text her
/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;
/tools/motodev/src/features/preflighting/
feature.properties
3
# MOTODEV Preflighting
Feature
properties
8
feature
.preflighting.label= MOTODEV Studio App Validator Tool
9
feature
.preflighting.provider.name=Motorola Mobility, Inc.
11
feature
.preflighting.description=MOTODEV Studio App Validator Tool.\
13
feature
.preflighting.copyright=Copyright (C) 2012 The Android Open Source Project
14
feature
.preflighting.license=place your license text her
/tools/motodev/src/features/preflighting.sdk/
feature.properties
3
# MOTODEV Preflighting
Feature
properties
8
feature
.preflighting.label= MOTODEV Studio App Validator SDK
9
feature
.preflighting.provider.name=Motorola Mobility, Inc.
10
feature
.preflighting.description=MOTODEV Studio App Validator SDK.\
12
feature
.preflighting.copyright=Copyright (C) 2012 The Android Open Source Project
13
feature
.preflighting.license=place your license text her
/tools/motodev/src/features/preflighting.ui/
feature.properties
3
# MOTODEV Preflighting
Feature
properties
8
feature
.preflighting.label= MOTODEV Studio App Validator Tool UI Integration
9
feature
.preflighting.provider.name=Motorola Mobility, Inc.
10
feature
.preflighting.description=MOTODEV Studio App Validator Tool UI Integration.\
12
feature
.preflighting.copyright=Copyright (C) 2012 The Android Open Source Project
13
feature
.preflighting.license=Place your license text her
/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
));
/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.
Completed in 691 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>