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

1 2 3 4 5 6 78 91011>>

  /external/v8/test/mjsunit/
override-read-only-property.js 30 // property is in the prototype chain.
  /external/v8/test/mjsunit/regress/
regress-1199637.js 32 // in the prototype chain.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.2.1.js 27 The scope chain is created and initialized to contain the global object and
10.2.3-1.js 27 The scope chain is initialized to contain the activation object followed
10.2.3-2.js 27 The scope chain is initialized to contain the activation object followed
  /external/webkit/JavaScriptCore/wtf/
HashTable.cpp 50 printf("longest collision chain: %d\n", maxCollisions);
  /external/webkit/WebCore/bindings/js/
JSJavaScriptCallFrameCustom.cpp 76 // we must always have something in the scope chain
JSWorkerContextBase.h 58 // Always ignores the execState and passed globalObject, WorkerContext is itself a globalObject and will always use its own prototype chain.
  /external/webkit/WebCore/bindings/v8/custom/
V8DataGridColumnListCustom.cpp 45 // Search the prototype chain first.
  /external/webkit/WebCore/css/
StyleSheet.h 45 // Note that href is the URL that started the redirect chain that led to
CSSImportRule.cpp 124 // Check for a cycle in our import chain. If we encounter a stylesheet
125 // in our parent chain with the same URL, then just bail.
  /external/webkit/WebCore/page/
FrameTree.cpp 120 Vector<Frame*, 16> chain; local
125 chain.append(frame);
132 for (int i = chain.size() - 1; i >= 0; --i) {
133 frame = chain[i];
  /external/wpa_supplicant/
tlsv1_client.c 435 struct x509_certificate *chain = NULL, *last = NULL, *cert; local
528 x509_certificate_chain_free(chain);
542 x509_certificate_chain_free(chain);
557 x509_certificate_chain_free(chain);
568 x509_certificate_chain_free(chain);
573 chain = cert;
582 if (x509_certificate_chain_validate(conn->trusted_certs, chain,
585 wpa_printf(MSG_DEBUG, "TLSv1: Server certificate chain "
611 x509_certificate_chain_free(chain);
615 x509_certificate_chain_free(chain);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 244 unsigned int num_locks; /* number of chain locks held */
411 /* a global lock allows us to avoid per chain locks */
506 /* a global lock allows us to avoid per chain locks */
640 /* can't combine global and chain locks */
743 /* lock/unlock one hash chain. This is meant to be used to reduce
750 /* lock/unlock one hash chain, non-blocking. This is meant to be used
758 /* mark a chain as locked without actually locking it. Warning! use with great caution! */
764 /* unmark a chain as locked without actually locking it. Warning! use with great caution! */
946 static void tdb_next_hash_chain(struct tdb_context *tdb, u32 *chain)
948 u32 h = *chain;
1411 u32 chain = (off-FREELIST_TOP) \/ sizeof(tdb_off_t); local
    [all...]
  /dalvik/libcore/archive/src/main/java/java/util/jar/
JarEntry.java 170 // Ok, this ends the previous chain,
175 }// else { it's still the same chain }
  /external/apache-http/src/org/apache/http/conn/routing/
BasicRouteDirector.java 159 return TUNNEL_PROXY; // need to extend the proxy chain
161 // proxy chain and target are the same, check tunnelling and layering
RouteTracker.java 67 /** The proxy chain, if any. */
165 * Tracks tunnelling to a proxy in a proxy chain.
166 * This will extend the tracked proxy chain, but it does not mark
184 // prepare an extended proxy chain
352 // chain length has been compared above, now check the proxies
  /external/fsck_msdos/
ext.h 132 * Try to reconnect a lost cluster chain
146 * Clear a cluster chain in a FAT
  /external/ipsec-tools/src/racoon/
policy.h 76 TAILQ_ENTRY(secpolicy) chain; member in struct:secpolicy
102 /* If NULL, it means the end of chain. */
handler.h 210 LIST_ENTRY(ph1handle) chain; member in struct:ph1handle
321 LIST_ENTRY(ph2handle) chain; member in struct:ph2handle
322 LIST_ENTRY(ph2handle) ph1bind; /* chain to ph1handle */
330 LIST_ENTRY(contacted) chain; member in struct:contacted
347 LIST_ENTRY(recvdpkt) chain; member in struct:recvdpkt
remoteconf.c 134 TAILQ_FOREACH(p, &rmtree, chain) {
371 TAILQ_INSERT_HEAD(&rmtree, new, chain);
378 TAILQ_REMOVE(&rmtree, rmconf, chain);
387 next = TAILQ_NEXT(p, chain);
487 RACOON_TAILQ_FOREACH_REVERSE(p, &rmtree, _rmtree, chain) {
  /external/iptables/include/
iptables.h 186 extern int delete_chain(const ipt_chainlabel chain, int verbose,
188 extern int flush_entries(const ipt_chainlabel chain, int verbose,
  /external/openssl/crypto/x509/
x509_txt.c 114 return("self signed certificate in certificate chain");
120 return("certificate chain too long");
  /frameworks/base/core/java/android/net/http/
CertificateValidatorCache.java 34 * Validator cache used to speed-up certificate chain validation. The idea is
36 * hash of the certificate chain successfully used to validate the domain. If
  /external/guava/javadoc/com/google/common/collect/class-use/
ComparisonChain.html 121 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compares two <code>boolean</code> values as specified by <A HREF="../../../../../com/google/common/primitives/Booleans.html#compare(boolean, boolean)"><CODE>Booleans.compare(boolean, boolean)</CODE></A>, <i>if</i> the result of this comparison chain has not
131 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compares two comparable objects as specified by <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true#compareTo(T)" title="class or interface in java.lang"><CODE>Comparable.compareTo(T)</CODE></A>, <i>if</i> the result of this comparison chain
141 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compares two <code>double</code> values as specified by <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Double.html?is-external=true#compare(double, double)" title="class or interface in java.lang"><CODE>Double.compare(double, double)</CODE></A>, <i>if</i> the result of this comparison chain has not
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compares two <code>float</code> values as specified by <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Float.html?is-external=true#compare(float, float)" title="class or interface in java.lang"><CODE>Float.compare(float, float)</CODE></A>, <i>if</i> the result of this comparison chain has not
162 <i>if</i> the result of this comparison chain has not already been
173 <i>if</i> the result of this comparison chain has not already been
192 comparison chain has not already been determined.</TD>

Completed in 374 milliseconds

1 2 3 4 5 6 78 91011>>