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

1 2 3 4 5 6 7 8 91011>>

  /external/google-breakpad/src/testing/gtest/test/
gtest-typed-test_test.h 53 TypeParam container; local
57 TypeParam container; local
58 EXPECT_EQ(0U, container.size());
  /external/googletest/googletest/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());
  /external/v8/testing/gtest/test/
gtest-typed-test_test.h 53 TypeParam container; local
57 TypeParam container; local
58 EXPECT_EQ(0U, container.size());
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-typed-test_test.h 53 TypeParam container; local
57 TypeParam container; local
58 EXPECT_EQ(0U, container.size());
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest-typed-test_test.h 53 TypeParam container; local
57 TypeParam container; local
58 EXPECT_EQ(0U, container.size());
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest-typed-test_test.h 53 TypeParam container; local
57 TypeParam container; local
58 EXPECT_EQ(0U, container.size());
  /frameworks/base/libs/hwui/tests/common/scenes/
GlyphStressAnimation.cpp 35 sp<RenderNode> container; member in class:GlyphStressAnimation
37 container = TestUtils::createNode(0, 0, width, height, nullptr);
38 doFrame(0); // update container
41 canvas.drawRenderNode(container.get());
50 container->stagingProperties().getWidth(),
51 container->stagingProperties().getHeight()));
63 container->setStagingDisplayList(canvas->finishRecording());
  /external/autotest/frontend/client/src/autotest/afe/
RadioChooserDisplay.java 10 private Panel container = new HorizontalPanel(); field in class:RadioChooserDisplay
13 initWidget(container);
19 container.add(radioButton);
  /external/freetype/src/base/
basepic.c 73 BasePIC* container = NULL; local
77 /* allocate pointer, clear and set global container pointer */
78 if ( FT_ALLOC( container, sizeof ( *container ) ) )
80 FT_MEM_SET( container, 0, sizeof ( *container ) );
81 pic_container->base = container;
91 &container->ft_outline_glyph_class );
93 &container->ft_bitmap_glyph_class );
96 (ft_raccess_guess_rec*)&container->ft_raccess_guess_table )
    [all...]
  /external/freetype/src/cff/
cffpic.c 70 CffModulePIC* container = (CffModulePIC*)pic_container->cff; local
73 if ( container->cff_services )
75 container->cff_services );
76 container->cff_services = NULL;
77 if ( container->cff_field_handlers )
79 library, container->cff_field_handlers );
80 container->cff_field_handlers = NULL;
81 FT_FREE( container );
92 CffModulePIC* container = NULL; local
96 /* allocate pointer, clear and set global container pointer *
    [all...]
  /external/freetype/src/pshinter/
pshpic.c 53 PSHinterPIC* container = NULL; 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 ) );
61 pic_container->pshinter = container;
65 library, &container->pshinter_interface );
  /external/freetype/src/psnames/
pspic.c 50 PSModulePIC* container = (PSModulePIC*)pic_container->psnames; local
53 if ( container->pscmaps_services )
55 container->pscmaps_services );
56 container->pscmaps_services = NULL;
57 FT_FREE( container );
68 PSModulePIC* container = NULL; local
72 /* allocate pointer, clear and set global container pointer */
73 if ( FT_ALLOC( container, sizeof ( *container ) ) )
75 FT_MEM_SET( container, 0, sizeof ( *container ) )
    [all...]
  /external/freetype/src/raster/
rastpic.c 42 RasterPIC* container = (RasterPIC*)pic_container->raster; local
45 if ( --container->ref_count )
47 FT_FREE( container );
58 RasterPIC* container = NULL; local
71 /* allocate pointer, clear and set global container pointer */
72 if ( FT_ALLOC( container, sizeof ( *container ) ) )
74 FT_MEM_SET( container, 0, sizeof ( *container ) );
75 pic_container->raster = container;
    [all...]
  /external/freetype/src/sfnt/
sfntpic.c 75 sfntModulePIC* container = (sfntModulePIC*)pic_container->sfnt; local
78 if ( container->sfnt_services )
80 container->sfnt_services );
81 container->sfnt_services = NULL;
83 if ( container->tt_cmap_classes )
85 container->tt_cmap_classes );
86 container->tt_cmap_classes = NULL;
88 FT_FREE( container );
99 sfntModulePIC* container = NULL; local
103 /* allocate pointer, clear and set global container pointer *
    [all...]
  /external/freetype/src/truetype/
ttpic.c 52 TTModulePIC* container = (TTModulePIC*)pic_container->truetype; local
55 if ( container->tt_services )
56 FT_Destroy_Class_tt_services( library, container->tt_services );
57 container->tt_services = NULL;
58 FT_FREE( container );
69 TTModulePIC* container = NULL; local
73 /* allocate pointer, clear and set global container pointer */
74 if ( FT_ALLOC( container, sizeof ( *container ) ) )
76 FT_MEM_SET( container, 0, sizeof ( *container ) )
    [all...]
  /external/pdfium/third_party/freetype/src/base/
basepic.c 73 BasePIC* container = NULL; local
77 /* allocate pointer, clear and set global container pointer */
78 if ( FT_ALLOC( container, sizeof ( *container ) ) )
80 FT_MEM_SET( container, 0, sizeof ( *container ) );
81 pic_container->base = container;
91 &container->ft_outline_glyph_class );
93 &container->ft_bitmap_glyph_class );
96 (ft_raccess_guess_rec*)&container->ft_raccess_guess_table )
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffpic.c 70 CffModulePIC* container = (CffModulePIC*)pic_container->cff; local
73 if ( container->cff_services )
75 container->cff_services );
76 container->cff_services = NULL;
77 if ( container->cff_field_handlers )
79 library, container->cff_field_handlers );
80 container->cff_field_handlers = NULL;
81 FT_FREE( container );
92 CffModulePIC* container = NULL; local
96 /* allocate pointer, clear and set global container pointer *
    [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshpic.c 53 PSHinterPIC* container = NULL; 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 ) );
61 pic_container->pshinter = container;
65 library, &container->pshinter_interface );
  /external/pdfium/third_party/freetype/src/psnames/
pspic.c 50 PSModulePIC* container = (PSModulePIC*)pic_container->psnames; local
53 if ( container->pscmaps_services )
55 container->pscmaps_services );
56 container->pscmaps_services = NULL;
57 FT_FREE( container );
68 PSModulePIC* container = NULL; local
72 /* allocate pointer, clear and set global container pointer */
73 if ( FT_ALLOC( container, sizeof ( *container ) ) )
75 FT_MEM_SET( container, 0, sizeof ( *container ) )
    [all...]
  /external/pdfium/third_party/freetype/src/raster/
rastpic.c 42 RasterPIC* container = (RasterPIC*)pic_container->raster; local
45 if ( --container->ref_count )
47 FT_FREE( container );
58 RasterPIC* container = NULL; local
71 /* allocate pointer, clear and set global container pointer */
72 if ( FT_ALLOC( container, sizeof ( *container ) ) )
74 FT_MEM_SET( container, 0, sizeof ( *container ) );
75 pic_container->raster = container;
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
sfntpic.c 75 sfntModulePIC* container = (sfntModulePIC*)pic_container->sfnt; local
78 if ( container->sfnt_services )
80 container->sfnt_services );
81 container->sfnt_services = NULL;
83 if ( container->tt_cmap_classes )
85 container->tt_cmap_classes );
86 container->tt_cmap_classes = NULL;
88 FT_FREE( container );
99 sfntModulePIC* container = NULL; local
103 /* allocate pointer, clear and set global container pointer *
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttpic.c 52 TTModulePIC* container = (TTModulePIC*)pic_container->truetype; local
55 if ( container->tt_services )
56 FT_Destroy_Class_tt_services( library, container->tt_services );
57 container->tt_services = NULL;
58 FT_FREE( container );
69 TTModulePIC* container = NULL; local
73 /* allocate pointer, clear and set global container pointer */
74 if ( FT_ALLOC( container, sizeof ( *container ) ) )
76 FT_MEM_SET( container, 0, sizeof ( *container ) )
    [all...]
  /external/skia/tests/
TemplatesTest.cpp 84 TContainer container; local
85 // The default constructor may or may not init to empty, depending on the type of container.
87 container.reset((TCount)1);
88 REPORTER_ASSERT(reporter, container.get());
90 container.reset((TCount)kStackPreallocCount);
91 REPORTER_ASSERT(reporter, container.get());
93 container.reset((TCount)kStackPreallocCount + 1);
94 REPORTER_ASSERT(reporter, container.get());
96 container.reset((TCount)0);
97 REPORTER_ASSERT(reporter, !container.get())
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Hover.java 52 * container. The container will re
74 View container = findViewById(R.id.container); local
75 container.setOnHoverListener(new View.OnHoverListener() {

Completed in 423 milliseconds

1 2 3 4 5 6 7 8 91011>>