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

<<21222324252627282930>>

  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 416 SDValue Chain, SDValue &Arg,
428 SDValue LowerMemOpCallTo(SDValue Chain, SDValue StackPtr, SDValue Arg,
463 SDValue LowerCallResult(SDValue Chain, SDValue InFlag,
470 LowerFormalArguments(SDValue Chain,
477 DebugLoc dl, SDValue &Chain,
513 LowerReturn(SDValue Chain,
519 virtual bool isUsedByReturnOnly(SDNode *N, SDValue &Chain) const;
  /external/chromium/net/base/
x509_certificate_win.cc 294 // Saves some information about the certificate chain chain_context in
303 // Each chain starts with the end entity certificate (i = 0) and ends with
468 void AppendPublicKeyHashes(PCCERT_CHAIN_CONTEXT chain,
470 if (chain->cChain == 0)
473 PCERT_SIMPLE_CHAIN first_chain = chain->rgpChain[0];
536 // IsIssuedByKnownRoot returns true if the given chain is rooted at a root CA
678 // Build and validate certificate chain.
    [all...]
x509_certificate_openssl.cc 461 STACK_OF(X509)* chain = X509_STORE_CTX_get_chain(ctx.get());
462 for (int i = 0; i < sk_X509_num(chain); ++i) {
463 X509* cert = sk_X509_value(chain, i);
561 // Make sure the peer's own cert is the first in the chain, if it's not
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 208 SDNode *Chain = 0;
211 Chain = Node->getOperand(NumOps-1).getNode();
212 if (!Chain)
215 // Look for other loads of the same chain. Find loads that are loading from
222 for (SDNode::use_iterator I = Chain->use_begin(), E = Chain->use_end();
473 "Chain dependence via physreg data?");
763 if (I->isCtrl()) continue; // ignore chain preds
772 if (II->isCtrl()) continue; // ignore chain preds
    [all...]
  /frameworks/base/libs/androidfw/
InputTransport.cpp 548 uint32_t chain = 0;
555 seqChain.chain = chain;
561 chain = msg.body.motion.seq;
565 *outSeq = chain;
807 // Send finished signals for the batch sequence chain first.
816 currentSeq = seqChain.chain;
826 // An error occurred so at least one signal was not sent, reconstruct the chain.
830 seqChain.chain = chainSeqs[chainIndex];
    [all...]
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
RemoteControlClientCompat.java 191 * @return Returns a reference to the same MetadataEditor object, so you can chain put
210 * @return Returns a reference to the same MetadataEditor object, so you can chain put
237 * @return Returns a reference to the same MetadataEditor object, so you can chain put
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl2Test.java 254 Certificate[] chain = { mc }; local
261 keyS.setKeyEntry(alias, new byte[0], chain);
267 keyS.setKeyEntry(alias, sks, new char[0], chain);
  /external/llvm/lib/DebugInfo/
DWARFCompileUnit.cpp 138 // NULL DIE that terminates a sibling chain
258 // of inlined chain).
268 // Get inlined chain rooted at this subprogram DIE.
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 145 // being entirely overwritten (it's not a chain).
203 // Now we can remove the vectored exception handler from the chain
220 // This implementation does not to attempt to chain signal handlers in any
  /external/webkit/Source/JavaScriptCore/bytecode/
SamplingTool.h 301 // Set m_next to point to the head of the chain, and inform whatever is
313 // This is a pointer to the pointer to this node in the chain; used to
316 // Null object used to detect end of static chain.
  /external/webkit/Source/WebKit/chromium/src/
FrameLoaderClientImpl.cpp 436 // We want to keep track of the chain of redirects that occur during page
442 // and how each call modifies the redirect chain.
528 // entry in our redirect chain.
532 // to update the redirect chain to account for this addition (we do this
533 // before the callback so the callback can look at the redirect chain to see
551 // No need to clear the redirect chain, since that data source has already
561 // redirect and the source item should be added as the start of the chain.
644 // add it to the redirect chain.
794 // Don't clear the redirect chain, this will happen in the middle of client
795 // redirects, and we need the context. The chain will be cleared when th
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
list.h 117 * chain of list elements. Calling this function on a non-empty list
209 * of a list chain -- that would break the chain.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
list.h 117 * chain of list elements. Calling this function on a non-empty list
209 * of a list chain -- that would break the chain.
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 478 // check if an effect chain with the same session ID is present on another
503 // move effect chain to this output thread if an effect on same session was waiting
2188 sp<EffectChain> chain = srcThread->getEffectChain_l(sessionId); local
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
AndroidKeyStoreTest.java 1252 final Certificate[] chain = new Certificate[2]; local
1272 final Certificate[] chain = new Certificate[2]; local
1300 final Certificate[] chain = new Certificate[2]; local
1322 final Certificate[] chain = new Certificate[2]; local
1354 ArrayList<Certificate> chain = new ArrayList<Certificate>(); local
    [all...]
  /bionic/linker/
linker.h 116 unsigned* chain; member in struct:soinfo
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/src/main/java/com/example/android/common/logger/
LogView.java 112 // The next LogNode in the chain.
  /docs/source.android.com/src/devices/tech/security/
enhancements42.jd 27 failure if the certificate does not chain to a set of expected certificates.
  /external/apache-http/src/org/apache/http/client/methods/
HttpOptions.java 50 * communication options available on the request/response chain
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
WriterChain.java 45 * the next writer in the chain. In addition there are methods to obtain the Writer or
  /external/chromium/android/net/
android_network_library_impl.cc 16 // Convert X509 chain to DER format bytes.
  /external/chromium/chrome/browser/history/
download_create_info.h 47 // The chain of redirects that leading up to and including the final URL.
  /external/chromium/chrome/browser/resources/net_internals/
serviceprovidersview.js 49 return 'Chain';
  /external/chromium/chrome/browser/safe_browsing/
malware_details_cache.h 68 // redirect chain.
  /external/chromium/chrome/common/
thumbnail_score.h 62 // middle of a redirect chain. In this case, the top sites component will set

Completed in 3081 milliseconds

<<21222324252627282930>>