/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/netfilter/ |
xt_statistic.h | 28 u_int16_t mode; member in struct:xt_statistic_info
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/netfilter/ |
xt_statistic.h | 28 u_int16_t mode; member in struct:xt_statistic_info
|
/system/bt/service/common/bluetooth/ |
advertise_settings.h | 30 // Advertising mode describes power consumption mode used for advertising. 31 enum Mode { 32 // Perform Bluetooth LE advertising in low power mode. This is the default 33 // and preferred advertising mode as it consumes the least power. 36 // Perform Bluetooth LE advertising in balanced power mode. This is balanced 40 // Perform Bluetooth LE advertising in low latency, high power mode. This 64 AdvertiseSettings(Mode mode, 70 // mode: MODE_LOW_POWE 77 Mode mode() const { return mode_; } function in class:bluetooth::AdvertiseSettings [all...] |
/toolchain/binutils/binutils-2.25/include/opcode/ |
msp430.h | 27 int am; /* Addr mode. */ 29 int mode; /* Operand mode. */ member in struct:msp430_operand_s
|
/bionic/libc/kernel/uapi/linux/hsi/ |
hsi_char.h | 46 uint32_t mode; member in struct:hsc_rx_config 52 uint32_t mode; member in struct:hsc_tx_config
|
/bionic/libc/kernel/uapi/linux/ |
matroxfb.h | 32 __u32 mode; member in struct:matroxioc_output_mode
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
xt_hashlimit.h | 37 __u32 mode; member in struct:hashlimit_cfg 60 __u32 mode; member in struct:hashlimit_cfg1
|
xt_rateest.h | 45 __u16 mode; member in struct:xt_rateest_match_info
|
/build/tools/atree/ |
files.h | 37 unsigned int mode; member in struct:FileRecord
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
XfermodeTest.java | 54 final PorterDuff.Mode mode; field in class:XfermodeTest.Config 59 mode = (PorterDuff.Mode) modeAndExpectedColors[0]; 65 return mode.name() + ", hardwareAccelerated=" + hardwareAccelerated; 86 { PorterDuff.Mode.SRC, new int[] { 89 { PorterDuff.Mode.DST, new int[] { 92 { PorterDuff.Mode.SRC_OVER, new int[] { 95 { PorterDuff.Mode.DST_OVER, new int[] { 98 { PorterDuff.Mode.SRC_IN, new int[] [all...] |
/cts/tests/tests/voicesettings/src/android/voicesettings/cts/ |
AirplaneModeTest.java | 54 Log.e(TAG, "Voice intent for Airplane Mode NOT supported. existing the test"); 57 int mode; local 59 mode = getMode(); 60 Log.i(TAG, "Before testing, AIRPLANE_MODE is set to: " + mode); 62 // if the mode is not supported, don't run the test. 63 Log.i(TAG, "airplane mode is not found in Settings. Skipping AirplaneModeTest"); 67 if (mode == AIRPLANE_MODE_IS_OFF) { 68 // mode is currently OFF. 77 // mode is currently ON. 94 int mode = getMode() local [all...] |
ZenModeTest.java | 59 Log.e(TAG, "Voice intent for Zen Mode NOT supported. existing the test"); 62 int mode; local 64 mode = getMode(); 65 Log.i(TAG, "Before testing, zen-mode is set to: " + mode); 67 // if the mode is not supported, don't run the test. 72 if (mode == ZEN_MODE_IS_OFF) { 73 // mode is currently OFF. 82 // mode is currently ON. 99 int mode = getMode() local [all...] |
/development/ndk/platforms/android-21/include/linux/hsi/ |
hsi_char.h | 46 uint32_t mode; member in struct:hsc_rx_config 52 uint32_t mode; member in struct:hsc_tx_config
|
/development/ndk/platforms/android-21/include/linux/ |
matroxfb.h | 32 __u32 mode; member in struct:matroxioc_output_mode
|
/development/ndk/platforms/android-21/include/linux/netfilter/ |
xt_hashlimit.h | 37 __u32 mode; member in struct:hashlimit_cfg 60 __u32 mode; member in struct:hashlimit_cfg1
|
xt_rateest.h | 45 __u16 mode; member in struct:xt_rateest_match_info
|
/development/ndk/platforms/android-3/include/linux/ |
ipc.h | 26 __kernel_mode_t mode; member in struct:ipc_perm
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
ipt_hashlimit.h | 25 u_int32_t mode; member in struct:hashlimit_cfg
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List15.java | 31 * This demo illustrates the use of CHOICE_MODE_MULTIPLE_MODAL, a.k.a. selection mode on ListView. 52 public boolean onCreateActionMode(ActionMode mode, Menu menu) { 55 mode.setTitle("Select Items"); 56 setSubtitle(mode); 60 public boolean onPrepareActionMode(ActionMode mode, Menu menu) { 64 public boolean onActionItemClicked(ActionMode mode, MenuItem item) { 69 mode.finish(); 79 public void onDestroyActionMode(ActionMode mode) { 82 public void onItemCheckedStateChanged(ActionMode mode, 84 setSubtitle(mode); [all...] |
List16.java | 31 * This demo illustrates the use of CHOICE_MODE_MULTIPLE_MODAL, a.k.a. selection mode on ListView 54 public boolean onCreateActionMode(ActionMode mode, Menu menu) { 57 mode.setTitle("Select Items"); 61 public boolean onPrepareActionMode(ActionMode mode, Menu menu) { 65 public boolean onActionItemClicked(ActionMode mode, MenuItem item) { 70 mode.finish(); 80 public void onDestroyActionMode(ActionMode mode) { 83 public void onItemCheckedStateChanged(ActionMode mode, 88 mode.setSubtitle(null); 91 mode.setSubtitle("One item selected") [all...] |
/device/asus/fugu/kernel-headers/drm/ |
psb_ttm_fence_user.h | 54 uint32_t mode; member in struct:ttm_fence_finish_req
|
/device/asus/fugu/original-kernel-headers/drm/ |
psb_ttm_fence_user.h | 83 * Waiting mode flags for the TTM_FENCE_FINISH ioctl. 102 * @mode: Wait mode. 110 uint32_t mode; member in struct:ttm_fence_finish_req
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/ |
MyCertificateFactorySpi.java | 45 // mode: false - list of encodings is empty 46 // mode: true - list of encodings consists of 2 elements 48 private static boolean mode; field in class:MyCertificateFactorySpi 54 mode = true; 61 mode = newMode; 113 if (mode) { 123 if (mode) { 131 if (!mode) {
|
/external/bison/lib/ |
fcntl.c | 60 int mode; local 68 || (mode = setmode (oldfd, O_BINARY)) == -1) 75 setmode (oldfd, mode); 76 flags |= mode;
|
/external/bzip2/ |
dlltest.c | 117 char mode[10];
local 155 mode[0]='w';
156 mode[1] = '0' + level;
157 mode[2] = '\0';
159 if((fn_w == NULL && (BZ2fp_w = BZ2_bzdopen(fileno(stdout),mode))==NULL)
160 || (fn_w !=NULL && (BZ2fp_w = BZ2_bzopen(fn_w,mode))==NULL)){
|