/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_queue.h | 67 * @brief A standard container giving FIFO behavior. 75 * <a href="tables.html#65">container</a>, 77 * other standard container interfaces are defined. 79 * This is not a true container, but an @e adaptor. It holds another 80 * container, and provides a wrapper interface to that container. The 84 * sequence/container. It defaults to std::deque, but it can be any type 119 * 'c' is the underlying container. Maintainers wondering why 326 * @brief A standard container automatically sorting its contents. 335 * This is not a true container, but an @e adaptor. It hold [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_queue.h | 67 * @brief A standard container giving FIFO behavior. 75 * <a href="tables.html#65">container</a>, 77 * other standard container interfaces are defined. 79 * This is not a true container, but an @e adaptor. It holds another 80 * container, and provides a wrapper interface to that container. The 84 * sequence/container. It defaults to std::deque, but it can be any type 119 * 'c' is the underlying container. Maintainers wondering why 326 * @brief A standard container automatically sorting its contents. 335 * This is not a true container, but an @e adaptor. It hold [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_queue.h | 67 * @brief A standard container giving FIFO behavior. 75 * <a href="tables.html#65">container</a>, 77 * other standard container interfaces are defined. 79 * This is not a true container, but an @e adaptor. It holds another 80 * container, and provides a wrapper interface to that container. The 84 * sequence/container. It defaults to std::deque, but it can be any type 119 * 'c' is the underlying container. Maintainers wondering why 326 * @brief A standard container automatically sorting its contents. 335 * This is not a true container, but an @e adaptor. It hold [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_queue.h | 67 * @brief A standard container giving FIFO behavior. 75 * <a href="tables.html#65">container</a>, 77 * other standard container interfaces are defined. 79 * This is not a true container, but an @e adaptor. It holds another 80 * container, and provides a wrapper interface to that container. The 84 * sequence/container. It defaults to std::deque, but it can be any type 119 * 'c' is the underlying container. Maintainers wondering why 326 * @brief A standard container automatically sorting its contents. 335 * This is not a true container, but an @e adaptor. It hold [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
LintPreferencePage.java | 130 Composite container = new Composite(parent, SWT.NULL); local 131 container.setLayout(new GridLayout(2, false)); 134 Label projectLabel = new Label(container, SWT.CHECK); 139 mWorkspaceLink = new Link(container, SWT.NONE); 144 mCheckFileCheckbox = new Button(container, SWT.CHECK); 150 mCheckExportCheckbox = new Button(container, SWT.CHECK); 156 Label separator = new Label(container, SWT.SEPARATOR | SWT.HORIZONTAL); 159 Label checkListLabel = new Label(container, SWT.NONE); 174 mSearch = new Text(container, SWT.SEARCH | SWT.ICON_CANCEL | SWT.ICON_SEARCH); 201 mTreeViewer = new TreeViewer(container, SWT.BORDER | SWT.FULL_SELECTION) [all...] |
/build/soong/androidmk/cmd/androidmk/ |
androidmk.go | 356 container := &file.module.Properties 371 *container = append(*container, prop) 373 container = &prop.Value.MapValue 382 *container = append(*container, prop)
|
/external/chromium-trace/catapult/dashboard/dashboard/elements/ |
triage-dialog.html | 22 #container { 28 <paper-action-dialog id="container" layered="false"> 111 this.$.container.sizingTarget = document.querySelector( 281 * Note that this.nudgeList is populated in chart-container. 411 this.$.container.open(); 415 this.$.container.close();
|
/external/libnfc-nxp/src/ |
phFriNfc_MifareULMap.h | 73 * \name Mifare - constants for the capability container 77 #define PH_FRINFC_NDEFMAP_MFUL_CC_BYTE0 0xE1 /*!< Capability container byte 0 = 0xE1 */ 78 #define PH_FRINFC_NDEFMAP_MFUL_CC_BYTE1 0x10 /*!< Capability container byte 1 = 0x10 */ 79 #define PH_FRINFC_NDEFMAP_MFUL_CC_BYTE2 0x06 /*!< Capability container byte 2 = 0x06 */ 80 #define PH_FRINFC_NDEFMAP_MFUL_CC_BYTE3_RW 0x00 /*!< Capability container byte 3 = 0x00 for 82 #define PH_FRINFC_NDEFMAP_MFUL_CC_BYTE3_RO 0x0F /*!< Capability container byte 3 = 0x0F for
|
/external/opencv3/doc/tutorials/highgui/video-write/ |
video_write.markdown | 42 container. The type of the container is expressed in the files extension (for example *avi*, *mov* 57 container. No audio or other track editing support here. Nevertheless, any video codec present on 70 Either way, the parameters are the same: 1. The name of the output that contains the container type 72 to this the name of the channel to use, and finish it off with the container extension. 76 const string NAME = source.substr(0, pAt) + argv[2][0] + ".avi"; // Form the new name with container
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
index_sub_table_format4.cc | 349 IndexSubTableFormat4::Builder* container) 351 IndexSubTable::Builder>(container), 357 (int32_t)(container()->GetOffsetArray()->size() - 1)) { 371 container()->GetOffsetArray(); 376 container()->image_data_offset(), 379 container()->image_format());
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Finder_items.py | 180 """container - the container of the item """ 208 """group - the user or group that has special access to the container """ 220 """index - the index in the front-to-back ordering within its container """ 252 """owner - the user that owns the container """ 285 'container' : _Prop_container,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Finder_items.py | 180 """container - the container of the item """ 208 """group - the user or group that has special access to the container """ 220 """index - the index in the front-to-back ordering within its container """ 252 """owner - the user that owns the container """ 285 'container' : _Prop_container,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
ProjectClassLoader.java | 311 // get the container. 313 IClasspathContainer container = JavaCore.getClasspathContainer( local 317 if (container != null && 318 container.getKind() == IClasspathContainer.K_APPLICATION) { 319 IClasspathEntry[] entries = container.getClasspathEntries(); 330 // can't resolve the container? ignore it.
|
/external/libcxx/include/ |
__hash_table | 154 "Attempted to dereference a non-dereferenceable unordered container iterator"); 163 "Attempted to dereference a non-dereferenceable unordered container iterator"); 173 "Attempted to increment non-incrementable unordered container iterator"); 301 "Attempted to dereference a non-dereferenceable unordered container const_iterator"); 310 "Attempted to dereference a non-dereferenceable unordered container const_iterator"); 320 "Attempted to increment non-incrementable unordered container const_iterator"); 433 "Attempted to dereference a non-dereferenceable unordered container local_iterator"); 442 "Attempted to dereference a non-dereferenceable unordered container local_iterator"); 452 "Attempted to increment non-incrementable unordered container local_iterator"); 598 "Attempted to dereference a non-dereferenceable unordered container const_local_iterator") [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__hash_table | 157 "Attempted to dereference a non-dereferenceable unordered container iterator"); 166 "Attempted to dereference a non-dereferenceable unordered container iterator"); 176 "Attempted to increment non-incrementable unordered container iterator"); 304 "Attempted to dereference a non-dereferenceable unordered container const_iterator"); 313 "Attempted to dereference a non-dereferenceable unordered container const_iterator"); 323 "Attempted to increment non-incrementable unordered container const_iterator"); 436 "Attempted to dereference a non-dereferenceable unordered container local_iterator"); 445 "Attempted to dereference a non-dereferenceable unordered container local_iterator"); 455 "Attempted to increment non-incrementable unordered container local_iterator"); 601 "Attempted to dereference a non-dereferenceable unordered container const_local_iterator") [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__hash_table | 157 "Attempted to dereference a non-dereferenceable unordered container iterator"); 166 "Attempted to dereference a non-dereferenceable unordered container iterator"); 176 "Attempted to increment non-incrementable unordered container iterator"); 304 "Attempted to dereference a non-dereferenceable unordered container const_iterator"); 313 "Attempted to dereference a non-dereferenceable unordered container const_iterator"); 323 "Attempted to increment non-incrementable unordered container const_iterator"); 436 "Attempted to dereference a non-dereferenceable unordered container local_iterator"); 445 "Attempted to dereference a non-dereferenceable unordered container local_iterator"); 455 "Attempted to increment non-incrementable unordered container local_iterator"); 601 "Attempted to dereference a non-dereferenceable unordered container const_local_iterator") [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationContainer.java | 50 * A specialized ViewGroup container for conversation view. It is designed to contain a single 54 * this container manages scrolling of the overlay views so that they move in tandem. 57 * Placing the WebView in the same container as the overlay views means we don't have to do a lot of 182 * up the entire container. Otherwise, a card-like bottom white space appears. 187 * A flag denoting whether the fake bottom border has been added to the container. 193 * If this value is less than the height of the scroll container, the additional 199 * Child views of this container should implement this interface to be notified when they are 367 LogUtils.v(TAG, "in Container.OnTouch. fake: action=%d x/y=%f/%f pointers=%d", 390 LogUtils.d(TAG, "Container is intercepting non-primary touch!"); 412 // LogUtils.v(TAG, "in Container.InterceptTouch. action=%d x/y=%f/%f pointers=%d result=%s" [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
ProjectNamePage.java | 119 Composite container = new Composite(parent, SWT.NULL); local 120 container.setLayout(new GridLayout(3, false)); 122 Label nameLabel = new Label(container, SWT.NONE); 125 mProjectNameText = new Text(container, SWT.BORDER); 130 mCreateNewButton = new Button(container, SWT.RADIO); 137 mCreateSampleRadioButton = new Button(container, SWT.RADIO); 144 Label separator = new Label(container, SWT.SEPARATOR | SWT.HORIZONTAL); 147 mUseDefaultCheckBox = new Button(container, SWT.CHECK); 152 mLocationLabel = new Label(container, SWT.NONE); 155 mLocationText = new Text(container, SWT.BORDER) [all...] |
/developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/Application/src/main/java/com/example/android/actionbarcompat/listpopupmenu/ |
PopupListFragment.java | 114 public View getView(int position, View convertView, ViewGroup container) { 116 View view = super.getView(position, convertView, container);
|
/developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/ |
StatusFragment.java | 45 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, 47 return inflater.inflate(R.layout.fragment_status, container, false);
|
/developers/build/prebuilts/gradle/BorderlessButtons/Application/src/main/java/com/example/android/borderlessbuttons/ |
MainActivity.java | 80 public View getView(int position, View convertView, ViewGroup container) { 82 convertView = getLayoutInflater().inflate(R.layout.list_item, container, false);
|
/developers/build/prebuilts/gradle/CardReader/Application/src/main/java/com/example/android/cardreader/ |
CardReaderFragment.java | 51 public View onCreateView(LayoutInflater inflater, ViewGroup container, 54 View v = inflater.inflate(R.layout.main_fragment, container, false);
|
/developers/build/prebuilts/gradle/CardView/Application/src/main/java/com/example/android/cardview/ |
CardViewFragment.java | 73 public View onCreateView(LayoutInflater inflater, ViewGroup container, 76 return inflater.inflate(R.layout.fragment_card_view, container, false);
|
/developers/build/prebuilts/gradle/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/fragments/ |
DataFragment.java | 43 public View onCreateView(LayoutInflater inflater, ViewGroup container, 45 View view = inflater.inflate(R.layout.data_fragment, container, false);
|
/developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/ |
SchedulerFragment.java | 73 public View onCreateView(LayoutInflater inflater, ViewGroup container, 75 return inflater.inflate(R.layout.fragment_alarm_scheduler, container, false);
|