/external/emma/core/java12/com/vladium/util/ |
IntObjectMap.java | 253 // rehash all entry chains in every bucket:
|
IntSet.java | 225 // rehash all entry chains in every bucket:
|
ObjectIntMap.java | 291 // rehash all entry chains in every bucket:
|
/external/lldb/test/functionalities/data-formatter/data-formatter-cpp/ |
TestDataFormatterCpp.py | 77 # gcc4.2 on Mac OS X skips typedef chains in the DWARF output
|
/external/llvm/include/llvm/Analysis/ |
ValueTracking.h | 10 // This file contains routines that help analyze properties that chains of
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeTypes.h | 662 /// LdChain: list of chains for the load to be generated. 669 /// LdChain: list of chains for the load to be generated. 677 /// StChain: list of chains for the stores we have generated [all...] |
/external/lzma/xz-embedded/ |
xz.h | 212 * chains, there may be a second pass over the output buffer, and this pass
|
/external/mesa3d/docs/ |
relnotes-7.10.2.html | 52 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34203">Bug 34203</a> - [GLSL] fail to call long chains across shaders</li>
|
/external/replicaisland/res/values/ |
kyle.xml | 88 And in the mean time Mr. Rokudou spread out into charity, fast food chains, and even expensive wine. Rokudou Corp. is now one of the world?s top multinational corporations.
|
/external/valgrind/main/include/ |
pub_tool_options.h | 38 // Higher-level command-line option recognisers; use in if/else chains.
|
/external/zlib/src/doc/ |
rfc1951.txt | 825 The compressor searches the hash chains starting with the most recent 827 Huffman encoding. The hash chains are singly linked. There are no 828 deletions from the hash chains; the algorithm simply discards matche [all...] |
/frameworks/av/services/audioflinger/ |
AudioFlinger.cpp | 421 // dump orphan effect chains 423 write(fd, " Orphan Effect Chains\n", strlen(" Orphan Effect Chains\n")); 2257 Vector< sp<EffectChain> > chains; local [all...] |
Threads.h | 303 // lock all effect chains Mutexes. Must be called before releasing the 305 // integrity of the chains during the process. 308 // unlock effect chains after process 312 // set audio mode to all effect chains [all...] |
/libcore/luni/src/main/java/javax/net/ssl/ |
HttpsURLConnection.java | 63 * case of allowing all certificate chains to pass verification,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
except.h | 213 /* The table of all action chains. These encode the eh_region tree in
|
/external/chromium_org/net/cert/ |
cert_verify_proc_mac.cc | 451 // of the "Baltimore CyberTrust Root" exists that chains to "GTE CyberTrust 457 // chains will fail validation, even though a trust anchor still exists.
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
x509_vfy.h | 225 /* This is a used when verifying cert chains. Since the 412 /* Allow partial chains if at least one certificate is in trusted store */
|
/external/chromium_org/third_party/boringssl/src/ssl/test/runner/ |
common.go | 173 VerifiedChains [][]*x509.Certificate // verified chains built from PeerCertificates 228 // Certificates contains one or more certificate chains
|
handshake_server.go | 766 chains, err := certs[0].Verify(opts) 784 c.verifiedChains = chains
|
/external/clang/docs/ |
DriverInternals.rst | 321 tool chains to perform their own translation of the argument list (into 393 The gcc driver has no direct understanding of tool chains. Each gcc
|
/external/llvm/test/Transforms/LoopStrengthReduce/X86/ |
ivchain-X86.ll | 160 ; Consequently, we should *not* form any chains. 273 ; LSR. Profitable chains should have more than one nonzero increment
|
/external/clang/include/clang/Serialization/ |
ASTBitCodes.h | 433 /// LOCAL_REDECLARATIONS record) of the redeclaration chains, indexed by 516 /// \brief Record code for the array of redeclaration chains. [all...] |
/external/llvm/utils/TableGen/ |
DAGISelMatcher.h | 80 EmitMergeInputChains, // Merge together a chains for an input. 928 /// chains together with a token factor. The list of nodes are the nodes in th [all...] |
/system/netd/server/ |
BandwidthController.cpp | 70 * - when an interface is marked as costly it should be INSERTED into the INPUT/OUTPUT chains. 74 * - the qtaguid counting is done at the end of the bw_INPUT/bw_OUTPUT user chains. 92 * - quota per interface. This is achieve by having "costly" chains per quota. [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAContext.java | 30 /** A tree node for tracking the call chains for NFAs that invoke
|