Searched refs:container (Results 76 - 100 of 202) sorted by relevance

123456789

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DIdentifierInfo.java315 private boolean containsWithAlternates(BitSet container, BitSet containee) { argument
316 if (!contains(container, containee)) {
320 if (!container.intersects(alternatives)) {
436 * @param container possible container to be tested
438 * @return true if container contains containee
443 public static final boolean contains(BitSet container, BitSet containee) { argument
445 if (!container.get(i)) {
/external/skia/src/animator/
H A DSkDisplayXMLParser.cpp171 Parent& container = fParents[parentIndex]; local
172 SkDisplayable* displayable = container.fDisplayable;
282 Parent* container = fParents.end() - 1; local
286 SkDisplayTypes containerType = container->fType;
300 container->fDisplayable->isDrawable())) {
/external/skia/tests/
H A DRegionTest.cpp66 SkRegion container; local
67 Union(&container, SkIRect::MakeXYWH(0, 0, 40, 20));
68 Union(&container, SkIRect::MakeXYWH(30, 20, 10, 20));
69 TEST_NO_CONTAINS(container, SkIRect::MakeXYWH(0, 0, 10, 39));
70 TEST_NO_CONTAINS(container, SkIRect::MakeXYWH(29, 0, 10, 39));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format4.cc349 IndexSubTableFormat4::Builder* container)
351 IndexSubTable::Builder>(container),
357 (int32_t)(container()->GetOffsetArray()->size() - 1)) {
371 container()->GetOffsetArray();
376 container()->image_data_offset(),
379 container()->image_format());
348 BitmapGlyphInfoIterator( IndexSubTableFormat4::Builder* container) argument
H A Dindex_sub_table_format1.h34 explicit BitmapGlyphInfoIterator(Builder* container);
H A Dindex_sub_table_format2.h34 explicit BitmapGlyphInfoIterator(Builder* container);
H A Dindex_sub_table_format3.h33 explicit BitmapGlyphInfoIterator(Builder* container);
H A Dindex_sub_table_format5.h34 explicit BitmapGlyphInfoIterator(Builder* container);
/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc97 int VisitRepeatedCompositeContainer(RepeatedCompositeContainer* container) { argument
102 int VisitRepeatedScalarContainer(RepeatedScalarContainer* container) { argument
121 RepeatedCompositeContainer* container = local
123 if (visitor.VisitRepeatedCompositeContainer(container) == -1)
126 RepeatedScalarContainer* container = local
128 if (visitor.VisitRepeatedScalarContainer(container) == -1)
456 int VisitRepeatedCompositeContainer(RepeatedCompositeContainer* container) { argument
457 container->message = message_;
461 int VisitRepeatedScalarContainer(RepeatedScalarContainer* container) { argument
462 container
785 VisitRepeatedCompositeContainer(RepeatedCompositeContainer* container) argument
798 VisitRepeatedScalarContainer(RepeatedScalarContainer* container) argument
993 VisitRepeatedCompositeContainer(RepeatedCompositeContainer* container) argument
998 VisitRepeatedScalarContainer(RepeatedScalarContainer* container) argument
1062 VisitRepeatedCompositeContainer(RepeatedCompositeContainer* container) argument
1067 VisitRepeatedScalarContainer(RepeatedScalarContainer* container) argument
2219 RepeatedCompositeContainer* container = local
[all...]
/external/clang/test/SemaCXX/
H A Dwarn-unused-local-typedef.cpp187 template <class T> struct container { int a; T t; };
193 return container<S>();
/external/google-breakpad/src/testing/include/gmock/internal/
H A Dgmock-internal-utils.h364 // modifier) RawContainer that's either an STL-style container or a
368 // - type is a type that provides an STL-style container view to
369 // (i.e. implements the STL container concept for) RawContainer;
373 // container view to raw_container, which is a RawContainer.
374 // - Copy(raw_container) returns an STL-style container view of a
378 // STL-style container.
385 static const_reference ConstReference(const RawContainer& container) { argument
389 return container;
391 static type Copy(const RawContainer& container) { return container; } argument
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
H A Ddxbc.h89 std::ostream& operator <<(std::ostream& out, const dxbc_container& container);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DTestFragment.java50 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { argument
/external/skia/platform_tools/ios/bin/
H A Dios_setup.sh92 ifuse --container $TEST_RUNNER_BUNDLE_ID $IOS_MOUNT_POINT
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DFlyoutControlComposite.java44 * {@link FlyoutControlComposite} is container for two {@link Control}'s. One (client control) is
102 // create container for flyout control
209 // change bounds for flyout container and client control
458 final FlyoutControlComposite container = FlyoutControlComposite.this;
482 container.layout();
538 final FlyoutControlComposite container = FlyoutControlComposite.this;
539 container.layout();
558 // mouse in in flyout container - ignore
562 // mouse is in full container - collapse
563 if (container
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundle.java173 private ICUResourceBundle container; field in class:ICUResourceBundle
966 return (container == null) ? 0 : container.getResDepth() + 1;
980 b = b.container;
981 assert (depth == 0) == (b.container == null);
1341 protected ICUResourceBundle(ICUResourceBundle container, String key) { argument
1343 wholeBundle = container.wholeBundle;
1344 this.container = (ICUResourceBundleImpl.ResourceContainer) container;
1345 parent = container
[all...]
/external/icu/icu4c/source/i18n/
H A Didentifier_info.cpp268 UBool IdentifierInfo::containsWithAlternates(const ScriptSet &container, const ScriptSet &containee) const { argument
269 if (!container.contains(containee)) {
278 if (!container.intersects(*alternatives)) {
/external/webrtc/src/system_wrappers/source/
H A Ddata_log.cc134 const Container* container = cells_[column_name]; local
135 if (container == NULL) {
139 container->ToString(value_string);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DViewLoader.java230 FrameLayout container = new FrameLayout(context);
231 container.setId(id);
232 container.addView(view);
233 return container;
/external/clang/test/SemaTemplate/
H A Dtemp_arg_nontype.cpp274 namespace container namespace in namespace:PR10579::fcppt
318 typedef fcppt::container::bitfield::basic<
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
H A DBagFormatter.java586 protected void doBefore(Object container, Object o) { argument
587 if (showSetAlso && container instanceof UnicodeSet) {
588 toOutput("#" + container);
592 protected void doBetween(Object container, Object lastItem, Object nextItem) { argument
595 protected void doAfter(Object container, Object o) { argument
924 protected void doBefore(Object container, Object item) { argument
928 protected void doAfter(Object container, Object item) { argument
932 protected void doBetween(Object container, Object lastItem, Object nextItem) { argument
/external/jetty/src/java/org/eclipse/jetty/util/component/
H A DContainer.java244 private Relationship(Container container, Object parent,Object child, String relationship) argument
246 _container=container;
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dloca_table.cc80 return index_ <= container()->num_glyphs_;
84 return container()->Loca(index_++);
/external/deqp/modules/gles3/functional/
H A Des3fLifetimeTests.cpp215 void attach (GLuint element, GLuint container);
216 void detach (GLuint element, GLuint container);
219 GLuint getAttachment (GLuint container);
294 void drawContainer (GLuint container, Surface& dst);
359 void setupContainer (GLuint seed, GLuint container);

Completed in 825 milliseconds

123456789