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

1 2 3 4 5 6 7 8 9

  /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 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);
DependencyAnalysis.cpp 61 PA.related(Ptr, Op, DL))
108 PA.related(Ptr, Op, DL))
119 PA.related(Op, Ptr, DL);
126 if (IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA.related(Ptr, Op, DL))
  /external/v8/build/
build-ctags.sh 10 Debian or a related flavor of Linux, you may want to try running
  /libcore/
Docs.mk 26 # List of libcore-related javadoc source files
28 # NOTE: Because libcore-related source spans modules (not just libcore!), files names here are
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
diffexp-ovwr.s 4 ; a non-immediate-constant value (related to "False broken words").
  /packages/apps/TV/tests/input/
Android.mk 9 # Overlay view related functionality requires system APIs.
  /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);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-crx-suffix.d 3 #name: x86-64 (ILP32) control register related opcodes (with suffixes)
x86-64-crx.d 3 #name: x86-64 (ILP32) control register related opcodes
x86-64-drx-suffix.d 3 #name: x86-64 (ILP32) debug register related opcodes (with suffixes)
x86-64-drx.d 3 #name: x86-64 (ILP32) debug register related opcodes
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-crx-suffix.d 2 #name: x86-64 control register related opcodes (with suffixes)
x86-64-crx.d 2 #name: x86-64 control register related opcodes
x86-64-drx-suffix.d 2 #name: x86-64 debug register related opcodes (with suffixes)
x86-64-drx.d 2 #name: x86-64 debug register related opcodes
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
gc-got-relocs.d 8 # Executable with got related relocs against global sysmbol gced.
gc-plt-relocs.d 8 # Shared object with plt related relocs against global symbol
gc-tls-relocs.d 9 # Executable with tls related relocs against global and local symbol gced.
  /external/autotest/contrib/
modelviz.py 45 from django.db.models.fields.related import \
  /external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/
encoders.py 115 """Collect params related to the data series."""
160 """Collect params related to our various axes (x, y, right-hand)."""
193 """Collect params related to grid lines."""
393 """Collect params related to the data series."""
  /frameworks/base/services/core/java/com/android/server/clipboard/
ClipboardService.java 175 List<UserInfo> related = getRelatedProfiles(userId); local
176 if (related != null) {
177 int size = related.size();
178 if (size > 1) { // Related profiles list include the current profile.
186 // Copy clip data to related users if allowed. If disallowed, then remove
187 // primary clip in related users to prevent pasting stale content.
191 // We want to fix the uris of the related user's clip without changing the
202 int id = related.get(i).id;
213 final List<UserInfo> related; local
216 related = mUm.getProfiles(userId, true)
    [all...]
  /packages/apps/Browser2/test/resources/
js-test.js 22 // also check for childNodes, an arbitrary DOM-related object that is
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
orph-d-awp.d 10 # section, and contents and symbols and related relocations would be

Completed in 1521 milliseconds

1 2 3 4 5 6 7 8 9