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

<<11121314151617181920>>

  /external/smack/src/org/jivesoftware/smack/
ServerTrustManager.java 109 // Working down the chain, for every certificate in the chain,
111 // next certificate in the chain.
139 // Verify that the the last certificate in the chain was issued
160 // Verify that the first certificate in the chain corresponds to
177 // For every certificate in the chain, verify that the certificate
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 96 // Stress test IV chain generation.
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JDKPKCS12KeyStore.java 235 * this is not quite complete - we should follow up on the chain, a bit
236 * tricky if a certificate appears in more than one chain...
412 if (nextC != c) // self signed - end of the chain
490 Certificate[] chain)
500 Certificate[] chain)
508 if ((key instanceof PrivateKey) && (chain == null))
510 throw new KeyStoreException("no certificate chain for private key");
519 if (chain != null)
521 certs.put(alias, chain[0]);
523 for (int i = 0; i != chain.length; i++
690 Vector chain = new Vector(); local
    [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 105 void encode(int tick, AudioStream *chain);
264 void AudioStream::encode(int tick, AudioStream *chain)
308 while (chain) {
309 if (chain != this) {
310 data |= chain->mix(buffer, tick - mInterval, tick, mSampleRate);
312 chain = chain->mNext;
698 for (AudioStream *chain = mChain; chain->mNext; chain = chain->mNext)
720 AudioStream *chain = mGroup->mChain; local
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /developers/samples/android/connectivity/network/BasicNetworkDemo/BasicNetworkDemo/src/main/java/com/example/android/networkbasic/
MainActivity.java 112 /** Create a chain of targets that will receive log data */
115 // Using Log, front-end to the logging chain, emulates
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
AxesWalker.java 256 * Set the next walker in the location step chain.
267 * Get the next walker in the location step chain.
278 * Set or clear the previous walker reference in the location step chain.
282 * step chain, or null.
290 * Get the previous walker reference in the location step chain.
294 * step chain, or null.
577 /** The next walker in the location step chain.
581 /** The previous walker in the location step chain, or null.
  /external/clang/test/PCH/
chain-categories.m 5 // RUN: %clang_cc1 -fsyntax-only -verify %s -chain-include %s -chain-include %s
chain-categories2.m 7 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s -chain-include %s -chain-include %s
chain-class-extension.m 5 // RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64-apple-darwin10 -fobjc-arc %s -chain-include %s -chain-include %s
chain-external-defs.c 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-pch -o %t1.pch %S/Inputs/chain-external-defs1.h
3 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-pch -o %t2.pch %S/Inputs/chain-external-defs2.h -include-pch %t1.pch
chain-staticvar-instantiation.cpp 5 // RUN: %clang_cc1 -fsyntax-only -verify %s -chain-include %s -chain-include %s
  /external/iproute2/include/
ip6tables.h 137 extern int flush_entries(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
138 extern int delete_chain(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
iptables.h 171 extern int delete_chain(const ipt_chainlabel chain, int verbose,
173 extern int flush_entries(const ipt_chainlabel chain, int verbose,
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 207 CallLoweringInfo &CLI, SDValue Callee, SDValue Chain) const;
305 SDValue LowerCallResult(SDValue Chain, SDValue InFlag,
350 void copyByValRegs(SDValue Chain, DebugLoc DL,
358 void passByValArg(SDValue Chain, DebugLoc DL,
369 SDValue Chain, DebugLoc DL, SelectionDAG &DAG) const;
372 LowerFormalArguments(SDValue Chain,
378 SDValue passArgOnStack(SDValue StackPtr, unsigned Offset, SDValue Chain,
393 LowerReturn(SDValue Chain,
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 71 LowerFormalArguments(SDValue Chain,
83 LowerReturn(SDValue Chain,
  /external/llvm/test/Transforms/BBVectorize/
simple3.ll 2 ; RUN: opt < %s -bb-vectorize -bb-vectorize-req-chain-depth=3 -bb-vectorize-vector-bits=192 -bb-vectorize-ignore-target-info -instcombine -gvn -S | FileCheck %s
4 ; Basic depth-3 chain
  /external/webkit/Source/JavaScriptCore/bytecode/
StructureStubInfo.cpp 78 markStack.append(&u.getByIdChain.chain);
93 markStack.append(&u.putByIdTransition.chain);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-71107.js 23 * chain. See http://bugzilla.mozilla.org/show_bug.cgi?id=71107
28 var summary = 'Propagate heavyweightness back up the function-nesting chain...';
  /external/webkit/Source/WebCore/bindings/js/
JSJavaScriptCallFrameCustom.cpp 77 // we must always have something in the scope chain
115 // Last in the chain is global scope.
JSNodeFilterCondition.cpp 69 // FIXME: The node should have the prototype chain that came from its document, not
70 // whatever prototype chain might be on the window this filter came from. Bug 27662
  /external/webkit/Source/WebCore/xml/
XSLImportRule.cpp 94 // Check for a cycle in our import chain. If we encounter a stylesheet
95 // in our parent chain with the same URL, then just bail.
  /frameworks/base/core/java/android/content/
SharedPreferences.java 79 * chain put calls together.
92 * chain put calls together.
104 * chain put calls together.
116 * chain put calls together.
128 * chain put calls together.
140 * chain put calls together.
156 * chain put calls together.
170 * chain put calls together.
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterFactory.java 72 // Chain another path loader to the current chain
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyKeyStoreSpi.java 69 Certificate[] chain) throws KeyStoreException {
74 public void engineSetKeyEntry(String alias, byte[] key, Certificate[] chain)

Completed in 1184 milliseconds

<<11121314151617181920>>