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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_pickling.py 9 init_called = 0 variable in class:X
11 X.init_called += 1
35 X.init_called = 0
39 self.assertEqual(X.init_called, 1)
44 self.assertEqual(X.init_called, 1)
test_frombuffer.py 8 init_called = False variable in class:X
19 self.assertFalse(y.init_called)
52 self.assertFalse(y.init_called)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_pickling.py 9 init_called = 0 variable in class:X
11 X.init_called += 1
35 X.init_called = 0
39 self.assertEqual(X.init_called, 1)
44 self.assertEqual(X.init_called, 1)
test_frombuffer.py 8 init_called = False variable in class:X
19 self.assertFalse(y.init_called)
52 self.assertFalse(y.init_called)
  /external/chromium_org/components/storage_monitor/
test_storage_monitor.h 62 bool init_called() const { return init_called_; } function in class:storage_monitor::TestStorageMonitor
storage_monitor_unittest.cc 26 EXPECT_FALSE(monitor.init_called());
30 EXPECT_TRUE(monitor.init_called());
  /external/openssl/crypto/conf/
conf_mod.c 351 int init_called = 0; local
371 init_called = 1;
400 if (pmod->finish && init_called)

Completed in 409 milliseconds