HomeSort by relevance Sort by last modified time
    Searched refs:container (Results 1 - 25 of 571) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/oprofile/libutil++/
growable_vector.h 33 if (index >= container.size())
35 return container[index];
45 if (index >= container.size())
46 container.resize(index + 1);
47 return container[index];
55 if (rhs.container.size() > container.size())
56 container.resize(rhs.container.size());
58 size_type min_size = min(container.size(), rhs.container.size())
102 container_type container; member in class:growable_vector
    [all...]
sparse_array.h 29 typename container_type::const_iterator it = container.find(index);
30 if (it != container.end())
42 return container[index];
50 typename container_type::const_iterator it = rhs.container.begin();
51 typename container_type::const_iterator it_end = rhs.container.end();
53 container[it->first] += it->second;
64 typename container_type::const_iterator it = rhs.container.begin();
65 typename container_type::const_iterator it_end = rhs.container.end();
67 container[it->first] -= it->second;
78 if (container.size() == 0
97 container_type container; member in class:sparse_array
    [all...]
  /external/freetype/src/cff/
cffpic.c 50 CffModulePIC* container = (CffModulePIC*)pic_container->cff; local
51 if(container->cff_services)
52 FT_Destroy_Class_cff_services(library, container->cff_services);
53 container->cff_services = NULL;
54 if(container->cff_field_handlers)
55 FT_Destroy_Class_cff_field_handlers(library, container->cff_field_handlers);
56 container->cff_field_handlers = NULL;
57 FT_FREE( container );
68 CffModulePIC* container; local
72 /* allocate pointer, clear and set global container pointer *
    [all...]
  /external/freetype/src/sfnt/
sfntpic.c 47 sfntModulePIC* container = (sfntModulePIC*)pic_container->sfnt; local
48 if(container->sfnt_services)
49 FT_Destroy_Class_sfnt_services(library, container->sfnt_services);
50 container->sfnt_services = NULL;
51 if(container->tt_cmap_classes)
52 FT_Destroy_Class_tt_cmap_classes(library, container->tt_cmap_classes);
53 container->tt_cmap_classes = NULL;
54 FT_FREE( container );
65 sfntModulePIC* container; local
69 /* allocate pointer, clear and set global container pointer *
    [all...]
  /external/freetype/src/autofit/
afpic.c 58 AFModulePIC* container; local
62 /* allocate pointer, clear and set global container pointer */
63 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
65 FT_MEM_SET( container, 0, sizeof ( *container ) );
66 pic_container->autofit = container;
72 container->af_script_classes[ss] =
73 &container->af_script_classes_rec[ss];
75 container->af_script_classes[AF_SCRIPT_CLASSES_COUNT - 1] = NULL
    [all...]
  /external/freetype/src/truetype/
ttpic.c 39 TTModulePIC* container = (TTModulePIC*)pic_container->truetype; local
40 if(container->tt_services)
41 FT_Destroy_Class_tt_services(library, container->tt_services);
42 container->tt_services = NULL;
43 FT_FREE( container );
54 TTModulePIC* container; local
58 /* allocate pointer, clear and set global container pointer */
59 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
61 FT_MEM_SET( container, 0, sizeof(*container) )
    [all...]
  /external/freetype/src/psnames/
pspic.c 38 PSModulePIC* container = (PSModulePIC*)pic_container->psnames; local
39 if(container->pscmaps_services)
40 FT_Destroy_Class_pscmaps_services(library, container->pscmaps_services);
41 container->pscmaps_services = NULL;
42 FT_FREE( container );
53 PSModulePIC* container; local
57 /* allocate pointer, clear and set global container pointer */
58 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
60 FT_MEM_SET( container, 0, sizeof(*container) )
    [all...]
  /external/freetype/src/base/
basepic.c 55 BasePIC* container; local
58 /* allocate pointer, clear and set global container pointer */
59 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
61 FT_MEM_SET( container, 0, sizeof(*container) );
62 pic_container->base = container;
70 FT_Init_Class_ft_outline_glyph_class(&container->ft_outline_glyph_class);
71 FT_Init_Class_ft_bitmap_glyph_class(&container->ft_bitmap_glyph_class);
  /external/chromium/testing/gtest/test/
gtest-typed-test_test.h 53 TypeParam container; local
57 TypeParam container; local
58 EXPECT_EQ(0U, container.size());
  /external/gtest/test/
gtest-typed-test_test.h 53 TypeParam container; local
57 TypeParam container; local
58 EXPECT_EQ(0, container.size());
  /external/protobuf/gtest/test/
gtest-typed-test_test.h 53 TypeParam container; local
57 TypeParam container; local
58 EXPECT_EQ(0U, container.size());
  /frameworks/support/v4/java/android/support/v4/view/
PagerAdapter.java 91 * @param container The containing View which is displaying this adapter's
94 public void startUpdate(ViewGroup container) {
95 startUpdate((View) container);
100 * for adding the view to the container given here, although it only
104 * @param container The containing View in which the page will be shown.
107 * need to be a View, but can be some other container of the page.
109 public Object instantiateItem(ViewGroup container, int position) {
110 return instantiateItem((View) container, position);
115 * for removing the view from its container, although it only must ensure
118 * @param container The containing View from which the page will be removed
    [all...]
  /external/freetype/src/raster/
rastpic.c 36 RasterPIC* container = (RasterPIC*)pic_container->raster; local
37 if(--container->ref_count)
39 FT_FREE( container );
50 RasterPIC* container; local
62 /* allocate pointer, clear and set global container pointer */
63 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
65 FT_MEM_SET( container, 0, sizeof(*container) );
66 pic_container->raster = container;
    [all...]
  /external/freetype/src/smooth/
ftspic.c 36 SmoothPIC* container = (SmoothPIC*)pic_container->smooth; local
37 if(--container->ref_count)
39 FT_FREE( container );
50 SmoothPIC* container; local
62 /* allocate pointer, clear and set global container pointer */
63 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
65 FT_MEM_SET( container, 0, sizeof(*container) );
66 pic_container->smooth = container;
    [all...]
  /external/freetype/src/pshinter/
pshpic.c 47 PSHinterPIC* container; local
51 /* allocate pointer, clear and set global container pointer */
52 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
54 FT_MEM_SET( container, 0, sizeof ( *container ) );
55 pic_container->pshinter = container;
58 FT_Init_Class_pshinter_interface(library, &container->pshinter_interface);
  /external/webkit/Source/WebCore/dom/
RangeBoundaryPoint.h 36 explicit RangeBoundaryPoint(PassRefPtr<Node> container);
40 Node* container() const;
46 void set(PassRefPtr<Node> container, int offset, Node* childBefore);
65 inline RangeBoundaryPoint::RangeBoundaryPoint(PassRefPtr<Node> container)
66 : m_containerNode(container)
73 inline Node* RangeBoundaryPoint::container() const function in class:WebCore::RangeBoundaryPoint
111 inline void RangeBoundaryPoint::set(PassRefPtr<Node> container, int offset, Node* childBefore)
113 ASSERT(container);
115 ASSERT(childBefore == (offset ? container->childNode(offset - 1) : 0));
116 m_containerNode = container;
    [all...]
ContainerNodeAlgorithms.h 34 void addChildNodesToDeletionQueue(GenericNode*& head, GenericNode*& tail, GenericNodeContainer* container);
41 void removeAllChildrenInContainer(GenericNodeContainer* container)
47 Private::addChildNodesToDeletionQueue<GenericNode, GenericNodeContainer>(head, tail, container);
69 void appendChildToContainer(GenericNode* child, GenericNodeContainer* container)
71 child->setParent(container);
73 GenericNode* lastChild = container->lastChild();
78 container->setFirstChild(child);
80 container->setLastChild(child);
114 void addChildNodesToDeletionQueue(GenericNode*& head, GenericNode*& tail, GenericNodeContainer* container)
118 for (GenericNode* n = container->firstChild(); n != 0; n = next)
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill-inl.h 29 bool FindByContents(const C& container, const T& form_group) {
31 container.begin(),
32 container.end(),
33 FormGroupMatchesByCompareFunctor<T>(form_group)) != container.end();
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLMath.h 37 RenderMathMLMath(Node* container);
  /external/webkit/Tools/DumpRenderTree/mac/
ObjCPlugin.h 34 - (void)removeBridgeRestrictions:(id)container;
  /frameworks/base/core/java/android/view/
Gravity.java 22 * larger container.
37 * container, based on the gravity direction being applied. */
45 /** Push object to the top of its container, not changing its size. */
47 /** Push object to the bottom of its container, not changing its size. */
49 /** Push object to the left of its container, not changing its size. */
51 /** Push object to the right of its container, not changing its size. */
54 /** Place object in the vertical center of its container, not changing its
58 * its container. */
61 /** Place object in the horizontal center of its container, not changing its
65 * its container. *
    [all...]
  /external/webkit/Source/WebCore/platform/gtk/
PlatformScreenGtk.cpp 53 GtkWidget* container = GTK_WIDGET(widget->root()->hostWindow()->platformPageClient());
55 if (!container)
58 if (!gtk_widget_get_realized(container)) {
59 GtkWidget* toplevel = gtk_widget_get_toplevel(container);
61 container = toplevel;
66 return gdk_window_get_visual(gtk_widget_get_window(container));
96 GtkWidget* container = gtk_widget_get_toplevel(GTK_WIDGET(widget->root()->hostWindow()->platformPageClient()));
97 if (!gtk_widget_is_toplevel(container))
100 GdkScreen* screen = gtk_widget_has_screen(container) ? gtk_widget_get_screen(container) : gdk_screen_get_default()
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
stl_util-inl.h 42 // For a range within a container of pointers, calls delete
88 // STLDeleteElements() deletes all the elements in an STL container and clears
89 // the container. This function is suitable for use with a vector, set,
90 // hash_set, or any other STL container which defines sensible begin(), end(),
93 // If container is NULL, this function is a no-op.
96 // ElementDeleter (defined below), which ensures that your container's elements
99 void STLDeleteElements(T *container) {
100 if (!container) return;
101 STLDeleteContainerPointers(container->begin(), container->end())
    [all...]
  /external/chromium/chrome/browser/ui/tests/
ui_gfx_image_unittest.cc 27 scoped_ptr<views::View> container(new views::View());
28 container->SetBounds(0, 0, 200, 200);
29 container->SetVisible(true);
33 container->AddChildView(image_view.get());
  /external/chromium/crypto/
capi_util.h 25 LPCWSTR container,

Completed in 252 milliseconds

1 2 3 4 5 6 7 8 91011>>