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

<<31323334353637383940>>

  /external/chromium-trace/catapult/tracing/tracing/ui/analysis/
container_memory_dump_sub_view.html 18 <polymer-element name="tr-ui-a-container-memory-dump-sub-view"
29 Polymer('tr-ui-a-container-memory-dump-sub-view', {
38 // Check that the selection contains only container memory dumps.
42 'Memory dump sub-view only supports container memory dumps');
47 // Group the selected memory dumps by container name and sort them
  /external/chromium-trace/catapult/tracing/tracing/ui/
timeline_view_test.html 21 var container = document.createElement('track-view-container');
22 container.id = 'track_view_container';
25 view.appendChild(container);
26 view.trackViewContainer_ = container;
  /external/deqp/framework/delibs/decpp/
deSTLUtil.hpp 38 //! 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)
44 const typename C::const_iterator it = container.find(item);
45 return (it != container.end());
73 // Utilities for map-like container types
  /external/squashfs-tools/squashfs-tools/
caches-queues-lists.h 58 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)] = \
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerPagerAdapter.java 75 public Fragment instantiateItem(ViewGroup container, int position) {
92 mCurrentTransaction.add(container.getId(), fragment, tag);
105 public void destroyItem(ViewGroup container, int position, Object object) {
117 public void setPrimaryItem(ViewGroup container, int position, Object object) {
133 public void finishUpdate(ViewGroup container) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
ColorChooser.java 46 public void setUp(ViewGroup container, Parameter parameter, Editor editor) {
47 container.removeAllViews();
48 Resources res = container.getContext().getResources();
52 mContext = container.getContext();
57 mTopView = inflater.inflate(mLayoutID, container, true);
  /packages/apps/Launcher3/src/com/android/launcher3/
Stats.java 47 // Have default container/sub container pages
84 public static final String EXTRA_CONTAINER = "container";
90 public static final String SOURCE_EXTRA_CONTAINER = "container";
137 broadcastIntent.putExtra(EXTRA_CONTAINER, shortcut.container)
  /packages/apps/Messaging/src/com/android/messaging/ui/
FixedViewPagerAdapter.java 43 public Object instantiateItem(final ViewGroup container, final int position) {
45 final View view = viewHolder.getView(container);
50 container.addView(view);
55 public void destroyItem(final ViewGroup container, final int position, final Object object) {
59 container.removeView(destroyedView);
  /packages/apps/Terminal/src/com/android/terminal/
TerminalActivity.java 89 public Object instantiateItem(ViewGroup container, int position) {
90 final TerminalView view = new TerminalView(container.getContext());
101 container.addView(view);
107 public void destroyItem(ViewGroup container, int position, Object object) {
119 container.removeView(view);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
reflection.h 143 template<typename Container>
144 void MergeFrom(const Container& container) const {
145 typedef typename Container::const_iterator Iterator;
146 for (Iterator it = container.begin(); it != container.end(); ++it) {
150 template<typename Container>
151 void CopyFrom(const Container& container) const {
153 MergeFrom(container);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ApplicationInfoPage.java 98 Composite container = new Composite(parent, SWT.NULL); local
99 container.setLayout(new GridLayout(2, false));
101 Label applicationLabel = new Label(container, SWT.NONE);
104 mApplicationText = new Text(container, SWT.BORDER);
108 Label packageLabel = new Label(container, SWT.NONE);
111 mPackageText = new Text(container, SWT.BORDER);
116 mCreateActivityCheckbox = new Button(container, SWT.CHECK);
120 mActivityText = new Text(container, SWT.BORDER);
125 Label minSdkLabel = new Label(container, SWT.NONE);
128 mSdkCombo = new Combo(container, SWT.NONE)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
mock_attrs.xml 59 <!-- Push object to the top of its container, not changing its size. -->
61 <!-- Push object to the bottom of its container, not changing its size. -->
63 <!-- Push object to the left of its container, not changing its size. -->
65 <!-- Push object to the right of its container, not changing its size. -->
67 <!-- Place object in the vertical center of its container, not changing its size. -->
69 <!-- Grow the vertical size of the object if needed so it completely fills its container. -->
71 <!-- Place object in the horizontal center of its container, not changing its size. -->
73 <!-- Grow the horizontal size of the object if needed so it completely fills its container. -->
75 <!-- Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. -->
77 <!-- Grow the horizontal and vertical size of the object if needed so it completely fills its container. --
    [all...]
  /system/media/camera/docs/
metadata_template.mako 107 % if prop.container is not None:
108 container="${prop.container}"
120 % if prop.container == 'array':
126 % elif prop.container == 'tuple':
  /frameworks/base/core/java/android/widget/
FastScroller.java 653 final Rect container = mContainerRect; local
654 final int containerWidth = container.width();
664 final int adjMaxHeight = Math.max(0, container.height());
676 right = (adjacent == null ? container.right : adjacent.getLeft()) - marginRight;
679 left = (adjacent == null ? container.left : adjacent.getRight()) + marginLeft;
703 final Rect container = mContainerRect; local
704 final int containerWidth = container.width();
705 final int adjMaxHeight = Math.max(0, container.height());
713 final int containerHeight = container.height();
715 final int top = containerHeight / 10 + marginTop + container.top
729 final Rect container = mContainerRect; local
771 final Rect container = mContainerRect; local
1216 final Rect container = mContainerRect; local
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/continuation/
Continuation.java 40 * servlet 2.5 container.
50 * The continuation type returned will depend on the servlet container
137 * then the container will redispatch the request as if {@link #resume()} had been called,
167 * extended beyond the return to the container from the
170 * calls. When a suspended request is returned to the container after
171 * a dispatch, then the container will not commit the associated response
177 * the container with a suspended request, the thread is freed for other
203 * extended beyond the return to the container from the
206 * calls. When a suspended request is returned to the container after
207 * a dispatch, then the container will not commit the associated respons
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/basictransition/
BasicTransitionFragment.java 51 public View onCreateView(LayoutInflater inflater, ViewGroup container,
53 View view = inflater.inflate(R.layout.fragment_basic_transition, container, false);
61 mScene1 = new Scene(mSceneRoot, (ViewGroup) mSceneRoot.findViewById(R.id.container));
  /developers/build/templates/ActivityCards/_MODULE_/src/template/java/_PACKAGE_/
MainActivity.java.ftl 71 public void onItemClick(AdapterView<?> container, View view, int position, long id) {
92 public View getView(int position, View convertView, ViewGroup container) {
95 container, false);
  /developers/samples/android/ui/transition/BasicTransition/Application/src/main/java/com/example/android/basictransition/
BasicTransitionFragment.java 51 public View onCreateView(LayoutInflater inflater, ViewGroup container,
53 View view = inflater.inflate(R.layout.fragment_basic_transition, container, false);
61 mScene1 = new Scene(mSceneRoot, (ViewGroup) mSceneRoot.findViewById(R.id.container));
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ReversingAnimation.java 47 LinearLayout container = (LinearLayout) findViewById(R.id.container); local
49 container.addView(animView);
  /development/samples/browseable/BasicTransition/src/com.example.android.basictransition/
BasicTransitionFragment.java 51 public View onCreateView(LayoutInflater inflater, ViewGroup container,
53 View view = inflater.inflate(R.layout.fragment_basic_transition, container, false);
61 mScene1 = new Scene(mSceneRoot, (ViewGroup) mSceneRoot.findViewById(R.id.container));
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
LayoutChangesActivity.java 40 * The container view which has layout change animations turned on. In this sample, this view
50 mContainerView = (ViewGroup) findViewById(R.id.container);
92 // Remove the row from its parent (the container view).
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
chart-container-test.html 14 <link rel="import" href="/dashboard/elements/chart-container.html">
120 var chart = document.createElement('chart-container');
150 var chart = document.createElement('chart-container');
custom-tooltip.html 35 #container {
47 sizingTarget="{{$.container}}" transition="{{transition}}"></core-overlay>
49 <div id="container" horizontal layout max-width="{{maxWidth}}">
overlay-message.html 45 #container {
56 sizingTarget="{{$.container}}" transition="{{transition}}"></core-overlay>
58 <div id="container" horizontal layout max-width="{{maxWidth}}">

Completed in 995 milliseconds

<<31323334353637383940>>