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

<<11121314151617181920>>

  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 313 // If this node has a chain, then the chain is operand #0 is the SDNode, and
324 // Don't look at the input chain when matching the tree pattern to the
329 // chain, then the result of matching the node is also produce a chain.
331 // into the node that produce the chain (for example, matching
333 // problematic, if the 'reg' node also uses the load (say, its chain).
357 // intrinsic, has multiple operands, or has other inputs like chain or
505 // If the complex pattern has a chain, then we need to keep track of the
506 // fact that we just recorded a chain input. The chain input will b
    [all...]
DAGISelMatcherOpt.cpp 27 // If we reached the end of the chain, we're done.
102 // If the selected node defines a subset of the glue/chain results, we
104 // matched pattern has a chain but the root node doesn't.
123 // *and* has a chain or glue input, then we can't match it because it
124 // would end up replacing the extra result with the chain/glue.
185 // If we reached the end of the chain, we're done.
206 // next node in the chain. If not, we won't be able to change anything and
212 // chain and scan for the new insertion point.
249 // If we reached the end of the chain, we're done.
  /external/quake/quake/src/QW/server/
progdefs.h 119 int chain; member in struct:__anon14361
  /external/skia/src/core/
SkTLS.cpp 114 // we have a new head of our chain
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
RevokedOffer.java 44 * @param sessionID the session id attributed to this chain of packets
  /external/v8/test/mjsunit/bugs/
bug-618.js 36 // If a setter is added to the prototype chain of a simple constructor setting
  /external/v8/test/mjsunit/
override-read-only-property.js 30 // property is in the prototype chain.
  /external/v8/test/mjsunit/regress/
regress-1199637.js 32 // in the prototype chain.
regress-675.js 47 // if the global object is the last object in the prototype chain for
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.2.1.js 27 The scope chain is created and initialized to contain the global object and
10.2.3-1.js 27 The scope chain is initialized to contain the activation object followed
10.2.3-2.js 27 The scope chain is initialized to contain the activation object followed
  /external/webkit/Source/JavaScriptCore/wtf/
HashTable.cpp 50 printf("longest collision chain: %d\n", maxCollisions);
  /external/webkit/Source/WebCore/bindings/js/
JSWorkerContextBase.h 62 // Always ignores the execState and passed globalObject, WorkerContext is itself a globalObject and will always use its own prototype chain.
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DataGridColumnListCustom.cpp 45 // Search the prototype chain first.
  /external/webkit/Source/WebCore/css/
StyleSheet.h 46 // Note that href is the URL that started the redirect chain that led to
  /external/webkit/Source/WebCore/page/
FrameTree.cpp 146 Vector<Frame*, 16> chain; local
151 chain.append(frame);
158 for (int i = chain.size() - 1; i >= 0; --i) {
159 frame = chain[i];
  /external/webkit/Source/WebCore/rendering/
RenderHTMLCanvas.cpp 53 // the repaint/inval chain dealing with the PictureSet)
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
TrustedCertificateStore.java 461 * Attempt to build a certificate chain from the supplied {@code leaf}
462 * argument through the chain of issuers as high up as known. If the chain
463 * can't be completed, the most complete chain available will be returned.
468 final List<X509Certificate> chain = new ArrayList<X509Certificate>(); local
469 chain.add(leaf);
472 X509Certificate cert = chain.get(i);
480 chain.add(issuer);
483 return chain;
  /ndk/tests/device/test-stlport_shared-exception/jni/
catchptr1.cpp 2 // Test pointer chain catching
  /ndk/tests/device/test-stlport_static-exception/jni/
catchptr1.cpp 2 // Test pointer chain catching
  /packages/apps/KeyChain/res/values/
strings.xml 17 <string name="app_name">Key Chain</string>
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
AbstractDirectory.java 310 final ClusterChain chain = new ClusterChain(fat, false); local
311 chain.setChainLength(1);
314 entry.setStartCluster(chain.getStartCluster());
317 new ClusterChainDirectory(chain, false);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 644 /// Chain/Flag as the input and updates them for the output Chain/Flag.
648 SDValue &Chain, SDValue *Flag,
653 /// Chain/Flag as the input and updates them for the output Chain/Flag.
656 SDValue &Chain, SDValue *Flag, const Value *V) const;
670 /// Chain/Flag as the input and updates them for the output Chain/Flag.
675 SDValue &Chain, SDValue *Flag,
696 P = DAG.getCopyFromReg(Chain, dl, Regs[Part+i], RegisterVT)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 751 // a chain of includes on the way back to show to the user
754 String chain = dfs(from, visiting); local
755 if (chain != null) {
756 addError(from, chain);
764 /** Format to chain include cycles in: a=>b=>c=>d etc */
776 String chain = dfs(include, visiting); local
777 if (chain != null) {
778 return String.format(CHAIN_FORMAT, from, chain);
823 private static final String MESSAGE = "Found cyclical <include> chain";
825 private void addError(String from, String chain) {
    [all...]

Completed in 2594 milliseconds

<<11121314151617181920>>