/development/samples/ApiDemos/src/com/example/android/apis/view/ |
BaselineNested1.java | 25 * Baseline alignment includes elements within nested vertical
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
RssReaderActivity.java | 26 * The different elements of the feed are extracted using an {@link XmlDocumentProvider} and are
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
MyPermissionCollection.java | 37 public Enumeration<Permission> elements() { method in class:MyPermissionCollection
|
/external/apache-http/src/org/apache/http/impl/auth/ |
RFC2617Scheme.java | 70 HeaderElement[] elements = parser.parseElements(buffer, cursor); local 71 if (elements.length == 0) { 75 this.params = new HashMap<String, String>(elements.length); 76 for (HeaderElement element : elements) {
|
/external/apache-http/src/org/apache/http/message/ |
HeaderValueFormatter.java | 42 * Interface for formatting elements of a header value. 63 * Formats an array of header elements. 67 * @param elems the header elements to format 71 * @return a buffer with the formatted header elements.
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
queue.sgml | 11 #GList to store elements. 27 To add elements, use g_queue_push_head(), g_queue_push_head_link(), 31 To remove elements, use g_queue_pop_head() and g_queue_pop_tail(). 52 @length: the number of elements in the queue.
|
/external/bluetooth/glib/glib/ |
gslist.c | 55 * The freed elements are returned to the slice allocator. 91 * elements. A common idiom to avoid the inefficiency is to prepend 92 * the elements and reverse the list when all elements have been added. 173 * of elements in the list, the new element is added on 282 * Note that the elements of the second #GSList are not copied. 307 * If two elements contain the same data, only the first is removed. 308 * If none of the elements contain the data, the #GSList is unchanged. 458 * Note that this is a "shallow" copy. If the list elements 685 * or %NULL if the #GSList has no elements [all...] |
/external/chromium/base/ |
task_queue.cc | 26 // Delete all the elements in the queue and clear the dead pointers.
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
event-listeners.html | 19 <p>To begin test, open DevTools, select the Elements panel. Expand the Event Listeners
|
/external/chromium/chrome/browser/password_manager/ |
password_form_data.h | 34 // Checks whether two vectors of PasswordForms contain equivalent elements,
|
/external/chromium/chrome/browser/policy/resources/ |
enrollment.js | 14 // - Hide the content document (if it exists), so nested elements won't
|
/external/chromium/chrome/browser/resources/chromeos/ |
proxy_settings.js | 18 // Decorate the existing elements in the document.
|
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
bookmark_node_applescript.h | 15 // Contains all the elements that are common to both a bookmark folder and
|
/external/chromium/chrome/browser/ui/ |
view_ids.h | 36 // Toolbar & toolbar elements.
|
/external/chromium/chrome/common/ |
security_style.h | 12 // SecuirtySyle enumerates these styles, but it is up to the UI elements to
|
/external/chromium/net/base/ |
mime_util.h | 75 // Note that we do not erase the existing elements in the the provided vector. 80 // Note that we do not erase the existing elements in the the provided vector. 85 // Note that we do not erase the existing elements in the the provided vector. 92 // Note that we do not erase the existing elements in the the provided vector.
|
upload_data.h | 170 std::vector<Element>* elements() { function in class:net::UploadData 174 void SetElements(const std::vector<Element>& elements); 176 void swap_elements(std::vector<Element>* elements) { 177 elements_.swap(*elements);
|
/external/clang/test/Sema/ |
neon-vector-types.c | 21 // The number of elements must be an ICE.
|
/external/clang/test/SemaCXX/ |
decl-expr-ambiguity.cpp | 12 __typeof(int)(a,5)<<a; // expected-error {{excess elements in scalar initializer}}
|
/external/collada/include/1.4/dom/ |
domAccessor.h | 20 * The accessor element declares an access pattern to one of the array elements: 56 * The accessor element may have any number of param elements. @see domParam 117 * @return Returns a reference to the array of param elements. 122 * @return Returns a constant reference to the array of param elements.
|
domCg_setparam.h | 31 protected: // Elements 37 * Used to preserve order in elements that do not specify strict sequencing of sub-elements. 41 * Used to preserve order in elements that have a complex content model.
|
domCommon_float_or_param_type.h | 149 protected: // Elements 153 * Used to preserve order in elements that do not specify strict sequencing of sub-elements. 157 * Used to preserve order in elements that have a complex content model.
|
domFx_surface_init_volume_common.h | 150 protected: // Elements 162 * Used to preserve order in elements that do not specify strict sequencing of sub-elements. 166 * Used to preserve order in elements that have a complex content model.
|
domInstanceWithExtra.h | 20 * The InstanceWithExtra type is used for all generic instance elements. A 22 * elements declared. 97 * @return Returns a reference to the array of extra elements. 102 * @return Returns a constant reference to the array of extra elements.
|
/external/collada/include/dae/ |
daeArray.h | 199 * Resets the number of elements in the array. If the array increases in size, the new 200 * elements will be initialized to the specified value. 202 * @param value The value new elements will be initialized to. 208 // Destruct the elements that are being chopped off 211 // Use value to initialize the new elements 218 * Resets the number of elements in the array. If the array increases in size, the new 219 * elements will be initialized with a default constructor. 363 * Inserts the specified number of elements at a specific location in the array. 364 * @param index Index into the array where the elements will be inserted 365 * @param n The number of elements to inser [all...] |