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

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iterator/
types.pass.cpp 16 // template <class Container>
19 // Container* container;
21 // typedef Container container_type;
38 void test() {this->container = 0;}
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
AddNativeWizardPage.java 56 Composite container = new Composite(parent, SWT.NULL); local
57 setControl(container);
58 container.setLayout(new GridLayout(2, false));
60 Label lblLibraryName = new Label(container, SWT.NONE);
63 Composite composite = new Composite(container, SWT.NONE);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimations.java 40 * as items are removed from or added to a container.
45 ViewGroup container = null; field in class:LayoutAnimations
59 container = new FixedGridLayout(this);
60 container.setClipChildren(false);
61 ((FixedGridLayout)container).setCellHeight(90);
62 ((FixedGridLayout)container).setCellWidth(100);
64 container.setLayoutTransition(transitioner);
79 parent.addView(container);
88 container.removeView(v);
91 container.addView(newButton, Math.min(1, container.getChildCount()))
    [all...]
LayoutAnimationsHideShow.java 41 * as items are hidden or shown in a container.
46 ViewGroup container = null; field in class:LayoutAnimationsHideShow
57 container = new LinearLayout(this);
58 container.setLayoutParams(new LinearLayout.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT,
61 // Add a slew of buttons to the container. We won't add any more buttons at runtime, but
66 container.addView(newButton);
77 parent.addView(container);
82 for (int i = 0; i < container.getChildCount(); ++i) {
83 View view = (View) container.getChildAt(i);
109 container.setLayoutTransition(mTransitioner)
    [all...]
  /external/droiddriver/src/io/appium/droiddriver/scroll/
ScrollStepStrategy.java 33 * @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);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
MessageBar.java 84 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
86 mView = inflater.inflate(R.layout.fragment_message_bar, container, false);
103 mContainer = container;
109 // The container view is used to show/hide the error bar. If a container is not provided,
120 // The container view is used to show/hide the error bar. If a container is not provided,
  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
AnimatedVectorDrawableDupPerf.java 93 GridLayout container = new GridLayout(this); local
94 scrollView.addView(container);
95 container.setColumnCount(5);
97 container.setBackgroundColor(0xFF888888);
107 container.addView(t);
113 container.addView(button);
119 container.addView(t);
  /packages/apps/Launcher3/src/com/android/launcher3/
BaseContainerView.java 29 * A base container view, which supports resizing.
37 // The computed padding to apply to the container to achieve the container bounds
39 // The inset to apply to the edges and between the search bar and the container
93 * Sets the search bar bounds for this container view to match.
118 // The container padding changed, notify the container.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiPalettesAdapter.java 91 public void setPrimaryItem(final ViewGroup container, final int position,
105 public Object instantiateItem(final ViewGroup container, final int position) {
117 final LayoutInflater inflater = LayoutInflater.from(container.getContext());
119 R.layout.emoji_keyboard_page, container, false /* attachToRoot */);
122 container.addView(keyboardView);
133 public void destroyItem(final ViewGroup container, final int position,
144 container.removeView((View)object);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleImpl.java 20 protected ICUResourceBundleImpl(ICUResourceBundleImpl container, String key) {
21 super(container, key);
67 ResourceBinary(ICUResourceBundleImpl container, String key, int resource) {
68 super(container, key);
83 ResourceInt(ICUResourceBundleImpl container, String key, int resource) {
84 super(container, key);
100 ResourceString(ICUResourceBundleImpl container, String key, int resource) {
101 super(container, key);
119 ResourceIntVector(ICUResourceBundleImpl container, String key, int resource) {
120 super(container, key)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleImpl.java 19 protected ICUResourceBundleImpl(ICUResourceBundleImpl container, String key) {
20 super(container, key);
66 ResourceBinary(ICUResourceBundleImpl container, String key, int resource) {
67 super(container, key);
82 ResourceInt(ICUResourceBundleImpl container, String key, int resource) {
83 super(container, key);
99 ResourceString(ICUResourceBundleImpl container, String key, int resource) {
100 super(container, key);
118 ResourceIntVector(ICUResourceBundleImpl container, String key, int resource) {
119 super(container, key)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2containerservice/
layer1.py 33 Amazon EC2 Container Service (Amazon ECS) is a highly scalable,
34 fast, container management service that makes it easy to run,
36 instances. Amazon ECS lets you launch and stop container-enabled
44 policies, and availability requirements. Amazon EC2 Container
79 container instance. However, you can create your own cluster
100 container instances from this cluster before you may delete
101 it. You can list the container instances in a cluster with
118 Deregisters an Amazon ECS container instance from the
124 the cluster that hosts the container instance you want to
129 :param container_instance: The container instance UUID or full Amazo
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
ImageLoader.java 196 * in the cache, and returns a bitmap container that contains all of the data
204 * @return A container object that contains all of the properties of the request, as well as
219 ImageContainer container = new ImageContainer(cachedBitmap, requestUrl, null, null);
220 imageListener.onResponse(container, true);
221 return container;
314 * Container object for all of the data surrounding an image request.
318 * The most relevant bitmap for the container. If the image was in cache, the
334 * @param requestUrl The requested URL for this container.
335 * @param cacheKey The cache key that identifies the requested URL for this container.
379 * Returns the requested URL for this container
    [all...]
  /external/autotest/client/bin/
cpuset.py 4 # A basic cpuset/cgroup container manager for limiting memory use during tests
5 # for use on kernels not running some site-specific container manager
21 fake_numa_containers = False # container mem via numa=fake mem nodes, else pages
24 root_container_bytes = 0 # squishy limit on effective size of root container
127 logging.debug('moving task %s into container "%s"', task, name)
138 logging.debug('running self (pid %s) in container "%s"', me, name)
145 # don't have exact model for how container mgr measures mem space
152 # Get memory bytes available to parent container which could
213 # Get current process's inherited or self-built container name
214 # within /dev/cpuset or /dev/cgroup. Is '' for root container
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/base/
quad_test.html 76 var container = tr.b.Quad.fromXYWH(0, 0, 10, 10);
81 container.projectUnitRectFast(q, srcRect);
87 var container = tr.b.Quad.fromXYWH(0, 0, 1, 1);
92 container.projectUnitRectFast(q, srcRect);
98 var container = tr.b.Quad.fromXYWH(0, 0, 2, 2);
103 container.projectUnitRectFast(q, srcRect);
109 var container = tr.b.Quad.fromXYWH(1, 1, 1, 1);
114 container.projectUnitRectFast(q, srcRect);
120 var container = tr.b.Quad.fromXYWH(0, 0, 1, 1);
125 container.projectUnitRectFast(q, srcRect)
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.h 63 // When in the attached state all modifications to the container are
87 // Pointer to the C++ Message that contains this container. The
105 // Returns the number of items in this repeated composite container.
108 // Appends a new CMessage to the container and returns it. The
117 // Appends all the CMessages in the input iterator to the container.
123 // Appends a new message to the container for each message in the
130 // Accesses messages in the container.
136 // Deletes items from the container (cannot be used for assignment).
143 // Releases the messages in the container to the given message.
149 // Releases the messages in the container to a new message
    [all...]
  /frameworks/wilhelm/src/itf/
IStreamInformation.c 34 // always storing container info at index 0, as per spec
37 // even though the pointer to the media container info is returned, the values aren't set
38 // for the actual container in this version, they are simply initialized to defaults
66 // stream 0 is reserved for the container
75 // streams in the container are numbered 1..nbStreams
112 // stream 0 is the container, and other streams in the container are numbered 1..nbStreams
176 // streams in the container are numbered 1..nbStreams
302 // initialize container info
309 // always storing container info at index 0, as per spec: here, the table was still empt
    [all...]
  /hardware/qcom/gps/msm8909/utils/
LocTimer.cpp 61 or stopped, the obj is removed from the container. Since it
65 LocTimerContainer - core of the timer service. It is a container (derived from
95 // Container of timers
97 // Container of alarms
122 // add a timer / alarm obj into the container
124 // remove a timer / alarm obj from the container
138 // having 1 fd per container of timer / alarm is such that, we may not need
154 // add a container of timers. Each contain has a unique device fd, i.e.
156 // that container would have written to the device fd with the soonest
158 // this method does is to add the fd of the input container to the pol
237 LocTimerContainer*& container = wakeOnExpire ? mHwTimers : mSwTimers; local
459 LocTimerContainer* container = (LocTimerContainer*)(ev[i].data.ptr); local
492 LocTimerContainer* container = mContainer; local
    [all...]
  /hardware/qcom/gps/msm8996/utils/
LocTimer.cpp 61 or stopped, the obj is removed from the container. Since it
65 LocTimerContainer - core of the timer service. It is a container (derived from
95 // Container of timers
97 // Container of alarms
122 // add a timer / alarm obj into the container
124 // remove a timer / alarm obj from the container
138 // having 1 fd per container of timer / alarm is such that, we may not need
154 // add a container of timers. Each contain has a unique device fd, i.e.
156 // that container would have written to the device fd with the soonest
158 // this method does is to add the fd of the input container to the pol
237 LocTimerContainer*& container = wakeOnExpire ? mHwTimers : mSwTimers; local
459 LocTimerContainer* container = (LocTimerContainer*)(ev[i].data.ptr); local
492 LocTimerContainer* container = mContainer; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
UsagePermissionPage.java 61 Composite container = new Composite(parent, SWT.NULL); local
63 setControl(container);
64 container.setLayout(new GridLayout(1, false));
66 Label label = new Label(container, SWT.WRAP);
72 Label blankLine = new Label(container, SWT.NONE);
74 Label questionLabel = new Label(container, SWT.NONE);
77 mYesRadio = new Button(container, SWT.RADIO);
81 mNoRadio = new Button(container, SWT.RADIO);
85 Label laterLabel = new Label(container, SWT.WRAP);
92 mLink = new Link(container, SWT.NONE)
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/
stats.py 76 container = ndb.Key(urlsafe=key).get()
77 stats = IndividualStat.query(ancestor=container.key).fetch()
78 total = container.num_stats
80 title = self._GetStatTitle(container)
88 stat_type = container.stat_type
90 processed_stats = self._GetAroundRevisionStats(container, stats)
92 processed_stats = self._GetAlertSummaryStats(container, stats)
126 def _GetStatTitle(self, container):
127 """Returns a title string for the given stat container."""
129 if container.summary.get('name')
    [all...]
  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 213 virtual void attach (GLuint element, GLuint container) = 0;
214 virtual void detach (GLuint element, GLuint container) = 0;
215 virtual GLuint getAttachment (GLuint container) = 0;
238 virtual void drawContainer (GLuint container, Surface& dst) = 0;
250 virtual void setupContainer (GLuint seed, GLuint container) = 0;
295 void drawContainer (GLuint container, Surface& dst);
303 void setupContainer (GLuint seed, GLuint container);
314 void attach (GLuint element, GLuint container);
315 void detach (GLuint element, GLuint container);
316 GLuint getAttachment (GLuint container);
    [all...]
  /development/samples/Support4Demos/src/com/example/android/supportv4/view/
ViewPagerActivity.java 68 public Object instantiateItem(ViewGroup container, int position) {
69 final View view = new View(container.getContext());
73 // for adding the view to the container.
74 container.addView(view);
80 public void destroyItem(ViewGroup container, int position, Object object) {
82 container.removeView(((ViewHolder) object).view);
  /external/chromium-trace/catapult/third_party/polymer/components/paper-ripple/test/
position.html 24 .ripple-container {
30 .ripple-container > span {
61 <div class="ripple-container ripple-1" layout vertical center>
66 <div class="ripple-container ripple-2" layout horizontal center>
83 test('tall container', function(done) {
94 test('wide container', function(done) {

Completed in 1659 milliseconds

<<11121314151617181920>>