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

  /external/webkit/WebCore/platform/graphics/android/
PlatformGraphicsContext.h 38 class Container {
40 Container(WebCore::Node* node, const WebCore::IntRect& r)
46 ~Container()
51 Container& operator=(const Container& src)
65 Container(const Container& src)
148 PlatformGraphicsContext(SkCanvas* canvas, WTF::Vector<Container>* buttons);
154 // If our graphicscontext has a button list, add a new container for the
160 WTF::Vector<Container>* m_buttons
    [all...]
  /external/chromium/base/
stack_container_unittest.cc 38 EXPECT_EQ(static_cast<size_t>(stack_size), vect.container().capacity());
40 vect.container().push_back(i);
41 EXPECT_EQ(stack_buffer, &vect.container()[0]);
47 vect.container().push_back(i + stack_size);
48 EXPECT_NE(stack_buffer, &vect.container()[0]);
54 EXPECT_EQ(i, vect.container()[i]);
60 vect.container().resize(stack_size);
61 vect.container().reserve(stack_size * 2);
67 std::vector<int, StackAllocator<int, stack_size> > other(vect.container());
77 typedef Vector::ContainerType Container;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
GeneralUtil.h 54 TI_HANDLE Container;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
GeneralUtil.h 55 TI_HANDLE Container;
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
GeneralUtil.h 54 TI_HANDLE Container;
  /external/stlport/test/unit/
map_test.cpp 339 typedef map<Key, int, KeyCmp> Container;
340 typedef Container::value_type value;
341 Container cont;
356 Container const& ccont = cont;
364 typedef map<Key*, int, KeyCmpPtr> Container;
365 typedef Container::value_type value;
366 Container cont;
381 Container const& ccont = cont;
388 typedef multimap<Key, int, KeyCmp> Container;
389 typedef Container::value_type value
    [all...]
unordered_test.cpp 389 //We are going to add at least 20 values, to get a stable hash container while doing that
406 //Now we put some more elements until hash container is resized:
418 // Now we remove some elements until hash container is resized:
452 cout << "Hash container dump: Nb elems: " << hum.size() << ", Nb buckets: " << hum.bucket_count() << "\n";
572 typedef unordered_set<Key, KeyHash, KeyEqual> Container;
573 Container cont;
586 Container const& ccont = cont;
593 typedef unordered_set<Key*, KeyHashPtr, KeyEqualPtr> Container;
594 Container cont;
607 Container const& ccont = cont
    [all...]
  /ndk/sources/android/stlport/test/unit/
map_test.cpp 339 typedef map<Key, int, KeyCmp> Container;
340 typedef Container::value_type value;
341 Container cont;
356 Container const& ccont = cont;
364 typedef map<Key*, int, KeyCmpPtr> Container;
365 typedef Container::value_type value;
366 Container cont;
381 Container const& ccont = cont;
388 typedef multimap<Key, int, KeyCmp> Container;
389 typedef Container::value_type value
    [all...]
unordered_test.cpp 389 //We are going to add at least 20 values, to get a stable hash container while doing that
406 //Now we put some more elements until hash container is resized:
418 // Now we remove some elements until hash container is resized:
452 cout << "Hash container dump: Nb elems: " << hum.size() << ", Nb buckets: " << hum.bucket_count() << "\n";
572 typedef unordered_set<Key, KeyHash, KeyEqual> Container;
573 Container cont;
586 Container const& ccont = cont;
593 typedef unordered_set<Key*, KeyHashPtr, KeyEqualPtr> Container;
594 Container cont;
607 Container const& ccont = cont
    [all...]
  /frameworks/base/core/java/android/widget/
ZoomButtonsController.java 59 * client access to the zoom controls container, allowing for additional
99 * The container that is added as a window.
109 * the touch down hits the container. It will be reset on the touch up.
127 /** Whether the container has been added to the window manager. */
256 FrameLayout container = new Container(mContext); local
257 container.setLayoutParams(lp);
258 container.setMeasureAllChildren(true);
262 inflater.inflate(com.android.internal.R.layout.zoom_container, container);
264 mControls = (ZoomControls) container.findViewById(com.android.internal.R.id.zoomControls)
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]
  /external/jdiff/
xerces.jar 

Completed in 183 milliseconds