/development/samples/ApiDemos/src/com/example/android/apis/app/ |
SearchInvoke.java | 45 // Menu mode spinner choices 77 // Create listener for the menu mode dropdown. We use this to demonstrate control 79 // the default key mode in your activity's onCreate() handler. 117 // next, add back item(s) based on current menu mode 237 SearchSuggestionSampleProvider.AUTHORITY, SearchSuggestionSampleProvider.MODE);
|
/external/libvpx/libvpx/vp8/common/ |
onyx.h | 50 } MODE; 59 static INLINE void Scale2Ratio(int mode, int *hr, int *hs) { 60 switch (mode) { 99 * noise_sensitivity = 3 means aggressive denoising mode. 100 * noise_sensitivity >= 4 means adaptive denoising mode. 113 /* percent of rate boost for golden frame in CBR mode. */ 117 /* mode -> 118 *(0)=Realtime/Live Encoding. This mode is optimized for realtim 141 int Mode; 239 /* Memory location to store low-resolution encoder's mode info * [all...] |
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/ |
FakeFtpServer.java | 186 setCommandHandler(CommandNames.MODE, new ModeCommandHandler());
|
/hardware/interfaces/usb/1.0/vts/functional/ |
VtsHalUsbV1_0TargetTest.cpp | 207 * Test switching the mode of usb port. 209 * If there is atleast one usb port, a mode switch 211 * The callback parametes are checked to see if the mode 217 role.type = PortRoleType::MODE; 227 ALOGI("mode portname:%s", portBeingSwitched.c_str()); 240 EXPECT_EQ(static_cast<uint32_t>(PortRoleType::MODE),
|
/external/ipsec-tools/src/libipsec/ |
policy_parse.y | 56 * protocol/mode/src-dst/level 57 * protocol/mode/src-dst parsed as protocol/mode/src-dst/default 58 * protocol/mode/src-dst/ parsed as protocol/mode/src-dst/default 59 * protocol/transport parsed as protocol/mode/any-any/default 60 * protocol/transport//level parsed as protocol/mode/any-any/level 142 %token ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY IPADDRESS PORT 145 %type <num> DIR PRIORITY ACTION PROTOCOL MODE LEVEL 287 : protocol SLASH mode SLASH addresses SLASH leve [all...] |
/external/minijail/ |
common.mk | 67 # - MODE=[opt|dbg|profiling] (default: opt) 76 # NOSTRIP=0 and MODE=opt will also drop -g from the CFLAGS. 102 MODE ?= opt 108 # make -C $SRCDIR # will create ./build-$(MODE) 335 ifeq ($(MODE),opt) 347 ifeq ($(MODE),profiling) 444 $(if $(filter-out dbg,$(MODE)),$(QUIET)$(STRIP) --strip-unneeded \ 688 $(info - MODE=$(MODE)) 717 ifeq ($(MODE),profiling [all...] |
/external/modp_b64/ |
common.mk | 67 # - MODE=[opt|dbg|profiling] (default: opt) 76 # NOSTRIP=0 and MODE=opt will also drop -g from the CFLAGS. 102 MODE ?= opt 108 # make -C $SRCDIR # will create ./build-$(MODE) 335 ifeq ($(MODE),opt) 347 ifeq ($(MODE),profiling) 444 $(if $(filter-out dbg,$(MODE)),$(QUIET)$(STRIP) --strip-unneeded \ 688 $(info - MODE=$(MODE)) 717 ifeq ($(MODE),profiling [all...] |
/device/google/marlin/usb/ |
Usb.cpp | 73 return node + "/mode"; 87 } else if (role.type == PortRoleType::MODE) { 163 // Mode 171 } else if (type == PortRoleType::MODE) { 313 if (getCurrentRoleHelper(port.first, port.second, PortRoleType::MODE,
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Include/Omap3530/ |
Omap3530MMCHS.h | 39 #define MODE BIT4
|
/device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/ |
Omap3530MMCHS.h | 39 #define MODE BIT4
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/ |
MpFuncs.S | 36 #noted that APs arrive here very raw...ie: real mode, no stack.
37 #ALSO THIS PROCEDURE IS EXECUTED BY APs ONLY ON 16 BIT MODE. HENCE THIS PROC
85 PMODE_ENTRY: # protected mode entry point
97 movw %ax,%ss # Flat mode setup.
|
MpFuncs.asm | 41 ;noted that APs arrive here very raw...ie: real mode, no stack.
42 ;ALSO THIS PROCEDURE IS EXECUTED BY APs ONLY ON 16 BIT MODE. HENCE THIS PROC
89 PMODE_ENTRY:: ; protected mode entry point
96 mov ss, ax ; Flat mode setup.
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
r600_texture.c | 97 surface->flags |= RADEON_SURF_SET(RADEON_SURF_MODE_1D, MODE); 100 surface->flags |= RADEON_SURF_SET(RADEON_SURF_MODE_2D, MODE); 103 surface->flags |= RADEON_SURF_SET(RADEON_SURF_MODE_LINEAR_ALIGNED, MODE); 107 surface->flags |= RADEON_SURF_SET(RADEON_SURF_MODE_LINEAR, MODE); 230 surface->level[0].mode >= RADEON_SURF_MODE_1D ? 232 surface->level[0].mode >= RADEON_SURF_MODE_2D ? 283 if (rtex->surface.level[level].mode != RADEON_SURF_MODE_LINEAR_ALIGNED && 284 rtex->surface.level[level].mode != RADEON_SURF_MODE_LINEAR)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/ |
MpFuncs.asm | 32 ;noted that APs arrive here very raw...ie: real mode, no stack.
33 ;ALSO THIS PROCEDURE IS EXECUTED BY APs ONLY ON 16 BIT MODE. HENCE THIS PROC
52 ; Switch to flat mode.
79 ProtectedModeStart:: ; protected mode entry point
86 mov ss, ax ; Flat mode setup.
94 bt eax, 10 ; Check for x2apic mode
|
MpFuncs.S | 30 #noted that APs arrive here very raw...ie: real mode, no stack.
31 #ALSO THIS PROCEDURE IS EXECUTED BY APs ONLY ON 16 BIT MODE. HENCE THIS PROC
51 # Switch to flat mode.
84 ProtectedModeStart: # protected mode entry point
96 movw %ax,%ss # Flat mode setup.
104 btl $10, %eax # Check for x2apic mode
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/X64/ |
MpFuncs.asm | 23 ;noted that APs arrive here very raw...ie: real mode, no stack.
24 ;ALSO THIS PROCEDURE IS EXECUTED BY APs ONLY ON 16 BIT MODE. HENCE THIS PROC
42 ; Switch to flat mode.
82 db 66h, 8Eh, 0D0h ; mov ss, ax ; Flat mode setup.
121 bt eax, 10 ; Check for x2apic mode
|
/external/libavc/encoder/arm/ |
ih264e_evaluate_intra4x4_modes_a9q.s | 42 @* @brief :Evaluate best intra 4x4 mode 47 @* and return the buffer predicted with best mode. 68 @* Pointer to the variable in which best mode is returned 80 @* Predicted mode for cost computation 455 ldr r6, [sp, #112] @ R6 =MODE 458 str r12, [r6] @/FINAL MODE*/
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encoder.h | 104 // Realtime/Live Encoding. This mode is optimized for realtime encoding (for 108 } MODE; 159 // percent of rate boost for golden frame in CBR mode. 162 MODE mode; member in struct:VP9EncoderConfig 194 AQ_MODE aq_mode; // Adaptive Quantization mode 221 // Bitrate allocation (CBR mode) and framerate factor, for temporal layers. 234 /* Bitfield defining the parallel decoding mode where the 565 // Force recalculation of segment_ids for each mode info 869 return !(cpi->oxcf.mode == REALTIME && cpi->oxcf.rc_mode == VPX_CBR) & [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_texture.c | 107 surface->flags |= RADEON_SURF_SET(RADEON_SURF_MODE_1D, MODE); 110 surface->flags |= RADEON_SURF_SET(RADEON_SURF_MODE_2D, MODE); 113 surface->flags |= RADEON_SURF_SET(RADEON_SURF_MODE_LINEAR_ALIGNED, MODE); 117 surface->flags |= RADEON_SURF_SET(RADEON_SURF_MODE_LINEAR, MODE); 186 switch (rtex->surface.level[i].mode) { 216 surface->level[0].mode >= RADEON_SURF_MODE_1D ? 218 surface->level[0].mode >= RADEON_SURF_MODE_2D ? 300 assert(fmask.level[0].mode == RADEON_SURF_MODE_2D); [all...] |
/frameworks/base/core/tests/coretests/src/android/provider/ |
SearchRecentSuggestionsProviderTest.java | 58 TestProvider.AUTHORITY, TestProvider.MODE);
|
/prebuilts/go/darwin-x86/src/net/ |
udpsock_test.go | 136 b := []byte("CONNECTED-MODE SOCKET") 185 b := []byte("UNCONNECTED-MODE SOCKET")
|
unixsock_test.go | 112 if peer != nil { // peer is connected-mode 162 if peer != nil { // peer is connected-mode 246 b := []byte("CONNECTED-MODE SOCKET") 276 b := []byte("UNCONNECTED-MODE SOCKET")
|
/prebuilts/go/linux-x86/src/net/ |
udpsock_test.go | 136 b := []byte("CONNECTED-MODE SOCKET") 185 b := []byte("UNCONNECTED-MODE SOCKET")
|
unixsock_test.go | 112 if peer != nil { // peer is connected-mode 162 if peer != nil { // peer is connected-mode 246 b := []byte("CONNECTED-MODE SOCKET") 276 b := []byte("UNCONNECTED-MODE SOCKET")
|
/libcore/ojluni/src/main/java/javax/crypto/ |
Cipher.java | 65 * algorithm (e.g., <i>DES</i>), and may be followed by a feedback mode and 71 * <li>"<i>algorithm/mode/padding</i>" or 77 * provider-specific default values for the mode and padding scheme are used). 86 * block size. When requesting such a mode, you may optionally specify 88 * to the mode name as shown in the "<code>DES/CFB8/NoPadding</code>" and 93 * using an 8 bit mode such as CFB8 or OFB8. 111 * Note that GCM mode has a uniqueness requirement on IVs used in 114 * each encryption operation using GCM mode, callers should re-initialize 241 * Constant used to initialize cipher to encryption mode. 246 * Constant used to initialize cipher to decryption mode [all...] |