HomeSort by relevance Sort by last modified time
    Searched defs:mode (Results 126 - 150 of 1698) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/iptables/include/linux/netfilter/
xt_bpf.h 28 __u16 mode; member in struct:xt_bpf_info_v1
xt_connmark.h 23 __u8 mode; member in struct:xt_connmark_tginfo1
  /external/jline/src/src/main/native/
jline_WindowsTerminal.c 7 DWORD mode; local
13 if (!GetConsoleMode (hConsole, &mode))
18 // printf ("JNI get mode=%d\n", mode);
19 return mode;
23 (JNIEnv *env, jobject ob, jint mode)
25 DWORD m = (DWORD)mode;
31 // printf ("JNI set mode=%d\n", m);
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/operators/
AddFunction.java 32 EscapeMode mode = EscapeMode.combineModes(left.getEscapeMode(), right.getEscapeMode()); local
33 return literalValue(left.asString() + right.asString(), mode, left.isPartiallyEscaped()
  /external/kernel-headers/original/uapi/asm-generic/
ipcbuf.h 26 __kernel_mode_t mode; member in struct:ipc64_perm
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_bpf.h 30 __u16 mode; member in struct:xt_bpf_info_v1
  /external/kernel-headers/original/uapi/linux/
seg6_iptunnel.h 28 int mode; member in struct:seg6_iptunnel_encap
46 switch (tuninfo->mode) {
  /external/libchrome/base/test/
test_file_util_posix.cc 49 mode_t* mode = new mode_t; local
50 *mode = stat_buf.st_mode & ~S_IFMT; // Filter out file/path kind.
52 return mode;
65 mode_t* mode = reinterpret_cast<mode_t*>(info); local
67 int rv = HANDLE_EINTR(chmod(path.value().c_str(), *mode));
69 delete mode;
  /external/libese/libese-hw/nxp/include/ese/hw/nxp/
spi_board.h 31 uint8_t mode; member in struct:NxpSpiBoard
  /external/libkmsxx/py/tests/
alpha-test.py 10 mode = conn.get_default_mode() variable
25 w = mode.hdisplay
26 h = mode.vdisplay
38 "trans-key-mode": 0,
db.py 15 self.fb1 = pykms.DumbFramebuffer(card, mode.hdisplay, mode.vdisplay, "XR24");
16 self.fb2 = pykms.DumbFramebuffer(card, mode.hdisplay, mode.vdisplay, "XR24");
68 mode = conn.get_default_mode() variable
72 crtc.set_mode(conn, fliphandler.fb1, mode)
gamma.py 13 mode = conn.get_default_mode() variable
15 fb = pykms.DumbFramebuffer(card, mode.hdisplay, mode.vdisplay, "XR24");
18 crtc.set_mode(conn, fb, mode)
modeset_event.py 32 mode = conn.get_default_mode() variable
33 modeb = mode.to_blob(card)
41 fb = pykms.DumbFramebuffer(card, mode.hdisplay, mode.vdisplay, format);
47 print("Setting %s to %s using %s" % (conn.fullname, mode.name, format))
58 "SRC_W": mode.hdisplay << 16,
59 "SRC_H": mode.vdisplay << 16,
62 "CRTC_W": mode.hdisplay,
63 "CRTC_H": mode.vdisplay})
plane_csc.py 9 mode = conn.get_default_mode() variable
10 modeb = mode.to_blob(card)
16 fb = pykms.DumbFramebuffer(card, mode.hdisplay, mode.vdisplay, "UYVY");
test.py 26 mode = conn.get_default_mode() variable
27 modeb = mode.to_blob(card)
30 origfb = pykms.OmapFramebuffer(card, mode.hdisplay, mode.vdisplay, "XR24");
32 origfb = pykms.DumbFramebuffer(card, mode.hdisplay, mode.vdisplay, "XR24");
55 "SRC_W": mode.hdisplay << 16,
56 "SRC_H": mode.vdisplay << 16,
59 "CRTC_W": mode.hdisplay,
60 "CRTC_H": mode.vdisplay
    [all...]
trans-test.py 14 mode = conn.get_default_mode() variable
24 w = mode.hdisplay
25 h = mode.vdisplay
44 "trans-key-mode": 1,
83 "trans-key-mode": 2,
126 "trans-key-mode": 1,
198 "trans-key-mode": 2,
270 "trans-key-mode": 1,
  /external/libopus/celt/dump_modes/
dump_modes_arm_ne10.c 59 CELTMode *mode = modes[i]; local
60 fprintf(file, " %d %d",mode->Fs,mode->shortMdctSize*mode->nbShortMdcts);
71 void dump_mode_arch(CELTMode *mode)
76 mdctSize = mode->shortMdctSize*mode->nbShortMdcts;
78 fprintf(file, "#ifndef NE10_FFT_PARAMS%d_%d\n", mode->Fs, mdctSize);
79 fprintf(file, "#define NE10_FFT_PARAMS%d_%d\n", mode->Fs, mdctSize);
81 for(k=0;k<=mode->mdct.maxshift;k++)
    [all...]
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_lirc_mode2_user.c 50 int ret, lircfd, progfd, mode; local
79 mode = LIRC_MODE_SCANCODE;
80 if (ioctl(lircfd, LIRC_SET_REC_MODE, &mode)) {
81 printf("failed to set rec mode: %m\n");
  /external/ltp/testcases/kernel/fs/doio/
forker.c 43 * int forker(ncopies, mode, prefix)
45 * int mode;
67 * will be done. Mode 0 (default) will have all new processes
68 * be childern of the parent process. Using Mode 1,
73 * Using mode 0, the parent will get the total number of successful
74 * forks. Using mode 1, the newest child will get the total number
82 * access to all pids via Forker_pids. If using mode 0, only the
84 * If using mode 1, only the last child process will have all information.
156 int mode, /* 0 - all children of parent, 1 - only 1 direct child */
169 switch (mode) {
242 int mode = 0; local
    [all...]
  /external/ltp/testcases/kernel/syscalls/access/
access03.c 39 int mode; member in struct:tcase
50 TEST(access(tc->addr, tc->mode));
  /external/ltp/testcases/kernel/syscalls/chmod/
chmod01.c 24 * Verify that, chmod(2) succeeds when used to change the mode permissions
28 * chmod(2) should return 0 and the mode permissions set on file should match
29 * the specified mode.
97 int mode; local
110 mode = modes[i];
112 TEST(chmod(TESTFILE, mode));
117 mode);
125 if (stat_buf.st_mode == mode)
128 TESTFILE, mode);
133 mode);
    [all...]
  /external/ltp/testcases/kernel/syscalls/creat/
creat01.c 21 * 1. creat() a file using 0444 mode, write to the fildes, write
45 int mode; member in struct:tcase
56 fd = SAFE_CREAT(filename, tcases[i].mode);
  /external/ltp/testcases/kernel/syscalls/fchmod/
fchmod06.c 40 int mode; member in struct:tcase
52 TEST(fchmod(*tc->fd, tc->mode));
  /external/ltp/testcases/kernel/syscalls/ipc/msgctl/
msgctl01.c 36 unsigned short mode = 0660; variable
125 if ((buf.msg_perm.mode & MODE_MASK) == (mode & MODE_MASK)) {
126 tst_res(TPASS, "msg_perm.mode = 0%ho", mode & MODE_MASK);
128 tst_res(TFAIL, "msg_perm.mode = 0%ho, expected %hx",
129 buf.msg_perm.mode, (mode & MODE_MASK));
137 msg_id = SAFE_MSGGET(msgkey, IPC_CREAT | IPC_EXCL | MSG_RW | mode);
  /external/lzma/CPP/7zip/UI/Common/
WorkDir.cpp 18 NWorkDir::NMode::EEnum mode = workDirInfo.Mode; local
23 mode = NWorkDir::NMode::kCurrent;
29 mode = workDirInfo.Mode;
36 mode = NZipSettings::NWorkDir::NMode::kCurrent;
44 switch (mode)

Completed in 533 milliseconds

1 2 3 4 56 7 8 91011>>