/external/e2fsprogs/e2fsck/ |
revoke.c | 362 * We trust the BH_Revoked bit on the buffer if the buffer is already 370 * do not trust the Revoked bit on buffers unless RevokeValid is also 385 /* Is the existing Revoke bit valid? If so, we trust it, and 387 * not, we can't trust the revoke bit, and we need to do the
|
/external/e2fsprogs/misc/ |
ismounted.c | 137 * can't trust /etc/mtab, and /proc/mounts will only list
|
/external/kernel-headers/original/asm-arm/ |
elf.h | 105 enough not to care, don't trust the `ibcs' flag here. In any case
|
/external/llvm/utils/ |
codegen-diff | 117 disassemble to the same thing. This puts a lot of trust in the
|
/external/netcat/ |
Makefile.dist | 15 # -Bstatic for sunos, -static for gcc, etc. You want this, trust me.
|
/frameworks/base/core/java/android/view/ |
OrientationEventListener.java | 125 // Don't trust the angle if the magnitude is small compared to the y value
|
/libcore/luni/src/main/java/java/security/cert/ |
CertPathBuilder.java | 29 * <i>Certification Path</i>s from a specified certificate to a trust anchor.
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLContextSpi.java | 43 * the trust decision sources or {@code null}.
|
SSLContext.java | 211 * the trust decision sources or {@code null}.
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
stdbool.in.h | 108 /* With this compiler, trust the _Bool type if the compiler has it. */
|
/packages/apps/Email/tests/src/com/android/emailcommon/provider/ |
HostAuthTests.java | 164 // Note that we can still trust all server certificates, even if we present a client
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
security.h | 42 /* trust levels */
|
/system/core/run-as/ |
run-as.c | 52 * - Do not trust user input and/or the filesystem whenever possible.
|
/external/wpa_supplicant_8/src/tls/ |
x509v3.c | 1841 struct x509_certificate *cert, *trust; local [all...] |
/external/openssl/crypto/x509/ |
x509_lu.c | 699 int X509_STORE_set_trust(X509_STORE *ctx, int trust) 701 return X509_VERIFY_PARAM_set_trust(ctx->param, trust);
|
/packages/apps/Phone/src/com/android/phone/ |
BluetoothAtPhonebook.java | 490 boolean trust = remoteDevice.getTrustState(); 492 if (trust) {
|
/build/tools/zipalign/ |
ZipAlign.cpp | 257 /* trust, but verify */
|
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
MultiRecordExampleAgent.java | 169 // In this implementation, we trust that we won't see any record keys
|
/external/chromium/base/ |
command_line.h | 57 // don't trust the CRT's parsing of the command line, but it still must be
|
/external/chromium/net/proxy/ |
proxy_script_fetcher_impl.cc | 59 // Otherwise trust the charset that was provided.
|
/external/freetype/src/sfnt/ |
ttmtx.c | 157 /* never trust derived values */
|
/external/ipsec-tools/src/racoon/doc/ |
README.privsep | 21 trust anyone with the credentials to use it.
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
Config.java | 112 * Checks if we trust the given source not to be spammy.
|
/external/openssl/crypto/x509v3/ |
pcy_tree.c | 179 /* Can't do anything with just a trust anchor */ 183 * trust anchor. Note any bad cache results on the way. Also can 812 * if it's just looking at a trust anchor.
|
x509v3.h | 460 int trust; /* Default trust ID */ member in struct:x509_purpose_st 687 int X509_PURPOSE_add(int id, int trust, int flags,
|