/external/neven/Embedded/common/src/b_APIEm/ |
Functions.h | 66 * This function is used by verifier module
|
/external/ppp/pppd/ |
chap-new.c | 316 int (*verifier)(char *, char *, int, struct chap_digest_type *, 350 verifier = chap_verify_hook; 352 verifier = chap_verify_response; 353 ok = (*verifier)(name, ss->name, id, ss->digest,
|
/external/tcpdump/ |
rpc_msg.h | 111 /* followed by opaque verifier */
|
/dalvik/vm/oo/ |
Resolve.c | 24 * (NOTE: the verifier has its own resolve functions, which can be invoked 52 * on the verifier to do the checks for us. 58 * use class constants not resolved by the bytecode verifier. 100 * from the same DEX or from a bootstrap class. The pre-verifier 104 * The verifier does *not* fail a class for using a const-class 414 * Class must be initialized by now (unless verifier is buggy). We
|
/cts/tools/dx-tests/etc/ |
starttests | 287 echo -n "<tr class=\"nok\"><td>Verifier failure</td><td>$jtitle</td><td>$jcomment</td><td>$vmres</td></tr>" >> $report 317 echo "<br>Verifier failures: ${jvfefailedcnt}" >> $report 335 echo "Verifier failures : ${jvfefailedcnt}"
|
/dalvik/docs/ |
embedded-vm-control.html | 14 <li><a href="#verifier">Bytecode Verification and Optimization</a> 114 <h2><a name="verifier">Bytecode Verification and Optimization</a></h2> 150 later turn the verifier on, application loading will be noticeably
|
java-constraints.html | 24 <a href="verifier.html">verifier.html</a>. The following table briefly
|
/hardware/msm7k/librpc/rpc/ |
types.h | 238 AUTH_BADVERF=3, /* bogus verifier (seal broken) */ 239 AUTH_REJECTEDVERF=4, /* verifier expired or was replayed */ 244 AUTH_INVALIDRESP=6, /* bogus response verifier */
|
/cts/tools/vm-tests/etc/ |
starttests | 286 echo "<br>Verifier failures: ${jvfefailedcnt}" >> $report 304 echo "Verifier failures : ${jvfefailedcnt}"
|
/frameworks/base/docs/html/resources/articles/ |
backward-compatibility.jd | 226 verifier decides that it doesn't want to accept a class that has references to a 228 whether the exception comes from the verifier or from the call to
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
MailTransport.java | 243 // in the verifier code and is not available in the verifier API, and extracting the
|
/bootable/recovery/ |
verifier.c | 18 #include "verifier.h"
|
/dalvik/libcore/archive/src/main/java/java/util/jar/ |
JarEntry.java | 105 JarVerifier jarVerifier = parentJar.verifier;
|
/dalvik/libcore/archive/src/main/java/org/apache/harmony/archive/internal/nls/ |
messages.properties | 70 archive.34=A jar verifier does not support more than one entry with the same name
|
/dalvik/libdex/ |
InstrUtils.h | 93 * Instruction flags, used by the verifier to determine where control
|
InstrUtils.c | 614 /* verifier/optimizer-generated instructions */ 1059 /* nothing to do; copy the AA bits out for the verifier */ [all...] |
OpCode.h | 49 * Verifier / optimizer: 52 * - verify by running with verifier enabled (it's on by default) [all...] |
/dalvik/tests/075-verification-error/src/ |
Main.java | 22 * Test some problematic situations that the verifier detects.
|
/dalvik/vm/analysis/ |
DexVerify.c | 18 * Dalvik classfile verification. This file contains the verifier entry 119 * have been factored in. If you want to call into the verifier even 139 LOG_VFY("Verifier rejected class %s\n", clazz->descriptor); 145 LOG_VFY("Verifier rejected class %s\n", clazz->descriptor);
|
/development/pdk/docs/source/ |
roles.jd | 36 <h2>Verifier</h2>
|
/development/tools/mkstubs/ |
README.txt | 68 an error from the byte code verifier or the class loader.
|
/external/kernel-headers/original/linux/sunrpc/ |
svcauth.h | 60 * It should inspect the authenticator and verifier, and possibly the data.
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 286 "Hostname verification should not be done by this verifier", 339 "Hostname verification should not be done by this verifier", 419 * Tests if setHostnameVerifier() method replaces default verifier. 423 notes = "Verifies if setHostnameVerifier() method replaces default verifier.", 449 // replace default verifier 456 "Hostname verification should not be done by this verifier", [all...] |
/dalvik/vm/interp/ |
Interp.c | 259 * breakpoint yet, since that will screw up the verifier. The 479 * We don't want to modify the bytecode of a method before the verifier 781 /* should have been caught by verifier */ 836 /* should have been caught by verifier */ 1015 * The verifier does not guarantee that objects stored into [all...] |
/cts/tools/dx-tests/src/util/ |
CollectAllTests.java | 257 comment = "Verifier #" + method.substring(7); 267 opcConstr = "verifier"; // + opcConstr.substring(1);
|