HomeSort by relevance Sort by last modified time
    Searched full:critical (Results 626 - 650 of 3048) sorted by null

<<21222324252627282930>>

  /external/boringssl/src/crypto/x509/
x509_txt.c 141 return ("unhandled critical extension");
147 return ("unhandled critical CRL extension");
  /external/chromium-trace/catapult/devil/devil/utils/
reraiser_thread.py 22 def LogThreadStack(thread, error_log_func=logging.critical):
171 error_log_func=logging.critical):
  /external/libmojo/third_party/catapult/devil/devil/utils/
reraiser_thread.py 22 def LogThreadStack(thread, error_log_func=logging.critical):
171 error_log_func=logging.critical):
  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.h 120 /// renamed if they are on the critical path.
135 /// Identifiy anti-dependencies along the critical path
EarlyIfConversion.cpp 360 // Check for a diamond. We won't deal with any critical edges.
699 // Set a somewhat arbitrary limit on the critical path extension we accept.
704 // to the shortest critical path.
710 << ", minimal critical path " << MinCrit << '\n');
724 // Look at all the tail phis, and compute the critical path extension caused
733 // The condition is pulled into the critical path.
744 // The TBB value is pulled into the critical path.
755 // The FBB value is pulled into the critical path.
  /external/llvm/test/Transforms/LoopStrengthReduce/
uglygep.ll 76 ; The critical edge has been split.
84 ; Critical edge split.
  /external/parameter-framework/upstream/tools/xmlGenerator/
domainGenerator.py 137 logging.critical(str(ex))
144 logging.critical(str(ex))
  /external/spirv-llvm/lib/SPIRV/
SPIRV.h 75 /// applications unless guarded by a critical section.
82 /// applications unless guarded by a critical section.
  /external/spirv-llvm/lib/SPIRV/llvm/Support/
SPIRV.h 75 /// applications unless guarded by a critical section.
82 /// applications unless guarded by a critical section.
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
AggressiveAntiDepBreaker.h 125 /// renamed if they are on the critical path.
141 /// BreakAntiDependencies - Identifiy anti-dependencies along the critical
LatencyPriorityQueue.cpp 12 // reduce the length of the critical path through the basic block.
34 // The most important heuristic is scheduling the critical path.
  /external/webp/src/utils/
bit_reader_inl_utils.h 54 // Inlined critical functions
106 // Read a bit with proba 'prob'. Speed-critical function!
bit_reader_utils.h 158 // This function does *not* set br->eos_, since it's speed-critical.
165 // Speed critical, but infrequent part of the code can be non-inlined.
  /external/webrtc/talk/media/base/
videoadapter.h 92 // The critical section to protect the above variables.
197 // The critical section to protect handling requests.
  /libcore/ojluni/src/main/java/java/security/cert/
CertificateRevokedException.java 238 boolean critical = ois.readBoolean();
243 (new ObjectIdentifier(oid), critical, extVal);
  /libcore/ojluni/src/main/java/sun/security/x509/
PKIXExtensions.java 41 * be treated as being critical and the extension value itself (this is again
124 * This extension is always non-critical.
  /prebuilts/go/darwin-x86/doc/
security.html 23 For critical problems, you can encrypt your report using our PGP key (listed below).
124 use PGP for critical security reports.
  /prebuilts/go/linux-x86/doc/
security.html 23 For critical problems, you can encrypt your report using our PGP key (listed below).
124 use PGP for critical security reports.
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftcffdrv.h 84 * be the more critical direction anyway; the weights and spacing of
93 * y~axis are less critical; what is much more important is the visual
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
WinNtGopInput.c 425 // Enter critical section
457 // Leave critical section and return
497 // Enter critical section
526 // Leave critical section and return
638 // Enter critical section
678 // Leave critical section and return
  /external/libusb/libusb/os/
poll_windows.c 186 // fd might have changed before we got to critical
280 // fd might have been allocated before we got to critical
354 // fd might have been removed before we got to critical
439 // fd might have been deleted before we got to critical
465 // fd might have been deleted before we got to critical
491 // fd might have been deleted before we got to critical
  /external/markdown/markdown/
__init__.py 50 from logging import DEBUG, INFO, WARN, ERROR, CRITICAL
64 COMMAND_LINE_LOGGING_LEVEL = CRITICAL
358 message(CRITICAL, 'Invalid Output Format: "%s". Use one of %s.' \
377 message(CRITICAL, 'UnicodeDecodeError: Markdown only accepts unicode or ascii input.')
412 message(CRITICAL, 'Failed to strip top level tags.')
547 message(CRITICAL, "Failed to initiate extension '%s'" % ext_name)
  /external/python/cpython3/Lib/logging/
__init__.py 30 __all__ = ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR',
34 'captureWarnings', 'critical', 'debug', 'disable', 'error',
92 CRITICAL = 50
93 FATAL = CRITICAL
102 CRITICAL: 'CRITICAL',
110 'CRITICAL': CRITICAL,
124 If the level is one of the predefined levels (CRITICAL, ERROR, WARNING,
444 WARNING, ERROR, CRITICAL)
1343 def critical(self, msg, *args, **kwargs): member in class:Logger
1659 def critical(self, msg, *args, **kwargs): member in class:LoggerAdapter
1822 def critical(msg, *args, **kwargs): function
    [all...]
  /external/syslinux/com32/lib/syslinux/
movebits.c 465 cbyte = o->dst; /* "Critical byte" */
470 cbyte = o->dst; /* "Critical byte" */
504 cbyte = f->dst; /* "Critical byte" */
543 Find the object occupying the critical byte of our target space,
573 /* Make sure we include the critical byte */
613 dprintf("Cannot find the chunk containing the critical byte\n");
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalManager.java 109 /* sZoneCriticalPendingMap stores info whether a zone is in critical state and platform
115 /* this count keeps track of number of zones in pending critical state.When
119 * see if there is a pending critical shutdown
197 "OFF", "NORMAL", "WARNING", "ALERT", "CRITICAL"
257 // mMaxStates = k + 1(for critical) + 1(for TOFF)
279 // mMaxStates = k + 1(for critical) + 1(for TOFF)

Completed in 866 milliseconds

<<21222324252627282930>>