HomeSort by relevance Sort by last modified time
    Searched defs:mode (Results 26 - 50 of 3517) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/utils/emacs/
tablegen-mode.el 1 ;;; tablegen-mode.el --- Major mode for TableGen description files (part of LLVM project)
6 ;; A major mode for TableGen description files in LLVM.
12 ;; Create mode-specific tables.
47 "Additional expressions to highlight in TableGen mode.")
48 (put 'tablegen-mode 'font-lock-defaults '(tablegen-font-lock-keywords))
54 (defvar tablegen-mode-syntax-table nil
55 "Syntax table used in `tablegen-mode' buffers.")
56 (when (not tablegen-mode-syntax-table)
57 (setq tablegen-mode-syntax-table (make-syntax-table)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/emacs/
tablegen-mode.el 2 ;; Description: Major mode for TableGen description files (part of LLVM project)
9 ;; Create mode-specific tables.
42 "Additional expressions to highlight in TableGen mode.")
43 (put 'tablegen-mode 'font-lock-defaults '(tablegen-font-lock-keywords))
49 (defvar tablegen-mode-syntax-table nil
50 "Syntax table used in `tablegen-mode' buffers.")
51 (when (not tablegen-mode-syntax-table)
52 (setq tablegen-mode-syntax-table (make-syntax-table))
54 (modify-syntax-entry ?\ " " tablegen-mode-syntax-table)
55 (modify-syntax-entry ?\t " " tablegen-mode-syntax-table)
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_SECMARK.h 25 __u8 mode; member in struct:xt_secmark_target_info
  /bootable/recovery/tests/unit/
dirutil_test.cpp 53 constexpr mode_t mode = 0755; local
54 ASSERT_EQ(0, mkdir_recursively(path, mode, false, nullptr));
61 ASSERT_EQ(mode, sb.st_mode & mask);
90 constexpr mode_t mode = 0751; local
91 ASSERT_EQ(0, mkdir_recursively(path, mode, false, nullptr));
93 // Verify the mode for "../a/b".
98 ASSERT_EQ(mode, sb.st_mode & mask);
100 // Verify the mode for "../a".
103 ASSERT_EQ(mode, sb.st_mode & mask);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRHashRule.h 43 NSInteger mode; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRHashRule.h 43 NSInteger mode; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRHashRule.h 43 NSInteger mode; variable
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRHashRule.h 42 NSInteger mode; variable
69 @property (getter=getMode,setter=setMode:) NSInteger mode; variable
  /external/devlib/devlib/instrument/
hwmon.py 25 mode = INSTANTANEOUS variable in class:HwmonInstrument
monsoon.py 40 mode = CONTINUOUS variable in class:MonsoonInstrument
  /external/iproute2/ip/
iplink_ipvlan.c 23 fprintf(f, "Usage: ... ipvlan [ mode { l2 | l3 | l3s } ]\n");
30 if (matches(*argv, "mode") == 0) {
31 __u16 mode = 0; local
36 mode = IPVLAN_MODE_L2;
38 mode = IPVLAN_MODE_L3;
40 mode = IPVLAN_MODE_L3S;
42 fprintf(stderr, "Error: argument of \"mode\" must be either \"l2\", \"l3\" or \"l3s\"\n");
45 addattr16(n, 1024, IFLA_IPVLAN_MODE, mode);
70 __u16 mode = rta_getattr_u16(tb[IFLA_IPVLAN_MODE]); local
71 const char *mode_str = mode == IPVLAN_MODE_L2 ? "l2"
    [all...]
  /external/iptables/include/linux/netfilter/
xt_SECMARK.h 10 * 'mode' refers to the specific security subsystem which the
17 __u8 mode; member in struct:xt_secmark_target_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_SECMARK.h 11 * 'mode' refers to the specific security subsystem which the
18 __u8 mode; member in struct:xt_secmark_target_info
  /external/ltp/include/
tst_safe_posix_ipc.h 38 mode_t mode; local
47 mode = va_arg(ap, mode_t);
49 mode = va_arg(ap, int);
56 rval = mq_open(pathname, oflags, mode, attr);
59 file, lineno, pathname, oflags, mode, attr);
  /external/skia/tools/skiaserve/urlhandlers/
ColorModeHandler.cpp 32 int mode; local
33 if (1 != sscanf(commands[1].c_str(), "%d", &mode)) {
37 bool success = request->setColorMode(mode);
  /external/skqp/tools/skiaserve/urlhandlers/
ColorModeHandler.cpp 32 int mode; local
33 if (1 != sscanf(commands[1].c_str(), "%d", &mode)) {
37 bool success = request->setColorMode(mode);
  /external/strace/tests/
mbind.c 42 const unsigned long mode = 3; local
47 long rc = syscall(__NR_mbind, 0, len, mode, nodemask, maxnode, flags);
mknod.c 14 call_mknod(unsigned short mode, unsigned long dev)
16 unsigned long lmode = (unsigned long) 0xffffffffffff0000ULL | mode;
56 const unsigned short mode = (0xffff & ~S_IFMT) | S_IFBLK; local
59 rc = call_mknod(mode, dev);
62 sample, mode & ~(S_IFMT|S_ISUID|S_ISGID|S_ISVTX),
  /external/strace/tests-m32/
mbind.c 42 const unsigned long mode = 3; local
47 long rc = syscall(__NR_mbind, 0, len, mode, nodemask, maxnode, flags);
mknod.c 14 call_mknod(unsigned short mode, unsigned long dev)
16 unsigned long lmode = (unsigned long) 0xffffffffffff0000ULL | mode;
56 const unsigned short mode = (0xffff & ~S_IFMT) | S_IFBLK; local
59 rc = call_mknod(mode, dev);
62 sample, mode & ~(S_IFMT|S_ISUID|S_ISGID|S_ISVTX),
  /external/strace/tests-mx32/
mbind.c 42 const unsigned long mode = 3; local
47 long rc = syscall(__NR_mbind, 0, len, mode, nodemask, maxnode, flags);
mknod.c 14 call_mknod(unsigned short mode, unsigned long dev)
16 unsigned long lmode = (unsigned long) 0xffffffffffff0000ULL | mode;
56 const unsigned short mode = (0xffff & ~S_IFMT) | S_IFBLK; local
59 rc = call_mknod(mode, dev);
62 sample, mode & ~(S_IFMT|S_ISUID|S_ISGID|S_ISVTX),
  /external/toybox/toys/lsb/
mknod.c 7 USE_MKNOD(NEWTOY(mknod, "<2>4m(mode):"USE_MKNOD_Z("Z:"), TOYFLAG_BIN|TOYFLAG_UMASK))
13 usage: mknod [-m MODE] NAME TYPE [MAJOR MINOR]
18 -m Mode (file permissions) of new device, in octal or u+x format
42 int mode = TT.m ? string_to_mode(TT.m, 0777) : 0660; local
56 if (mknod(*toys.optargs, mode|modes[type], dev_makedev(major, minor)))
  /external/toybox/toys/posix/
chmod.c 1 /* chmod.c - Change file mode bits
13 usage: chmod [-R] MODE FILE...
15 Change mode of listed file[s] (recursively with -R).
17 MODE can be (comma-separated) stanzas: [ugoa][+-=][rwxstXugo]
27 Or MODE can be an octal value up to 7777 ug uuugggooo top +
39 char *mode;
44 mode_t mode; local
48 mode = string_to_mode(TT.mode, try->st.st_mode);
51 printf("chmod '%s' to %04o\n", s, mode);
54 wfchmodat(dirtree_parentfd(try), try->name, mode); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_SECMARK.h 10 * 'mode' refers to the specific security subsystem which the
17 __u8 mode; member in struct:xt_secmark_target_info

Completed in 769 milliseconds

12 3 4 5 6 7 8 91011>>