HomeSort by relevance Sort by last modified time
    Searched defs:OutMode (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
CanonRead.c 51 int OutMode;
67 OutMode = IIO_GetOutputSize(STDOUT_FILENO, &MaxColumn, &MaxRow);
68 if(OutMode >= 0) {
IIO.c 158 int OutMode;
163 OutMode = IIO_GetOutputSize(filp->MyFD, &MaxColumn, &MaxRow);
166 if((This != NULL) && (OutMode >= 0)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenVariable.py 6 OutMode = 2 # output-only argument
14 ReturnMode = 8+OutMode # this is the function return value
15 ErrorMode = 16+OutMode # this is an error status -- turn it into an exception
51 outmode = False
54 outmode = (self.flags & OutMode)
56 reference=refmode, constmode=constmode, outmode=outmode)
86 if self.mode in (OutMode, InOutMode):
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
daConsole.c 414 INT32 OutMode;
446 OutMode = Proto->Mode->Mode;
447 EFIerrno = Proto->QueryMode(Proto, (UINTN)OutMode, &ModeCol, &ModeRow);
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessor.java 132 public synchronized final void setOutMode (final OutMode mode)
161 if (m_outMode != OutMode.OUT_MODE_OVERWRITE)
234 if (m_outMode == OutMode.OUT_MODE_OVERWRITE)
238 else if (m_outMode == OutMode.OUT_MODE_COPY)
242 else if (m_outMode == OutMode.OUT_MODE_FULLCOPY)
261 protected OutMode m_outMode; // required to be set for run()
278 public static final class OutMode
280 public static final OutMode OUT_MODE_COPY = new OutMode ("copy");
281 public static final OutMode OUT_MODE_FULLCOPY = new OutMode ("fullcopy")
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 

Completed in 351 milliseconds