OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:feature
(Results
251 - 275
of
6147
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/tools/json_schema_compiler/
features_cc_generator.py
48
for
feature
in self._feature_defs:
50
% (
feature
.name, cpp_util.ConstantName(
feature
.name)))
63
for
feature
in self._feature_defs:
65
(cpp_util.ConstantName(
feature
.name),
feature
.name))
/frameworks/base/telephony/java/com/android/ims/
ImsConfigListener.aidl
25
* Notifies client the value of the get operation result on the
feature
config item.
28
* @param
feature
. as defined in com.android.ims.ImsConfig#FeatureConstants.
34
void onGetFeatureResponse(int
feature
, int network, int value, int status);
37
* Notifies client the set value operation result for
feature
config item.
43
* @param
feature
. as defined in com.android.ims.ImsConfig#FeatureConstants.
50
void onSetFeatureResponse(int
feature
, int network, int value, int status);
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
domimplementationfeaturecore.java
47
* The "
feature
" parameter in the
48
* "hasFeature(
feature
,version)" method is the package name
49
* of the
feature
. Legal values are XML and HTML and CORE.
50
* (Test for
feature
core, lower case)
54
* DOMImplementation object whose "hasFeature(
feature
,
55
* version)" method is invoked with
feature
equal to "core".
domimplementationfeaturexmlversion2.java
47
* The "
feature
" parameter in the
48
* "hasFeature(
feature
,version)" method is the package name
49
* of the
feature
. Legal values are XML and HTML.
50
* (Test for
feature
"xml" and version "2.0")
54
* DOMImplementation object whose "hasFeature(
feature
,
55
* version)" method is invoked with "
feature
" equal to "xml".
/prebuilts/misc/common/swig/include/2.0.11/std/
std_container.i
103
%
feature
("ignore") std::vector<Type >::vector(size_type size);
104
%
feature
("ignore") std::vector<Type >::resize(size_type size);
105
%
feature
("ignore") std::deque<Type >::deque(size_type size);
106
%
feature
("ignore") std::deque<Type >::resize(size_type size);
107
%
feature
("ignore") std::list<Type >::list(size_type size);
108
%
feature
("ignore") std::list<Type >::resize(size_type size);
/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)
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
JavaBridgeArrayTest.java
9
import org.chromium.base.test.util.
Feature
;
96
@
Feature
({"AndroidWebView", "Android-JavaBridge"})
107
@
Feature
({"AndroidWebView", "Android-JavaBridge"})
114
@
Feature
({"AndroidWebView", "Android-JavaBridge"})
121
@
Feature
({"AndroidWebView", "Android-JavaBridge"})
130
@
Feature
({"AndroidWebView", "Android-JavaBridge"})
140
@
Feature
({"AndroidWebView", "Android-JavaBridge"})
148
@
Feature
({"AndroidWebView", "Android-JavaBridge"})
156
@
Feature
({"AndroidWebView", "Android-JavaBridge"})
167
@
Feature
({"AndroidWebView", "Android-JavaBridge"}
[
all
...]
/frameworks/base/docs/html-intl/intl/ja/training/tv/start/
hardware.jd
66
<th>Android ?
Feature
Descriptor</th>
106
<uses-
feature
android:name="android.hardware.touchscreen"
108
<uses-
feature
android:name="android.hardware.telephony"
110
<uses-
feature
android:name="android.hardware.camera"
112
<uses-
feature
android:name="android.hardware.nfc"
114
<uses-
feature
android:name="android.hardware.gps"
116
<uses-
feature
android:name="android.hardware.microphone"
133
????????????????????????????<a href="{@docRoot}guide/topics/manifest/uses-
feature
-element.html">{@code uses-
feature
}</a>?????????????
167
???????????????????????????????????????<a href="{@docRoot}guide/topics/manifest/uses-
feature
-element.html#permissions-features">{@code uses-feature}</a>??????????????????????????????????????? (…)
[
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_org/chrome/common/extensions/docs/server2/
manifest_data_source.py
26
def coerce_example_to_feature(
feature
):
28
|
feature
| into the
feature
format, with a name and children, to be rendered
31
if not isinstance(
feature
.get('example'), dict):
32
if 'example' in
feature
:
33
feature
['example'] = json.dumps(
feature
['example'])
36
for key, value in
feature
['example'].iteritems():
37
if not 'children' in
feature
:
38
feature
['children'] = {
[
all
...]
/sdk/eclipse/sites/external/web/
site.xsl
28
<xsl:sort select="ancestor::
feature
//@version" order="ascending"/>
29
<xsl:sort select="ancestor::
feature
//@id" order="ascending" case-order="upper-first"/>
41
<xsl:when test="ancestor::
feature
//@label">
42
<a href="{ancestor::
feature
//@url}"><xsl:value-of select="ancestor::
feature
//@label"/></a>
45
(<xsl:value-of select="ancestor::
feature
//@id"/> - <xsl:value-of select="ancestor::
feature
//@version"/>)
49
<a href="{ancestor::
feature
//@url}"><xsl:value-of select="ancestor::
feature
//@id"/> - <xsl:value-of select="ancestor::
feature
//@version"/></a
[
all
...]
/sdk/eclipse/sites/internal/web/
site.xsl
28
<xsl:sort select="ancestor::
feature
//@version" order="ascending"/>
29
<xsl:sort select="ancestor::
feature
//@id" order="ascending" case-order="upper-first"/>
41
<xsl:when test="ancestor::
feature
//@label">
42
<a href="{ancestor::
feature
//@url}"><xsl:value-of select="ancestor::
feature
//@label"/></a>
45
(<xsl:value-of select="ancestor::
feature
//@id"/> - <xsl:value-of select="ancestor::
feature
//@version"/>)
49
<a href="{ancestor::
feature
//@url}"><xsl:value-of select="ancestor::
feature
//@id"/> - <xsl:value-of select="ancestor::
feature
//@version"/></a
[
all
...]
/cts/tests/tests/tv/src/android/tv/settings/cts/
Utils.java
25
public static boolean hasFeature(Context context, String
feature
) {
26
return context.getPackageManager().hasSystemFeature(
feature
);
/development/tutorials/MoarRam/
README.txt
2
for the development of the DDMS native heap tracker
feature
. It contains 3
17
A new
feature
is added to force a double free. Both debug libc and Valgrind can capture it.
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsStaticsTest.java
10
import org.chromium.base.test.util.
Feature
;
26
@
Feature
({"AndroidWebView"})
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/util/
HashUtilTest.java
10
import org.chromium.base.test.util.
Feature
;
15
@
Feature
({"Sync", "Omaha"})
/external/chromium_org/chrome/common/extensions/docs/examples/api/commands/
manifest.json
14
"toggle-
feature
": {
16
"description": "Send a 'toggle-
feature
' event to the extension"
/external/chromium_org/content/shell/android/javatests/src/org/chromium/content_shell_apk/
ContentShellUrlTest.java
9
import org.chromium.base.test.util.
Feature
;
19
@
Feature
({"Main"})
/external/chromium_org/extensions/common/
switches.cc
31
// Hack so that
feature
switch can work with about_flags. See
38
// Hack so that
feature
switch can work with about_flags. See
47
// Hack so that
feature
switch can work with about_flags. See
52
// Hack so that
feature
switch can work with about_flags. See
84
// FeatureSwitch and about_flags don't play nice.
Feature
switch expects either
85
// --enable-<
feature
> or --<
feature
>=1, but about_flags expects the command
87
// in about_flags enables the
feature
. Appending this flag has the same effect
/external/chromium_org/net/android/javatests/src/org/chromium/net/
NetErrorsTest.java
14
import org.chromium.base.test.util.
Feature
;
27
@
Feature
({"Android-AppBase"})
/external/clang/test/Driver/
aarch64-mfpu.c
1
// Test that different values of -mfpu pick correct AArch64 FPU target-
feature
(s).
11
// CHECK-NEON: "-target-
feature
" "+neon"
17
// CHECK-FP-ARMV8: "-target-
feature
" "+fp-armv8"
23
// CHECK-NEON-FP-ARMV8: "-target-
feature
" "+fp-armv8"
24
// CHECK-NEON-FP-ARMV8: "-target-
feature
" "+neon"
30
// CHECK-CRYPTO-NEON-FP-ARMV8: "-target-
feature
" "+fp-armv8"
31
// CHECK-CRYPTO-NEON-FP-ARMV8: "-target-
feature
" "+neon"
32
// CHECK-CRYPTO-NEON-FP-ARMV8: "-target-
feature
" "+crypto"
Completed in 892 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>