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

<<11121314151617181920>>

  /external/llvm/lib/CodeGen/
PHIElimination.cpp 41 cl::Hidden, cl::desc("Disable critical edge splitting "
45 SplitAllCriticalEdges("phi-elim-split-all-critical-edges", cl::init(false),
46 cl::Hidden, cl::desc("Split all critical edges during "
84 /// Split critical edges where necessary for good coalescer performance.
109 STATISTIC(NumCriticalEdgesSplit, "Number of critical edges split");
142 // Split critical edges to help the coalescer. This does not yet support
252 // Can we reuse an earlier PHI node? This only happens for critical edges,
562 // Is there a critical edge from PreMBB to MBB?
584 DEBUG(dbgs() << PrintReg(Reg) << " live-out before critical edge BB#"
615 DEBUG(dbgs() << "Failed to split critical edge.\n")
    [all...]
  /external/clang/test/OpenMP/
nesting_of_regions.cpp 41 #pragma omp critical
214 #pragma omp critical // expected-error {{OpenMP constructs may not be nested inside a simd region}}
407 #pragma omp critical
611 #pragma omp critical // expected-error {{OpenMP constructs may not be nested inside a simd region}}
828 #pragma omp critical(A) // OK
835 #pragma omp critical // OK
840 #pragma omp critical(A) // expected-error {{statement in 'omp sections' directive must be enclosed into a section region}}
1028 #pragma omp critical
1267 #pragma omp critical
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
__init__.py 28 __all__ = ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR',
32 'captureWarnings', 'critical', 'debug', 'disable', 'error',
128 CRITICAL = 50
129 FATAL = CRITICAL
138 CRITICAL : 'CRITICAL',
144 'CRITICAL' : CRITICAL,
157 If the level is one of the predefined levels (CRITICAL, ERROR, WARNING,
364 WARNING, ERROR, CRITICAL)
1166 def critical(self, msg, *args, **kwargs): member in class:Logger
1439 def critical(self, msg, *args, **kwargs): member in class:LoggerAdapter
1551 def critical(msg, *args, **kwargs): function
    [all...]
  /external/boringssl/src/crypto/x509/
x_crl.c 148 * for unhandled critical CRL entry extensions.
198 /* Check for critical CRL entry extensions */
204 if (ext->critical > 0) {
267 * See if we have any unhandled critical CRL extensions and indicate
269 * critical sets the flag. This code accesses the X509_CRL structure
281 if (ext->critical > 0) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
X509CRLObject.java 55 * Delta CRL Indicator (critical)
56 * Issuing Distribution Point (critical)
116 * as critical as we currently dont handle any extensions!
133 private Set getExtensionOIDs(boolean critical)
149 if (critical == ext.isCritical())
484 buf.append(" critical(").append(
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
X509CRLObject.java 54 * Delta CRL Indicator (critical)
55 * Issuing Distribution Point (critical)
113 * as critical as we currently dont handle any extensions!
130 private Set getExtensionOIDs(boolean critical)
146 if (critical == ext.isCritical())
481 buf.append(" critical(").append(
  /external/python/cpython2/Doc/tools/
susp-ignored.csv 164 tutorial/stdlib2,,:Critical,CRITICAL:root:Critical error -- shutting down
166 tutorial/stdlib2,,:root,CRITICAL:root:Critical error -- shutting down
180 whatsnew/2.3,,:Critical,
  /external/python/cpython2/Lib/logging/
__init__.py 28 __all__ = ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR',
32 'captureWarnings', 'critical', 'debug', 'disable', 'error',
123 CRITICAL = 50
124 FATAL = CRITICAL
133 CRITICAL : 'CRITICAL',
139 'CRITICAL' : CRITICAL,
152 If the level is one of the predefined levels (CRITICAL, ERROR, WARNING,
365 WARNING, ERROR, CRITICAL)
1202 def critical(self, msg, *args, **kwargs): member in class:Logger
1475 def critical(self, msg, *args, **kwargs): member in class:LoggerAdapter
1587 def critical(msg, *args, **kwargs): function
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
X509CRLEntryImpl.java 59 * critical BOOLEAN DEFAULT FALSE,
332 * Return true if a critical extension is found that is
342 * Gets a Set of the extension(s) marked CRITICAL in this
347 * Object that are marked critical.
363 * Gets a Set of the extension(s) marked NON-CRITICAL in this
368 * Object that are marked critical.
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
__init__.py 28 __all__ = ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR',
32 'captureWarnings', 'critical', 'debug', 'disable', 'error',
128 CRITICAL = 50
129 FATAL = CRITICAL
138 CRITICAL : 'CRITICAL',
144 'CRITICAL' : CRITICAL,
157 If the level is one of the predefined levels (CRITICAL, ERROR, WARNING,
364 WARNING, ERROR, CRITICAL)
1184 def critical(self, msg, *args, **kwargs): member in class:Logger
1457 def critical(self, msg, *args, **kwargs): member in class:LoggerAdapter
1569 def critical(msg, *args, **kwargs): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
__init__.py 28 __all__ = ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR',
32 'captureWarnings', 'critical', 'debug', 'disable', 'error',
128 CRITICAL = 50
129 FATAL = CRITICAL
138 CRITICAL : 'CRITICAL',
144 'CRITICAL' : CRITICAL,
157 If the level is one of the predefined levels (CRITICAL, ERROR, WARNING,
364 WARNING, ERROR, CRITICAL)
1184 def critical(self, msg, *args, **kwargs): member in class:Logger
1457 def critical(self, msg, *args, **kwargs): member in class:LoggerAdapter
1569 def critical(msg, *args, **kwargs): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 28 __all__ = ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR',
32 'captureWarnings', 'critical', 'debug', 'disable', 'error',
128 CRITICAL = 50
129 FATAL = CRITICAL
138 CRITICAL : 'CRITICAL',
144 'CRITICAL' : CRITICAL,
157 If the level is one of the predefined levels (CRITICAL, ERROR, WARNING,
364 WARNING, ERROR, CRITICAL)
1184 def critical(self, msg, *args, **kwargs): member in class:Logger
1457 def critical(self, msg, *args, **kwargs): member in class:LoggerAdapter
1569 def critical(msg, *args, **kwargs): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 28 __all__ = ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR',
32 'captureWarnings', 'critical', 'debug', 'disable', 'error',
128 CRITICAL = 50
129 FATAL = CRITICAL
138 CRITICAL : 'CRITICAL',
144 'CRITICAL' : CRITICAL,
157 If the level is one of the predefined levels (CRITICAL, ERROR, WARNING,
364 WARNING, ERROR, CRITICAL)
1184 def critical(self, msg, *args, **kwargs): member in class:Logger
1457 def critical(self, msg, *args, **kwargs): member in class:LoggerAdapter
1569 def critical(msg, *args, **kwargs): function
    [all...]
  /bionic/libc/arch-arm/generic/bionic/
strcmp.S 172 /* Critical inner Loop: Block with 3 bytes initial overlap */
219 /* Critical inner Loop: Block with 2 bytes initial overlap */
265 /* Critical inner Loop: Block with 1 byte initial overlap */
  /external/autotest/client/bin/result_tools/
runner.py 120 'Non-critical failure: Failed to %s directory summary for '
172 'Non-critical failure: Failed to locate the latest directory '
189 'Non-critical failure: Failed to delete the latest '
  /external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
tpmtoken_import_openssl.cnf 227 # This is what PKIX recommends but some broken software chokes on critical
229 #basicConstraints = critical,CA:true
250 # basicConstraints= critical, DER:30:03:01:01:FF
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.cc 114 // - with Baker read barriers (in the case of a non-critical native
121 // the case of a critical native method in the Baker read barrier
129 // - with Baker read barriers (in the case of a non-critical native
136 // the case of a critical native method in the Baker read barrier
  /art/test/980-redefine-object/src-ex/
TestWatcher.java 33 // Need to do this manually since we need to notify critical failure but would deadlock if
  /bionic/libc/private/
bionic_lock.h 66 // TODO: As the critical section is brief, it is a better choice to spin a few times befor sleeping.
  /device/google/cuttlefish_common/common/commands/wifi_relay/
nl_client.cpp 61 // Make sure to execute this while in critical section to ensure we have time
  /device/google/wahoo/sepolicy/vendor/
seapp_contexts 13 # A fallback in case tango_core is missing something critical that untrusted_app provides
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/
fvp_topology.c 52 * This function implements a part of the critical interface between the psci
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
PoissonDistributionImpl.java 267 * {@link #inverseCumulativeProbability(double)} to find critical values.
269 * @param p the desired probability for the critical value
280 * {@link #inverseCumulativeProbability(double)} to find critical values.
282 * @param p the desired probability for the critical value
  /external/autotest/client/deps/glbench/src/
utils.cc 98 sprintf(command, "%s %s", TEMPERATURE_SCRIPT_PATH, "--critical");
101 // 85'C is the minimum observed critical temperature so far.
102 printf("Warning: guessing critical temperature as 85'C.\n");
105 // Simple sanity check for reasonable critical temperatures.
  /external/autotest/scheduler/
drone_logging_config.py 64 logging.ERROR, logging.CRITICAL):

Completed in 571 milliseconds

<<11121314151617181920>>