HomeSort by relevance Sort by last modified time
    Searched full:sel1 (Results 1 - 4 of 4) sorted by null

  /external/clang/test/SemaObjC/
arc-peformselector.m 15 SEL sel1;
28 return [self performSelector : sel1]; // expected-warning {{performSelector may cause a leak because its selector is unknown}} \
  /external/apache-harmony/nio/src/test/java/unix/org/apache/harmony/nio/tests/java/nio/channels/
UnixSelectorTest.java 75 Selector sel1 = Selector.open(); local
79 serverChannel.register(sel1, SelectionKey.OP_ACCEPT);
86 assertEquals(0, sel1.select(100));
  /external/webkit/Source/WebCore/css/
CSSSelector.cpp 543 const CSSSelector* sel1 = this; local
546 while (sel1 && sel2) {
547 if (sel1->m_tag != sel2->m_tag || sel1->attribute() != sel2->attribute() ||
548 sel1->relation() != sel2->relation() || sel1->m_match != sel2->m_match ||
549 sel1->value() != sel2->value() ||
550 sel1->pseudoType() != sel2->pseudoType() ||
551 sel1->argument() != sel2->argument())
553 sel1 = sel1->tagHistory()
    [all...]
  /external/llvm/test/CodeGen/Mips/
select.ll 6 define i32 @sel1(i32 %s, i32 %f0, i32 %f1) nounwind readnone {

Completed in 3392 milliseconds