/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/netfilter_ipv4/ |
ipt_hashlimit.h | 25 u_int32_t mode; member in struct:hashlimit_cfg
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/ |
ipc.h | 26 __kernel_mode_t mode; member in struct:ipc_perm
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_hashlimit.h | 25 u_int32_t mode; member in struct:hashlimit_cfg
|
/system/core/adb/ |
file_sync_service.h | 45 uint32_t mode; member in struct:syncmsg::__anon74607 51 uint32_t mode; member in struct:syncmsg::__anon74608
|
/system/core/libcutils/ |
canned_fs_config.c | 31 unsigned mode; member in struct:__anon74729 60 p->mode = strtol(strtok(NULL, " "), NULL, 8); // mode is in octal 86 unsigned* uid, unsigned* gid, unsigned* mode, uint64_t* capabilities) { 98 *mode = p->mode; 110 if (c_mode != *mode) printf("%s mode 0%o 0%o\n", path, *mode, c_mode);
|
/system/extras/simpleperf/ |
read_apk.cpp | 146 std::string mode = std::string("rb") + CLOSE_ON_EXEC_MODE; local 147 FILE* fp = fopen(apk_path.c_str(), mode.c_str());
|
/system/vold/ |
Loop.cpp | 146 mode_t mode = 0660 | S_IFBLK; local 155 if (mknod(filename, mode, dev) < 0) {
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
pyr.h | 34 unsigned int mode :4; member in struct:pyr_insn_format 225 /* Careful: halt is 0x00000000. Jump must have some other (mode?)bit set?? */
|
/external/clang/utils/ |
clang-completion-mode.el | 1 ;;; Clang Code-Completion minor mode, for use with C/Objective-C/C++. 5 ;; This minor mode uses Clang's command line interface for code 13 ;; class/struct/union "p" points to. Note that this minor mode isn't 17 ;; To use the Clang code completion mode, first make sure that the 20 ;; clang-completion-mode.el somewhere in your Emacs load path. You can 31 ;; your .emacs to always load this mode (not recommended): 33 ;; (load-library "clang-completion-mode") 37 ;; M-x customize-group RET clang-completion-mode RET 40 ;; use M-x clang-completion-mode. When "Clang" shows up in the mode [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
CatCmdMessage.java | 44 public LaunchBrowserMode mode; field in class:CatCmdMessage.BrowserSettings 97 mBrowserSettings.mode = ((LaunchBrowserParams) cmdParams).mMode; 140 mBrowserSettings.mode = LaunchBrowserMode.values()[in.readInt()]; 173 dest.writeInt(mBrowserSettings.mode.ordinal());
|
/toolchain/binutils/binutils-2.25/binutils/ |
dwarf-mode.el | 1 ;;; dwarf-mode.el --- Browser for DWARF information. 144 (define-derived-mode dwarf-mode special-mode "DWARF" 145 "Major mode for browsing DWARF output. 147 \\{dwarf-mode-map}" 154 (define-key dwarf-mode-map [(control ?m)] #'dwarf-insert-substructure) 158 "Invoke `objdump' and put output into a `dwarf-mode' buffer. 159 This is the main interface to `dwarf-mode'." 164 (dwarf-mode) [all...] |
/art/test/003-omnibus-opcodes/src/ |
Classes.java | 57 java.math.RoundingMode mode = (java.math.RoundingMode) thisRef; local
|
/bionic/libc/kernel/uapi/linux/ |
cramfs_fs.h | 35 __u32 mode : CRAMFS_MODE_WIDTH, uid : CRAMFS_UID_WIDTH; member in struct:cramfs_inode
|
ipc.h | 31 __kernel_mode_t mode; member in struct:ipc_perm
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
xt_policy.h | 37 __u8 saddr : 1, daddr : 1, proto : 1, mode : 1, spi : 1, reqid : 1; member in struct:xt_policy_spec 60 __u8 mode; member in struct:xt_policy_elem
|
/build/tools/ijar/ |
zip_main.cc | 90 // All folders are created using "mode" for creation mode. 91 void mkdirs(const char *path, mode_t mode) { 101 if (mkdir(path_, mode) < 0) { 115 mode_t mode = zipattr_to_mode(attr); local 116 mode_t perm = mode & 0777; 117 bool isdir = (mode & S_IFDIR) != 0; 309 // Extraction / list mode
|
/development/ndk/platforms/android-21/include/linux/ |
cramfs_fs.h | 35 __u32 mode:CRAMFS_MODE_WIDTH, uid:CRAMFS_UID_WIDTH; member in struct:cramfs_inode
|
ipc.h | 32 __kernel_mode_t mode; member in struct:ipc_perm
|
/development/ndk/platforms/android-21/include/linux/netfilter/ |
xt_policy.h | 41 mode:1, member in struct:xt_policy_spec 66 __u8 mode; member in struct:xt_policy_elem
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
ip_queue.h | 48 ipq_mode_msg_t mode; member in union:ipq_peer_msg::__anon2343
|
/development/ndk/platforms/android-3/include/linux/ |
sysfs.h | 23 mode_t mode; member in struct:attribute 31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, } 33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, }
|
vt.h | 22 char mode; member in struct:vt_mode
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ActionBarDisplayOptions.java | 157 final int mode; local 160 mode = ActionBar.NAVIGATION_MODE_TABS; 163 mode = ActionBar.NAVIGATION_MODE_LIST; 166 mode = ActionBar.NAVIGATION_MODE_STANDARD; 168 bar.setNavigationMode(mode);
|
/device/moto/shamu/camera/QCamera/HAL2/wrapper/ |
QualcommCamera.cpp | 142 int mode = 0; local 158 camHal->hardware = new QCameraHardwareInterface(cameraId, mode);
|
/external/aac/libSBRenc/src/ |
tran_det.h | 106 INT mode; member in struct:__anon7010
|