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

<<11121314151617181920>>

  /system/ca-certificates/google/files/
b3fb433b.0 43 X509v3 Key Usage: critical
45 X509v3 Basic Constraints: critical
c491639e.0 40 X509v3 Basic Constraints: critical
42 X509v3 Key Usage: critical
ccc52f49.0 39 X509v3 Basic Constraints: critical
41 X509v3 Key Usage: critical
ed39abd0.0 40 X509v3 Basic Constraints: critical
42 X509v3 Key Usage: critical
  /device/linaro/bootloader/edk2/Nt32Pkg/TimerDxe/
Timer.c 70 // Critical section used to update varibles shared between the main thread and
119 // Enter the critical section before suspending
120 // and leave the critical section after resuming
314 // Use Critical Section to update the notification function that is
573 // Initialize Critical Section used to update variables shared between the main
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_logging.py 156 ERR.log(logging.CRITICAL, m())
159 INF.log(logging.CRITICAL, m())
164 DEB.log(logging.CRITICAL, m())
178 ('ERR', 'CRITICAL', '1'),
180 ('INF', 'CRITICAL', '3'),
184 ('DEB', 'CRITICAL', '7'),
201 INF_ERR.log(logging.CRITICAL, m())
210 ('INF.ERR', 'CRITICAL', '1'),
227 INF_UNDEF.log(logging.CRITICAL, m())
231 INF_ERR_UNDEF.log(logging.CRITICAL, m())
    [all...]
  /external/python/cpython2/Doc/howto/
logging.rst 27 :func:`critical`. To determine when to use logging, see the table below, which
57 | error handler in a long-running | :func:`logging.critical` as |
85 | ``CRITICAL`` | A serious error, indicating that the program|
360 :func:`error` and :func:`critical`, which just call the same-named method of
374 :func:`warning`, :func:`error` and :func:`critical`, they will check to see
410 will handle, where debug is the lowest built-in severity level and critical
412 INFO, the logger will handle only INFO, WARNING, ERROR, and CRITICAL messages
429 :meth:`Logger.error`, and :meth:`Logger.critical` all create log records with
480 log messages of error or higher to stdout, and all messages of critical to an
590 logger.critical('critical message'
    [all...]
  /external/python/cpython2/Lib/test/
test_logging.py 156 ERR.log(logging.CRITICAL, m())
159 INF.log(logging.CRITICAL, m())
164 DEB.log(logging.CRITICAL, m())
178 ('ERR', 'CRITICAL', '1'),
180 ('INF', 'CRITICAL', '3'),
184 ('DEB', 'CRITICAL', '7'),
201 INF_ERR.log(logging.CRITICAL, m())
210 ('INF.ERR', 'CRITICAL', '1'),
227 INF_UNDEF.log(logging.CRITICAL, m())
231 INF_ERR_UNDEF.log(logging.CRITICAL, m()
    [all...]
  /external/python/cpython3/Doc/howto/
logging.rst 27 :func:`critical`. To determine when to use logging, see the table below, which
57 | error handler in a long-running | :func:`logging.critical` as |
85 | ``CRITICAL`` | A serious error, indicating that the program|
360 :func:`error` and :func:`critical`, which just call the same-named method of
374 :func:`warning`, :func:`error` and :func:`critical`, they will check to see
410 will handle, where debug is the lowest built-in severity level and critical
412 INFO, the logger will handle only INFO, WARNING, ERROR, and CRITICAL messages
429 :meth:`Logger.error`, and :meth:`Logger.critical` all create log records with
480 log messages of error or higher to stdout, and all messages of critical to an
599 logger.critical('critical message'
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_logging.py 158 ERR.log(logging.CRITICAL, m())
161 INF.log(logging.CRITICAL, m())
166 DEB.log(logging.CRITICAL, m())
180 ('ERR', 'CRITICAL', '1'),
182 ('INF', 'CRITICAL', '3'),
186 ('DEB', 'CRITICAL', '7'),
203 INF_ERR.log(logging.CRITICAL, m())
212 ('INF.ERR', 'CRITICAL', '1'),
229 INF_UNDEF.log(logging.CRITICAL, m())
233 INF_ERR_UNDEF.log(logging.CRITICAL, m()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_logging.py 158 ERR.log(logging.CRITICAL, m())
161 INF.log(logging.CRITICAL, m())
166 DEB.log(logging.CRITICAL, m())
180 ('ERR', 'CRITICAL', '1'),
182 ('INF', 'CRITICAL', '3'),
186 ('DEB', 'CRITICAL', '7'),
203 INF_ERR.log(logging.CRITICAL, m())
212 ('INF.ERR', 'CRITICAL', '1'),
229 INF_UNDEF.log(logging.CRITICAL, m())
233 INF_ERR_UNDEF.log(logging.CRITICAL, m()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_logging.py 158 ERR.log(logging.CRITICAL, m())
161 INF.log(logging.CRITICAL, m())
166 DEB.log(logging.CRITICAL, m())
180 ('ERR', 'CRITICAL', '1'),
182 ('INF', 'CRITICAL', '3'),
186 ('DEB', 'CRITICAL', '7'),
203 INF_ERR.log(logging.CRITICAL, m())
212 ('INF.ERR', 'CRITICAL', '1'),
229 INF_UNDEF.log(logging.CRITICAL, m())
233 INF_ERR_UNDEF.log(logging.CRITICAL, m()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_logging.py 158 ERR.log(logging.CRITICAL, m())
161 INF.log(logging.CRITICAL, m())
166 DEB.log(logging.CRITICAL, m())
180 ('ERR', 'CRITICAL', '1'),
182 ('INF', 'CRITICAL', '3'),
186 ('DEB', 'CRITICAL', '7'),
203 INF_ERR.log(logging.CRITICAL, m())
212 ('INF.ERR', 'CRITICAL', '1'),
229 INF_UNDEF.log(logging.CRITICAL, m())
233 INF_ERR_UNDEF.log(logging.CRITICAL, m()
    [all...]
  /external/nos/test/system-test-harness/src/
util.cc 30 DEFINE_string(util_verbosity, "ERROR", "One of SILENT, CRITICAL, ERROR, WARNING, or INFO.");
56 if (upper_case_flag == "CRITICAL")
57 return TestHarness::CRITICAL;
599 if (verbosity >= CRITICAL && errno != 0){
632 if (verbosity >= CRITICAL && errno != 0) {
688 if (verbosity >= CRITICAL && errno != 0) {
732 if (verbosity >= CRITICAL && errno != 0 && errno != EAGAIN) {
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 450 /// Compute the cyclic critical path through the DAG.
543 // Critical path through the DAG in expected latency.
609 // The expected latency of the critical path in this scheduled zone.
631 // Cache the critical resources ID in this scheduled zone.
682 /// instructions. This is the larger of the critical path within the zone
791 /// Status of an instruction's critical resource consumption.
793 // Count critical resources in the scheduled region required by SU.
796 // Count critical resources from another region consumed by SU.
827 // Critical resource consumption of the best candidate.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineScheduler.h 465 /// Compute the cyclic critical path through the DAG.
558 // Critical path through the DAG in expected latency.
620 // The expected latency of the critical path in this scheduled zone.
642 // Cache the critical resources ID in this scheduled zone.
687 /// instructions. This is the larger of the critical path within the zone
792 /// Status of an instruction's critical resource consumption.
794 // Count critical resources in the scheduled region required by SU.
797 // Count critical resources from another region consumed by SU.
828 // Critical resource consumption of the best candidate.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineScheduler.h 470 /// Compute the cyclic critical path through the DAG.
563 // Critical path through the DAG in expected latency.
625 // The expected latency of the critical path in this scheduled zone.
647 // Cache the critical resources ID in this scheduled zone.
692 /// instructions. This is the larger of the critical path within the zone
797 /// Status of an instruction's critical resource consumption.
799 // Count critical resources in the scheduled region required by SU.
802 // Count critical resources from another region consumed by SU.
833 // Critical resource consumption of the best candidate.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineScheduler.h 470 /// Compute the cyclic critical path through the DAG.
563 // Critical path through the DAG in expected latency.
625 // The expected latency of the critical path in this scheduled zone.
647 // Cache the critical resources ID in this scheduled zone.
692 /// instructions. This is the larger of the critical path within the zone
797 /// Status of an instruction's critical resource consumption.
799 // Count critical resources in the scheduled region required by SU.
802 // Count critical resources from another region consumed by SU.
833 // Critical resource consumption of the best candidate.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineScheduler.h 491 /// Compute the cyclic critical path through the DAG.
584 // Critical path through the DAG in expected latency.
646 // The expected latency of the critical path in this scheduled zone.
668 // Cache the critical resources ID in this scheduled zone.
713 /// instructions. This is the larger of the critical path within the zone
816 /// Status of an instruction's critical resource consumption.
818 // Count critical resources in the scheduled region required by SU.
821 // Count critical resources from another region consumed by SU.
852 // Critical resource consumption of the best candidate.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineScheduler.h 491 /// Compute the cyclic critical path through the DAG.
584 // Critical path through the DAG in expected latency.
646 // The expected latency of the critical path in this scheduled zone.
668 // Cache the critical resources ID in this scheduled zone.
713 /// instructions. This is the larger of the critical path within the zone
816 /// Status of an instruction's critical resource consumption.
818 // Count critical resources in the scheduled region required by SU.
821 // Count critical resources from another region consumed by SU.
852 // Critical resource consumption of the best candidate.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineScheduler.h 491 /// Compute the cyclic critical path through the DAG.
584 // Critical path through the DAG in expected latency.
646 // The expected latency of the critical path in this scheduled zone.
668 // Cache the critical resources ID in this scheduled zone.
713 /// instructions. This is the larger of the critical path within the zone
816 /// Status of an instruction's critical resource consumption.
818 // Count critical resources in the scheduled region required by SU.
821 // Count critical resources from another region consumed by SU.
852 // Critical resource consumption of the best candidate.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineScheduler.h 491 /// Compute the cyclic critical path through the DAG.
584 // Critical path through the DAG in expected latency.
646 // The expected latency of the critical path in this scheduled zone.
668 // Cache the critical resources ID in this scheduled zone.
713 /// instructions. This is the larger of the critical path within the zone
816 /// Status of an instruction's critical resource consumption.
818 // Count critical resources in the scheduled region required by SU.
821 // Count critical resources from another region consumed by SU.
852 // Critical resource consumption of the best candidate.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineScheduler.h 465 /// Compute the cyclic critical path through the DAG.
558 // Critical path through the DAG in expected latency.
620 // The expected latency of the critical path in this scheduled zone.
642 // Cache the critical resources ID in this scheduled zone.
687 /// instructions. This is the larger of the critical path within the zone
792 /// Status of an instruction's critical resource consumption.
794 // Count critical resources in the scheduled region required by SU.
797 // Count critical resources from another region consumed by SU.
828 // Critical resource consumption of the best candidate.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineScheduler.h 470 /// Compute the cyclic critical path through the DAG.
563 // Critical path through the DAG in expected latency.
625 // The expected latency of the critical path in this scheduled zone.
647 // Cache the critical resources ID in this scheduled zone.
692 /// instructions. This is the larger of the critical path within the zone
797 /// Status of an instruction's critical resource consumption.
799 // Count critical resources in the scheduled region required by SU.
802 // Count critical resources from another region consumed by SU.
833 // Critical resource consumption of the best candidate.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineScheduler.h 470 /// Compute the cyclic critical path through the DAG.
563 // Critical path through the DAG in expected latency.
625 // The expected latency of the critical path in this scheduled zone.
647 // Cache the critical resources ID in this scheduled zone.
692 /// instructions. This is the larger of the critical path within the zone
797 /// Status of an instruction's critical resource consumption.
799 // Count critical resources in the scheduled region required by SU.
802 // Count critical resources from another region consumed by SU.
833 // Critical resource consumption of the best candidate.
    [all...]

Completed in 1421 milliseconds

<<11121314151617181920>>