HomeSort by relevance Sort by last modified time
    Searched full:relation (Results 51 - 75 of 915) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/jetty/src/java/org/eclipse/jetty/jmx/
MBeanContainer.java 215 Container.Relationship relation = (Relationship)r; local
216 relation.getContainer().update(relation.getParent(), relation.getChild(), null, relation.getRelationship(), true);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_stack.h 235 * This is an equivalence relation. Complexity and semantics
237 * are: this relation is linear in the size of the sequences, and
247 * @brief Stack ordering relation.
252 * This is an total ordering relation. Complexity and semantics
254 * are: this relation is linear in the size of the sequences, the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_stack.h 235 * This is an equivalence relation. Complexity and semantics
237 * are: this relation is linear in the size of the sequences, and
247 * @brief Stack ordering relation.
252 * This is an total ordering relation. Complexity and semantics
254 * are: this relation is linear in the size of the sequences, the
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_stack.h 235 * This is an equivalence relation. Complexity and semantics
237 * are: this relation is linear in the size of the sequences, and
247 * @brief Stack ordering relation.
252 * This is an total ordering relation. Complexity and semantics
254 * are: this relation is linear in the size of the sequences, the
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_stack.h 235 * This is an equivalence relation. Complexity and semantics
237 * are: this relation is linear in the size of the sequences, and
247 * @brief Stack ordering relation.
252 * This is an total ordering relation. Complexity and semantics
254 * are: this relation is linear in the size of the sequences, the
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
BaseAccountType.java 32 import android.provider.ContactsContract.CommonDataKinds.Relation;
146 return new EditType(type, Relation.getTypeLabelResource(type));
588 return Relation.getTypeLabelResource(type == null ? Relation.TYPE_CUSTOM : type);
    [all...]
  /external/valgrind/auxprogs/
DotToScc.hs 114 search relation (visited, sequence) vertex
119 = deDepthFirstSearch relation
121 (relation vertex)
136 search relation (visited, utSetSequence) vertex
141 = deDepthFirstSearch relation
143 (relation vertex)
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
RC5ParameterSpecTest.java 227 assertTrue("The equivalence relation should be reflexive.",
233 assertTrue("The equivalence relation should be symmetric.",
240 assertTrue("The equivalence relation should be transitive.",
SecretKeySpecTest.java 237 assertTrue("The equivalence relation should be reflexive.",
243 assertTrue("The equivalence relation should be symmetric.",
249 assertTrue("The equivalence relation should be transitive.",
  /external/llvm/test/Transforms/LoopRotate/
crash.ll 33 %struct.relation = type { [4 x i16], i32, [4 x i16], i32, i32 }
45 %r91.0.lcssa = phi %struct.relation* [ null, %bb139 ] ; <%struct.relation*> [#uses=0]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
SecretKeySpecTest.java 236 assertTrue("The equivalence relation should be reflexive.",
242 assertTrue("The equivalence relation should be symmetric.",
248 assertTrue("The equivalence relation should be transitive.",
  /libcore/luni/src/test/java/tests/security/cert/
X509CRLTest.java 214 assertTrue("The equivalence relation should be reflexive.",
220 assertTrue("The equivalence relation should be symmetric.",
226 assertTrue("The equivalence relation should be transitive.",
  /art/test/004-checker-UnsafeTest18/src/
Main.java 261 // the fork(), which means there is no happens-before relation in the Java memory model
262 // with respect to the read in the threads. This relation is enforced by the memory fences
284 // m.l after the fork(), which means there is no happens-before relation in the Java memory
285 // model with respect to the read in the threads. This relation is enforced by the memory fences
  /external/netperf/
README.aix 23 that a "PMR" 34940,212,848 has been submitted to IBM in relation to
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/spi/
LoggerRepository.java 25 * <code>Loggers</code>. The relation between loggers in a repository
  /external/valgrind/VEX/test/
rounderr.c 43 /* Compute the arithmetic mean of a dataset using the recurrence relation
  /frameworks/base/core/java/android/hardware/display/
DisplayViewport.java 45 // The relation between logical and physical frame defines how the coordinate system
  /frameworks/base/media/java/android/media/
MediaTimestamp.java 55 * Get the rate of the media clock in relation to the system time.
  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntry.h 26 * of the hash table which has no relation to mcld::HashEntry
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryListInterfaceState.java 28 * situations where views are renewed with little relation with user interaction. For example,
  /bionic/libc/bionic/
pthread_barrier.cpp 110 // We establish this by making a happens-before relation between all threads entering the barrier
111 // with the last thread entering the barrier, and a happens-before relation between the last
  /external/bison/src/
Makefile.am 60 relation.c relation.h \
  /frameworks/base/docs/html/guide/topics/resources/
icu4j-framework.jd 10 <li><a href="#relation">Relationship to ICU4J</a></li>
53 <h2 id="relation">Relationship to ICU4J</h2>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se15_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.5.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.javase16_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
JavaSE-1.6.zip 

Completed in 1084 milliseconds

1 23 4 5 6 7 8 91011>>