/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
EditorPanel.java | 65 public View onCreateView(LayoutInflater inflater, ViewGroup container, 123 View container = mMainView.findViewById(R.id.state_panel_container); local 126 if (container == null) { 128 container = activity.getMainStatePanelContainer(R.id.state_panel_container); 133 if (container == null) { 144 container.setVisibility(View.VISIBLE);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherSettings.java | 127 * The container holding the favorite 130 static final String CONTAINER = "container"; 139 * The screen holding the favorite (if container is CONTAINER_DESKTOP) 146 * (if container is CONTAINER_HOTSEAT or CONTAINER_HOTSEAT) 153 * (if container is CONTAINER_DESKTOP)
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
UsbModeChooserActivity.java | 104 LinearLayout container = (LinearLayout) mDialog.findViewById(R.id.container); local 113 inflateOption(DEFAULT_MODES[i], current == DEFAULT_MODES[i], container, 133 private void inflateOption(final int mode, boolean selected, LinearLayout container, 135 View v = mLayoutInflater.inflate(R.layout.restricted_radio_with_summary, container, false); 166 container.addView(v);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
ViewsStateBundle.java | 115 SparseArray<Parcelable> container = childStates.getSparseParcelableArray(key); local 116 if (container != null) { 117 view.restoreHierarchyState(container); 129 SparseArray<Parcelable> container = new SparseArray<Parcelable>(); local 130 view.saveHierarchyState(container); 131 childStates.putSparseParcelableArray(key, container);
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
FragmentStatePagerAdapter2.java | 73 public void startUpdate(ViewGroup container) { 77 public Object instantiateItem(ViewGroup container, int position) { 103 mCurTransaction.add(container.getId(), fragment); 109 public void destroyItem(ViewGroup container, int position, Object object) { 129 public void setPrimaryItem(ViewGroup container, int position, Object object) { 143 public void finishUpdate(ViewGroup container) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
hwdep.h | 44 /** HwDep information container */ 47 /** HwDep DSP status container */ 50 /** HwDep DSP image container */ 110 /** allocate #snd_hwdep_info_t container on stack */ 124 /** allocate #snd_hwdep_dsp_status_t container on stack */ 137 /** allocate #snd_hwdep_dsp_image_t container on stack */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/ |
tree_policy.hpp | 84 /// container object's end if order is at least the size of the 85 /// container object. 90 /// with the __order order, or an iterator to the container 91 /// object's end if order is at least the size of the container 105 /// Const reference to the container's value-type. 108 /// Const pointer to the container's value-type.
|
tag_and_trait.hpp | 90 * pointer, or reference to a container object's mapped value type 91 * is valid as long as the container is not modified. 99 * pointer, or reference to a container object's mapped value type 101 * regardless of modifications to the container object. 112 * modifications to the container object. 131 /// Basic string container, inclusive of strings, ropes, etc. 134 /// Basic associative-container. 199 * In a mapped-policy, indicates that an associative container is a set. 218 /// Primary template, container traits base. 415 /// Container traits [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/ |
hwdep.h | 44 /** HwDep information container */ 47 /** HwDep DSP status container */ 50 /** HwDep DSP image container */ 110 /** allocate #snd_hwdep_info_t container on stack */ 124 /** allocate #snd_hwdep_dsp_status_t container on stack */ 137 /** allocate #snd_hwdep_dsp_image_t container on stack */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/ |
tree_policy.hpp | 84 /// container object's end if order is at least the size of the 85 /// container object. 90 /// with the __order order, or an iterator to the container 91 /// object's end if order is at least the size of the container 105 /// Const reference to the container's value-type. 108 /// Const pointer to the container's value-type.
|
tag_and_trait.hpp | 90 * pointer, or reference to a container object's mapped value type 91 * is valid as long as the container is not modified. 99 * pointer, or reference to a container object's mapped value type 101 * regardless of modifications to the container object. 112 * modifications to the container object. 131 /// Basic string container, inclusive of strings, ropes, etc. 134 /// Basic associative-container. 199 * In a mapped-policy, indicates that an associative container is a set. 218 /// Primary template, container traits base. 415 /// Container traits [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/ |
tree_policy.hpp | 84 /// container object's end if order is at least the size of the 85 /// container object. 90 /// with the __order order, or an iterator to the container 91 /// object's end if order is at least the size of the container 105 /// Const reference to the container's value-type. 108 /// Const pointer to the container's value-type.
|
tag_and_trait.hpp | 90 * pointer, or reference to a container object's mapped value type 91 * is valid as long as the container is not modified. 99 * pointer, or reference to a container object's mapped value type 101 * regardless of modifications to the container object. 112 * modifications to the container object. 131 /// Basic string container, inclusive of strings, ropes, etc. 134 /// Basic associative-container. 199 * In a mapped-policy, indicates that an associative container is a set. 218 /// Primary template, container traits base. 415 /// Container traits [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/ |
tree_policy.hpp | 84 /// container object's end if order is at least the size of the 85 /// container object. 90 /// with the __order order, or an iterator to the container 91 /// object's end if order is at least the size of the container 105 /// Const reference to the container's value-type. 108 /// Const pointer to the container's value-type.
|
tag_and_trait.hpp | 90 * pointer, or reference to a container object's mapped value type 91 * is valid as long as the container is not modified. 99 * pointer, or reference to a container object's mapped value type 101 * regardless of modifications to the container object. 112 * modifications to the container object. 131 /// Basic string container, inclusive of strings, ropes, etc. 134 /// Basic associative-container. 199 * In a mapped-policy, indicates that an associative container is a set. 218 /// Primary template, container traits base. 415 /// Container traits [all...] |
/external/libcxx/include/ |
iterator | 143 template <class Container> 147 Container* container; 149 typedef Container container_type; 155 explicit back_insert_iterator(Container& x); 156 back_insert_iterator& operator=(const typename Container::value_type& value); 162 template <class Container> back_insert_iterator<Container> back_inserter(Container& x); 164 template <class Container> [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
iterator | 143 template <class Container> 147 Container* container; 149 typedef Container container_type; 155 explicit back_insert_iterator(Container& x); 156 back_insert_iterator& operator=(const typename Container::value_type& value); 162 template <class Container> back_insert_iterator<Container> back_inserter(Container& x); 164 template <class Container> [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
iterator | 143 template <class Container> 147 Container* container; 149 typedef Container container_type; 155 explicit back_insert_iterator(Container& x); 156 back_insert_iterator& operator=(const typename Container::value_type& value); 162 template <class Container> back_insert_iterator<Container> back_inserter(Container& x); 164 template <class Container> [all...] |
/external/v8/src/runtime/ |
runtime-internal.cc | 31 CONVERT_ARG_HANDLE_CHECKED(JSObject, container, 0); 33 JSObject::NormalizeProperties(container, KEEP_INOBJECT_PROPERTIES, 10, 35 Bootstrapper::ExportFromRuntime(isolate, container); 36 JSObject::MigrateSlowToFast(container, 0, "ExportFromRuntime"); 37 return *container; 44 CONVERT_ARG_HANDLE_CHECKED(JSObject, container, 0); 46 JSObject::NormalizeProperties(container, KEEP_INOBJECT_PROPERTIES, 10, 48 Bootstrapper::ExportExperimentalFromRuntime(isolate, container); 49 JSObject::MigrateSlowToFast(container, 0, "ExportExperimentalFromRuntime"); 50 return *container; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
ImportPage.java | 111 Composite container = new Composite(parent, SWT.NULL); local 112 setControl(container); 113 container.setLayout(new GridLayout(3, false)); 115 Label directoryLabel = new Label(container, SWT.NONE); 119 mDir = new Text(container, SWT.BORDER); 124 mBrowseButton = new Button(container, SWT.NONE); 129 Label projectsLabel = new Label(container, SWT.NONE); 133 mTable = new Table(container, SWT.CHECK); 157 mSelectAllButton = new Button(container, SWT.NONE); 162 mDeselectAllButton = new Button(container, SWT.NONE) [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
GridLayoutTest.java | 41 // The size of the off-screen test container in which we we will testing layout. 183 private View[][] populate(GridLayout container) { 184 Context context = container.getContext(); 195 container.addView(v, lp); 205 container.addView(v, lp); 216 container.addView(v, lp); 230 container.addView(v, lp);
|
/developers/samples/android/ui/transition/AdapterTransition/Application/src/main/java/com/example/android/adaptertransition/ |
AdapterTransitionFragment.java | 89 public View onCreateView(LayoutInflater inflater, ViewGroup container, 99 inflateAbsList(inflater, container, isListView); 100 return inflater.inflate(R.layout.fragment_adapter_transition, container, false); 178 * @param container The ViewGroup that contains this AbsListView. The AbsListView won't be 182 private void inflateAbsList(LayoutInflater inflater, ViewGroup container, 186 container, false); 190 container, false);
|
/external/chromium-trace/catapult/dashboard/dashboard/static/ |
debug_alert.html | 43 var container = window['$']('#plot'); 44 var plot = window['$']['plot'](container, window['DATA'], chartOptions); 46 addAnomalyLabels(container, plot, anomalyPoints); 108 * @param {jQuery} container The container to add labels to. 112 var addAnomalyLabels = function(container, plot, anomalyPoints) { 141 container.append(labelElement);
|
/external/clang/test/SemaCXX/ |
conversion-function.cpp | 334 template <typename T> struct Container; 338 typedef Container<int> container_type; 342 struct Container { 347 Container<int> test; 364 template<class Container> 365 operator Container() 367 Container ar;
|
/external/jetty/src/java/org/eclipse/jetty/server/handler/ |
AbstractHandlerContainer.java | 31 /** Abstract Handler Container. 85 HandlerContainer container = (HandlerContainer)handler; local 86 Handler[] handlers=byClass==null?container.getChildHandlers():container.getChildHandlersByClass(byClass); 104 T container = (T)h; local 105 Handler[] candidates = container.getChildHandlersByClass(handler.getClass()); 110 return container;
|