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

1 2 3 45 6 7 8 91011>>

  /external/clang/test/Analysis/
OSAtomic_mac.cpp 7 // NOTE: It is critical that the function called is OSAtomicCompareAndSwapIntBarrier.
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLX509CRLEntry.java 51 * should return null. So if we have no critical extensions, we'll check
52 * non-critical extensions.
76 * should return null. So if we have no non-critical extensions, we'll
77 * check critical extensions.
  /external/dng_sdk/source/
dng_fast_module.h 15 * Include file to set optimization to highest level for performance-critical routines.
  /external/jemalloc/
README 8 and therefore versatility remains critical. Ongoing development efforts trend
  /external/libmojo/base/android/java/src/org/chromium/base/metrics/
RecordUserAction.java 14 * JNI calls are relatively costly - avoid using in performance-critical code.
  /external/libmojo/third_party/jinja2/
README.chromium 7 Security Critical: no
  /external/libmojo/third_party/markupsafe/
README.chromium 7 Security Critical: no
  /external/llvm/test/CodeGen/X86/
catch.ll 4 ; We used to assert creating this label. The name itself is not critical. It
  /external/markdown/markdown/
commandline.py 12 from logging import DEBUG, INFO, WARN, ERROR, CRITICAL
40 'encoding': None }, CRITICAL
51 parser.add_option("-q", "--quiet", default = CRITICAL,
52 action="store_const", const=CRITICAL+10, dest="verbose",
  /external/pdfium/third_party/agg23/
README.pdfium 4 Security Critical: yes
  /external/pdfium/third_party/eu-strip/
README.pdfium 4 Security Critical: no
  /external/pdfium/third_party/freetype/
README.pdfium 5 Security Critical: yes
  /libcore/ojluni/src/main/java/java/security/cert/
Extension.java 43 * indicating whether it is a critical or a non-critical extension, and
50 * critical BOOLEAN DEFAULT FALSE,
78 * @return true if this is a critical extension.
  /libcore/ojluni/src/main/java/sun/security/x509/
DeltaCRLIndicatorExtension.java 95 * @param critical true if the extension is to be treated as critical.
100 public DeltaCRLIndicatorExtension(Boolean critical, Object value)
102 super(PKIXExtensions.DeltaCRLIndicator_Id, critical.booleanValue(),
FreshestCRLExtension.java 80 * @param critical true if the extension is to be treated as critical.
84 public FreshestCRLExtension(Boolean critical, Object value)
86 super(PKIXExtensions.FreshestCRL_Id, critical.booleanValue(), value,
AuthorityInfoAccessExtension.java 50 * and it must be marked as non-critical. Its ASN.1 definition is as follows:
97 this.critical = false;
105 * @param critical true if the extension is to be treated as critical.
109 public AuthorityInfoAccessExtension(Boolean critical, Object value)
112 this.critical = critical.booleanValue();
156 this.critical = false;
InhibitAnyPolicyExtension.java 50 * This extension MUST be critical.
117 critical = true;
124 * @param critical criticality flag to use. Must be true for this
130 public InhibitAnyPolicyExtension(Boolean critical, Object value)
135 if (!critical.booleanValue())
138 this.critical = critical.booleanValue();
176 critical = true;
  /packages/apps/CellBroadcastReceiver/res/values-mcc450-en-rAU/
strings.xml 19 <string name="cmas_presidential_level_alert" msgid="6968323372438785870">"Critical emergency alert"</string>
  /packages/apps/CellBroadcastReceiver/res/values-mcc450-en-rCA/
strings.xml 19 <string name="cmas_presidential_level_alert" msgid="6968323372438785870">"Critical emergency alert"</string>
  /packages/apps/CellBroadcastReceiver/res/values-mcc450-en-rGB/
strings.xml 19 <string name="cmas_presidential_level_alert" msgid="6968323372438785870">"Critical emergency alert"</string>
  /packages/apps/CellBroadcastReceiver/res/values-mcc450-en-rIN/
strings.xml 19 <string name="cmas_presidential_level_alert" msgid="6968323372438785870">"Critical emergency alert"</string>
  /packages/apps/CellBroadcastReceiver/res/values-mcc450-en-rXC/
strings.xml 19 <string name="cmas_presidential_level_alert" msgid="6968323372438785870">"????????????????????????????????????????????????????????????????????????????????????????????????Critical emergency alert??????"</string>
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_smoke_test.cpp 225 int numSections = numMatches("DUMPSYS CRITICAL");
236 int criticalSections = numMatches("DUMPSYS CRITICAL");
240 EXPECT_GE(normalSections, 50) << "Total sections less than 50 (Critical:" << criticalSections
249 // Test if some critical sections are being generated.
251 SectionExists("DUMPSYS CRITICAL - SurfaceFlinger", /* bytes= */ 10000);
255 SectionExists("DUMPSYS CRITICAL - activity", /* bytes= */ 5000);
260 SectionExists("DUMPSYS CRITICAL - cpuinfo", /* bytes= */ 1000);
264 SectionExists("DUMPSYS CRITICAL - window", /* bytes= */ 20000);
  /external/clang/test/OpenMP/
critical_codegen.cpp 29 #pragma omp critical
34 #pragma omp critical(the_name)
39 #pragma omp critical(the_name1) hint(23)
48 #pragma omp critical(the_name)
70 #pragma omp critical
81 #pragma omp critical
  /external/libchrome/base/threading/
thread_collision_warner.h 68 // critical section the first time a thread enters push or pop, from
86 // In this case 3 Critical sections have to be defined
159 // it doesn't leave the critical section, as opposed to ScopedCheck,
160 // because the critical section being pinned is allowed to be used only
228 // This stores the thread id that is inside the critical section, if the
232 // Counter to trace how many time a critical section was "pinned"

Completed in 681 milliseconds

1 2 3 45 6 7 8 91011>>