HomeSort by relevance Sort by last modified time
    Searched refs:MODE (Results 101 - 125 of 145) sorted by null

1 2 3 45 6

  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
PolicyEntryOperation.c 404 (*Data)->ProcessingPolicy->Mode = EfiIPsecTransport;
406 L"--mode",
408 &(*Data)->ProcessingPolicy->Mode,
415 *Mask |= MODE;
533 // Cannot check Mode against EfiIPsecTunnel, because user may want to change tunnel_remote only so the Mode is not set.
540 LIFETIME_SOFT | LIFETIME | MODE | TUNNEL_LOCAL | TUNNEL_REMOTE |
563 ((*Data)->ProcessingPolicy->Mode == EfiIPsecTunnel) &&
708 (*Data)->Mode = EfiIPsecTransport;
710 L"--mode",
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/X64/
MpFuncs.S 34 #noted that APs arrive here very raw...ie: real mode, no stack.
35 #ALSO THIS PROCEDURE IS EXECUTED BY APs ONLY ON 16 BIT MODE. HENCE THIS PROC
56 # Switch to flat mode.
96 .byte 0x66,0x8E,0xD0 # mov ss, ax ; Flat mode setup.
138 btl $10, %eax # Check for x2apic mode
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
MpFuncs.S 37 #noted that APs arrive here very raw...ie: real mode, no stack.
38 #ALSO THIS PROCEDURE IS EXECUTED BY APs ONLY ON 16 BIT MODE. HENCE THIS PROC
92 PMODE_ENTRY: # protected mode entry point
99 .byte 0x66,0x8E,0xD0 # mov ss, ax ; Flat mode setup.
MpFuncs.asm 38 ;noted that APs arrive here very raw...ie: real mode, no stack.
39 ;ALSO THIS PROCEDURE IS EXECUTED BY APs ONLY ON 16 BIT MODE. HENCE THIS PROC
93 PMODE_ENTRY:: ; protected mode entry point
100 db 66h, 8Eh, 0D0h ; mov ss, ax ; Flat mode setup.
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 74 static int32_t pkg_createWindowsDLL(const char mode, const char *gencFilePath, UPKGOptions *o);
82 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode);
90 static int32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencFilePath);
91 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFile, char *command = NULL, UBool specialHandling=FALSE);
93 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, const UBool reverseExt, UBool noVersion);
99 #define IN_COMMON_MODE(mode) (mode == 'a' || mode == 'c')
100 #define IN_DLL_MODE(mode) (mode == 'd' || mode == 'l'
556 const char mode = o->mode[0]; local
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/
StubFtpServer.java 182 setCommandHandler(CommandNames.MODE, new ModeCommandHandler());
  /packages/apps/Calendar/src/com/android/calendar/
GeneralPreferences.java 411 CalendarRecentSuggestionsProvider.MODE);
SearchActivity.java 216 CalendarRecentSuggestionsProvider.MODE);
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/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
83 Flat32Start:: ; protected mode entry point
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
anames.go 690 "MODE",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
anames.go 690 "MODE",
  /external/iproute2/doc/
ip-tunnels.tex 34 ip tunnel add MY-TUNNEL mode ipip remote 193.233.7.65
148 Mode & Description & Base device \\
158 ip tunnel add <NAME> mode <MODE> [ local <S> ] [ remote <D> ]
169 \verb|mode <MODE>| sets tunnel mode. Three modes are available now
184 say that they are zero or wildcard. Two tunnels of one mode cannot
301 ip tunnel change Cisco mode sit local ME remote HE ttl 32
352 tunnel mode gre i
    [all...]
  /external/v8/
Makefile 241 # - any mode listed in MODES
242 # - every combination <arch>.<mode>, e.g. "ia32.release"
243 # - "native": current host's architecture, release mode
281 BUILDS = $(foreach mode,$(MODES),$(addsuffix .$(mode),$(ARCHES)))
282 ANDROID_BUILDS = $(foreach mode,$(MODES), \
283 $(addsuffix .$(mode),$(ANDROID_ARCHES)))
331 MODE="$(subst .,,$(suffix $@))" \
343 --mode=$(basename $@) $(TESTFLAGS)
351 --arch-and-mode=$(basename $@) $(TESTFLAGS
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/X64/
MpFuncs.asm 28 ;noted that APs arrive here very raw...ie: real mode, no stack.
29 ;ALSO THIS PROCEDURE IS EXECUTED BY APs ONLY ON 16 BIT MODE. HENCE THIS PROC
91 Flat32Start:: ; protected mode entry point
  /external/blktrace/btt/doc/
btt.tex 74 btt does not work in live mode.
240 IOs, the \emph{median} value for all seeks, and the \emph{mode} -
250 DEV | NSEEKS MEAN MEDIAN | MODE
255 We have almost exclusively seen median and mode values of 0, indicating
257 seeks. The larger the count for the mode in comparison to the total
    [all...]
  /frameworks/base/media/java/android/media/
MediaCodec.java 71 ByteBuffer#isDirect direct} ByteBuffers. When using ByteBuffer mode, you can access raw video
109 In ByteBuffer mode video buffers are laid out according to their {@linkplain
119 as well as in ByteBuffer mode, by using {@link #getInputImage getInput}/{@link #getOutputImage
122 mode. Some color formats are vendor specific. Others are defined in {@link CodecCapabilities}.
386 buffers. In synchronous mode, call {@link #dequeueInputBuffer dequeueInput}/{@link
388 buffer from the codec. In asynchronous mode, you will automatically receive available buffers via
398 Callback#onOutputBufferAvailable onOutputBufferAvailable} callback in asynchronous mode, or in
399 response to a {@link #dequeueOutputBuffer dequeuOutputBuffer} call in synchronous mode. After the
413 <th>Processing Mode</th>
441 mode changes the state transitions slightly, because you must call {@link #start} after {@lin
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbPortManager.java 193 // Determine whether we need to change the mode in order to accomplish this goal.
224 logAndPrint(Log.INFO, pw, "Setting USB port mode and role: portId=" + portId
241 // Changing the mode will have the side-effect of also changing
248 logAndPrint(Log.ERROR, pw, "Trying to set the USB port mode: "
252 newRole.type = PortRoleType.MODE;
257 logAndPrintException(pw, "Failed to set the USB port mode: "
314 public void connectSimulatedPort(String portId, int mode, boolean canChangeMode,
324 if (mode == 0 || powerRole == 0 || dataRole == 0) {
325 pw.println("Cannot connect simulated port in null mode, "
330 if ((portInfo.supportedModes & mode) == 0)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
mt-opc.c 679 /* intlvr $frsr1,#$mode,$frsr2,#$id,#$size */
682 { { MNEM, ' ', OP (FRSR1), ',', '#', OP (MODE), ',', OP (FRSR2), ',', '#', OP (ID), ',', '#', OP (SIZE), 0 } },
    [all...]
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 245 // automatic keyframe placement mode.
249 "kf_min_dist not supported in auto mode, use 0 "
458 oxcf->mode = GOOD;
598 printf("Mode: %d\n", oxcf->mode);
1434 vpx_scaling_mode_t *const mode = va_arg(args, vpx_scaling_mode_t *); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-m68hc11.c 63 How far Forward this mode will reach.
64 How far Backward this mode will reach.
65 How many bytes this mode will add to the size of the frag.
66 Which mode to go to if the offset won't fit in this one. */
149 int mode; member in struct:operand
250 /* Change the direct addressing mode into an absolute addressing mode
309 /* .mode instruction (ala SH). */
310 {"mode", s_m68hc11_mode, 0},
340 {"strict-direct-mode", no_argument, NULL, OPTION_STRICT_DIRECT_MODE}
1151 int mode; local
2064 int mode; local
2617 int mode = operands[i].mode; local
    [all...]

Completed in 603 milliseconds

1 2 3 45 6