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

1234567891011>>

/external/libvpx/libvpx/
H A Dvideo_writer.c35 VpxContainer container,
37 if (container == kContainerIVF) {
34 vpx_video_writer_open(const char *filename, VpxContainer container, const VpxVideoInfo *info) argument
/external/ltp/utils/ffsb-6.0-rc2/
H A Dffsb.h57 struct container *fs_container;
58 struct container *tg_container;
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format1.cc273 IndexSubTableFormat1::Builder* container)
275 IndexSubTable::Builder>(container) {
276 glyph_id_ = container->first_glyph_index();
280 if (glyph_id_ <= container()->last_glyph_index()) {
294 container()->image_data_offset(),
295 container()->GlyphStartOffset(glyph_id_),
296 container()->GlyphLength(glyph_id_),
297 container()->image_format());
272 BitmapGlyphInfoIterator( IndexSubTableFormat1::Builder* container) argument
H A Dindex_sub_table_format2.cc246 IndexSubTableFormat2::Builder* container)
248 IndexSubTable::Builder>(container) {
249 glyph_id_ = container->first_glyph_index();
253 if (glyph_id_ <= container()->last_glyph_index()) {
267 container()->image_data_offset(),
268 container()->GlyphStartOffset(glyph_id_),
269 container()->GlyphLength(glyph_id_),
270 container()->image_format());
245 BitmapGlyphInfoIterator( IndexSubTableFormat2::Builder* container) argument
H A Dindex_sub_table_format3.cc269 IndexSubTableFormat3::Builder* container)
271 IndexSubTable::Builder>(container) {
272 glyph_id_ = container->first_glyph_index();
276 if (glyph_id_ <= container()->last_glyph_index()) {
290 container()->image_data_offset(),
291 container()->GlyphStartOffset(glyph_id_),
292 container()->GlyphLength(glyph_id_),
293 container()->image_format());
268 BitmapGlyphInfoIterator( IndexSubTableFormat3::Builder* container) argument
H A Dindex_sub_table_format5.cc318 IndexSubTableFormat5::Builder* container)
320 IndexSubTable::Builder>(container),
325 if (offset_index_ < (int32_t)(container()->GetGlyphArray()->size())) {
338 output = new BitmapGlyphInfo(container()->GetGlyphArray()->at(offset_index_),
339 container()->image_data_offset(),
340 offset_index_ * container()->ImageSize(),
341 container()->ImageSize(),
342 container()->image_format());
317 BitmapGlyphInfoIterator( IndexSubTableFormat5::Builder* container) argument
/external/chromium-trace/catapult/telemetry/telemetry/timeline/
H A Devent_container.py11 """Represents a container for events.
30 """Iterates all the TimelineEvents in this container.
55 """Iterates all events in this container, pre-filtered by two predicates.
75 def GetContainersRecursive(container):
76 containers.append(container)
77 for container in container.IterChildContainers():
78 GetContainersRecursive(container)
/external/squashfs-tools/squashfs-tools/
H A Dcaches-queues-lists.h58 void insert_##NAME##_hash_table(TYPE *container, struct file_buffer *entry) \
62 entry->LINK##_next = container->hash_table[hash]; \
63 container->hash_table[hash] = entry; \
71 void remove_##NAME##_hash_table(TYPE *container, struct file_buffer *entry) \
76 container->hash_table[HASH_FUNCTION(entry->FIELD)] = \
/external/v8/tools/clang/plugins/tests/
H A Dipc.cpp94 static void Write(base::Pickle* pickle, const Container<T>& container) { argument
96 IPC::WriteParam(pickle, container.value); // NOT CHECKED
97 WriteParam(pickle, container.value); // NOT CHECKED
100 IPC::WriteParam<T>(pickle, container.value); // NOT CHECKED
101 WriteParam<T>(pickle, container.value); // NOT CHECKED
104 WriteParam(pickle, static_cast<uint32_t>(container.value)); // OK
107 WriteParam(pickle, static_cast<long>(container.value)); // ERROR
119 const MultiContainer<T, Ts...>& container) {
122 (WriteParam<Ts>(pickle, container.value), true)... // NOT CHECKED
118 Write(base::Pickle* pickle, const MultiContainer<T, Ts...>& container) argument
/external/deqp/framework/delibs/decpp/
H A DdeSTLUtil.hpp38 //! Test whether `item` is a member of `container`. The type `C` must be an
42 inline bool contains (const C& container, const typename C::key_type& item) argument
44 const typename C::const_iterator it = container.find(item);
45 return (it != container.end());
73 // Utilities for map-like container types
/external/autotest/frontend/client/src/autotest/tko/
H A DParameterizedFieldListDisplay.java56 Panel container = new VerticalPanel();
57 container.add(fieldTable);
58 container.add(addFieldPanel);
59 initWidget(container);
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DMethodSignatureFormatter.java54 * Formats an ExecutableElement as if it were contained within the container, if the container is
57 public String format(ExecutableElement method, Optional<DeclaredType> container) { argument
61 if (container.isPresent()) {
62 executableType = MoreTypes.asExecutable(types.asMemberOf(container.get(), method));
63 type = MoreElements.asType(container.get().asElement());
H A DDependencyRequest.java142 ImmutableSet<DependencyRequest> forRequiredResolvedVariables(DeclaredType container, argument
147 builder.add(forRequiredResolvedVariable(container, variables.get(i), resolvedTypes.get(i)));
197 DependencyRequest forRequiredResolvedVariable(DeclaredType container, argument
204 variableElement, resolvedType, qualifier, container, Optional.<String>absent());
232 DeclaredType container = getEnclosingType(productionMethod);
241 container,
246 productionMethod, type, qualifier, container, Optional.<String>absent());
305 DeclaredType container,
320 container,
301 newDependencyRequest( Element requestElement, TypeMirror type, Optional<AnnotationMirror> qualifier, DeclaredType container, Optional<String> name) argument
/external/dagger2/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ui/
H A DHomeFragment.java36 @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
/external/droiddriver/src/io/appium/droiddriver/scroll/
H A DAccessibilityEventScrollStepStrategy.java172 protected AccessibilityEvent doScrollAndReturnEvent(final UiElement container, argument
179 doScroll(container, direction);
192 public void doScroll(final UiElement container, final PhysicalDirection direction) { argument
193 // We do not call container.scroll(direction) because it uses a SwipeAction
198 container
H A DScrollStepStrategy.java33 * @param containerFinder Finder for the container that can scroll, for instance a ListView
49 * @param containerFinder Finder for the container that can scroll, for instance a ListView
61 * @param containerFinder Finder for the container that can scroll, for instance a ListView
69 * Performs the scroll action on {@code container}. Subclasses can override this to customize the
72 * @param container the container that can scroll
75 void doScroll(UiElement container, PhysicalDirection direction); argument
H A DSentinelStrategy.java56 * Gets the sentinel, which must be an immediate child of {@code container}
57 * - not a descendant. Note sentinel may not exist if {@code container} has
61 public UiElement find(UiElement container) { argument
62 UiElement sentinel = getSentinel(container.getChildren(predicate));
207 public void doScroll(UiElement container, PhysicalDirection direction) { argument
208 container.scroll(direction);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DBuildMachineManager.java102 //create a temporary lock on marker container
126 File container = new File(markerContainer);
128 if (container.exists() && container.isDirectory()) {
130 File[] markerFiles = container.listFiles();
/external/libcxx/test/std/iterators/predef.iterators/insert.iterators/back.insert.iterator/
H A Dtypes.pass.cpp19 // Cont* container;
37 void test() {this->container = 0;}
/external/libcxx/test/std/iterators/predef.iterators/insert.iterators/front.insert.iterator/
H A Dtypes.pass.cpp19 // Container* container;
38 void test() {this->container = 0;}
/external/libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iterator/
H A Dtypes.pass.cpp19 // Cont* container;
40 this->container = 0;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/container/mp4/
H A DMovieCreator.java16 package com.googlecode.mp4parser.authoring.container.mp4;
/external/libchrome/base/containers/
H A Dstack_container.h35 // be sure to reserve() in the container up to the stack buffer size. Otherwise
36 // the container will allocate a small array which will "use up" the stack
44 // Backing store for the allocator. The container owner is responsible for
132 // initial capacity of the vector is based on. Growing the container beyond the
133 // stack capacity will transparently overflow onto the heap. The container must
146 // Allocator must be constructed before the container!
148 // Make the container use the stack allocation by reserving our buffer size
153 // Getters for the actual container.
158 // copy into a "real" container for longer-lived objects.
159 ContainerType& container() { retur function in class:base::StackContainer
160 const ContainerType& container() const { return container_; } function in class:base::StackContainer
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/
H A DTestFragmentManager.java156 ViewGroup container = null;
159 container = (ViewGroup) activity.findViewById(shadowFragment.getContainerViewId());
162 View view = fragment.onCreateView(activity.getLayoutInflater(), container, shadowFragment.getSavedInstanceState());
166 if (container != null) {
168 container.removeAllViews();
171 container.addView(view);
/external/autotest/frontend/client/src/autotest/common/ui/
H A DCustomTabPanel.java41 VerticalPanel container = new VerticalPanel();
44 container.add(top);
45 container.add(bottom);
83 container.setStyleName("custom-tab-panel");
84 initWidget(container);

Completed in 3701 milliseconds

1234567891011>>