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

<<21222324252627282930>>

  /frameworks/base/keystore/java/android/security/
KeyPairGeneratorSpec.java 42 * {@link Certificate} chain.
76 * {@link Certificate} chain.
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 1779 uint16 chain; member in struct:wl_pavars2
    [all...]
  /libcore/luni/src/main/java/javax/net/ssl/
HttpsURLConnection.java 30 * negotiated cipher suite, the server certificate chain, and the
31 * client certificate chain if any.
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatLfnDirectory.java 427 final ClusterChain chain = new ClusterChain( local
432 new ClusterChainDirectory(chain, false);
  /ndk/sources/host-tools/make-3.81/
function.c 352 register struct nameseq *chain;
355 chain = multi_glob (parse_file_seq
370 while (chain != 0)
372 register char *name = chain->name;
375 struct nameseq *next = chain->next;
376 free ((char *) chain);
377 chain = next;
889 struct a_word *chain;
986 word->chain = 0;
1000 wp->chain = owp
346 register struct nameseq *chain; local
882 struct a_word *chain; member in struct:a_word
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 177 /// isPow2DivCheap() - Return true if pow2 div is cheaper than a chain of
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 174 // Legalized the chain result - switch anything that used the old chain to
187 // Legalized the chain result - switch anything that used the old chain to
200 // Legalized the chain result - switch anything that used the old chain to
424 // Legalized the chain result - switch anything that used the old chain to
703 SDValue Chain = N->getOperand(0); // Get the chain
    [all...]
LegalizeVectorTypes.cpp 220 // Legalized the chain result - switch anything that used the old chain to
835 // Legalized the chain result - switch anything that used the old chain to
    [all...]
  /build/
buildspec.mk.default 64 # Specify an alternative tool chain prefix if needed.
  /dalvik/vm/
Globals.h 768 * chain fields within the JIT hash table. Note carefully the access
777 * 3) chain [if necessary]
919 /* New translation chain has been set up */
979 /* Work order queue for predicted chain patching */
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-ia32.S 68 * If non-zero, it points to the chain cell containing dPC.
  /developers/samples/android/connectivity/network/BasicNetworkDemo/BasicNetworkDemo/src/main/java/com/example/android/common/logger/
LogView.java 126 // The next LogNode in the chain.
  /developers/samples/android/connectivity/network/NetworkConnect/NetworkConnect/src/main/java/com/example/android/common/logger/
LogView.java 126 // The next LogNode in the chain.
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/BasicAndroidKeyStore/src/main/java/com/example/android/common/logger/
LogView.java 131 // The next LogNode in the chain.
  /development/samples/KeyChainDemo/src/com/example/android/keychain/
SecureWebServer.java 66 // Load the PKCS12 key chain
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3exception.h 191 /** Pointer to the next exception in the chain (if any)
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
basic.rb 36 # to build a parser, this is the standard chain of calls to prepare the input
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAConfiguration.java 34 * chain used to arrive at the state. The semantic context is
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStore2Test.java 246 // testing for a certificate chain
318 assertNull("the certificate chain returned from "
693 Certificate[] chain) throws KeyStoreException {
699 Certificate[] chain) throws KeyStoreException {
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
WriterToASCI.java 116 * buffers in a chain of Writers and OutputStreams.
  /external/ceres-solver/internal/ceres/
graph_algorithms_test.cc 43 TEST(IndependentSetOrdering, Chain) {
  /external/chromium/chrome/browser/prerender/
prerender_resource_handler_unittest.cc 175 // Tests that the final request in a redirect chain will
  /external/chromium/chrome/browser/renderer_host/
safe_browsing_resource_handler.h 135 // The redirect chain for this resource
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_unittest.mm 228 // field catches -flagsChanged: because it's on the responder chain,
714 // -setStringValue: resets the editor's undo chain.
719 // editor's undo chain.
727 // Verify that calling -clearUndoChain clears the undo chain.
    [all...]
  /external/chromium/chrome/common/
devtools_messages.h 19 // Chain of communication between the components may be described by the

Completed in 1277 milliseconds

<<21222324252627282930>>