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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/EfiLdrImage/
EfiLdrImage.c 176 UINT64 DebugLevel = 0;
235 Status = AsciiStringToUint64 (argv[1], FALSE, &DebugLevel);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Split/
Split.c 239 UINT64 DebugLevel = 0;
337 Status = AsciiStringToUint64 (argv[1], FALSE, &DebugLevel);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
EfiRom.c 19 UINT64 DebugLevel = 0;
72 SetPrintLevel(DebugLevel);
1014 Status = AsciiStringToUint64(Argv[1], FALSE, &DebugLevel);
1019 if (DebugLevel > 9) {
1023 if (DebugLevel>=5 && DebugLevel<=9) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFdsGlobalVariable.py 60 DebugLevel = -1
594 if GenFdsGlobalVariable.DebugLevel != -1:
595 cmd += ('--debug', str(GenFdsGlobalVariable.DebugLevel))
620 if PopenObject.returncode != 0 or GenFdsGlobalVariable.VerboseMode or GenFdsGlobalVariable.DebugLevel != -1:
  /frameworks/base/libs/hwui/
Properties.h 47 * by the DebugLevel enum below.
54 enum DebugLevel {
295 static DebugLevel debugLevel;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenVtf/
GenVtf.c 32 UINT64 DebugLevel;
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.h 276 /*! @typedef DebugLevel
281 typedef int32_t DebugLevel;
344 #define kDebugPropertyTagPrintLevelMin 0x6D696E70U // 'minp' Get: 1st param = DebugLevel *
345 // Set: 1st param = DebugLevel
349 #define kDebugPropertyTagPrintLevelMax 0x706D786CU // 'maxp' Get: 1st param = DebugLevel *
350 // Set: 1st param = DebugLevel
352 #define kDebugPropertyTagBreakLevel 0x62726B6CU // 'brkl' Get: 1st param = DebugLevel *
353 // Set: 1st param = DebugLevel
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.c 80 static UINT64 DebugLevel;
    [all...]

Completed in 420 milliseconds