HomeSort by relevance Sort by last modified time
    Searched full:chain (Results 351 - 375 of 875) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_x509v3_nist2.sh 49 REASON=`grep "Certificate chain validation failed: " $TMPOUT.$NUM`
  /frameworks/base/docs/html/guide/topics/ui/notifiers/
toasts.jd 62 <p>You can also chain your methods and avoid holding on to the Toast object, like this:</p>
  /frameworks/base/docs/html/guide/tutorials/views/
hello-tabwidget.jd 89 {@link android.widget.TabHost.TabSpec} that we build on the fly, and with it, chain together two necessary methods:
  /frameworks/base/docs/html/resources/articles/
avoiding-memory-leaks.jd 82 enough, there are cases where you can create a chain of leaked contexts,
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_sdmmc.c 973 * A packet may consist of a single packet, or a packet chain. If it is a packet chain,
974 * then all the packets in the chain must be properly aligned. If the packet data is not
1023 /* In this case, we cannot have a chain. */
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
unwind.h 142 is called for every stack frame in the call chain, but no cleanup
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
unwind.h 142 is called for every stack frame in the call chain, but no cleanup
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_radio.h 167 uint8 TxGain; //Total TX chain gain according to the current setting
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
URLClassLoaderTest.java 377 Certificate[] chain = TestCertUtils.getCertChain(); local
378 CodeSource cs = new CodeSource(url, chain);
385 CodeSource cs1 = new CodeSource(url1, chain);
  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 70 * real chain of certificates, it's just an array of 3 certs. The method
77 Certificate[] chain = { new TestCertificate(), new TestCertificate(), local
79 return chain;
  /dalvik/vm/compiler/
Compiler.c 379 pJitTable[i].u.info.chain = gDvmJit.jitTableSize;
381 /* Is chain field wide enough for termination pattern? */
382 assert(pJitTable[0].u.info.chain == gDvmJit.jitTableSize);
  /external/openssl/ssl/
s3_both.c 333 /* TLSv1 sends a chain with nothing in it, instead of an alert */
357 for (i=0; i < sk_X509_num(xs_ctx.chain); i++)
359 x = sk_X509_value(xs_ctx.chain, i);
  /external/qemu/slirp/
ip_input.c 263 * reassemble it into whole datagram. If a chain for
265 * is given as fp; otherwise have to make a chain.
438 * Put an ip fragment on a reassembly chain.
  /external/qemu/slirp-android/
ip_input.c 263 * reassemble it into whole datagram. If a chain for
265 * is given as fp; otherwise have to make a chain.
438 * Put an ip fragment on a reassembly chain.
  /external/quake/quake/src/QW/progs/
doors.qc 17 Door.enemy chains from the master door through all doors linked in the chain.
353 self.enemy = starte; // make the chain a loop
419 3) stone chain
  /external/svox/pico/lib/
picoctrl.c 62 * (TTS processing chain).
284 * inserts a new PU in the TTS processing chain
287 * @param last : if true, inserted PU is the last in the TTS processing chain
  /external/v8/src/arm/
macro-assembler-arm.h 159 // Push a new try handler and link into try handler chain.
164 // Unlink the stack handler on top of the stack from the try handler chain.
172 // prototype chain of object hasn't changed since the code was
  /external/v8/src/
frames.cc 41 // particular frame. Needs to know the top of the handler chain.
116 // chain must have been completely unwound.
678 // handler in the handler chain. Update the base to skip the
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_client_write.c 182 * to form a full certificate chain. The server may fail to
183 * validate the chain unless it is configured with all the
186 wpa_printf(MSG_DEBUG, "TLSv1: Full client certificate chain "
tlsv1_server_write.c 217 * to form a full certificate chain. The client may fail to
218 * validate the chain unless it is configured with all the
221 wpa_printf(MSG_DEBUG, "TLSv1: Full server certificate chain "
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-flow-inline.h 291 /* Delink an immediate_uses node from its chain. */
305 /* Link ssa_imm_use node LINKNODE into the chain for LIST. */
317 /* Link ssa_imm_use node LINKNODE into the chain for DEF. */
345 /* Link ssa_imm_use node LINKNODE into the chain for DEF, with use occurring
374 /* Relink ssa_imm_use node LINKNODE into the chain for OLD, with use occurring
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 133 /* good lazy nice chain */
138 /* good lazy nice chain */
175 * of the hash chain (the most recent string with same hash key). Return
176 * the previous length of the hash chain.
    [all...]
  /external/zlib/
deflate.c 133 /* good lazy nice chain */
138 /* good lazy nice chain */
175 * of the hash chain (the most recent string with same hash key). Return
176 * the previous length of the hash chain.
    [all...]
  /external/guava/javadoc/com/google/common/base/
Throwables.html 132 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets a <code>Throwable</code> cause chain as a list.</TD>
410 chain provides context from when the error or exception was initially
428 <DD>Gets a <code>Throwable</code> cause chain as a list. The first entry in the
430 that this is a snapshot of the cause chain and will not reflect
431 any subsequent changes to the cause chain.
434 of exceptions in the cause chain:
442 <DT><B>Returns:</B><DD>an unmodifiable list containing the cause chain starting with
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 1199 var Chain = new Class({
1201 $chain: [],
1203 chain: function(){
1204 this.$chain.extend(Array.flatten(arguments));
1209 return (this.$chain.length) ? this.$chain.shift().apply(this, arguments) : false;
1213 this.$chain.empty();
    [all...]

Completed in 120 milliseconds

<<11121314151617181920>>