/external/python/cpython3/Lib/test/ |
test_logging.py | 188 ERR.log(logging.CRITICAL, m()) 191 INF.log(logging.CRITICAL, m()) 196 DEB.log(logging.CRITICAL, m()) 210 ('ERR', 'CRITICAL', '1'), 212 ('INF', 'CRITICAL', '3'), 216 ('DEB', 'CRITICAL', '7'), 233 INF_ERR.log(logging.CRITICAL, m()) 242 ('INF.ERR', 'CRITICAL', '1'), 259 INF_UNDEF.log(logging.CRITICAL, m()) 263 INF_ERR_UNDEF.log(logging.CRITICAL, m() [all...] |
/external/llvm/lib/CodeGen/ |
MachineScheduler.cpp | 45 cl::desc("Print critical path length to stdout")); 77 cl::desc("Enable cyclic critical path analysis."), cl::init(true)); 767 // Order predecessors so DFSResult follows the critical path. [all...] |
AggressiveAntiDepBreaker.cpp | 121 are on the critical path. */ 130 DEBUG(dbgs() << "AntiDep Critical-Path Registers:"); 264 /// critical path. 762 // Track progress along the critical path through the SUnit graph as 764 // break critical-path anti-dependencies. 819 // If MI is not on the critical path, then we don't rename 849 // Don't break anti-dependencies for critical path registers 850 // if not on the critical path 851 DEBUG(dbgs() << " (not critical-path)\n"); [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/ |
NodeSet.java | 987 * Performance critical. 1000 * Performance critical. 1035 * Performance critical. 1048 * Performance critical. 1060 * Performance critical. 1072 * Performance critical. 1084 * Performance critical. [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
PGOInstrumentation.cpp | 88 STATISTIC(NumOfPGOSplit, "Number of critical edge splits."); 306 // code. The function will split the critical edge if necessary. 321 // otherwise, the DestBB if this is not a critical edge. 328 // For a critical edge, we have to split. Instrument the newly 331 DEBUG(dbgs() << "Split critical edge: " << getBBInfo(SrcBB).Index << " --> " 335 assert(InstrBB && "Critical edge is not split"); 342 // Critical edges will be split. [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
AggressiveAntiDepBreaker.cpp | 127 are on the critical path. */ 136 DEBUG(dbgs() << "AntiDep Critical-Path Registers:"); 293 /// critical path. 746 // Track progress along the critical path through the SUnit graph as 748 // break critical-path anti-dependencies. 798 // If MI is not on the critical path, then we don't rename 828 // Don't break anti-dependencies for critical path registers 829 // if not on the critical path 830 DEBUG(dbgs() << " (not critical-path)\n"); [all...] |
PHIElimination.cpp | 39 cl::Hidden, cl::desc("Disable critical edge splitting " 71 /// Split critical edges where necessary for good coalescer performance. 91 STATISTIC(NumCriticalEdgesSplit, "Number of critical edges split"); 115 // Split critical edges to help the coalescer 217 // Can we reuse an earlier PHI node? This only happens for critical edges,
|
/external/ImageMagick/ImageMagick/api/ |
image-view.html | 116 #pragma omp critical 287 #pragma omp critical 485 #pragma omp critical 532 #pragma omp critical 582 #pragma omp critical
|
wand-view.html | 116 #pragma omp critical 220 #pragma omp critical 407 #pragma omp critical 454 #pragma omp critical 504 #pragma omp critical
|
/external/ImageMagick/www/api/ |
image-view.html | 120 #pragma omp critical 291 #pragma omp critical 489 #pragma omp critical 536 #pragma omp critical 586 #pragma omp critical
|
image-view.php | 116 #pragma omp critical 287 #pragma omp critical 485 #pragma omp critical 532 #pragma omp critical 582 #pragma omp critical
|
wand-view.html | 120 #pragma omp critical 224 #pragma omp critical 411 #pragma omp critical 458 #pragma omp critical 508 #pragma omp critical
|
wand-view.php | 116 #pragma omp critical 220 #pragma omp critical 407 #pragma omp critical 454 #pragma omp critical 504 #pragma omp critical
|
/external/google-breakpad/src/client/windows/crash_generation/ |
crash_generation_server.cc | 139 // Before adding or removing any clients, the critical section 141 // critical section is then exited only after the clients_ list 177 // No need to enter the critical section because no one is allowed to modify 526 // is guaranteed to be valid. Enter the critical section and check 528 // If found, execute the callback and only then leave the critical [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
ResourcePriorityQueue.cpp | 12 // reduce the length of the critical path through the basic block 194 // The most important heuristic is scheduling the critical path. 417 // Critical path first 429 // critical path driven. 431 // Critical path first.
|
/external/python/cpython2/Doc/tutorial/ |
stdlib2.rst | 221 logging.critical('Critical error -- shutting down') 229 CRITICAL:root:Critical error -- shutting down 236 and :const:`~logging.CRITICAL`.
|
/external/python/cpython3/Doc/tutorial/ |
stdlib2.rst | 223 logging.critical('Critical error -- shutting down') 231 CRITICAL:root:Critical error -- shutting down 238 and :const:`~logging.CRITICAL`.
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
ThermalCooling.java | 52 // count to keep track of zones in critical state, waiting for shutdown 253 // Always throttle at CRITICAL state (last state) 262 // Dethrottling at CRITICAL state (last state) is dontcare condition 313 // Increase cooling device states by 1, required for CRITICAL state 504 // increment the count of zones in critical state pending on shutdown [all...] |
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
PolicyChecker.java | 172 * @param unresCritExts the unresolved critical extensions 483 // reject cert if we find critical policy qualifiers and 488 "critical policy qualifiers present in certificate", 641 * policies extension is critical 731 * extension is critical [all...] |
/external/python/cpython2/Doc/howto/ |
logging-cookbook.rst | 187 logger.critical('critical message') 292 logger.critical('critical message') 487 :meth:`exception`, :meth:`critical` and :meth:`log`. These methods have the 589 levels = (logging.DEBUG, logging.INFO, logging.WARNING, logging.ERROR, logging.CRITICAL) 609 2010-09-06 22:38:15,300 d.e.f CRITICAL IP: 127.0.0.1 User: sheila A message at CRITICAL level with 2 parameters 613 2010-09-06 22:38:15,300 d.e.f CRITICAL IP: 192.168.0.1 User: jim A message at CRITICAL level with 2 parameter [all...] |
/external/boringssl/src/crypto/x509v3/ |
v3_conf.c | 219 /* Given an internal structure, nid and critical flag create an extension */ 231 /* Check the extension string for critical flag */ 235 if ((strlen(p) < 9) || strncmp(p, "critical,", 9))
|
/external/gemmlowp/doc/ |
quantization_example.cc | 209 // performance-critical at all. 274 << "runtime quantized code, which is typically performance-critical " 346 << "This is the part that is performance-critical and may only "
|
/external/llvm/test/CodeGen/X86/ |
2011-09-14-valcoalesce.ll | 7 ; critical edge from land.lhs.true.i -> if.end117.i: 9 ; critical edge from land.lhs.true103.i -> if.end117.i: 16 ; then remove one of the critical edge copes, which cannot safely be removed.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
2011-09-14-valcoalesce.ll | 7 ; critical edge from land.lhs.true.i -> if.end117.i: 9 ; critical edge from land.lhs.true103.i -> if.end117.i: 16 ; then remove one of the critical edge copes, which cannot safely be removed.
|
/external/tensorflow/tensorflow/ |
SECURITY.md | 156 One of the most critical parts of any system is input handling. If malicious 166 handling your report. For critical problems, you may encrypt your report (see 198 report using the key below. Please only use this for critical security
|