/external/chromium/net/base/ |
android_network_library.h | 29 // |cert_chain| is DER encoded chain of certificates, with the server's own
|
/external/clang/lib/Frontend/ |
ChainedDiagnosticConsumer.cpp | 1 //===- ChainedDiagnosticConsumer.cpp - Chain Diagnostic Clients -----------===//
|
/external/iptables/extensions/ |
libipt_SAME.man | 1 Similar to SNAT/DNAT depending on chain: it takes a range of addresses
|
/external/llvm/test/CodeGen/PowerPC/ |
2012-10-11-dynalloc.ll | 16 ; identified by the stdux used to update the back-chain link.
|
/external/v8/test/mjsunit/bugs/ |
618.js | 36 // Add setter somewhere on the prototype chain after having constructed the 51 // Add setter somewhere on the prototype chain after having constructed the 66 // Add setter somewhere on the prototype chain after having constructed the 81 // Add setter somewhere on the prototype chain after having constructed the
|
bug-1344252.js | 28 // Test that setter accessors added to the prototype chain are called 31 // Test that accessors added to the prototype chain are called 64 // accessors added to the prototype chain are called instead of 73 // Add a z accessor in the prototype chain for o1 and o2.
|
/external/valgrind/main/memcheck/tests/linux/ |
lsframe2.c | 2 /* Demonstrate Memcheck correctly handling chain of 64 recursive
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/ |
EventDecoderSpec.java | 20 * Class describing a decoder chain. This will depend on the language and the input medium (soft
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-iterator.h | 100 TSI_CHAIN_START, /* Only valid when chain of statements is added, move 101 iterator to the first statement in the chain. */ 102 TSI_CHAIN_END, /* Only valid when chain of statements is added, move 103 iterator to the last statement in the chain. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-iterator.h | 100 TSI_CHAIN_START, /* Only valid when chain of statements is added, move 101 iterator to the first statement in the chain. */ 102 TSI_CHAIN_END, /* Only valid when chain of statements is added, move 103 iterator to the last statement in the chain. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-iterator.h | 100 TSI_CHAIN_START, /* Only valid when chain of statements is added, move 101 iterator to the first statement in the chain. */ 102 TSI_CHAIN_END, /* Only valid when chain of statements is added, move 103 iterator to the last statement in the chain. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-iterator.h | 100 TSI_CHAIN_START, /* Only valid when chain of statements is added, move 101 iterator to the first statement in the chain. */ 102 TSI_CHAIN_END, /* Only valid when chain of statements is added, move 103 iterator to the last statement in the chain. */
|
/frameworks/av/services/audioflinger/ |
Effects.h | 41 const wp<AudioFlinger::EffectChain>& chain, 87 void setChain(const wp<EffectChain>& chain) { mChain = chain; } 96 wp<EffectChain>& chain() { return mChain; } function in class:EffectModule 132 wp<EffectChain> mChain; // parent effect chain 226 // Effects in this chain can be insert or auxiliary. Effects in other chains (attached to 338 int16_t *mInBuffer; // chain input buffer 339 int16_t *mOutBuffer; // chain output buffer 347 bool mOwnInBuffer; // true if the chain owns its input buffer 353 uint32_t mStrategy; // strategy for this effect chain [all...] |
/developers/samples/android/connectivity/network/BasicNetworkDemo/BasicNetworkDemo/src/main/java/com/example/android/common/logger/ |
LogNode.java | 21 * one can also implement this interface over a filter and insert that in the chain, 24 * it received to HTML and sent it along to the next node in the chain, without printing it
|
/developers/samples/android/connectivity/network/NetworkConnect/NetworkConnect/src/main/java/com/example/android/common/logger/ |
LogNode.java | 21 * one can also implement this interface over a filter and insert that in the chain, 24 * it received to HTML and sent it along to the next node in the chain, without printing it
|
/developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/src/main/java/com/example/android/common/logger/ |
LogNode.java | 21 * one can also implement this interface over a filter and insert that in the chain, 24 * it received to HTML and sent it along to the next node in the chain, without printing it
|
/developers/samples/android/security/keystore/BasicAndroidKeyStore/BasicAndroidKeyStore/src/main/java/com/example/android/common/logger/ |
LogNode.java | 21 * one can also implement this interface over a filter and insert that in the chain, 24 * it received to HTML and sent it along to the next node in the chain, without printing it
|
/external/chromium/net/data/ssl/certificates/ |
README | 5 - google.chain.pem 20 - dod_root_ca_2_cert.der : A certificate chain for regression tests of
|
/external/clang/include/clang/Frontend/ |
ChainedDiagnosticConsumer.h | 1 //===- ChainedDiagnosticConsumer.h - Chain Diagnostic Clients ---*- C++ -*-===// 19 /// ChainedDiagnosticConsumer - Chain two diagnostic clients so that diagnostics
|
/external/llvm/lib/Target/X86/ |
X86SelectionDAGInfo.h | 38 SDValue Chain, 46 SDValue Chain,
|
/external/llvm/test/Transforms/BBVectorize/ |
req-depth.ll | 2 ; RUN: opt < %s -bb-vectorize -bb-vectorize-req-chain-depth 3 -bb-vectorize-ignore-target-info -S | FileCheck %s -check-prefix=CHECK-RD3 3 ; RUN: opt < %s -bb-vectorize -bb-vectorize-req-chain-depth 2 -bb-vectorize-ignore-target-info -S | FileCheck %s -check-prefix=CHECK-RD2
|
/external/v8/test/mjsunit/ |
with-readonly.js | 31 // chain by putting the string split function in the prototype chain.
|
/external/wpa_supplicant_8/src/tls/ |
x509v3.h | 116 struct x509_certificate *chain, 119 x509_certificate_get_subject(struct x509_certificate *chain,
|
/frameworks/base/core/java/android/webkit/ |
SslClientCertLookupTable.java | 47 public void Allow(String host_and_port, PrivateKey privateKey, byte[][] chain) { 49 certificateChains.put(host_and_port, chain);
|
/frameworks/base/core/tests/coretests/src/android/net/http/ |
X509TrustManagerExtensionsTest.java | 34 public void checkClientTrusted(X509Certificate[] chain, String authType) {} 36 public void checkServerTrusted(X509Certificate[] chain, String authType) {}
|