/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BaseRecognizer.cs | 440 * Upon erroneous input "[]", the call chain is 458 * could follow any reference in the call chain. We need to 472 * So, you cna see that the parser walks up call chain looking 502 * reference given a specific call chain. You get the set of 504 * given the current call chain. Contrast this with the 515 * we have the call chain. We may compute the exact (rather 539 * At the "3" token, you'd have a call chain of 602 * will have call chain: [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BaseRecognizer.cs | 510 * Upon erroneous input "[]", the call chain is 528 * could follow any reference in the call chain. We need to 542 * So, you cna see that the parser walks up call chain looking 573 * reference given a specific call chain. You get the set of 575 * given the current call chain. Contrast this with the 586 * we have the call chain. We may compute the exact (rather 610 * At the "3" token, you'd have a call chain of 681 * will have call chain: [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
BaseRecognizer.js | 459 * <p>Upon erroneous input "[]", the call chain is</p> 479 * could follow any reference in the call chain. We need to 493 * <p>So, you cna see that the parser walks up call chain looking 524 * reference given a specific call chain. You get the set of 526 * given the current call chain. Contrast this with the 536 * we have the call chain. We may compute the exact (rather 564 * <p>At the "3" token, you'd have a call chain of</p> 630 * will have call chain:</p> [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRHashMap.m | 445 /* this may have to handle linking into the chain 467 /* this will never link into the chain
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRHashMap.m | 445 /* this may have to handle linking into the chain 467 /* this will never link into the chain
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRHashMap.m | 445 /* this may have to handle linking into the chain 467 /* this will never link into the chain
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRBaseRecognizer.m | 551 * Upon erroneous input "[]", the call chain is 569 * could follow any reference in the call chain. We need to 583 * So, you cna see that the parser walks up call chain looking 613 * reference given a specific call chain. You get the set of 615 * given the current call chain. Contrast this with the 625 * we have the call chain. We may compute the exact (rather 649 * At the "3" token, you'd have a call chain of 715 * will have call chain: [all...] |
ANTLRHashMap.m | 447 /* this may have to handle linking into the chain 469 /* this will never link into the chain
|
/external/chromium/chrome/common/net/ |
x509_certificate_model_nss.cc | 340 // First, create SignedData with the certificate only (no chain). 347 // Add the rest of the chain (if any).
|
/external/chromium/net/base/ |
mock_host_resolver.cc | 63 // At the root of the chain, map everything to localhost. 73 // Lastly add the provided interceptor to the front of the chain.
|
/external/chromium/net/socket/ |
dns_cert_provenance_checker.cc | 167 // LogCertificates writes a certificate chain, in PEM format, to LOG(ERROR). 260 // certificate chain.
|
/external/clang/include/clang/Basic/ |
FileManager.h | 193 /// beginning of the chain of stat caches. Otherwise, it will be added to 194 /// the end of the chain.
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
Store.h | 131 /// Evaluates a chain of derived-to-base casts through the path specified in 135 /// Evaluates a chain of derived-to-base casts through the specified path.
|
/external/guava/guava/src/com/google/common/net/ |
HostAndPort.java | 192 * You can chain this after {@link #fromString(String)} to include a port in 211 * like "[2001:db8::1]". Chain this call after {@link #fromString(String)}
|
/external/kernel-headers/original/linux/ |
lockdep.h | 147 * One-way hash of the dependency chain up to this point. We 148 * hash the hashes step by step as the dependency chain grows.
|
/external/llvm/docs/ |
GettingStartedVS.rst | 36 Additional information about the LLVM directory structure and tool chain 151 An Example Using the LLVM Tool Chain
|
/external/llvm/include/llvm/CodeGen/ |
SelectionDAGISel.h | 148 OPFL_None = 0, // Node has no chain or glue input and isn't variadic. 149 OPFL_Chain = 1, // Node has a chain input.
|
/external/llvm/lib/Analysis/ |
TypeBasedAliasAnalysis.cpp | 225 // If they may alias, chain to the next AliasAnalysis. 267 // Functions don't have metadata. Just chain to the next implementation.
|
/external/llvm/test/Transforms/BBVectorize/ |
loop1.ll | 3 ; RUN: opt < %s -bb-vectorize -bb-vectorize-req-chain-depth=3 -bb-vectorize-ignore-target-info -instcombine -gvn -S | FileCheck %s 4 ; RUN: opt < %s -basicaa -loop-unroll -unroll-threshold=45 -unroll-allow-partial -bb-vectorize -bb-vectorize-req-chain-depth=3 -bb-vectorize-ignore-target-info -instcombine -gvn -S | FileCheck %s -check-prefix=CHECK-UNRL
|
/external/openssl/apps/ |
openssl.cnf | 335 certs = $dir/cacert.pem # Certificate chain to include in reply 349 ess_cert_id_chain = no # Must the ESS cert id chain be included?
|
/external/quake/quake/src/QW/progs/ |
combat.qc | 289 head = head.chain;
321 head = head.chain;
|
/external/valgrind/main/coregrind/m_dispatch/ |
dispatch-arm-linux.S | 119 /* ------ Chain me to slow entry point ------ */ 134 /* ------ Chain me to fast entry point ------ */
|
/external/webkit/Source/JavaScriptCore/API/ |
JSObjectRef.h | 123 If this function returns false, the hasProperty request forwards to object's statically declared properties, then its parent class chain (which includes the default object class), then its prototype chain. 144 If this function returns NULL, the get request forwards to object's statically declared properties, then its parent class chain (which includes the default object class), then its prototype chain. 162 If this function returns false, the set request forwards to object's statically declared properties, then its parent class chain (which includes the default object class). 179 If this function returns false, the delete request forwards to object's statically declared properties, then its parent class chain (which includes the default object class). 275 If this function returns false, the conversion request forwards to object's parent class chain (which includes the default object class). 408 data is set on the created object before the intialize methods in its class chain are called. This enables the initialize methods to retrieve and manipulate data through JSObjectGetPrivate. [all...] |
/external/webkit/Source/JavaScriptCore/jit/ |
JITPropertyAccess32_64.cpp | 589 void JIT::privateCompilePutByIdTransition(StructureStubInfo* stubInfo, Structure* oldStructure, Structure* newStructure, size_t cachedOffset, StructureChain* chain, ReturnAddressPtr returnAddress, bool direct) 599 // Verify that nothing in the prototype chain has a setter for this property. 600 for (WriteBarrier<Structure>* it = chain->head(); *it; ++it) [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/ |
Surface.cpp | 150 ERR("Could not create depthstencil surface for new swap chain: %08lX", result); 164 ERR("Could not create flip texture for new swap chain: %08lX", result);
|