HomeSort by relevance Sort by last modified time
    Searched refs:myobj (Results 1 - 6 of 6) sorted by null

  /external/libchrome/base/strings/
stringize_macros_unittest.cc 11 #define PREPROCESSOR_UTIL_UNITTEST_B(x) myobj->FunctionCall(x)
26 EXPECT_STREQ("myobj->FunctionCall(y)",
  /external/webrtc/webrtc/system_wrappers/source/
stringize_macros_unittest.cc 17 #define PREPROCESSOR_UTIL_UNITTEST_B(x) myobj->FunctionCall(x)
32 EXPECT_STREQ("myobj->FunctionCall(y)",
  /external/nist-sip/java/gov/nist/core/
GenericObjectList.java 409 Object myobj = myIterator.next(); local
414 if (myobj.equals(hisobj))
427 Object myobj = myIterator.next(); local
428 if (hisobj.equals(myobj))
454 Object myobj = null; local
457 myobj = myIterator.next();
458 if (myobj instanceof GenericObject)
460 + ((GenericObject) myobj).encode());
461 if (GenericObject.isMySubclass(myobj.getClass())
462 && ((GenericObject) myobj).match(hisobj)
    [all...]
  /external/python/cpython2/Lib/test/
test_slice.py 134 class myobj(): pass class in function:SliceTest.test_cycle
135 o = myobj()
  /external/python/cpython3/Lib/test/
test_slice.py 246 class myobj(): pass class in function:SliceTest.test_cycle
247 o = myobj()
test_set.py 631 myobj = TestRichSetCompare()
632 myset < myobj
633 self.assertTrue(myobj.gt_called)
635 myobj = TestRichSetCompare()
636 myset > myobj
637 self.assertTrue(myobj.lt_called)
639 myobj = TestRichSetCompare()
640 myset <= myobj
641 self.assertTrue(myobj.ge_called)
643 myobj = TestRichSetCompare(
    [all...]

Completed in 109 milliseconds