OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:feature
(Results
476 - 500
of
6147
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/valgrind/main/coregrind/m_gdbserver/
s390-fpr-valgrind-s2.xml
8
<!DOCTYPE
feature
SYSTEM "gdb-target.dtd">
9
<
feature
name="org.gnu.gdb.s390.fpr-valgrind-s2">
27
</
feature
>
s390-fpr.xml
8
<!DOCTYPE
feature
SYSTEM "gdb-target.dtd">
9
<
feature
name="org.gnu.gdb.s390.fpr">
27
</
feature
>
s390x-core64-valgrind-s1.xml
8
<!DOCTYPE
feature
SYSTEM "gdb-target.dtd">
9
<
feature
name="org.gnu.gdb.s390.core-valgrind-s1">
28
</
feature
>
s390x-core64-valgrind-s2.xml
8
<!DOCTYPE
feature
SYSTEM "gdb-target.dtd">
9
<
feature
name="org.gnu.gdb.s390.core-valgrind-s2">
28
</
feature
>
s390x-core64.xml
8
<!DOCTYPE
feature
SYSTEM "gdb-target.dtd">
9
<
feature
name="org.gnu.gdb.s390.core">
28
</
feature
>
/external/webrtc/src/common_audio/vad/
vad_sp.h
38
// Updates and returns the smoothed
feature
minimum. As minimum we use the
39
// median of the five smallest
feature
values in a 100 frames long window.
42
// - feature_value : New
feature
value to update with.
/frameworks/native/opengl/tests/gl2_cameraeye/
AndroidManifest.xml
25
<uses-
feature
android:name="android.hardware.camera" />
26
<uses-
feature
android:name="android.hardware.camera.autofocus" />
27
<uses-
feature
android:glEsVersion="0x00020000" />
/libcore/dom/src/test/java/org/w3c/domts/
DOMTestIncompatibleException.java
50
public static DOMTestIncompatibleException incompatibleFeature(String
feature
,
53
"Implementation does not support
feature
\"");
54
buf.append(
feature
);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test___future__.py
27
for
feature
in features:
28
value = getattr(__future__,
feature
)
55
"
feature
is missing a .compiler_flag attr")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test___future__.py
27
for
feature
in features:
28
value = getattr(__future__,
feature
)
55
"
feature
is missing a .compiler_flag attr")
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
manifest-expected-completion16.txt
13
uses-
feature
: The "uses-
feature
" tag specifies a specific
feature
used by the application.
/art/test/052-verifier-fun/src/
Main.java
111
BlahFeature
feature
= null; // interface ref
local
115
feature
= new BlahOne();
118
feature
= new BlahTwo();
122
feature
.doStuff();
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientAutoLoginTest.java
12
import org.chromium.base.test.util.
Feature
;
53
@
Feature
({"AndroidWebView"})
65
@
Feature
({"AndroidWebView"})
76
@
Feature
({"AndroidWebView"})
AwContentsClientGetDefaultVideoPosterTest.java
15
import org.chromium.base.test.util.
Feature
;
61
@
Feature
({"AndroidWebView"})
73
@
Feature
({"AndroidWebView"})
91
@
Feature
({"AndroidWebView"})
/external/chromium_org/chrome/renderer/safe_browsing/
feature_extractor_clock.h
5
// A simple abstraction for getting the current time during
feature
extraction.
features.cc
27
LOG(ERROR) << "Not adding
feature
: " << name << " because the "
28
<< "
feature
map is too large.";
32
// We only expect features in the range [0.0, 1.0], so fail if the
feature
is
35
LOG(ERROR) << "Not adding
feature
: " << name << " because the value "
/external/chromium_org/components/dom_distiller/
README
4
To enable this
feature
, use the command line flag --enable-distiller.
/external/chromium_org/content/public/android/java/src/org/chromium/content_public/common/
ScreenOrientationConstants.java
9
* screen orientation
feature
.
/external/chromium_org/content/renderer/android/
synchronous_compositor_factory.cc
22
// This
feature
only makes sense in single process mode.
/external/chromium_org/content/test/data/
rwhv_compositing_animation.html
5
<title>GPU
Feature
Testing: Accelerated Compositing</title>
/external/chromium_org/extensions/common/features/
api_feature.h
19
// extensions::
Feature
:
simple_feature.h
18
#include "extensions/common/features/
feature
.h"
24
class SimpleFeature : public
Feature
{
30
// supported in
feature
files; "component" implies
35
// directly, it should be dealing with the
Feature
interface.
65
// Adds a filter to this
feature
. The
feature
takes ownership of the filter.
68
// Parses the JSON representation of a
feature
into the fields of this object.
91
// extension::
Feature
:
128
const base::Callback<Availability(const
Feature
*)>& checker) const;
/external/chromium_org/extensions/renderer/
script_context.h
12
#include "extensions/common/features/
feature
.h"
38
Feature
::Context context_type,
40
Feature
::Context effective_context_type);
63
Feature
::Context context_type() const { return context_type_; }
65
Feature
::Context effective_context_type() const {
105
Feature
::Availability GetAvailability(const std::string& api_name);
121
bool IsAnyFeatureAvailableToContext(const extensions::
Feature
& api);
166
Feature
::Context context_type_;
174
Feature
::Context effective_context_type_;
/external/chromium_org/gpu/config/
gpu_feature_type.h
12
// If a bit is set to 1, corresponding
feature
is blacklisted.
/external/chromium_org/third_party/WebKit/Source/build/scripts/
audit_runtime_enabled_features.py
43
return [
feature
['name'] for
feature
in in_file.name_dictionaries if
feature
['status'] == 'stable']
58
for
feature
in added_features:
59
print "+ %s" %
feature
60
for
feature
in removed_features:
61
print "- %s" %
feature
171
for
feature
in stale_features(historical_tuples):
172
print
feature
Completed in 2516 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>