HomeSort by relevance Sort by last modified time
    Searched refs:related (Results 1 - 25 of 62) sorted by null

1 2 3

  /ndk/tests/build/stdint-c++/jni/
Android.mk 2 # follow the standard with regards to limit- and constant- related macros
9 # - When included from a C++ program, limit-related macros should only be
12 # - When included from a C++ program, constant-related macros should only be
  /external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.cpp 39 return related(A->getTrueValue(), SB->getTrueValue()) ||
40 related(A->getFalseValue(), SB->getFalseValue());
43 return related(A->getTrueValue(), B) ||
44 related(A->getFalseValue(), B);
55 if (related(A->getIncomingValue(i),
65 if (UniqueSrc.insert(PV1) && related(PV1, B))
163 bool ProvenanceAnalysis::related(const Value *A, function in class:ProvenanceAnalysis
ProvenanceAnalysis.h 48 /// potentially be related.
70 bool related(const Value *A, const Value *B);
DependencyAnalysis.cpp 58 if (IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA.related(Ptr, Op))
90 if (IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA.related(Ptr, Op))
100 return IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA.related(Op, Ptr);
107 if (IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA.related(Ptr, Op))
  /external/guava/guava-testlib/src/com/google/common/testing/
EqualsTester.java 100 @Override public void assertRelated(Object item, Object related) {
101 assertEquals("$ITEM must be equal to $RELATED", item, related);
103 int relatedHash = related.hashCode();
105 + relatedHash +") of $RELATED", itemHash, relatedHash);
RelationshipTester.java 53 // check related items in same group
77 T related = group.get(relatedItemNumber); local
79 assertion.assertRelated(item, related);
84 .replace("$RELATED", itemString(related, groupNumber, relatedItemNumber)));
117 * <p>As a convenience, any occurrence of {@code $ITEM}, {@code $RELATED} or {@code $UNRELATED} in
123 void assertRelated(T item, T related);
EquivalenceTester.java 71 @Override public void assertRelated(T item, T related) {
72 assertTrue("$ITEM must be equivalent to $RELATED", equivalence.equivalent(item, related));
74 int relatedHash = equivalence.hash(related);
76 + relatedHash + ") of $RELATED", itemHash, relatedHash);
  /external/chromium/chrome/browser/resources/net_internals/
httpthrottlingview.js 6 * This view displays information related to HTTP throttling.
  /cts/tests/uiautomator/
Android.mk 33 # Build the test APK using its own makefile, and any other CTS-related packages
  /external/llvm/docs/_themes/llvm-theme/static/
llvm-theme.css 55 div.related {
59 div.related ul {
66 div.related ul li {
73 div.related ul li.right {
78 div.related ul li a {
85 div.related ul li a:hover {
  /cts/tests/
Android.mk 43 # Build the test APK using its own makefile, and any other CTS-related packages
  /frameworks/av/services/audioflinger/
Android.mk 30 # uncomment for debugging timing problems related to StateQueue::push()
  /device/asus/grouper/
BoardConfigCommon.mk 45 # Wifi related defines
  /external/ant-glob/
NOTICE 209 related items) is being provided by the copyright holders under the following
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableCellElement07.js 78 The axis attribute specifies the names group of related headers for table
HTMLTableCellElement08.js 78 The axis attribute specifies the names group of related headers for table
table20.js 78 Names group of related headers.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableCellElement07.js 78 The axis attribute specifies the names group of related headers for table
HTMLTableCellElement08.js 78 The axis attribute specifies the names group of related headers for table
table20.js 78 Names group of related headers.
  /external/v8/test/mjsunit/
elements-transition-hoisting.js 66 // Make sure that non-element related map checks that are not preceded by
88 // Make sure that non-element related map checks do NOT get hoisted if they
115 // Make sure that non-element related map checks do get hoisted if they use
math-abs.js 95 // Test in a loop to cover the custom IC and GC-related issues.
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 965 var related = null;
968 case 'mouseover': related = event.relatedTarget || event.fromElement; break;
969 case 'mouseout': related = event.relatedTarget || event.toElement;
972 while (related && related.nodeType == 3) related = related.parentNode;
974 }).create({attempt: Browser.Engine.gecko})()) related = false;
988 relatedTarget: related,
    [all...]
  /external/v8/test/mjsunit/compiler/
math-floor-global.js 142 // Test in a loop to cover the custom IC and GC-related issues.
math-floor-local.js 142 // Test in a loop to cover the custom IC and GC-related issues.

Completed in 650 milliseconds

1 2 3