HomeSort by relevance Sort by last modified time
    Searched refs:container (Results 1 - 25 of 881) 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/ceres-solver/internal/ceres/
stl_util.h 37 // For a range within a container of pointers, calls delete
56 // STLDeleteElements() deletes all the elements in an STL container and clears
57 // the container. This function is suitable for use with a vector, set,
58 // hash_set, or any other STL container which defines sensible begin(), end(),
61 // If container is NULL, this function is a no-op.
64 // ElementDeleter (defined below), which ensures that your container's elements
67 void STLDeleteElements(T *container) {
68 if (!container) return;
69 STLDeleteContainerPointers(container->begin(), container->end())
    [all...]
  /external/freetype/src/cff/
cffpic.c 84 CffModulePIC* container = ( CffModulePIC* )pic_container->cff; local
87 if ( container->cff_services )
89 container->cff_services );
90 container->cff_services = NULL;
91 if ( container->cff_field_handlers )
93 library, container->cff_field_handlers );
94 container->cff_field_handlers = NULL;
95 FT_FREE( container );
106 CffModulePIC* container; local
110 /* allocate pointer, clear and set global container pointer *
    [all...]
  /external/freetype/src/sfnt/
sfntpic.c 80 sfntModulePIC* container = (sfntModulePIC*)pic_container->sfnt; local
83 if ( container->sfnt_services )
85 container->sfnt_services );
86 container->sfnt_services = NULL;
87 if ( container->tt_cmap_classes )
89 container->tt_cmap_classes );
90 container->tt_cmap_classes = NULL;
91 FT_FREE( container );
102 sfntModulePIC* container; local
106 /* allocate pointer, clear and set global container pointer *
    [all...]
  /external/freetype/src/autofit/
afpic.c 62 AFModulePIC* container; local
66 /* allocate pointer, clear and set global container pointer */
67 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
69 FT_MEM_SET( container, 0, sizeof ( *container ) );
70 pic_container->autofit = container;
76 container->af_script_classes[ss] =
77 &container->af_script_classes_rec[ss];
79 container->af_script_classes[AF_SCRIPT_CLASSES_COUNT - 1] = NULL
    [all...]
  /external/freetype/src/truetype/
ttpic.c 53 TTModulePIC* container = (TTModulePIC*)pic_container->truetype; local
56 if ( container->tt_services )
57 FT_Destroy_Class_tt_services( library, container->tt_services );
58 container->tt_services = NULL;
59 FT_FREE( container );
70 TTModulePIC* container; local
74 /* allocate pointer, clear and set global container pointer */
75 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
77 FT_MEM_SET( container, 0, sizeof ( *container ) )
    [all...]
  /external/freetype/src/psnames/
pspic.c 48 PSModulePIC* container = (PSModulePIC*)pic_container->psnames; local
51 if(container->pscmaps_services)
53 container->pscmaps_services );
54 container->pscmaps_services = NULL;
55 FT_FREE( container );
66 PSModulePIC* container; local
70 /* allocate pointer, clear and set global container pointer */
71 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
73 FT_MEM_SET( container, 0, sizeof ( *container ) )
    [all...]
  /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(0U, container.size());
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest-typed-test_test.h 53 TypeParam container; local
57 TypeParam container; local
58 EXPECT_EQ(0U, 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 40 RasterPIC* container = (RasterPIC*)pic_container->raster; local
41 if ( --container->ref_count )
43 FT_FREE( container );
54 RasterPIC* container; local
66 /* allocate pointer, clear and set global container pointer */
67 if ( FT_ALLOC( container, sizeof ( *container ) ) )
69 FT_MEM_SET( container, 0, sizeof ( *container ) );
70 pic_container->raster = container;
    [all...]
  /external/freetype/src/smooth/
ftspic.c 40 SmoothPIC* container = (SmoothPIC*)pic_container->smooth; local
43 if ( --container->ref_count )
45 FT_FREE( container );
56 SmoothPIC* container; local
68 /* allocate pointer, clear and set global container pointer */
69 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
71 FT_MEM_SET( container, 0, sizeof ( *container ) );
72 pic_container->smooth = container;
    [all...]
  /external/freetype/src/pshinter/
pshpic.c 52 PSHinterPIC* container; local
56 /* allocate pointer, clear and set global container pointer */
57 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
59 FT_MEM_SET( container, 0, sizeof ( *container ) );
60 pic_container->pshinter = container;
64 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;
  /external/freetype/src/base/
basepic.c 61 BasePIC* container; local
64 /* allocate pointer, clear and set global container pointer */
65 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
67 FT_MEM_SET( container, 0, sizeof ( *container ) );
68 pic_container->base = container;
77 &container->ft_outline_glyph_class );
79 &container->ft_bitmap_glyph_class );
81 (ft_raccess_guess_rec*)&container->ft_raccess_guess_table)
    [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...]
  /packages/apps/Browser/src/com/android/browser/util/
ThreadedCursorAdapter.java 110 LoadContainer container = (LoadContainer) msg.obj;
111 if (container == null) {
114 View view = container.view.get();
116 || container.owner != ThreadedCursorAdapter.this
117 || container.position != msg.what
119 || container.generation != mGeneration) {
122 container.loaded = true;
123 bindView(view, container.bind_object);
145 private void loadRowObject(int position, LoadContainer container) {
146 if (container == nul
168 LoadContainer container = (LoadContainer) convertView.getTag(R.id.load_object); local
    [all...]

Completed in 290 milliseconds

1 2 3 4 5 6 7 8 91011>>