/external/openssh/ |
auth-options.c | 552 error("Certificate critical option \"%s\" " 589 * Set options from critical certificate options. These supersede user key 605 if (parse_option_list(buffer_ptr(&k->cert->critical), 606 buffer_len(&k->cert->critical), pw, 618 if (parse_option_list(buffer_ptr(&k->cert->critical), 619 buffer_len(&k->cert->critical), pw,
|
/external/openssl/crypto/asn1/ |
x_crl.c | 123 * Check for unhandled critical CRL entry extensions. 181 /* Check for critical CRL entry extensions */ 188 if (ext->critical > 0) 252 /* See if we have any unhandled critical CRL extensions and 254 * anything else critical sets the flag. 269 if (ext->critical > 0)
|
/bionic/libc/arch-arm/bionic/ |
strcmp.S | 173 /* Critical inner Loop: Block with 3 bytes initial overlap */ 220 /* Critical inner Loop: Block with 2 bytes initial overlap */ 266 /* Critical inner Loop: Block with 1 byte initial overlap */
|
/external/chromium/base/synchronization/ |
condition_variable.h | 44 // critical at that point. 92 // Wait() releases the caller's critical section atomically as it starts to 159 // Private critical section for access to member data.
|
/libcore/luni/src/main/java/java/io/ |
Writer.java | 45 * synchronize critical sections. 53 * critical sections. 56 * the {@code Object} used to synchronize critical sections.
|
/external/jmonkeyengine/engine/src/android/com/jme3/asset/plugins/ |
AndroidLocator.java | 83 // call, otherwise there's a more critical error...
|
/external/kernel-headers/original/linux/ |
smp.h | 107 * if it's used in a preemption-off critical section, or in
|
serio.h | 35 spinlock_t lock; /* protects critical sections from port's interrupt handler */ 137 * Use the following functions to protect critical sections in
|
/external/llvm/include/llvm/Transforms/Utils/ |
UnifyFunctionExitNodes.h | 34 // We can preserve non-critical-edgeness when we unify function exit nodes
|
/external/llvm/lib/Transforms/Instrumentation/ |
OptimalEdgeProfiling.cpp | 97 // instrument blocks that are added as the result of breaking critical 168 // the outgoing edge is not critical don't split it, just insert the 187 // If the edge is critical, split it. 193 // Okay, we are guaranteed that the edge is no longer critical. If
|
/external/llvm/test/CodeGen/Mips/ |
2011-05-26-BranchKillsVreg.ll | 4 ; PHI elimination splits the critical edge from %while.end415 to %if.end427.
|
/external/mesa3d/docs/ |
relnotes-7.8.1.html | 14 Mesa 7.8.1 fixes a couple critical bugs in the recent Mesa 7.8 release. Even
|
/external/oprofile/libutil++/ |
cverb.h | 45 * In critical code path cverb can be used in the more efficient way:
|
/external/webkit/Source/WebCore/platform/mac/ |
FileSystemMac.mm | 84 // It is critical to pass FALSE for excludeByPath because excluding by path requires root privileges.
|
/frameworks/base/telephony/java/com/android/internal/telephony/uicc/ |
UiccController.java | 71 Log.e(LOG_TAG, "Unhandled phone type. Critical error!");
|
/frameworks/base/tools/preload/ |
Policy.java | 39 * preloader because their launch time is less critical.
|
/hardware/ti/omap3/dspbridge/inc/ |
dbg_zones.h | 86 TEXT("CRITICAL ERRORS"), /* 7 */ \
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbg_zones.h | 86 TEXT("CRITICAL ERRORS"), /* 7 */ \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
compatibility.h | 118 #pragma omp critical 168 #pragma omp critical 254 #pragma omp critical 306 #pragma omp critical
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
crypt.h | 53 /* end-of-aligment-critical-data */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
crypt.h | 53 /* end-of-aligment-critical-data */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
crypt.h | 53 /* end-of-aligment-critical-data */
|
/external/llvm/lib/CodeGen/ |
CriticalAntiDepBreaker.cpp | 12 // critical path during post-RA scheduler. 159 /// critical path. 450 // Find the node at the bottom of the critical path. 461 DEBUG(dbgs() << "Critical path has total latency " 472 // Track progress along the critical path through the SUnit graph as we walk 512 // original critical path. 515 // fix that remaining critical edge too. This is a little more involved, 520 // Attempt to break anti-dependence edges on the critical path. Walk the 531 // Check if this instruction has a dependence on the critical path that 535 // We limit our attention to the critical path as a heuristic to avoi [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/x509/ |
X509V2AttributeCertificate.java | 232 boolean critical) 246 if (ext.isCritical() == critical)
|
/external/e2fsprogs/misc/ |
e2image.8.in | 7 e2image \- Save critical ext2/ext3/ext4 filesystem metadata to a file 18 program will save critical ext2, ext3, or ext4 filesystem metadata located on
|