OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:feature
(Results
276 - 300
of
6147
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/Frontend/
mfpmath.c
1
// RUN: %clang_cc1 -triple i686-pc-linux -target-
feature
-sse %s
3
// RUN: %clang_cc1 -triple i686-pc-linux -target-
feature
-sse -mfpmath 387 %s
5
// RUN: %clang_cc1 -triple i686-pc-linux -target-
feature
+sse %s
7
// RUN: %clang_cc1 -triple i686-pc-linux -target-
feature
+sse -mfpmath sse %s
9
// RUN: not %clang_cc1 -triple i686-pc-linux -target-
feature
+sse \
13
// RUN: not %clang_cc1 -triple i686-pc-linux -target-
feature
+sse \
17
// RUN: not %clang_cc1 -triple i686-pc-linux -target-
feature
-sse \
41
// RUN: -target-
feature
-neon -mfpmath neon %s 2>&1 | FileCheck --check-prefix=CHECK-NO-NEON %s
/external/dnsmasq/contrib/try-all-ns/
README
9
I recently needed a
feature
in dnsmasq for a very bizarre situation. I
12
requests as a failed tcp connection. I wrote the
feature
into dnsmasq
/external/e2fsprogs/resize/
test-resize
4
FEATURE
="-O 64bit"
13
$MKE2FS -F -t ext4 $
FEATURE
$FS
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
FetchValidator.java
21
* Uses an ElementParser to read a list of
feature
.xml files and to determine
50
"org.eclipse.platform-
feature
,org.eclipse.platform.win32-
feature
,org.eclipse.platform.linux.motif-
feature
";
95
"
feature
",
123
String
feature
= (String) enumeration.nextElement();
local
124
if (new File(install + "/features/" +
feature
).exists())
127
missingFeatures.add(
feature
);
/external/valgrind/main/coregrind/m_gdbserver/
mips-linux.xml
16
<
feature
name="org.gnu.gdb.mips.linux">
18
</
feature
>
/frameworks/base/services/core/java/com/android/server/hdmi/
SetArcTransmissionStateAction.java
23
*
Feature
action that handles enabling/disabling of ARC transmission channel.
31
// is waiting for time out. If it receives <
Feature
Abort> within timeout
57
// If AVR responds with <
Feature
Abort>, disable ARC status again.
60
// <
Feature
Abort> is received.
62
// <
Feature
Abort>.
65
// to check whether there is no <
Feature
Abort> for <Report ARC Initiated>.
115
HdmiLogger.debug("
Feature
aborted for <Report Arc Initiated>");
129
// Expire timeout for <
Feature
Abort>.
/frameworks/native/data/etc/
android.hardware.bluetooth.xml
16
<!-- Adds the
feature
indicating support for the Bluetooth API -->
18
<
feature
name="android.hardware.bluetooth" />
android.hardware.bluetooth_le.xml
16
<!-- Adds the
feature
indicating support for the Bluetooth Low Energy API -->
18
<
feature
name="android.hardware.bluetooth_le" />
android.hardware.camera.external.xml
20
<
feature
name="android.hardware.camera.any" />
21
<
feature
name="android.hardware.camera.external" />
android.hardware.camera.front.xml
19
<
feature
name="android.hardware.camera.any" />
20
<
feature
name="android.hardware.camera.front" />
android.hardware.camera.manual_postprocessing.xml
19
<
feature
name="android.hardware.camera.any" />
20
<
feature
name="android.hardware.camera.capability.manual_post_processing" />
android.hardware.camera.manual_sensor.xml
19
<
feature
name="android.hardware.camera.any" />
20
<
feature
name="android.hardware.camera.capability.manual_sensor" />
android.hardware.camera.raw.xml
19
<
feature
name="android.hardware.camera.any" />
20
<
feature
name="android.hardware.camera.capability.raw" />
android.hardware.camera.xml
19
<
feature
name="android.hardware.camera.any" />
20
<
feature
name="android.hardware.camera" />
android.hardware.consumerir.xml
17
<!-- This is the standard
feature
indicating that the device can communicate
20
<
feature
name="android.hardware.consumerir" />
android.hardware.ethernet.xml
17
<!-- This is the standard
feature
indicating that the device includes ethernet. -->
19
<
feature
name="android.hardware.ethernet" />
android.hardware.gamepad.xml
17
<!-- This is the standard
feature
indicating that the device is a compatible gamepad or includes
20
<
feature
name="android.hardware.gamepad" />
android.hardware.hdmi.cec.xml
17
<!-- This is the standard
feature
indicating that the device includes HDMI-CEC. -->
19
<
feature
name="android.hardware.hdmi.cec" />
android.hardware.location.xml
20
<
feature
name="android.hardware.location" />
21
<
feature
name="android.hardware.location.network" />
android.hardware.nfc.hce.xml
17
<!-- This
feature
indicates that the device supports host-based
20
<
feature
name="android.hardware.nfc.hce" />
android.hardware.nfc.xml
17
<!-- This is the standard
feature
indicating that the device can communicate
20
<
feature
name="android.hardware.nfc" />
android.hardware.opengles.aep.xml
17
<!-- This is the standard
feature
indicating that the device supports the
20
<
feature
name="android.hardware.opengles.aep" />
android.hardware.screen.landscape.xml
17
<!-- Standard
feature
indicating that the device supports landscape mode. -->
19
<
feature
name="android.hardware.screen.landscape" />
android.hardware.screen.portrait.xml
17
<!-- Standard
feature
indicating that the device supports portrait mode. -->
19
<
feature
name="android.hardware.screen.portrait" />
android.hardware.sensor.accelerometer.xml
17
<!--
Feature
for devices with an accelerometer sensor. -->
19
<
feature
name="android.hardware.sensor.accelerometer" />
Completed in 954 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>