HomeSort by relevance Sort by last modified time
    Searched full:chain (Results 576 - 600 of 2078) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
diagnostic-core.h 38 classification history chain. */
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat16RootDirectory.java 90 * stored in a cluster chain.
  /dalvik/vm/interp/
InterpState.h 128 * the new dalvik PC. If so, chain the originating compilation with the
185 kSVSNoChain = 7, // Exiting compiled code by no chain
  /dalvik/vm/mterp/mips/
footer.S 177 subu rINST, ra, 8 # save start of chain branch
189 beqz a0, toInterpreter # didn't chain - resume with interpreter
213 * for our new target. If so, we do a translation chain and
222 subu rINST, ra, 8 # save start of chain branch
231 beqz a0, toInterpreter # go if not, otherwise do chain
237 beqz a0, toInterpreter # didn't chain - resume with interpreter
243 * Check if translation exists for the callee, but don't chain to it.
269 * Check if translation exists for the callee, but don't chain to it.
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 389 * Upon erroneous input "[]", the call chain is
407 * could follow any reference in the call chain. We need to
421 * So, you cna see that the parser walks up call chain looking
450 * reference given a specific call chain. You get the set of
452 * given the current call chain. Contrast this with the
462 * we have the call chain. We may compute the exact (rather
486 * At the "3" token, you'd have a call chain of
542 * will have call chain:
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BaseRecognizer.java 413 * Upon erroneous input "[]", the call chain is
431 * could follow any reference in the call chain. We need to
445 * So, you cna see that the parser walks up call chain looking
474 * reference given a specific call chain. You get the set of
476 * given the current call chain. Contrast this with the
486 * we have the call chain. We may compute the exact (rather
510 * At the "3" token, you'd have a call chain of
574 * will have call chain:
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
RandomTest.java 238 "Two randoms with the different seeds gave the same chain of values",
243 "Reseting a random to its old seed did not result in the same chain of values as it gave before",
  /external/chromium/chrome/browser/history/
history_backend.h 159 // Request the |result_count| most visited URLs and the chain of
175 // entire chain. If there are no redirects for the most recent visit of the
182 // Similar to above function except computes a chain of redirects to the
379 // Returns a redirect chain in |redirects| for the VisitID
433 // Walks back a segment chain to find the last visit with a non null segment
549 // Maps recent redirect destination pages to the chain of redirects that
551 // final redirect in a chain will not be in this list, as well as pages that
556 // As with AddPage, the last item in the redirect chain will be the
visit_database_unittest.cc 98 // Add three visits that form a chain of navigation, and then delete the
99 // middle one. We should be left with the outer two visits, and the chain
  /external/chromium/chrome/browser/ssl/
ssl_manager.cc 239 // non-HTTPS resource in the redirect chain, we want to trigger
240 // insecure content, even if the redirect chain goes back to
  /external/chromium/net/base/
x509_certificate_nss.cc 73 if (p->value.pointer.chain) {
74 CERT_DestroyCertList(p->value.pointer.chain);
75 p->value.pointer.chain = NULL;
168 // Saves some information about the certificate chain cert_list in
469 // Note: When building a certificate chain, CERT_PKIXVerifyCert may
788 cvout[cvout_index].value.pointer.chain = NULL;
824 GetCertChainInfo(cvout[cvout_cert_list_index].value.pointer.chain,
829 AppendPublicKeyHashes(cvout[cvout_cert_list_index].value.pointer.chain,
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.h 227 /// The next block in the block-info chain. Invalid if this block
228 /// info is not part of the CGF's block-info chain, which is true
  /external/ipsec-tools/src/racoon/
isakmp_frag.c 227 /* Look for the last frag while inserting the new item in the chain */
245 /* If we saw the last frag, check if the chain is complete */
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 123 CallLoweringInfo &CLI, SDValue Callee, SDValue Chain) const {
133 InternalLinkage, CLI, Callee, Chain);
  /external/openfst/src/include/fst/
partition.h 143 // increment size of split (set of element at head of chain)
152 // move to head of chain in same class
  /external/openssl/crypto/x509/
x509_txt.c 114 return("self signed certificate in certificate chain");
120 return("certificate chain too long");
  /external/skia/legacy/src/ports/
SkFontHost_android.cpp 521 // (SkLanguage)<->(fallback chain index) translation
594 // adds a fallback font record to both the default fallback chain and the
595 // language-specific fallback chain to which it belongs, if any
629 // scans the default fallback font chain, adding every entry to every other
630 // fallback font chain to which it does not belong. this results in every
631 // language-specific fallback font chain having all of its fallback fonts at
632 // the front of the chain, and everything else at the end. after this has been
633 // run, it is ok to use the fallback font chain lookup table.
    [all...]
  /external/skia/src/ports/
SkFontHost_android.cpp 512 // (SkLanguage)<->(fallback chain index) translation
585 // adds a fallback font record to both the default fallback chain and the
586 // language-specific fallback chain to which it belongs, if any
620 // scans the default fallback font chain, adding every entry to every other
621 // fallback font chain to which it does not belong. this results in every
622 // language-specific fallback font chain having all of its fallback fonts at
623 // the front of the chain, and everything else at the end. after this has been
624 // run, it is ok to use the fallback font chain lookup table.
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
partition.h 138 // increment size of split (set of element at head of chain)
147 // move to head of chain in same class
  /external/v8/src/
zone.cc 88 // of the segment chain. Returns the new segment.
100 // Deletes the given segment. Does not touch the segment chain.
zone.h 127 // of the segment chain. Returns the new segment.
130 // Deletes the given segment. Does not touch the segment chain.
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
flakytestreporter_unittest.py 86 If you would like to track this test fix with another bug, please close this bug as a duplicate. The bots will follow the duplicate chain when making future comments.
122 If you would like to track this test fix with another bug, please close this bug as a duplicate. The bots will follow the duplicate chain when making future comments.
  /frameworks/base/keystore/java/android/security/
Credentials.java 114 * Intent extra: name for CA certificate chain
119 * Intent extra: data for CA certificate chain in PEM-encoded X.509.
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmwifi_rates.h 2 * Indices for 802.11 a/b/g/n/ac 1-3 chain symmetric transmit rates
80 * 1 chain *
  /libcore/luni/src/main/java/java/security/cert/
CertificateFactory.java 210 * Generates a {@code CertPath} (a certificate chain) from the provided
228 * Generates a {@code CertPath} (a certificate chain) from the given

Completed in 1391 milliseconds

<<21222324252627282930>>