Searched refs:container (Results 126 - 150 of 374) sorted by relevance

1234567891011>>

/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/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h390 // modifier) RawContainer that's either an STL-style container or a
394 // - type is a type that provides an STL-style container view to
395 // (i.e. implements the STL container concept for) RawContainer;
399 // container view to raw_container, which is a RawContainer.
400 // - Copy(raw_container) returns an STL-style container view of a
404 // STL-style container.
411 static const_reference ConstReference(const RawContainer& container) { argument
415 return container;
417 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/v1/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.sh109 ifuse --container $IOS_BUNDLE_ID $IOS_MOUNT_POINT
/external/v8/testing/gmock/include/gmock/internal/
H A Dgmock-internal-utils.h390 // modifier) RawContainer that's either an STL-style container or a
394 // - type is a type that provides an STL-style container view to
395 // (i.e. implements the STL container concept for) RawContainer;
399 // container view to raw_container, which is a RawContainer.
400 // - Copy(raw_container) returns an STL-style container view of a
404 // STL-style container.
411 static const_reference ConstReference(const RawContainer& container) { argument
415 return container;
417 static type Copy(const RawContainer& container) { return container; } argument
[all...]
/external/webrtc/webrtc/base/
H A Dmessagequeue.cc391 PriorityQueue::container_type::iterator new_end = dmsgq_.container().begin();
393 it != dmsgq_.container().end(); ++it) {
404 dmsgq_.container().erase(new_end, dmsgq_.container().end());
/external/libmicrohttpd/src/microspdy/
H A Dstructures.h1201 * Checks if the container is empty, i.e. created but no values were
1204 * @param container
1209 SPDYF_name_value_is_empty(struct SPDY_NameValue *container);
1218 * @param container will contain the newly created SPDY_NameValue
1219 * container. Should point to NULL.
1227 struct SPDY_NameValue ** container);
1235 * @param container one or more SPDY_NameValue objects. Each object
1242 SPDYF_name_value_to_stream(struct SPDY_NameValue * container[],
/external/v8/src/
H A Ddeoptimizer.h56 TranslatedValue(TranslatedState* container, Kind kind) argument
57 : kind_(kind), container_(container) {}
62 static TranslatedValue NewArgumentsObject(TranslatedState* container,
64 static TranslatedValue NewDeferredObject(TranslatedState* container,
66 static TranslatedValue NewDuplicateObject(TranslatedState* container, int id);
67 static TranslatedValue NewFloat(TranslatedState* container, float value);
68 static TranslatedValue NewDouble(TranslatedState* container, double value);
69 static TranslatedValue NewInt32(TranslatedState* container, int32_t value);
70 static TranslatedValue NewUInt32(TranslatedState* container, uint32_t value);
71 static TranslatedValue NewBool(TranslatedState* container, uint32_
[all...]
/external/skia/tests/
H A DRegionTest.cpp67 SkRegion container; local
68 Union(&container, SkIRect::MakeXYWH(0, 0, 40, 20));
69 Union(&container, SkIRect::MakeXYWH(30, 20, 10, 20));
70 TEST_NO_CONTAINS(container, SkIRect::MakeXYWH(0, 0, 10, 39));
71 TEST_NO_CONTAINS(container, SkIRect::MakeXYWH(29, 0, 10, 39));
/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/android_icu4j/src/main/java/android/icu/impl/
H A DICUResourceBundle.java85 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);
1362 protected ICUResourceBundle(ICUResourceBundle container, String key) { argument
1364 wholeBundle = container.wholeBundle;
1365 this.container = container;
1366 parent = container
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundle.java81 private ICUResourceBundle container; field in class:ICUResourceBundle
962 return (container == null) ? 0 : container.getResDepth() + 1;
976 b = b.container;
977 assert (depth == 0) == (b.container == null);
1358 protected ICUResourceBundle(ICUResourceBundle container, String key) { argument
1360 wholeBundle = container.wholeBundle;
1361 this.container = container;
1362 parent = container
[all...]
/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_containers.cc43 // defines only three types, the exact behavior of a container is controlled by
93 // Returns the number of items in the container.
116 // Retrieve the index of an item for the container type.
125 // The proto2 descriptor this container belongs to the global DescriptorPool.
129 // behavior of the container. Very similar to the table of virtual functions
133 // The kind of container: list, or dict by name or value.
145 // The container we are iterating over. Own a reference.
146 PyContainer* container; member in struct:google::protobuf::python::PyContainerIterator
151 // The kind of container: list, or dict by name or value.
174 // Not a string, cannot be in the container
901 NewContainerIterator(PyContainer* container, PyContainerIterator::IterKind kind) argument
[all...]
/external/drm_hwcomposer/
H A Ddrmdisplaycomposition.cpp378 std::vector<DrmPlane *> *container; local
380 container = primary_planes;
382 container = overlay_planes;
383 for (auto j = container->begin(); j != container->end(); ++j) {
385 container->erase(j);
/external/webrtc/webrtc/system_wrappers/source/
H A Ddata_log.cc133 const Container* container = cells_[column_name]; local
134 if (container == NULL) {
138 container->ToString(value_string);
/external/clang/tools/scan-build-py/libscanbuild/
H A Dreport.py465 def encode_value(container, key, encode):
466 """ Run 'encode' on 'container[key]' value and update it. """
468 if key in container:
469 value = encode(container[key])
470 container.update({key: value})
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dpickle_unittest.cc103 PickleContainerPtr container,
105 callback.Run(std::move(container));
137 blink::PickleContainerPtr container,
139 callback.Run(std::move(container));
H A Dstruct_traits_unittest.cc269 StructWithTraitsContainerPtr container = StructWithTraitsContainer::New(); local
270 container->f_struct.set_uint32(7);
271 container->f_struct.set_uint64(42);
272 StructWithTraitsContainerPtr cloned_container = container.Clone();
/external/robolectric/v1/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/sfntly/cpp/src/sfntly/table/bitmap/
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/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jar ... eclipse/osgi/storagemanager/ org/eclipse/osgi/signedcontent/ org/eclipse/osgi/container/ org/eclipse/osgi/container/builders/ org/eclipse/osgi/container/namespaces ...

Completed in 1096 milliseconds

1234567891011>>