HomeSort by relevance Sort by last modified time
    Searched full:relation (Results 76 - 100 of 782) sorted by null

1 2 34 5 6 7 8 91011>>

  /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,
  /external/bison/src/
Makefile.am 60 relation.c relation.h \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_queue.h 259 * This is an equivalence relation. Complexity and semantics depend on the
260 * underlying sequence type, but the expected rules are: this relation is
270 * @brief Queue ordering relation.
275 * This is an total ordering relation. Complexity and semantics
277 * are: this relation is linear in the size of the sequences, the
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_queue.h 259 * This is an equivalence relation. Complexity and semantics depend on the
260 * underlying sequence type, but the expected rules are: this relation is
270 * @brief Queue ordering relation.
275 * This is an total ordering relation. Complexity and semantics
277 * are: this relation is linear in the size of the sequences, the
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_queue.h 259 * This is an equivalence relation. Complexity and semantics depend on the
260 * underlying sequence type, but the expected rules are: this relation is
270 * @brief Queue ordering relation.
275 * This is an total ordering relation. Complexity and semantics
277 * are: this relation is linear in the size of the sequences, the
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp 164 if (context.selector->relation() != CSSSelector::SubSelector) {
241 CSSSelector::Relation relation = context.selector->relation(); local
244 if (!context.isSubSelector && (context.element->isLink() || (relation != CSSSelector::Descendant && relation != CSSSelector::Child)))
249 switch (relation) {
1102 CSSSelector::Relation relation = current->relation(); local
    [all...]