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

  /external/webrtc/webrtc/base/
sigslottester_unittest.cc 23 SigslotTester1<int, int> slot1(&source1, &capture1);
24 EXPECT_EQ(0, slot1.callback_count());
27 EXPECT_EQ(1, slot1.callback_count());
31 EXPECT_EQ(2, slot1.callback_count());
58 SigslotTester1<const std::string&, std::string> slot1(&source1, &capture1);
59 EXPECT_EQ(0, slot1.callback_count());
61 EXPECT_EQ(1, slot1.callback_count());
68 SigslotTester1<const std::string*, const std::string*> slot1(&source1,
70 EXPECT_EQ(0, slot1.callback_count());
72 EXPECT_EQ(1, slot1.callback_count())
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/slot/
slot.hpp 22 # define BOOST_PP_ASSIGN_SLOT_1 <boost/preprocessor/slot/detail/slot1.hpp>
  /external/v8/test/cctest/interpreter/
test-bytecode-generator.cc 883 FeedbackVectorSlot slot1 = feedback_spec.AddLoadICSlot(); local
890 int wide_idx_1 = vector->GetIndex(slot1) - 2;
891 int wide_idx_2 = vector->GetIndex(slot1) - 2;
892 int wide_idx_3 = vector->GetIndex(slot1) - 2;
893 int wide_idx_4 = vector->GetIndex(slot1) - 2;
903 B(LoadICSloppy), R(0), U8(0), U8(vector->GetIndex(slot1)), //
915 B(LoadICSloppy), R(0), U8(0), U8(vector->GetIndex(slot1)), //
928 B(KeyedLoadICSloppy), R(0), U8(vector->GetIndex(slot1)), //
940 B(KeyedLoadICSloppy), R(0), U8(vector->GetIndex(slot1)), //
952 B(LoadICSloppy), R(1), U8(0), U8(vector->GetIndex(slot1)), //
1110 FeedbackVectorSlot slot1 = feedback_spec.AddStoreICSlot(); local
1374 FeedbackVectorSlot slot1 = feedback_spec.AddCallICSlot(); local
1710 FeedbackVectorSlot slot1 = feedback_spec.AddCallICSlot(); local
3439 FeedbackVectorSlot slot1 = feedback_spec.AddCallICSlot(); local
3531 FeedbackVectorSlot slot1 = feedback_spec.AddKeyedStoreICSlot(); local
3675 FeedbackVectorSlot slot1 = feedback_spec.AddStoreICSlot(); local
4227 FeedbackVectorSlot slot1 = feedback_spec.AddGeneralSlot(); local
4607 FeedbackVectorSlot slot1 = feedback_spec.AddLoadICSlot(); local
4838 FeedbackVectorSlot slot1 = feedback_spec.AddLoadICSlot(); local
4921 FeedbackVectorSlot slot1 = feedback_spec.AddLoadICSlot(); local
5034 FeedbackVectorSlot slot1 = feedback_spec.AddLoadICSlot(); local
6427 FeedbackVectorSlot slot1 = feedback_spec.AddLoadICSlot(); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_weakref.py 848 __slots__ = "slot1", "slot2"
849 def __new__(type, ob, callback, slot1, slot2):
851 def __init__(self, ob, callback, slot1, slot2):
852 self.slot1 = slot1
855 return self.slot1 + self.slot2
858 self.assertEqual(r.slot1, "abc")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_weakref.py 848 __slots__ = "slot1", "slot2"
849 def __new__(type, ob, callback, slot1, slot2):
851 def __init__(self, ob, callback, slot1, slot2):
852 self.slot1 = slot1
855 return self.slot1 + self.slot2
858 self.assertEqual(r.slot1, "abc")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 848 __slots__ = "slot1", "slot2"
849 def __new__(type, ob, callback, slot1, slot2):
851 def __init__(self, ob, callback, slot1, slot2):
852 self.slot1 = slot1
855 return self.slot1 + self.slot2
858 self.assertEqual(r.slot1, "abc")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py 848 __slots__ = "slot1", "slot2"
849 def __new__(type, ob, callback, slot1, slot2):
851 def __init__(self, ob, callback, slot1, slot2):
852 self.slot1 = slot1
855 return self.slot1 + self.slot2
858 self.assertEqual(r.slot1, "abc")
    [all...]
  /external/v8/test/webkit/fast/js/
Object-defineProperty.js 213 Object.defineProperty(anObj, 'slot1', {value: 'foo', enumerable: true});
217 shouldBe("anObj.slot1", '"foo"');
220 shouldBeTrue("anObj.propertyIsEnumerable('slot1')");
  /external/v8/test/cctest/heap/
test-heap.cc 3635 int slot1 = 0; local
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 503 milliseconds