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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
pcrel-relocs.s 2 ;;; related with branch instructions
plt-relocs.s 2 ;;; related with branch instructions
  /packages/apps/TV/partner_support/sample_customization/
Android.mk 8 # Overlay view related functionality requires system APIs.
  /external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.cpp 40 return related(A->getTrueValue(), SB->getTrueValue(), DL) ||
41 related(A->getFalseValue(), SB->getFalseValue(), DL);
44 return related(A->getTrueValue(), B, DL) ||
45 related(A->getFalseValue(), B, DL);
57 if (related(A->getIncomingValue(i),
66 if (UniqueSrc.insert(PV1).second && related(PV1, B, DL))
163 bool ProvenanceAnalysis::related(const Value *A, const Value *B, function in class:ProvenanceAnalysis
ProvenanceAnalysis.h 49 /// potentially be related.
71 bool related(const Value *A, const Value *B, const DataLayout &DL);
  /prebuilts/go/darwin-x86/src/image/internal/imageutil/
imageutil.go 7 // Package imageutil contains code shared by image-related packages.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/secure/
doc.go 7 // secure is a repository of text security related packages.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug092.go 19 gri: array size matters, possibly related to stack overflow check?
issue10253.go 7 // issue 10253: cmd/7g: bad codegen, probably regopt related
issue15838.go 7 // Test cases for issue #15838, and related failures.
issue18149.go 9 // (For a related issue, see test/fixedbugs/bug305.go)
  /prebuilts/go/linux-x86/src/image/internal/imageutil/
imageutil.go 7 // Package imageutil contains code shared by image-related packages.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/secure/
doc.go 7 // secure is a repository of text security related packages.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug092.go 19 gri: array size matters, possibly related to stack overflow check?
issue10253.go 7 // issue 10253: cmd/7g: bad codegen, probably regopt related
issue15838.go 7 // Test cases for issue #15838, and related failures.
issue18149.go 9 // (For a related issue, see test/fixedbugs/bug305.go)
  /compatibility/cdd/6_dev-tools-and-options/
6_2_developer_options.md 4 development-related settings.
11 intent to show application development-related settings. The upstream Android
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
diffexp-ovwr.s 4 ; a non-immediate-constant value (related to "False broken words").
  /hardware/interfaces/tests/bar/1.0/
IImportRules.hal 44 rule2a(Unrelated related);
  /packages/apps/TV/partner_support/samples/
Android.mk 24 # Overlay view related functionality requires system APIs.
  /packages/apps/TV/tests/input/
Android.mk 9 # Overlay view related functionality requires system APIs.
  /prebuilts/go/darwin-x86/test/
escape3.go 7 // Test the run-time behavior of escape analysis-related optimizations.
  /prebuilts/go/linux-x86/test/
escape3.go 7 // Test the run-time behavior of escape analysis-related optimizations.
  /external/guava/guava-testlib/src/com/google/common/testing/
RelationshipTester.java 76 // check related items in same group
102 T related = relatedInfo.value; local
104 equivalence.equivalent(item, related));
107 int relatedHash = equivalence.hash(related);

Completed in 1034 milliseconds

1 2 3 4 5 6 7 8 91011>>