/external/clang/test/CodeGen/ |
H A D | pr13168.c | 5 void PR_OpenFile(int mode) { argument 6 _open64(0, mode);
|
/external/icu/icu4c/source/test/depstest/ |
H A D | icu-dependencies-mode.el | 18 (define-derived-mode icu-dependencies-mode fundamental-mode 20 (setq mode-name "icu dependencies.txt")
|
/external/libdrm/tegra/ |
H A D | tegra.h | 56 uint32_t mode; member in struct:drm_tegra_bo_tiling
|
/external/llvm/utils/emacs/ |
H A D | llvm-mode.el | 1 ;;; llvm-mode.el --- Major mode for the LLVM assembler language. 7 ;; Major mode for editing LLVM IR files. 11 (defvar llvm-mode-syntax-table 18 "Syntax table used while in LLVM mode.") 66 (defalias 'llvm-mode-prog-mode 67 (if (fboundp 'prog-mode) 68 'prog-mode 69 'fundamental-mode)) [all...] |
H A D | 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 [all...] |
/external/llvm/utils/lit/tests/Inputs/shtest-timeout/ |
H A D | quick_then_slow.py | 12 mode = sys.argv[1] variable 14 if mode == 'slow': 15 print("Running in slow mode") 19 elif mode == 'quick': 20 print("Running in quick mode") 23 print("Unrecognised mode {}".format(mode))
|
/external/openssh/openbsd-compat/ |
H A D | strmode.c | 40 /* XXX mode should be mode_t */ 43 strmode(int mode, char *p) argument 46 switch (mode & S_IFMT) { 77 if (mode & S_IRUSR) 81 if (mode & S_IWUSR) 85 switch (mode & (S_IXUSR | S_ISUID)) { 100 if (mode & S_IRGRP) 104 if (mode & S_IWGRP) 108 switch (mode & (S_IXGRP | S_ISGID)) { 123 if (mode [all...] |
/external/strace/tests/ |
H A D | umask.c | 5 test_umask(const mode_t mode) argument 7 mode_t rc = umask(0xffff0000 | mode); 8 printf("umask(%#03ho) = %#03o\n", (unsigned short) mode, rc);
|
/external/strace/tests-m32/ |
H A D | umask.c | 5 test_umask(const mode_t mode) argument 7 mode_t rc = umask(0xffff0000 | mode); 8 printf("umask(%#03ho) = %#03o\n", (unsigned short) mode, rc);
|
/external/strace/tests-mx32/ |
H A D | umask.c | 5 test_umask(const mode_t mode) argument 7 mode_t rc = umask(0xffff0000 | mode); 8 printf("umask(%#03ho) = %#03o\n", (unsigned short) mode, rc);
|
/external/syslinux/com32/lib/ |
H A D | creat.c | 9 int creat(const char *pathname, mode_t mode) argument 11 return open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode);
|
/external/toybox/toys/posix/ |
H A D | mkdir.c | 13 usage: mkdir [-vp] [-m mode] [dirname...] 17 -m set permissions of directory to mode 42 mode_t mode = (0777&~toys.old_umask); local 48 if (TT.arg_mode) mode = string_to_mode(TT.arg_mode, 0777); 52 if (mkpathat(AT_FDCWD, *s, mode, toys.optflags|1))
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
H A D | init_encode.c | 28 int16_t mode) { /* (i) frame size mode */ 29 iLBCenc_inst->mode = mode; 31 /* Set all the variables that are dependent on the frame size mode */ 32 if (mode==30) { 41 else if (mode==20) { 26 WebRtcIlbcfix_InitEncode( IlbcEncoder *iLBCenc_inst, int16_t mode) argument
|
H A D | init_decode.c | 28 int16_t mode, /* (i) frame size mode */ 32 iLBCdec_inst->mode = mode; 34 /* Set all the variables that are dependent on the frame size mode */ 35 if (mode==30) { 44 else if (mode==20) { 26 WebRtcIlbcfix_InitDecode( IlbcDecoder *iLBCdec_inst, int16_t mode, int use_enhancer) argument
|
/external/swiftshader/third_party/LLVM/utils/emacs/ |
H A D | llvm-mode.el | 2 ;; Description: Major mode for the LLVM assembler language.
5 ;; Create mode-specific tables.
6 (defvar llvm-mode-syntax-table nil
7 "Syntax table used while in LLVM mode.")
52 (if (not llvm-mode-syntax-table)
54 (setq llvm-mode-syntax-table (make-syntax-table))
58 llvm-mode-syntax-table)))
92 (defvar llvm-mode-abbrev-table nil
93 "Abbrev table used while in LLVM mode.")
94 (define-abbrev-table 'llvm-mode [all...] |
H A D | 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 [all...] |
/external/iptables/include/linux/netfilter/ |
H A D | xt_CONNSECMARK.h | 12 __u8 mode; member in struct:xt_connsecmark_target_info
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
H A D | xt_CONNSECMARK.h | 12 __u8 mode; member in struct:xt_connsecmark_target_info
|
/external/ltp/include/lapi/ |
H A D | mkdirat.h | 27 int mkdirat(int dirfd, const char *dirname, int mode) argument 29 return ltp_syscall(__NR_mkdirat, dirfd, dirname, mode);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | brw_util.c | 36 GLuint brw_translate_blend_equation( GLenum mode ) 38 switch (mode) { 120 get_hw_prim_for_gl_prim(int mode) argument 122 if (mode >= BRW_PRIM_OFFSET) 123 return mode - BRW_PRIM_OFFSET; 125 assert(mode < ARRAY_SIZE(prim_to_hw_prim)); 126 return prim_to_hw_prim[mode];
|
/external/skia/include/effects/ |
H A D | SkXfermodeImageFilter.h | 24 static sk_sp<SkImageFilter> Make(SkBlendMode mode, sk_sp<SkImageFilter> background) { argument 25 return Make(mode, std::move(background), nullptr, nullptr);
|
/external/strace/ |
H A D | printmode.c | 41 print_symbolic_mode_t(const unsigned int mode) argument 45 if (mode & S_IFMT) { 46 ifmt = xlookup(modetypes, mode & S_IFMT); 48 tprintf("%#03o", mode); 58 (mode & S_ISUID) ? "S_ISUID|" : "", 59 (mode & S_ISGID) ? "S_ISGID|" : "", 60 (mode & S_ISVTX) ? "S_ISVTX|" : "", 61 mode & ~(S_IFMT|S_ISUID|S_ISGID|S_ISVTX)); 65 print_numeric_umode_t(const unsigned short mode) argument 67 tprintf("%#03ho", mode); 71 print_numeric_long_umask(const unsigned long mode) argument [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
H A D | ANTLRHashRule.h | 43 NSInteger mode; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
H A D | ANTLRHashRule.h | 43 NSInteger mode; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
H A D | ANTLRHashRule.h | 43 NSInteger mode; variable
|