HomeSort by relevance Sort by last modified time
    Searched full:container (Results 151 - 175 of 5699) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
assoc_container.hpp 76 * A hashed container abstraction.
173 * A collision-chaining hash-based associative container.
188 * container will not compile if this
220 /// copied by the Hash_Fn object of the container object.
225 /// copied by the hash_fn object of the container object, and
226 /// r_eq_fn will be copied by the eq_fn object of the container
232 /// copied by the hash_fn object of the container object, r_eq_fn
233 /// will be copied by the eq_fn object of the container object,
235 /// of the container object.
240 /// copied by the hash_fn object of the container object, r_eq_f
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/
assoc_container.hpp 76 * A hashed container abstraction.
173 * A collision-chaining hash-based associative container.
188 * container will not compile if this
220 /// copied by the Hash_Fn object of the container object.
225 /// copied by the hash_fn object of the container object, and
226 /// r_eq_fn will be copied by the eq_fn object of the container
232 /// copied by the hash_fn object of the container object, r_eq_fn
233 /// will be copied by the eq_fn object of the container object,
235 /// of the container object.
240 /// copied by the hash_fn object of the container object, r_eq_f
    [all...]
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
FragmentTest.java 51 .add(R.id.container, fragment1)
52 .add(R.id.container, fragment2)
65 .add(R.id.container, fragmentA)
76 .replace(R.id.container, fragmentB)
89 .replace(R.id.container, fragmentA)
128 public View onCreateView(LayoutInflater inflater, ViewGroup container,
130 return inflater.inflate(R.layout.fragment_a, container, false);
136 public View onCreateView(LayoutInflater inflater, ViewGroup container,
138 return inflater.inflate(R.layout.fragment_b, container, false);
  /development/samples/SupportVectorDrawable/animated/src/com/example/android/support/vectordrawable/app/
AnimatedButtonBackground.java 49 LinearLayout container = new LinearLayout(this); local
50 scrollView.addView(container);
51 container.setOrientation(LinearLayout.VERTICAL);
53 container.setBackgroundColor(0xFF888888);
63 container.addView(t);
65 addDrawableButtons(container, d);
79 addDrawableButtons(container, copies);
85 private void addDrawableButtons(LinearLayout container, AnimatedVectorDrawableCompat[] d) {
91 container.addView(button);
  /external/clang/test/Index/
complete-member-access.m 50 // CHECK-CC1-NEXT: Container Kind: ObjCInterfaceDecl
51 // CHECK-CC1-NEXT: Container is complete
52 // CHECK-CC1-NEXT: Container USR: c:objc(cs)Int
58 // CHECK-CC2-NEXT: Container Kind: ObjCInterfaceDecl
59 // CHECK-CC2-NEXT: Container is complete
60 // CHECK-CC2-NEXT: Container USR: c:objc(cs)Int
68 // CHECK-CC3-NEXT: Container Kind: ObjCInterfaceDecl
69 // CHECK-CC3-NEXT: Container is complete
70 // CHECK-CC3-NEXT: Container USR: c:objc(cs)Sub
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
MDnsUtils.java 74 private static boolean containsVendor(String container, String[] vendorValues) {
75 if ((container == null) || (vendorValues == null)) return false;
77 if (containsString(container, value)
78 || containsString(container.toLowerCase(Locale.US), value.toLowerCase(Locale.US))
79 || containsString(container.toUpperCase(Locale.US), value.toUpperCase(Locale.US)))
90 private static boolean containsString(String container, String contained) {
91 return (container != null) && (contained != null) && (container.equalsIgnoreCase(contained) || container.contains(contained + " "));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
safe_unordered_container.h 1 // Safe container implementation -*- C++ -*-
40 * @brief Base class for constructing a @a safe unordered container type
45 * that reference the container, so that the iterators are notified of
46 * changes in the container that may affect their operation, e.g., if
47 * the container invalidates its iterators or is destructed. This class
52 * class template _Safe_iterator for this container and @c local_iterator
54 * template _Safe_local_iterator for this container. Iterators will
61 /** Invalidates all iterators @c x that reference this container,
69 /** Invalidates all local iterators @c x that reference this container,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
safe_unordered_container.h 1 // Safe container implementation -*- C++ -*-
40 * @brief Base class for constructing a @a safe unordered container type
45 * that reference the container, so that the iterators are notified of
46 * changes in the container that may affect their operation, e.g., if
47 * the container invalidates its iterators or is destructed. This class
52 * class template _Safe_iterator for this container and @c local_iterator
54 * template _Safe_local_iterator for this container. Iterators will
61 /** Invalidates all iterators @c x that reference this container,
69 /** Invalidates all local iterators @c x that reference this container,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
safe_unordered_container.h 1 // Safe container implementation -*- C++ -*-
40 * @brief Base class for constructing a @a safe unordered container type
45 * that reference the container, so that the iterators are notified of
46 * changes in the container that may affect their operation, e.g., if
47 * the container invalidates its iterators or is destructed. This class
52 * class template _Safe_iterator for this container and @c local_iterator
54 * template _Safe_local_iterator for this container. Iterators will
61 /** Invalidates all iterators @c x that reference this container,
69 /** Invalidates all local iterators @c x that reference this container,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
safe_unordered_container.h 1 // Safe container implementation -*- C++ -*-
40 * @brief Base class for constructing a @a safe unordered container type
45 * that reference the container, so that the iterators are notified of
46 * changes in the container that may affect their operation, e.g., if
47 * the container invalidates its iterators or is destructed. This class
52 * class template _Safe_iterator for this container and @c local_iterator
54 * template _Safe_local_iterator for this container. Iterators will
61 /** Invalidates all iterators @c x that reference this container,
69 /** Invalidates all local iterators @c x that reference this container,
  /external/jetty/src/java/org/eclipse/jetty/jmx/
MBeanContainer.java 38 import org.eclipse.jetty.util.component.Container;
39 import org.eclipse.jetty.util.component.Container.Relationship;
47 * Container class for the MBean instances
49 public class MBeanContainer extends AbstractLifeCycle implements Container.Listener, Dumpable
64 private final WeakHashMap<ObjectName,List<Container.Relationship>> _relations = new WeakHashMap<ObjectName,List<Container.Relationship>>();
99 * @param server instance of MBeanServer for use by container
107 * Retrieve instance of MBeanServer used by container
137 * Implementation of Container.Listener interface
139 * @see org.eclipse.jetty.util.component.Container.Listener#add(org.eclipse.jetty.util.component.Container.Relationship
    [all...]
  /external/libbrillo/brillo/streams/
memory_containers.h 20 // A particular implementation of container type (e.g. based on raw memory
21 // buffers, std::vector, std::string or others) need to implement the container
24 // container, getting and changing the buffer size, and so on, must be provided.
32 // Read the data from the container into |buffer|. Up to |size_to_read| bytes
33 // must be read at a time. The container can return fewer bytes. The actual
43 // Writes |size_to_write| bytes of data from |buffer| into the container.
44 // The container may accept fewer bytes of data. The actual size of data
53 // Resizes the container to the new size specified in |new_size|.
55 // Returns the current size of the container.
57 // Returns true if the container is read-only
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
metadata.h 57 // indicate an arena pointer and bit 0 == 1 to indicate a UFS+Arena-container
67 delete PtrValue<Container>();
74 return PtrValue<Container>()->unknown_fields_;
82 return &PtrValue<Container>()->unknown_fields_;
90 return PtrValue<Container>()->arena_;
104 // different states (direct arena pointer vs. container with UFS) so we
123 // ptr_ is a Container*.
140 struct Container {
147 Container* container = Arena::Create<Container>(my_arena) local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourcePage.java 67 Composite container = new Composite(parent, SWT.NULL); local
68 setControl(container);
69 initializeDialogUnits(container);
70 container.setLayout(new GridLayout(2, false));
71 Label nameLabel = new Label(container, SWT.NONE);
74 Text text = super.createTextInputField(container);
77 Label xmlLabel = new Label(container, SWT.NONE);
80 mXmlLabel = new Label(container, SWT.NONE);
82 Label javaLabel = new Label(container, SWT.NONE);
85 mJavaLabel = new Label(container, SWT.NONE)
    [all...]
  /frameworks/base/docs/html/design/auto/
index.jd 61 <div class="auto-img-container-single">
62 <div class="auto-img-container">
77 <div class="auto-img-container-single">
78 <div class="auto-img-container">
93 <div class="auto-img-container-single">
94 <div class="auto-img-container">
102 <div class="auto-img-container-single">
103 <div class="auto-img-container">
117 <div class="auto-img-container-single">
118 <div class="auto-img-container">
    [all...]
  /external/autotest/frontend/client/src/autotest/common/ui/
DoubleListSelector.java 21 private Panel container = new HorizontalPanel(); field in class:DoubleListSelector
46 container.add(availableBox);
47 container.add(moveButtonPanel);
48 container.add(selectedBox);
49 container.add(reorderButtonPanel);
51 initWidget(container);
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/
ScriptListAdapter.java 58 LinearLayout container; local
62 container = (LinearLayout) mInflater.inflate(R.layout.list_item, null);
64 container = (LinearLayout) convertView;
67 ImageView icon = (ImageView) container.findViewById(R.id.list_item_icon);
79 TextView text = (TextView) container.findViewById(R.id.list_item_title);
81 return container;
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ProjectionActivity.java 57 // instead, twiddle properties on the container, so that enough area of the screen is
59 container.setTranslationX(100f);
60 container.setTranslationX(0.0f);
75 static View container; field in class:ProjectionActivity
81 container = findViewById(R.id.container);
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
UniqueIds.java 43 LinearLayout container = (LinearLayout) findViewById(R.id.container); local
46 container.addView(button);
47 ToggleScene scene = new ToggleScene(container, button);
50 container.addView(button);
51 scene = new ToggleScene(container, button);
  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
BitmapDrawableDupe.java 58 GridLayout container = new GridLayout(this); local
59 scrollView.addView(container);
60 container.setColumnCount(5);
61 container.setBackgroundColor(0xFF888888);
69 container.addView(button);
76 container.addView(t);
  /frameworks/support/percent/tests/java/android/support/percent/
PercentRelativeRtlTest.java 112 mPercentRelativeLayout = (PercentRelativeLayout) activity.findViewById(R.id.container);
118 // Force the container to RTL mode
119 onView(withId(R.id.container)).perform(
122 // Force a full measure + layout pass on the container
139 assertFuzzyEquals("Child start margin as 20% of the container",
143 assertFuzzyEquals("Child start margin as 20% of the container",
148 assertFuzzyEquals("Child top margin as 5% of the container",
154 assertFuzzyEquals("Child width as 50% of the container",
168 assertFuzzyEquals("Child start margin as 5% of the container",
172 assertFuzzyEquals("Child start margin as 5% of the container",
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
LinearLayoutManagerResizeTest.java 58 final FrameLayout container = getRecyclerViewContainer(); local
62 container.setPadding(0, 0, 0, 0);
79 container.setPadding(0, 0, container.getWidth() / 2, 0);
81 container.setPadding(0, 0, 0, container.getWidth() / 2);
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_container.i 9 // Common container methods
11 %define %std_container_methods(container...)
12 container();
13 container(const container&);
19 void swap(container& v);
  /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...]
stl_util.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...]

Completed in 914 milliseconds

1 2 3 4 5 67 8 91011>>