/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/ |
X509ExtensionsGenerator.java | 34 * @param critical true if critical, false otherwise. 39 boolean critical, 44 this.addExtension(oid, critical, value.getDERObject().getEncoded(ASN1Encodable.DER)); 57 * @param critical true if critical, false otherwise. 62 boolean critical, 71 extensions.put(oid, new X509Extension(critical, new DEROctetString(value)));
|
X509Extension.java | 171 boolean critical; field in class:X509Extension 175 DERBoolean critical, 178 this.critical = critical.isTrue(); 183 boolean critical, 186 this.critical = critical; 192 return critical;
|
/external/webrtc/src/system_wrappers/interface/ |
critical_section_wrapper.h | 14 // If the critical section is heavily contended it may be beneficial to use 28 // Tries to grab lock, beginning of a critical section. Will wait for the 32 // Returns a grabbed lock, end of critical section. 36 // RAII extension of the critical section. Prevents Enter/Leave mismatches and 37 // provides more compact critical section syntax.
|
/external/markdown/markdown/ |
etree_loader.py | 2 from markdown import message, CRITICAL 21 message(CRITICAL, "Failed to import ElementTree") 24 message(CRITICAL, "For cElementTree version 1.0 or higher is required.") 29 message(CRITICAL, "For ElementTree version 1.1 or higher is required")
|
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",
|
/libcore/luni/src/main/java/java/security/cert/ |
X509Extension.java | 28 * Returns the set of OIDs of the extension(s) marked as CRITICAL, that this 32 * are marked as CRITICAL, or {@code null} if no extensions are 49 * Returns the set of OIDs of the extension(s) marked as NON-CRITICAL, that 53 * none are marked as NON-.CRITICAL, or {@code null} if no 59 * Returns whether this instance has an extension marked as CRITICAL that it 62 * @return {@code true} if an unsupported CRITICAL extension is present,
|
/bootable/diskinstaller/ |
init.rc | 24 critical
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
PKIXPolicyNode.java | 19 protected boolean critical; field in class:PKIXPolicyNode 42 critical = _critical; 89 return critical; 99 critical = _critical; 156 critical);
|
/external/kernel-headers/original/linux/ |
rcupdate.h | 138 * rcu_read_lock - mark the beginning of an RCU read-side critical section. 141 * are within RCU read-side critical sections, then the 143 * CPUs exit their critical sections. Similarly, if call_rcu() is invoked 144 * on one CPU while other CPUs are within RCU read-side critical 146 * until after the all the other CPUs exit their critical sections. 149 * with RCU read-side critical sections. One way that this can happen 151 * read-side critical section, (2) CPU 1 invokes call_rcu() to register 152 * an RCU callback, (3) CPU 0 exits the RCU read-side critical section, 153 * (4) CPU 2 enters a RCU read-side critical section, (5) the RCU 154 * callback is invoked. This is legal, because the RCU read-side critical [all...] |
cache.h | 46 * The maximum alignment needed for some critical structures
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
Extension.java | 47 * critical BOOLEAN DEFAULT FALSE, 53 // critical constants 54 public static final boolean CRITICAL = true; 91 // the value of critical field of the structure 92 private final boolean critical; field in class:Extension 104 public Extension(String extnID, boolean critical, 108 this.critical = critical; 114 public Extension(String extnID, boolean critical, byte[] extnValue) { 117 this.critical = critical [all...] |
Extensions.java | 52 // Supported critical extensions oids: 59 private Set<String> critical; field in class:Extensions 61 // the flag showing is there any unsupported critical extension 84 * Returns the list of critical extensions. 87 if (critical == null) { 90 return critical; 94 * Returns the list of critical extensions. 104 if (critical == null) { 111 // Makes the separated lists with oids of critical 112 // and non-critical extension [all...] |
/external/chromium/chrome/browser/chromeos/ |
low_battery_observer.cc | 30 const int critical = 5; // Notification will be forced visible if hidden local 31 // by user when time remaining <= critical. 43 // goes critical. We only want to do this once even if the time remaining 46 (notification_.urgent() || remaining_minutes <= critical);
|
/external/chromium/chrome/browser/ |
jankometer.h | 17 // critical threads. It should be called on the UI thread.
|
/external/iproute2/etc/iproute2/ |
rt_dsfield | 12 0xa0 critical
|
/external/bouncycastle/src/main/java/org/bouncycastle/x509/ |
X509V3CertificateGenerator.java | 228 boolean critical, 231 this.addExtension(new DERObjectIdentifier(oid), critical, value); 239 boolean critical, 242 extGenerator.addExtension(oid, critical, value); 252 boolean critical, 255 this.addExtension(new DERObjectIdentifier(oid), critical, value); 263 boolean critical, 266 extGenerator.addExtension(oid, critical, value); 276 boolean critical, 291 this.addExtension(oid, critical, value) 310 this.copyAndAddExtension(oid.getId(), critical, cert); local [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
update_screen.h | 55 // Returns true if there is critical system update that requires installation 59 // Set flag to treat all updates as critical (for test purpose mainly). 92 // Is all updates critical? If true, update deadlines are ignored.
|
/hardware/ti/omap3/dspbridge/inc/ |
sync.h | 42 *! 04-Nov-1999 kc: Added critical section functions and objects to SYNC. 45 *! 20-Oct-1997 gp: Removed unused SYNC_ critical section and must complete fxns 112 * Delete a critical section. 114 * hCSObj: critical section handle. 126 * Enter the critical section. 128 * hCSObj: critical section handle. 167 * Initialize the critical section. 169 * hCSObj: critical section handle. 181 * Initialize the critical section between process context and DPC. 183 * hCSObj: critical section handle [all...] |
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
sync.h | 42 *! 04-Nov-1999 kc: Added critical section functions and objects to SYNC. 45 *! 20-Oct-1997 gp: Removed unused SYNC_ critical section and must complete fxns 112 * Delete a critical section. 114 * hCSObj: critical section handle. 126 * Enter the critical section. 128 * hCSObj: critical section handle. 167 * Initialize the critical section. 169 * hCSObj: critical section handle. 181 * Initialize the critical section between process context and DPC. 183 * hCSObj: critical section handle [all...] |
/external/clang/test/Analysis/ |
OSAtomic_mac.cpp | 6 // NOTE: It is critical that the function called is OSAtomicCompareAndSwapIntBarrier.
|
/external/valgrind/main/VEX/ |
TODO.txt | 5 Critical (correctness)
|
/external/chromium/base/memory/ |
ref_counted.cc | 30 // Current thread books the critical section "AddRelease" without release it. 40 // Current thread books the critical section "AddRelease" without release it.
|
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_tiled_private.h | 27 #define CRITICAL(...) EINA_LOG_DOM_CRIT(_ewk_tiled_log_dom, __VA_ARGS__) 32 #define OOM(op, size) CRITICAL("could not %s %zd bytes: %s", op, size, strerror(errno))
|
/external/chromium/base/threading/ |
thread_collision_warner.h | 67 // critical section the first time a thread enters push or pop, from 85 // In this case 3 Critical sections have to be defined 158 // it doesn't leave the critical section, as opposed to ScopedCheck, 159 // because the critical section being pinned is allowed to be used only 227 // This stores the thread id that is inside the critical section, if the 231 // Counter to trace how many time a critical section was "pinned"
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
message_queue.c | 79 /* Lock the mutex to protect the critical section */ 95 /* Unlock the mutex to release the critical section */ 114 /* Lock the mutex to protect the critical section */ 130 /* Unlock the mutex to release the critical section */ 151 /* Lock the mutex to protect the critical section */ 167 /* Unlock the mutex to release the critical section */
|