/hardware/interfaces/usb/1.0/ |
types.hal | 63 MODE = 2, 113 * Indicates that the port does not have a mode. 114 * In case of DRP, the current mode of the port is only resolved 176 * Mode in which the port is connected. 182 * True indicates that the port's mode can
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-mn10300.h | 38 #define md_parse_name(NAME, EXPRP, MODE, NEXTCHARP) \ 39 mn10300_parse_name ((NAME), (EXPRP), (MODE), (NEXTCHARP))
|
tc-h8300.c | 343 op_type mode; member in struct:h8_op 376 parse_reg (char *src, op_type *mode, unsigned int *reg, int direction) 391 *mode = PSIZE | REG | direction; 400 *mode = CCR; 409 *mode = EXR; 418 *mode = VBR; 427 *mode = SBR; 433 *mode = PSIZE | REG | direction; 440 *mode = L_32 | REG | direction; 448 *mode = L_16 | REG | direction 606 op_type mode; local 1014 int mode, len, type = 0; local [all...] |
/external/autotest/client/site_tests/firmware_TouchMTB/ |
main.py | 32 from firmware_constants import MODE, OPTIONS 94 mode = options[OPTIONS.MODE] 107 self.log_dir = firmware_utils.create_log_dir(firmware_version, mode) 115 self._create_report_name(mode, firmware_version) 176 If this is in replay mode, get the board from the replay directory. 199 Get the device description file only when it is in replay mode and 240 def _create_report_name(self, mode, firmware_version): 251 mode, 289 # Enter the window event driven mode [all...] |
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/ |
CommandNames.java | 38 public static final String MODE = "MODE";
|
/hardware/akm/AK8975_FS/akmdfs/ |
AKFS_Disp.c | 60 @return Selected mode. 62 MODE Menu_Main(void)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
types.h | 188 # define __intN_t(N, MODE) \ 189 typedef int int##N##_t __attribute__ ((__mode__ (MODE))) 190 # define __u_intN_t(N, MODE) \ 191 typedef unsigned int u_int##N##_t __attribute__ ((__mode__ (MODE)))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
types.h | 188 # define __intN_t(N, MODE) \ 189 typedef int int##N##_t __attribute__ ((__mode__ (MODE))) 190 # define __u_intN_t(N, MODE) \ 191 typedef unsigned int u_int##N##_t __attribute__ ((__mode__ (MODE)))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
types.h | 188 # define __intN_t(N, MODE) \ 189 typedef int int##N##_t __attribute__ ((__mode__ (MODE))) 190 # define __u_intN_t(N, MODE) \ 191 typedef unsigned int u_int##N##_t __attribute__ ((__mode__ (MODE)))
|
/external/ltp/testcases/kernel/syscalls/exit/ |
exit02.c | 62 #define MODE 0666 101 if ((filed = creat(filen, MODE)) == -1) {
|
/external/v8/tools/ |
gen-inlining-tests.py | 463 if MODE != 'shard': 475 global FILE, SHARD_NUM, MODE 478 if MODE == 'shard': 486 if MODE == 'shard': 535 global MODE 537 MODE = 'stdout' 543 MODE = 'shard' 565 if MODE == 'shard':
|
/hardware/intel/img/psb_video/src/hwdefs/ |
coreflags.h | 63 * for H264 VCM mode, as VCM mode is not expected to use B pictures at all 177 #define RC_MODE_POSSIBLE(MODE) (MODE ## _RC_MODE_POSSIBLE) 210 #define SECURE_MODE_POSSIBLE 1 /* controls the firmwares ability to support secure mode firmware upload */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
defaults.h | 930 #define FLOAT_LIB_COMPARE_RETURNS_BOOL(MODE, COMPARISON) false 1062 #define CLZ_DEFINED_VALUE_AT_ZERO(MODE, VALUE) 0 1065 #define CTZ_DEFINED_VALUE_AT_ZERO(MODE, VALUE) 0 [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
MotionIndicatorView.java | 59 * enableAxis(RVCVRecordActivity.AXIS_ALL); //debug mode, show all three axis 131 mEraserPaint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.SRC)); 301 enum MODE { 307 private MODE mMode; 314 mMode = MODE.LINEAR; 322 mMode = MODE.ROTATE2D; 330 if (mMode == MODE.LINEAR) { 340 * If it is LINEAR mode, the range will be quantized to nearest step boundary. If it is the 341 * ROTATE2D mode, it is the same as isFullyCovered(). 348 if (mMode == MODE.LINEAR) [all...] |
/hardware/qcom/msm8994/kernel-headers/video/ |
msm_hdmi_modes.h | 270 #define MSM_HDMI_MODES_SET_TIMING(LUT, MODE) do { struct msm_hdmi_mode_timing_info mode = MODE##_TIMING; LUT[MODE] = mode; } while (0) 271 #define MSM_HDMI_MODES_INIT_TIMINGS(__lut) do { unsigned int i; for (i = 0; i < HDMI_VFRMT_MAX; i++) { struct msm_hdmi_mode_timing_info mode = VFRMT_NOT_SUPPORTED(i); (__lut)[i] = mode; } } while (0) 274 #define MSM_HDMI_MODES_GET_DETAILS(mode, MODE) do { struct msm_hdmi_mode_timing_info info = MODE##_TIMING; *mode = info; } while (0 [all...] |
/hardware/qcom/msm8994/original-kernel-headers/video/ |
msm_hdmi_modes.h | 312 #define MSM_HDMI_MODES_SET_TIMING(LUT, MODE) do { \ 313 struct msm_hdmi_mode_timing_info mode = MODE##_TIMING; \ 314 LUT[MODE] = mode;\ 321 struct msm_hdmi_mode_timing_info mode = \ 323 (__lut)[i] = mode; \ 407 #define MSM_HDMI_MODES_GET_DETAILS(mode, MODE) do { \ 408 struct msm_hdmi_mode_timing_info info = MODE##_TIMING; [all...] |
/external/selinux/policycoreutils/newrole/ |
Makefile | 52 MODE := 4555 55 MODE := 0555 67 install -m $(MODE) newrole $(BINDIR)
|
/hardware/qcom/msm8x26/kernel-headers/video/ |
msm_hdmi_modes.h | 196 #define MSM_HDMI_MODES_SET_TIMING(LUT, MODE) do { struct msm_hdmi_mode_timing_info mode = MODE##_TIMING; LUT[MODE] = mode; } while (0) 197 #define MSM_HDMI_MODES_INIT_TIMINGS(__lut) do { unsigned int i; for (i = 0; i < HDMI_VFRMT_MAX; i++) { struct msm_hdmi_mode_timing_info mode = VFRMT_NOT_SUPPORTED(i); (__lut)[i] = mode; } } while (0)
|
/hardware/qcom/msm8x84/kernel-headers/video/ |
msm_hdmi_modes.h | 196 #define MSM_HDMI_MODES_SET_TIMING(LUT, MODE) do { struct msm_hdmi_mode_timing_info mode = MODE##_TIMING; LUT[MODE] = mode; } while (0) 197 #define MSM_HDMI_MODES_INIT_TIMINGS(__lut) do { unsigned int i; for (i = 0; i < HDMI_VFRMT_MAX; i++) { struct msm_hdmi_mode_timing_info mode = VFRMT_NOT_SUPPORTED(i); (__lut)[i] = mode; } } while (0)
|
/external/ltp/testcases/kernel/syscalls/asyncio/ |
asyncio02.c | 102 #define MODE 0777 /* Mode to open file with */ 221 if ((fildes = open(filename, flag, MODE)) == -1) {
|
/external/cblas/testing/ |
c_dblat1.f | 9 INTEGER ICASE, INCX, INCY, MODE, N 17 COMMON /COMBLA/ICASE, N, INCX, INCY, MODE, PASS 26 * .. Initialize PASS, INCX, INCY, and MODE for a new case. .. 27 * .. the value 9999 for INCX, INCY or MODE will appear in the .. 34 MODE = 9999 59 INTEGER ICASE, INCX, INCY, MODE, N 64 COMMON /COMBLA/ICASE, N, INCX, INCY, MODE, PASS 89 INTEGER ICASE, INCX, INCY, MODE, N 100 COMMON /COMBLA/ICASE, N, INCX, INCY, MODE, PASS 150 INTEGER ICASE, INCX, INCY, MODE, [all...] |
c_sblat1.f | 9 INTEGER ICASE, INCX, INCY, MODE, N 17 COMMON /COMBLA/ICASE, N, INCX, INCY, MODE, PASS 26 * .. Initialize PASS, INCX, INCY, and MODE for a new case. .. 27 * .. the value 9999 for INCX, INCY or MODE will appear in the .. 34 MODE = 9999 59 INTEGER ICASE, INCX, INCY, MODE, N 64 COMMON /COMBLA/ICASE, N, INCX, INCY, MODE, PASS 89 INTEGER ICASE, INCX, INCY, MODE, N 100 COMMON /COMBLA/ICASE, N, INCX, INCY, MODE, PASS 150 INTEGER ICASE, INCX, INCY, MODE, [all...] |
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ |
CommandNames.java | 38 public static final String MODE = "MODE";
|
/hardware/qcom/msm8996/kernel-headers/video/ |
msm_hdmi_modes.h | 349 #define MSM_HDMI_MODES_SET_TIMING(LUT,MODE) do { struct msm_hdmi_mode_timing_info mode = MODE ##_TIMING; LUT[MODE] = mode; } while(0) 350 #define MSM_HDMI_MODES_INIT_TIMINGS(__lut) do { unsigned int i; for(i = 0; i < HDMI_VFRMT_MAX; i ++) { struct msm_hdmi_mode_timing_info mode = VFRMT_NOT_SUPPORTED(i); (__lut)[i] = mode; } \ 354 #define MSM_HDMI_MODES_GET_DETAILS(mode,MODE) do { struct msm_hdmi_mode_timing_info info = MODE ##_TIMING; * mode = info; } while(0 [all...] |
/hardware/qcom/msm8996/original-kernel-headers/video/ |
msm_hdmi_modes.h | 429 #define MSM_HDMI_MODES_SET_TIMING(LUT, MODE) do { \ 430 struct msm_hdmi_mode_timing_info mode = MODE##_TIMING; \ 431 LUT[MODE] = mode;\ 438 struct msm_hdmi_mode_timing_info mode = \ 440 (__lut)[i] = mode; \ 554 #define MSM_HDMI_MODES_GET_DETAILS(mode, MODE) do { \ 555 struct msm_hdmi_mode_timing_info info = MODE##_TIMING; [all...] |