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

1 2 3 4 5 6 7 891011>>

  /external/icu/icu4c/source/i18n/
nortrans.cpp 63 UNormalization2Mode mode = (UNormalization2Mode)uprv_strchr(name, 0)[1]; local
65 const Normalizer2 *norm2 = Normalizer2::getInstance(NULL, name, mode, errorCode);
113 * bulk mode, so that styled text is minimally disrupted.
114 * In incremental mode, a chunk that ends with offsets.limit
118 * a bulk mode normalization could look like this:
150 // stop in incremental mode when we reach the input limit
  /external/iproute2/ip/
iplink_macvlan.c 33 "Usage: ... %s mode MODE [flag MODE_FLAG] MODE_OPTS\n"
35 "MODE: private | vepa | bridge | passthru | source\n"
37 "MODE_OPTS: for mode \"source\":\n"
52 "Error: argument of \"mode\" must be \"private\", \"vepa\", \"bridge\", \"passthru\" or \"source\", not \"%s\"\n",
68 __u32 mode = 0; local
76 if (matches(*argv, "mode") == 0) {
80 mode = MACVLAN_MODE_PRIVATE;
82 mode = MACVLAN_MODE_VEPA;
84 mode = MACVLAN_MODE_BRIDGE
181 __u32 mode; local
    [all...]
  /external/iptables/include/linux/netfilter/
xt_statistic.h 21 __u16 mode; member in struct:xt_statistic_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_connmark.h 29 __u8 mode; member in struct:xt_connmark_tginfo1
34 __u8 shift_dir, shift_bits, mode; member in struct:xt_connmark_tginfo2
xt_statistic.h 22 __u16 mode; member in struct:xt_statistic_info
  /external/libdrm/nouveau/nvif/
if0003.h 7 __u8 mode; member in struct:nvif_perfdom_v0
  /external/libkmsxx/py/tests/
cam.py 17 mode = conn.get_default_mode() variable
18 modeb = mode.to_blob(card)
rottest.py 13 mode = conn.get_default_mode() variable
14 modeb = mode.to_blob(card)
29 #rootfb = pykms.OmapFramebuffer(card, mode.hdisplay, mode.vdisplay, "XR24");
36 # "SRC_W": mode.hdisplay << 16,
37 # "SRC_H": mode.vdisplay << 16,
40 # "CRTC_W": mode.hdisplay,
41 # "CRTC_H": mode.vdisplay,
56 crtc_x = int(mode.hdisplay / 2 - crtc_w / 2)
57 crtc_y = int(mode.vdisplay / 2 - crtc_h / 2
    [all...]
scale.py 13 mode = conn.get_default_mode() variable
14 #mode = conn.get_mode(1920, 1080, 60, False)
17 fb0 = pykms.DumbFramebuffer(card, mode.hdisplay, mode.vdisplay, "AR24");
19 crtc.set_mode(conn, fb0, mode)
43 if (Winc == 1 and W >= mode.hdisplay - X):
47 if (Hinc == 1 and H >= mode.vdisplay - Y):
53 if (Xinc == 1 and X >= mode.hdisplay - W):
57 if (Yinc == 1 and Y >= mode.vdisplay - H):
  /external/libnl/lib/netfilter/
log.c 118 struct nfulnl_msg_config_mode mode; local
122 mode.copy_mode = NFULNL_COPY_NONE;
125 mode.copy_mode = NFULNL_COPY_META;
128 mode.copy_mode = NFULNL_COPY_PACKET;
131 mode.copy_range = htonl(nfnl_log_get_copy_range(log));
132 mode._pad = 0;
134 if (nla_put(msg, NFULA_CFG_MODE, sizeof(mode), &mode) < 0)
  /external/libvpx/libvpx/vp8/common/
reconintra.c 51 MB_PREDICTION_MODE mode = x->mode_info_context->mbmi.mode; local
60 if (mode == DC_PRED) {
63 fn = pred[mode][SIZE_16];
  /external/ltp/testcases/kernel/syscalls/access/
access04.c 22 * if the specified access mode argument is invalid.
60 int mode; member in struct:tcase
73 TEST(access(tc->pathname, tc->mode));
  /external/ltp/testcases/kernel/syscalls/dup2/
dup202.c 25 * Is the access mode the same for both file descriptors?
31 * Creat a file with each access mode; dup each file descriptor;
73 mode_t mode; member in struct:test_case_t
75 /* The first test creat(es) a file with mode 0444 */
78 /* The second test creat(es) a file with mode 0222 */
81 /* The third test creat(es) a file with mode 0666 */
104 if ((ofd = creat(testfile, TC[i].mode)) == -1)
  /external/ltp/testcases/kernel/syscalls/open/
open01.c 48 mode_t mode; member in struct:tcase
61 TEST(open(tc->filename, tc->flag, tc->mode));
  /external/lzma/CPP/7zip/UI/Console/
UserInputUtils.cpp 78 DWORD mode = 0; local
80 if (GetConsoleMode(console, &mode))
81 wasChanged = (SetConsoleMode(console, mode & ~ENABLE_ECHO_INPUT) != 0);
84 SetConsoleMode(console, mode);
  /external/mesa3d/src/compiler/nir/
nir_remove_dead_variables.c 45 nir_variable_mode mode = instr->variables[0]->var->data.mode; local
46 if (!(mode & (nir_var_local | nir_var_global | nir_var_shared)))
143 if (intrin->variables[0]->var->data.mode == 0)
158 /* Mark this variable as used by setting the mode to 0 */
159 var->data.mode = 0;
  /external/mesa3d/src/gallium/auxiliary/indices/
u_primconvert.c 35 * if (info->mode needs emulating) {
110 enum pipe_prim_type mode = 0; local
114 info->mode, info->index_size, info->count,
117 &mode, &index_size, &new_info.count,
119 new_info.mode = mode;
129 enum pipe_prim_type mode = 0; local
133 info->mode, info->start, info->count,
135 &mode, &index_size, &new_info.count,
137 new_info.mode = mode
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_clear.c 59 uint32_t colr = 0, zeta = 0, mode = 0; local
66 mode |= NV30_3D_CLEAR_BUFFERS_COLOR_R |
75 mode |= NV30_3D_CLEAR_BUFFERS_DEPTH;
77 mode |= NV30_3D_CLEAR_BUFFERS_STENCIL;
90 PUSH_DATA (push, mode);
96 PUSH_DATA (push, mode);
173 uint32_t rt_format, mode = 0; local
190 mode |= NV30_3D_CLEAR_BUFFERS_DEPTH;
192 mode |= NV30_3D_CLEAR_BUFFERS_STENCIL;
222 PUSH_DATA (push, mode);
    [all...]
  /external/mesa3d/src/mesa/main/
texgen.c 100 GLenum mode = (GLenum) (GLint) params[0]; local
102 if (texgen->Mode == mode)
104 switch (mode) {
137 texgen->Mode = mode;
311 params[0] = ENUM_TO_DOUBLE(texgen->Mode);
348 params[0] = ENUM_TO_FLOAT(texgen->Mode);
393 params[0] = texgen->Mode;
  /external/mockito/src/test/java/org/mockito/internal/progress/
MockingProgressImplTest.java 30 VerificationMode mode = VerificationModeFactory.times(19); local
32 mockingProgress.verificationStarted(mode);
34 assertSame(mode, mockingProgress.pullVerificationMode());
  /external/openssh/openbsd-compat/
bsd-cygwin_util.c 27 * binary mode on Windows systems.
46 mode_t mode; local
49 mode = va_arg(ap, mode_t);
51 return (open(filename, flags | O_BINARY, mode));
  /external/openssh/regress/
check-perm.c 163 int ch, mode = -1; local
172 mode = 1;
174 mode = 2;
192 if (mode == 1)
194 else if (mode == 2) {
201 fprintf(stderr, "Invalid mode\n");
  /external/puffin/src/
file_stream.cc 31 mode_t mode = 0644; // -rw-r--r-- local
32 int fd = open(path.c_str(), flags, mode);
  /external/python/cpython2/Python/
importdl.h 25 char *mode; member in struct:filedescr
  /external/python/cpython3/Modules/clinic/
_dbmmodule.c.h 107 "open($module, filename, flags=\'r\', mode=0o666, /)\n"
116 " mode\n"
117 " If creating a new file, the mode bits for the new file\n"
125 int mode);
133 int mode = 438; local
136 &filename, &flags, &mode)) {
139 return_value = dbmopen_impl(module, filename, flags, mode);

Completed in 1053 milliseconds

1 2 3 4 5 6 7 891011>>