/libcore/luni/src/main/java/java/util/ |
Deque.java | 18 * implementations place no fixed limits on the number of elements 22 * <p>This interface defines methods to access the elements at both 73 * used as a queue, FIFO (First-In-First-Out) behavior results. Elements are 112 * When a deque is used as a stack, elements are pushed and popped from the 137 * a deque is used as a queue or a stack; in either case, elements are 141 * elements, {@link #removeFirstOccurrence removeFirstOccurrence} and 145 * provide support for indexed access to elements. 148 * to prohibit the insertion of null elements, they are strongly 150 * that do allow null elements are strongly encouraged <i>not</i> to 163 * @param <E> the type of elements held in this collectio [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ArrayBlockingQueue.java | 17 * array. This queue orders elements FIFO (first-in-first-out). The 20 * element that has been on the queue the shortest time. New elements 22 * operations obtain elements at the head of the queue. 25 * fixed-sized array holds elements inserted by producers and 44 * @param <E> the type of elements held in this collection 66 /** Number of elements in the queue */ 206 * elements of the given collection, 213 * @param c the collection of elements to initially contain 217 * of its elements are null 381 * Returns the number of elements in this queue [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
memory.sgml | 39 Allocates @n_structs elements of type @struct_type. 49 @struct_type: the type of the elements to allocate 50 @n_structs: the number of elements to allocate 56 Allocates @n_structs elements of type @struct_type, initialized to 0's. 66 @struct_type: the type of the elements to allocate. 67 @n_structs: the number of elements to allocate. 74 @n_structs elements of type @struct_type. It returns the new address of 78 @struct_type: the type of the elements to allocate 80 @n_structs: the number of elements to allocate 86 Attempts to allocate @n_structs elements of type @struct_type, and returns [all...] |
arrays_byte.sgml | 5 arrays of bytes, which grow automatically as elements are added 10 automatically as elements are added. 16 To add elements to a #GByteArray, use g_byte_array_append(), and 60 @data: a pointer to the element data. The data may be moved as elements are 62 @len: the number of elements in the #GByteArray. 134 #GByteArray. The following elements are moved to close the gap. 152 If two array elements compare equal, their order in the sorted array is
|
datalist.sgml | 5 lists of data elements which are accessible by a string or GQuark identifier 9 Keyed data lists provide lists of arbitrary data elements which can be accessed 26 To add data elements to a datalist use g_datalist_id_set_data(), 31 To get data elements from a datalist use g_datalist_id_get_data() and 35 To iterate over all data elements in a datalist use g_datalist_foreach() (not thread-safe). 38 To remove data elements from a datalist use g_datalist_id_remove_data() and 42 To remove all data elements from a datalist, use g_datalist_clear(). 204 Frees all the data elements of the datalist. 205 The data elements' destroy functions are called if they have been set.
|
linked_lists_double.sgml | 15 which link to the previous and next elements in the list. 28 List elements are allocated from the <link linkend="glib-Memory-Slices">slice 29 allocator</link>, which is more efficient than allocating elements 34 the first element in the list. The functions which insert elements return 42 To add elements, use g_list_append(), g_list_prepend(), g_list_insert() 46 To remove elements, use g_list_remove(). 49 To find elements in the list use g_list_first(), g_list_last(), g_list_next(), 351 @Returns: the previous element, or %NULL if there are no previous elements. 360 @Returns: the next element, or %NULL if there are no more elements. 442 Sets the allocator to use to allocate #GList elements [all...] |
/external/collada/include/dae/ |
daeMetaElement.h | 31 * elements. 36 * for potential XML children elements. This enables this system to easily 91 * Determines if elements of this type is an inner class. 96 * Sets if elements of this type are inner classes. 101 * Determines if elements of this type can be placed in the object model. 106 * Determines if elements of this type should have an element tag printed when saving. 111 * Sets if elements of this type are abstract. 116 * Sets whether or not elements of this type should have an element tag printed when saving. 122 * Determines if elements of this type should be tracked 129 * Sets whether elements of this type should be tracke [all...] |
/external/dbus/dbus/ |
dbus-mempool.c | 57 * We just cast freed elements to this so we can 66 * The dummy size of the variable-length "elements" 88 /* this is a long so that "elements" is aligned */ 89 long used_so_far; /**< bytes of this block already allocated as elements. */ 91 unsigned char elements[ELEMENT_PADDING]; /**< the block data, actually allocated to required size */ member in struct:DBusMemBlock 101 unsigned int zero_elements : 1; /**< whether to zero-init allocated elements */ 103 DBusFreedElement *free_elements; /**< a free list of elements to recycle */ 105 int allocated_elements; /**< Count of outstanding allocated elements */ 133 * @param zero_elements whether to zero-initialize elements 179 * Frees a memory pool (and all elements allocated from it) [all...] |
/external/antlr/src/org/antlr/runtime/misc/ |
LookaheadStream.java | 67 /** Implement nextElement to supply a stream of elements to this 95 /** Make sure we have 'need' elements from current position p. Last valid 96 * p index is data.size()-1. p+need-1 is the data index 'need' elements 100 int n = (p+need-1) - data.size() + 1; // how many more elements we need? 101 if ( n > 0 ) fill(n); // out of elements? 104 /** add n elements to buffer */ 153 * is unbuffered. Seeks only into our moving window of elements.
|
/external/collada/include/1.4/dom/ |
domCamera.h | 24 * The camera contains elements that describe the camera?s optics and imager. 81 protected: // Elements 95 * present the aspect ratio is to be calculated from the xmag or ymag elements 112 * Used to preserve order in elements that do not specify strict sequencing of sub-elements. 116 * Used to preserve order in elements that have a complex content model. 206 protected: // Elements 220 * present the aspect ratio is to be calculated from the xfov or yfov elements 237 * Used to preserve order in elements that do not specify strict sequencing of sub-elements [all...] |
domFx_surface_init_common.h | 25 * by the annotation docs on the child elements. 42 * specific behavior. Most elements on the surface element containing this 127 protected: // Elements 131 * specific behavior. Most elements on the surface element containing this 164 * Used to preserve order in elements that do not specify strict sequencing of sub-elements. 168 * Used to preserve order in elements that have a complex content model. 206 * @return Returns a reference to the array of init_from elements. 211 * @return Returns a constant reference to the array of init_from elements.
|
domCg_setparam_simple.h | 25 protected: // Elements 43 * @return Returns a reference to the array of annotate elements. 48 * @return Returns a constant reference to the array of annotate elements.
|
domGlsl_setparam_simple.h | 25 protected: // Elements 43 * @return Returns a reference to the array of annotate elements. 48 * @return Returns a constant reference to the array of annotate elements.
|
domSampler.h | 21 * Animation function curves are represented by 1-D sampler elements in COLLADA. 61 * @return Returns a reference to the array of input elements. 66 * @return Returns a constant reference to the array of input elements.
|
/external/skia/include/core/ |
SkTemplates.h | 92 /** Allocate an array of T elements, and free the array in the destructor 96 /** Allocate count number of T elements 110 /** Return the array of T elements. Will be NULL if count == 0 126 /** Wraps SkAutoTArray, with room for up to N elements preallocated 130 /** Allocate count number of T elements 155 /** Return the number of T elements in the array 159 /** Return the array of T elements. Will be NULL if count == 0
|
/external/v8/src/ |
list.h | 41 // The list is parameterized by the type of its elements (T) and by an 91 // Add all the elements from the argument list to this list. 97 // Added 'count' elements with the value 'value' and returns a 98 // vector that allows access to the elements. The vector is valid 103 // pointer type; moves all elements above i "down". Returns the 120 // Drops all but the first 'pos' elements from the list. 123 // Drop the last 'count' elements from the list.
|
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Private.h | 95 LVPSA_BPFilterPrecision_en *pBPFiltersPrecision; /* Points a nBands elements array that contains the filter precision for each band */ 96 Biquad_Instance_t *pBP_Instances; /* Points a nBands elements array that contains the band pass filter instance for each band */ 97 Biquad_1I_Order2_Taps_t *pBP_Taps; /* Points a nBands elements array that contains the band pass filter taps for each band */ 98 QPD_State_t *pQPD_States; /* Points a nBands elements array that contains the QPD filter instance for each band */ 99 QPD_Taps_t *pQPD_Taps; /* Points a nBands elements array that contains the QPD filter taps for each band */ 100 LVM_UINT16 *pPostGains; /* Points a nBands elements array that contains the post-filter gains for each band */ 120 LVM_UINT8 *pPreviousPeaks; /* Points to a nBands elements array that contains the previous peak value of the level
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GlobalCanvasDragInfo.java | 63 * Registers the XML elements being dragged. 65 * @param elements The elements being dragged 74 public void startDrag(SimpleElement[] elements, SelectionItem[] selection, 76 mCurrentElements = elements; 82 /** Unregisters elements being dragged. */ 95 /** Returns the elements being dragged. */
|
SelectionItem.java | 150 * Returns elements representing the given selection of canvas items. 152 * @param items Items to wrap in elements 153 * @return An array of wrapper elements. Never null. 156 ArrayList<SimpleElement> elements = new ArrayList<SimpleElement>(); local 162 elements.add(e); 165 return elements.toArray(new SimpleElement[elements.size()]);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
LayoutDevicesXsd.java | 43 * It must contain one or more "device" elements that each define the configurations
53 * by one or more ""config" elements.
56 * by the following "config" elements. Each "config" element can override
65 * The "default" element contains zero or more of all the parameter elements
67 * declared "config" elements.
72 * The "config" element contains zero or more of all the parameter elements
112 * elements. It represents the user-interface name of these objects.
|
/external/chromium/testing/gtest/test/ |
gtest_xml_test_utils.py | 56 elements and actual_node meets all of the following conditions: 64 * It has an equivalent set of child nodes (including elements and 99 "number of child elements differ in element " + actual_node.tagName) 117 children. For <testsuites>, <testsuite> and <testcase> elements, the ID 118 is the value of their "name" attribute; for <failure> elements, it is 122 four is encountered, if two child elements with the same identifying 152 elements is replaced with a single asterisk, if it contains 154 * The "type_param" attribute of <testcase> elements is replaced with a 158 attribute of <failure> elements is replaced with a single asterisk.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
merge.h | 41 * smallest elements. 50 * @param max_length Maximum number of elements to merge. 88 * smallest elements. 99 * @param max_length Maximum number of elements to merge. 157 * smallest elements. 167 * @param max_length Maximum number of elements to merge. 192 * @param max_length Maximum number of elements to merge. 211 * max_length smallest elements. 221 * @param max_length Maximum number of elements to merge.
|
/external/chromium/base/memory/ |
scoped_vector.h | 14 // ScopedVector wraps a vector deleting the elements from its 65 // Lets the ScopedVector take ownership of elements in [first,last). 86 // Like |erase()|, but doesn't delete the elements in [first, last).
|
/external/chromium/chrome/browser/userfeedback/proto/ |
dom.proto | 38 // A list of child elements. 41 // The value of frame.contentDocument property for FRAME and IFRAME elements. 91 // A path in the HTML document between two elements, which are in the
|
/external/icu4c/common/ |
ustrenum.h | 53 * Return the number of elements that the iterator traverses. 55 * @return number of elements in the iterator. 61 * more elements, returns NULL.
|