OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:feature
(Results
576 - 600
of
6147
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
virtio_config.h
21
/* Some virtio
feature
bits (currently bits 28 through 31) are reserved for the
22
* transport being used (eg. virtio_ring), the rest are per-device
feature
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
virtio_config.h
21
/* Some virtio
feature
bits (currently bits 28 through 31) are reserved for the
22
* transport being used (eg. virtio_ring), the rest are per-device
feature
/prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.5/
gmaven-runtime-api-1.5.pom
39
<groupId>org.codehaus.gmaven.
feature
</groupId>
40
<artifactId>gmaven-
feature
-api</artifactId>
/external/guava/guava-testlib/src/com/google/common/collect/testing/
MapTestSuiteBuilder.java
21
import com.google.common.collect.testing.features.
Feature
;
121
private static Set<
Feature
<?>> computeEntrySetFeatures(
122
Set<
Feature
<?>> mapFeatures) {
123
Set<
Feature
<?>> entrySetFeatures =
129
private static Set<
Feature
<?>> computeKeySetFeatures(
130
Set<
Feature
<?>> mapFeatures) {
131
Set<
Feature
<?>> keySetFeatures =
143
private static Set<
Feature
<?>> computeValuesCollectionFeatures(
144
Set<
Feature
<?>> mapFeatures) {
145
Set<
Feature
<?>> valuesCollectionFeatures
[
all
...]
/development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_constants.h
56
/*
Feature
standard deviation parameters*/
102
* for
feature
detection. The greater the number, the more uniform the distribution of
108
* \brief Absolute
feature
strength threshold.
113
* \brief Relative
feature
strength threshold.
118
* \brief Maximum disparity (as fraction of image size) allowed in
feature
matching
/development/samples/SipDemo/
_index.html
25
feature
is supported only on Android 2.3 (API level 9) and higher versions of
38
application's manifest <ul> <li><code><uses-
feature
43
support. Other <code><uses-
feature
></code> declarations may also be
46
href="../../../guide/topics/manifest/uses-
feature
-element.html"><code><uses-
feature
></code></a>
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientFullScreenVideoTest.java
13
import org.chromium.base.test.util.
Feature
;
47
@
Feature
({"AndroidWebView"})
58
@
Feature
({"AndroidWebView"})
69
@
Feature
({"AndroidWebView"})
88
@
Feature
({"AndroidWebView"})
CookieManagerStartupTest.java
17
import org.chromium.base.test.util.
Feature
;
62
@
Feature
({"AndroidWebView"})
95
@
Feature
({"AndroidWebView", "Privacy"})
106
@
Feature
({"AndroidWebView", "Privacy"})
118
@
Feature
({"AndroidWebView"})
/external/chromium_org/build/mac/
make_more_helpers.sh
29
local
feature
="${3}"
45
local feature_helper="${helper_stem} ${
feature
}.app"
49
local helper_feature="${helper_name} ${
feature
}"
63
feature_cfbundleid="${cfbundleid}.${
feature
}"
67
feature_cfbundlename="${cfbundlename} ${
feature
}"
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/sync/
ChromiumSyncAdapterTest.java
16
import org.chromium.base.test.util.
Feature
;
75
@
Feature
({"Sync"})
110
@
Feature
({"Sync"})
116
@
Feature
({"Sync"})
122
@
Feature
({"Sync"})
DelayedSyncControllerTest.java
19
import org.chromium.base.test.util.
Feature
;
51
@
Feature
({"Sync"})
66
@
Feature
({"Sync"})
74
@
Feature
({"Sync"})
83
@
Feature
({"Sync"})
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
braille_captions_background.js
6
* captions
feature
is enabled.
15
* Key set in local storage when this
feature
is enabled.
33
*
feature
changes.
46
* Returns whether the braille captions
feature
is enabled.
98
* Returns a display state representing the state of the captions
feature
.
/external/chromium_org/chrome/renderer/safe_browsing/
scorer.cc
120
model_.hashes(rule.
feature
(i)));
122
// If the
feature
of the rule does not exist in the given
feature
map the
123
//
feature
weight is considered to be zero. If the
feature
weight is zero
/external/chromium_org/components/cronet/android/test/javatests/src/org/chromium/cronet_test_apk/
MockUrlRequestJobTest.java
12
import org.chromium.base.test.util.
Feature
;
84
@
Feature
({"Cronet"})
95
@
Feature
({"Cronet"})
109
@
Feature
({"Cronet"})
122
@
Feature
({"Cronet"})
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ContentCommandLineTest.java
13
import org.chromium.base.test.util.
Feature
;
108
@
Feature
({"Android-AppBase"})
118
@
Feature
({"Android-AppBase"})
129
@
Feature
({"Android-AppBase"})
142
@
Feature
({"Android-AppBase"})
ContentViewLocationTest.java
9
import org.chromium.base.test.util.
Feature
;
108
@
Feature
({"Location"})
135
@
Feature
({"Location"})
147
@
Feature
({"Location"})
166
@
Feature
({"Location"})
/external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
InvalidationPreferencesTest.java
16
import org.chromium.base.test.util.
Feature
;
39
@
Feature
({"Sync"})
53
@
Feature
({"Sync"})
66
@
Feature
({"Sync"})
79
@
Feature
({"Sync"})
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
CollectionFeature.java
38
public enum CollectionFeature implements
Feature
<Collection> {
64
* tests automatically specify this
feature
.
116
private final Set<
Feature
<? super Collection>> implied;
118
CollectionFeature(
Feature
<? super Collection> ... implied) {
123
public Set<
Feature
<? super Collection>> getImpliedFeatures() {
CollectionSize.java
31
* com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder#withFeatures(
Feature
...)}),
50
public enum CollectionSize implements
Feature
<Collection>,
69
private final Set<
Feature
<? super Collection>> implied;
77
CollectionSize(
Feature
<? super Collection> ... implied) {
85
public Set<
Feature
<? super Collection>> getImpliedFeatures() {
/frameworks/base/core/java/android/content/pm/
FeatureInfo.java
23
* A single
feature
that can be requested by an application. This corresponds
25
* AndroidManifest.xml's {@code <uses-
feature
>} tag.
29
* The name of this
feature
, for example "android.hardware.camera". If
30
* this is null, then this is an OpenGL ES version
feature
as described
48
* Set on {@link #flags} if this
feature
has been required by the application.
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodeissupported01.java
34
* The method "isSupported(
feature
,version)" Tests whether the DOM implementation
35
* implements a specific
feature
and that
feature
is supported by this node.
38
* versions and versions as below. Valid
feature
names are case insensitive and versions
39
* "2.0", "1.0" and if the version is not specified, supporting any version of the
feature
nodeissupported02.java
34
* The method "isSupported(
feature
,version)" Tests whether the DOM implementation
35
* implements a specific
feature
and that
feature
is supported by this node.
38
* versions and versions as below. Valid
feature
names are case insensitive and versions
39
* "2.0", "1.0" and if the version is not specified, supporting any version of the
feature
/libcore/luni/src/main/java/org/xml/sax/
XMLReader.java
71
* Look up the value of a
feature
flag.
73
* <p>The
feature
name is any fully-qualified URI. It is
74
* possible for an XMLReader to recognize a
feature
name but
76
* Some
feature
values may be available only in specific
78
* Also, some
feature
values may not be programmatically accessible.
86
* http://xml.org/sax/features/namespace-prefixes
feature
names.</p>
117
* @param name The
feature
name, which is a fully-qualified URI.
118
* @return The current value of the
feature
(true or false).
119
* @exception org.xml.sax.SAXNotRecognizedException If the
feature
122
* XMLReader recognizes the
feature
name bu
[
all
...]
/packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_constants.h
56
/*
Feature
standard deviation parameters*/
102
* for
feature
detection. The greater the number, the more uniform the distribution of
108
* \brief Absolute
feature
strength threshold.
113
* \brief Relative
feature
strength threshold.
118
* \brief Maximum disparity (as fraction of image size) allowed in
feature
matching
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_constants.h
56
/*
Feature
standard deviation parameters*/
102
* for
feature
detection. The greater the number, the more uniform the distribution of
108
* \brief Absolute
feature
strength threshold.
113
* \brief Relative
feature
strength threshold.
118
* \brief Maximum disparity (as fraction of image size) allowed in
feature
matching
Completed in 661 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>