HomeSort by relevance Sort by last modified time
    Searched refs:RAW (Results 1 - 25 of 294) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
dv-raw-err.l 2 .*:10: Warning: Use of 'mov\.m' violates RAW dependency 'AR\[BSP\]' \(impliedf\)
4 .*:10: Warning: Use of 'mov\.m' violates RAW dependency 'RSE' \(impliedf\)
6 .*:15: Warning: Use of 'mov\.m' violates RAW dependency 'AR\[BSPSTORE\]' \(impliedf\)
8 .*:15: Warning: Use of 'mov\.m' violates RAW dependency 'RSE' \(impliedf\)
10 .*:20: Warning: Use of 'cmpxchg8\.acq' violates RAW dependency 'AR\[CCV\]' \(impliedf\)
12 .*:25: Warning: Use of 'mov\.i' violates RAW dependency 'AR\[EC\]' \(impliedf\)
14 .*:30: Warning: Use of 'fpcmp\.eq\.s0' violates RAW dependency 'AR\[FPSR\]\.sf0\.controls' \(impliedf\)
16 .*:35: Warning: Use of 'fpcmp\.eq\.s1' violates RAW dependency 'AR\[FPSR\]\.sf1\.controls' \(impliedf\)
18 .*:40: Warning: Use of 'fpcmp\.eq\.s2' violates RAW dependency 'AR\[FPSR\]\.sf2\.controls' \(impliedf\)
20 .*:45: Warning: Use of 'fpcmp\.eq\.s3' violates RAW dependency 'AR\[FPSR\]\.sf3\.controls' \(impliedf\
    [all...]
ldxmov-2.l 2 .*:5: Warning: Use of 'ld8.mov' violates RAW dependency .*number is 2
4 .*:8: Warning: Use of 'mov' violates RAW dependency .*number is 2
dv-mutex-err.l 2 .*:9: Warning: Use of 'ld8' .* RAW dependency 'GR%, % in 1 - 127' \(impliedf\), specific resource number is 26
dv-waw-err.l 10 .*:12: Warning: Use of 'mov\.m' violates RAW dependency 'RSE' \(impliedf\)
18 .*:27: Warning: Use of 'fsetc\.s0' violates RAW dependency 'AR\[FPSR\]\.sf0\.controls' \(impliedf\)
22 .*:32: Warning: Use of 'fsetc\.s1' violates RAW dependency 'AR\[FPSR\]\.sf0\.controls' \(impliedf\)
26 .*:37: Warning: Use of 'fsetc\.s2' violates RAW dependency 'AR\[FPSR\]\.sf0\.controls' \(impliedf\)
30 .*:42: Warning: Use of 'fsetc\.s3' violates RAW dependency 'AR\[FPSR\]\.sf0\.controls' \(impliedf\)
90 .*:134: Warning: Use of 'br\.wtop\.sptk' violates RAW dependency 'AR\[EC\]' \(impliedf\)
92 .*:134: Warning: Use of 'br\.wtop\.sptk' violates RAW dependency 'CFM' \(impliedf\)
106 .*:149: Warning: Use of 'mov' violates RAW dependency 'InService\*' \(impliedf\)
132 .*:204: Warning: Use of 'mov' violates RAW dependency 'InService\*' \(impliedf\)
166 .*:273: Warning: Use of 'itc\.i' violates RAW dependency 'DTC' \(impliedf\
    [all...]
  /external/llvm/include/llvm/MC/
StringTableBuilder.h 22 enum Kind { ELF, WinCOFF, MachO, RAW };
  /external/llvm/lib/MC/
StringTableBuilder.cpp 74 case RAW:
94 P->second = StringTable.size() - S.size() - (K != RAW);
100 if (K != RAW)
106 case RAW:
142 Size += S.size() + (K != RAW);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ElemDesc.java 65 /** Bit position if this element type is should be raw characters. */
66 static final int RAW = (1 << 8);
  /libcore/ojluni/src/main/java/java/security/
KeyRep.java 81 private static final String RAW = "RAW";
149 * <li> Type.SECRET/"RAW" - returns a SecretKeySpec object
170 if (type == Type.SECRET && RAW.equals(format)) {
  /device/generic/goldfish/camera/
EmulatedCamera3.h 62 RAW,
  /cts/tests/camera/src/android/hardware/camera2/cts/
RobustnessTest.java 224 {RAW, MAXIMUM },
226 {PRIV, PREVIEW, RAW, MAXIMUM },
228 {YUV, PREVIEW, RAW, MAXIMUM },
230 {PRIV, PREVIEW, PRIV, PREVIEW, RAW, MAXIMUM},
232 {PRIV, PREVIEW, YUV, PREVIEW, RAW, MAXIMUM},
234 {YUV, PREVIEW, YUV, PREVIEW, RAW, MAXIMUM},
236 {PRIV, PREVIEW, JPEG, MAXIMUM, RAW, MAXIMUM},
238 {YUV, PREVIEW, JPEG, MAXIMUM, RAW, MAXIMUM}
243 {PRIV, PREVIEW, PRIV, VGA, YUV, MAXIMUM, RAW, MAXIMUM},
245 {PRIV, PREVIEW, PRIV, VGA, JPEG, MAXIMUM, RAW, MAXIMUM
    [all...]
ExtendedCameraCharacteristicsTest.java 59 * Constants for static RAW metadata.
93 private static final int RAW =
333 expectKeyAvailable(c, CameraCharacteristics.HOT_PIXEL_AVAILABLE_HOT_PIXEL_MODES , OPT , RAW );
357 expectKeyAvailable(c, CameraCharacteristics.SENSOR_BLACK_LEVEL_PATTERN , FULL , MANUAL_SENSOR, RAW );
358 expectKeyAvailable(c, CameraCharacteristics.SENSOR_CALIBRATION_TRANSFORM1 , OPT , RAW );
359 expectKeyAvailable(c, CameraCharacteristics.SENSOR_COLOR_TRANSFORM1 , OPT , RAW );
360 expectKeyAvailable(c, CameraCharacteristics.SENSOR_FORWARD_MATRIX1 , OPT , RAW );
361 expectKeyAvailable(c, CameraCharacteristics.SENSOR_INFO_ACTIVE_ARRAY_SIZE , OPT , BC, RAW );
362 expectKeyAvailable(c, CameraCharacteristics.SENSOR_INFO_COLOR_FILTER_ARRANGEMENT , FULL , RAW );
368 expectKeyAvailable(c, CameraCharacteristics.SENSOR_INFO_WHITE_LEVEL , OPT , RAW );
    [all...]
  /external/dhcpcd-6.8.2/
dhcp-common.h 66 #define RAW (1 << 23)
  /external/libxml2/
parser.c     [all...]
  /external/selinux/policycoreutils/run_init/
open_init_pty.c 51 static enum { RESET, RAW, CBREAK } tty_state = RESET;
86 tty_state = RAW;
93 if (tty_state != CBREAK && tty_state != RAW) {
  /bionic/libc/include/sys/
ioctl_compat.h 103 #define RAW 0x00000020 /* no i/o processing */
  /development/ndk/platforms/android-21/include/sys/
ioctl_compat.h 103 #define RAW 0x00000020 /* no i/o processing */
  /development/ndk/platforms/android-3/include/sys/
ioctl_compat.h 99 #define RAW 0x00000020 /* no i/o processing */
  /development/ndk/platforms/android-9/arch-mips/include/sys/
ioctl_compat.h 103 #define RAW 0x00000020 /* no i/o processing */
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
ioctl_compat.h 99 #define RAW 0x00000020 /* no i/o processing */
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
ioctl_compat.h 103 #define RAW 0x00000020 /* no i/o processing */
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
ioctl_compat.h 99 #define RAW 0x00000020 /* no i/o processing */
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
ioctl_compat.h 99 #define RAW 0x00000020 /* no i/o processing */
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
ioctl_compat.h 103 #define RAW 0x00000020 /* no i/o processing */
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
ioctl_compat.h 99 #define RAW 0x00000020 /* no i/o processing */
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
ioctl_compat.h 99 #define RAW 0x00000020 /* no i/o processing */

Completed in 1214 milliseconds

1 2 3 4 5 6 7 8 91011>>