HomeSort by relevance Sort by last modified time
    Searched full:relation (Results 276 - 300 of 1162) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Transforms/Utils/
LoopVersioning.cpp 166 // We need to turn the no-alias relation between pointer checking groups into
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
scev-aa.ll 90 ; prove whether n will be greater than 1, so that relation will always
  /external/v8/src/compiler/
escape-analysis-reducer.cc 112 // node is not in a sub-type relation to the type of the the {original} node.
  /external/v8/src/regexp/
jsregexp.h 858 enum Relation { LT, GEQ };
859 Guard(int reg, Relation op, int value)
864 Relation op() { return op_; }
869 Relation op_;
    [all...]
  /external/valgrind/docs/html/
hg-manual.html 384 "happens-before relation". Once you understand the happens-before
385 relation, it is easy to see how Helgrind finds races in your code.
386 Fortunately, the happens-before relation is itself easy to understand,
458 two accesses are ordered by the happens-before relation. If so,
460 <p>It is important to understand that the happens-before relation
477 threads are ordered by the happens-before relation? It means that
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_interface.h 114 * This parameter can take any value. The relation
  /frameworks/base/core/java/org/apache/http/params/
HttpConnectionParams.java 37 * Note that the <i>implements</i> relation to {@link CoreConnectionPNames}
  /libcore/ojluni/src/main/java/sun/misc/
FpUtils.java 292 * Returns {@code true} if the unordered relation holds
295 * greater than the other. For the unordered relation to be true,
308 * Returns {@code true} if the unordered relation holds
311 * greater than the other. For the unordered relation to be true,
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 64 import android.provider.ContactsContract.CommonDataKinds.Relation;
351 Relation.CONTENT_ITEM_TYPE,
1733 final RelationDataItem relation = (RelationDataItem) dataItem; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 175 /// preserve the relation between related(or even equivalent) expressions, so
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 175 /// preserve the relation between related(or even equivalent) expressions, so
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 175 /// preserve the relation between related(or even equivalent) expressions, so
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 175 /// preserve the relation between related(or even equivalent) expressions, so
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 175 /// preserve the relation between related(or even equivalent) expressions, so
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 175 /// preserve the relation between related(or even equivalent) expressions, so
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 175 /// preserve the relation between related(or even equivalent) expressions, so
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 175 /// preserve the relation between related(or even equivalent) expressions, so
  /prebuilts/go/darwin-x86/src/sync/
pool.go 112 // Callers should not assume any relation between values passed to Put and
  /prebuilts/go/linux-x86/src/sync/
pool.go 112 // Callers should not assume any relation between values passed to Put and
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidNature.java 132 // the android builders in relation to the java builder.
  /system/libufdt/
ufdt_convert.c 175 * these relation in "/aliases" node.
  /external/guava/guava/src/com/google/common/collect/
ImmutableSortedMultiset.java 51 * are equivalent. Instead, with an explicit comparator, the following relation determines whether
58 * <p>With natural ordering of elements, the following relation determines whether two elements are
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CodeMangler.java 681 * 'key' is the portion before the relation (or final word). 'rel' is
682 * the relation, if present, either == or !=. 'value' is the final
    [all...]
  /external/jsr305/javadoc/javax/annotation/meta/
When.html 146 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nothing definitive is known about the relation between S and T</TD>
224 <DD>nothing definitive is known about the relation between S and T

Completed in 838 milliseconds

<<11121314151617181920>>