OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:feature
(Results
551 - 575
of
6147
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/chrome/renderer/extensions/
chrome_extensions_dispatcher_delegate.h
22
extensions::
Feature
::Context context_type,
24
extensions::
Feature
::Context effective_context_type) OVERRIDE;
/external/chromium_org/chrome/renderer/safe_browsing/
scorer_unittest.cc
124
// An empty
feature
map should match the empty rule.
129
// Same if the
feature
does not match any rule.
130
EXPECT_TRUE(features.AddBooleanFeature("not existing
feature
"));
133
//
Feature
1 matches which means that the logodds will be:
134
// 0.5 (empty rule) + 2.0 (rule weight) * 0.15 (
feature
weight) = 0.8
139
// Now, both
feature
1 and
feature
2 match. Expected logodds:
140
// 0.5 (empty rule) + 2.0 (rule weight) * 0.15 (
feature
weight) +
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
EmailAddressDetectionTest.java
9
import org.chromium.base.test.util.
Feature
;
25
@
Feature
({"ContentDetection", "TabContents"})
PopupZoomerTest.java
16
import org.chromium.base.test.util.
Feature
;
84
@
Feature
({"Navigation"})
91
@
Feature
({"Navigation"})
101
@
Feature
({"Navigation"})
112
@
Feature
({"Navigation"})
130
@
Feature
({"Navigation"})
155
@
Feature
({"Navigation"})
181
@
Feature
({"Navigation"})
TestsJavaScriptEvalTest.java
9
import org.chromium.base.test.util.
Feature
;
29
@
Feature
({"Browser"})
/external/chromium_org/content/shell/android/javatests/src/org/chromium/content_shell_apk/
ContentShellPreconditionsTest.java
13
import org.chromium.base.test.util.
Feature
;
22
@
Feature
({"TestInfrastructure"})
ContentShellShellManagementTest.java
10
import org.chromium.base.test.util.
Feature
;
25
@
Feature
({"Main"})
/external/chromium_org/third_party/webrtc/examples/android/media_demo/
AndroidManifest.xml
22
<uses-
feature
android:name="android.hardware.camera" />
23
<uses-
feature
android:name="android.hardware.camera.autofocus" />
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/android/
AndroidManifest.xml
19
<uses-
feature
android:name="android.hardware.camera" />
20
<uses-
feature
android:name="android.hardware.camera.autofocus" />
/external/chromium_org/tools/gyp/test/win/
gyptest-link-safeseh.py
30
# the safe exception handling
feature
. If any modules were not
31
# compatible with safe exception handling
feature
, the resulting image
/external/clang/test/CodeGen/
rdrand-builtins.c
1
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -target-
feature
+rdrnd -target-
feature
+rdseed -emit-llvm -o - %s | FileCheck %s
/external/clang/test/CodeGenCXX/
poly-unsigned.cpp
1
// RUN: %clang_cc1 -triple arm64-apple-ios -target-
feature
+neon -ffreestanding -S -emit-llvm -o - %s | FileCheck --check-prefix=CHECK-UNSIGNED-POLY %s
2
// RUN: %clang_cc1 -triple arm64-linux-gnu -target-
feature
+neon -ffreestanding -S -emit-llvm -o - %s | FileCheck --check-prefix=CHECK-UNSIGNED-POLY %s
/external/clang/test/Lexer/
has_extension.c
9
// Arbitrary
feature
to test that has_extension is a superset of has_feature
39
// Arbitrary
feature
to test that the extension name can be surrounded with
/external/clang/test/Sema/
neon-vector-types.c
1
// RUN: %clang_cc1 %s -triple armv7 -target-
feature
+neon -fsyntax-only -verify
2
// RUN: %clang_cc1 %s -triple armv8 -target-
feature
+neon -fsyntax-only -verify
/external/icu/icu4c/source/layout/
Features.cpp
31
* Note: according to the OpenType Spec. v 1.4, the entries in the
Feature
32
* List Table are sorted alphabetically by
feature
tag; however, there seem
/external/llvm/include/llvm/MC/
SubtargetFeature.h
31
/// SubtargetFeatureKV - Used to provide key value pairs for
feature
and
66
/// A comma separates each
feature
from the next (all lowercase.)
68
/// that
feature
should be enabled or disabled contrary to the cpu
83
/// ToggleFeature - Toggle a
feature
and returns the newly updated
feature
88
/// Get
feature
bits of a CPU.
93
/// Print
feature
string.
96
// Dump
feature
info.
/external/pixman/pixman/
pixman-x86.c
110
pixman_cpuid (uint32_t
feature
,
119
: "a" (
feature
));
134
: "a" (
feature
));
140
__cpuid (info,
feature
);
160
/* Get
feature
bits */
204
have_feature (cpu_features_t
feature
)
215
return (features &
feature
) ==
feature
;
/external/valgrind/main/coregrind/m_gdbserver/
mips-linux-valgrind.xml
22
<
feature
name="org.gnu.gdb.mips.linux">
24
</
feature
>
mips64-linux-valgrind.xml
21
<
feature
name="org.gnu.gdb.mips.linux">
23
</
feature
>
/frameworks/base/docs/html/guide/topics/manifest/
uses-permission-element.jd
19
application requires the underlying hardware
feature
and filters the application
23
hardware features in <code><uses-
feature
></code> elements, rather than
26
filtering for a particular
feature
, you can add a
28
<code><uses-
feature
></code> declaration.</p>
32
href="{@docRoot}guide/topics/manifest/uses-
feature
-element.html#permissions-features">
33
<code><uses-
feature
></code></a> element.</p>
96
<li><code><a href="{@docRoot}guide/topics/manifest/uses-
feature
-element.html"><uses-
feature
></a></code></li>
/frameworks/base/tests/FeatureSplit/feature2/
Android.mk
32
LOCAL_AAPT_FLAGS := --
feature
-of $(featureOfApk)
33
LOCAL_AAPT_FLAGS += --
feature
-after $(featureAfterApk)
/frameworks/native/data/etc/
android.hardware.usb.accessory.xml
17
<!-- This is the standard
feature
indicating that the device supports USB accessories. -->
19
<
feature
name="android.hardware.usb.accessory" />
/libcore/luni/src/main/java/org/xml/sax/
SAXNotRecognizedException.java
1
// SAXNotRecognizedException.java - unrecognized
feature
or value.
21
* unrecognized
feature
or property identifier; SAX applications and
SAXNotSupportedException.java
1
// SAXNotSupportedException.java - unsupported
feature
or value.
20
*
feature
or property identifier, but cannot perform the requested
/libcore/luni/src/test/java/tests/org/w3c/dom/
DOMDocumentBuilderFactory.java
51
public boolean hasFeature(String
feature
, String version) {
52
return builder.getDOMImplementation().hasFeature(
feature
, version);
Completed in 1477 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>