HomeSort by relevance Sort by last modified time
    Searched full:relations (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /external/llvm/test/Analysis/CFLAliasAnalysis/
simple.ll 1 ; This testcase consists of alias relations which should be completely
const-expr-gep.ll 1 ; This testcase consists of alias relations which should be completely
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
StatementParser.java 96 JSONArray relations = statement.optJSONArray(Utils.ASSET_DESCRIPTOR_FIELD_RELATION); local
97 if (relations == null) {
103 for (int i = 0; i < relations.length(); i++) {
105 .create(source, target, Relation.create(relations.getString(i))));
  /external/autotest/contrib/
modelviz.py 72 {% for relation in model.relations %}
128 'relations': []
146 # relations
154 if _rel not in model['relations']:
155 model['relations'].append(_rel)
  /external/llvm/test/Analysis/BasicAA/
2003-11-04-SimpleCases.ll 1 ; This testcase consists of alias relations which should be completely
2003-12-11-ConstExprGEP.ll 1 ; This testcase consists of alias relations which should be completely
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
dv-imply.s 2 // Test various implies relations
  /external/bison/src/
relation.h 1 /* Binary relations.
relation.c 1 /* Binary relations.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
RelationDataItem.java 49 // Relations can have different types (assistant, father) but have the same name
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
assert.hpp 99 enum relations { equal = 1, not_equal, greater, greater_equal, less, less_equal }; enum in struct:assert_
130 template< assert_::relations r, long x, long y > struct assert_relation {};
203 template< assert_::relations r, long x, long y >
266 boost::mpl::assert_::relations( sizeof( \
289 boost::mpl::assert_::relations(BOOST_PP_CAT(mpl_assert_rel,counter)) \
  /external/e2fsprogs/misc/
mke2fs.conf.5.in 21 which contains further relations or subsections.
62 Some relations expect a boolean value. The parser is quite liberal on
73 Contains relations which define the default parameters
81 Contains relations which define defaults that should be used for specific
88 The following relations are defined in the
324 relations. It may be overridden by the
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
PolynomialsUtils.java 86 * They can be defined by the following recurrence relations:
110 * They can be defined by the following recurrence relations:
137 * They can be defined by the following recurrence relations:
164 * They can be defined by the following recurrence relations:
  /external/clang/include/clang/AST/
ParentMap.h 27 /// \brief Adds and/or updates the parent/child-relations of the complete
  /external/e2fsprogs/e2fsck/
profile_helpers.c 8 * list of sections or relations, or accessing multiple values from a
214 * This function will return the list of the names of relations in the
e2fsck.conf.5.in 21 which contains further relations or subsections.
80 The following relations are defined in the
231 The value of the tag is a subsection where the relations in that
293 The following relations are defined in the
326 relations in the
  /external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.cpp 37 // check: just check for relations between the values on corresponding arms.
52 // as efficient check: just check for relations between the values on
  /external/libxml2/doc/
buildDocBookCatalog 309 "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN" \
324 "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN" \
348 "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN" \
  /external/autotest/frontend/afe/
admin.py 249 """Save many-to-many relations between host and labels."""
251 # handled many-to-many relations.
model_logic.py 529 This mapping tells that algorithm which relations to follow explicitly.
    [all...]
  /external/autotest/frontend/
db_router.py 97 Allow relations only if either both are in tko_ tables or none is.
  /prebuilts/go/darwin-x86/src/go/types/
selection.go 32 // the following relations exist:
  /prebuilts/go/linux-x86/src/go/types/
selection.go 32 // the following relations exist:
  /external/libcxx/include/experimental/
type_traits 156 // See C++14 20.10.6, type relations
389 // C++14 20.10.6, type relations
  /external/compiler-rt/lib/tsan/rtl/
tsan_libdispatch_mac.cc 151 // establish a proper happens-before relations between the initialization and

Completed in 907 milliseconds

1 2 3 4 5 6 7