HomeSort by relevance Sort by last modified time
    Searched full:elements (Results 51 - 75 of 5422) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
gslice_array.h 48 * A gslice_array is a reference to the actual elements of an array
51 * permits carrying operations out on the referenced subset of elements in
53 * values to the subset of elements in the underlying valarray this
70 /// Assignment operator. Assigns slice elements to corresponding
71 /// elements of @a a.
74 /// Assign slice elements to corresponding elements of @a v.
76 /// Multiply slice elements by corresponding elements of @a v.
78 /// Divide slice elements by corresponding elements of @a v
    [all...]
indirect_array.h 48 * An indirect_array is a reference to the actual elements of an array
52 * referenced subset of elements in the original valarray.
72 /// Assignment operator. Assigns elements to corresponding elements
76 /// Assign slice elements to corresponding elements of @a v.
78 /// Multiply slice elements by corresponding elements of @a v.
80 /// Divide slice elements by corresponding elements of @a v
    [all...]
mask_array.h 48 * A mask_array is a reference to the actual elements of an array specified
52 * referenced subset of elements in the original valarray.
55 * false, true) as an argument, the mask array has two elements referring
72 /// Assignment operator. Assigns elements to corresponding elements
77 /// Multiply slice elements by corresponding elements of @a v.
79 /// Divide slice elements by corresponding elements of @a v.
81 /// Modulo slice elements by corresponding elements of @a v
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
gslice_array.h 48 * A gslice_array is a reference to the actual elements of an array
51 * permits carrying operations out on the referenced subset of elements in
53 * values to the subset of elements in the underlying valarray this
70 /// Assignment operator. Assigns slice elements to corresponding
71 /// elements of @a a.
74 /// Assign slice elements to corresponding elements of @a v.
76 /// Multiply slice elements by corresponding elements of @a v.
78 /// Divide slice elements by corresponding elements of @a v
    [all...]
indirect_array.h 48 * An indirect_array is a reference to the actual elements of an array
52 * referenced subset of elements in the original valarray.
72 /// Assignment operator. Assigns elements to corresponding elements
76 /// Assign slice elements to corresponding elements of @a v.
78 /// Multiply slice elements by corresponding elements of @a v.
80 /// Divide slice elements by corresponding elements of @a v
    [all...]
mask_array.h 48 * A mask_array is a reference to the actual elements of an array specified
52 * referenced subset of elements in the original valarray.
55 * false, true) as an argument, the mask array has two elements referring
72 /// Assignment operator. Assigns elements to corresponding elements
77 /// Multiply slice elements by corresponding elements of @a v.
79 /// Divide slice elements by corresponding elements of @a v.
81 /// Modulo slice elements by corresponding elements of @a v
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_pasteboard_helper_mac.mm 50 std::vector<BookmarkNodeData::Element>& elements) {
77 elements.push_back(e);
82 std::vector<BookmarkNodeData::Element>& elements) {
86 ConvertPlistToElements(bookmarks, elements);
91 std::vector<BookmarkNodeData::Element>& elements) {
115 elements.push_back(element);
122 std::vector<BookmarkNodeData::Element>& elements) {
136 elements.push_back(element);
141 const std::vector<BookmarkNodeData::Element>& elements) {
143 for (size_t i = 0; i < elements.size(); ++i)
    [all...]
bookmark_node_data.cc 101 elements.push_back(Element(node));
120 elements.push_back(Element(nodes[i]));
136 elements.push_back(element);
147 if (elements.size() == 1 && elements[0].is_url) {
148 const string16& title = elements[0].title;
149 const std::string url = elements[0].url.spec();
187 elements.clear();
188 elements.push_back(element);
201 bookmark_pasteboard_helper_mac::WriteToClipboard(elements, profile_path_)
    [all...]
bookmark_node_data_unittest.cc 65 ASSERT_EQ(1, drag_data.elements.size());
66 EXPECT_TRUE(drag_data.elements[0].is_url);
67 EXPECT_EQ(url, drag_data.elements[0].url);
68 EXPECT_EQ(title, drag_data.elements[0].title);
69 EXPECT_EQ(0, drag_data.elements[0].children.size());
85 ASSERT_EQ(1, drag_data.elements.size());
86 EXPECT_TRUE(drag_data.elements[0].is_url);
87 EXPECT_EQ(url, drag_data.elements[0].url);
88 EXPECT_EQ(title, WideToUTF16Hack(drag_data.elements[0].title));
97 ASSERT_EQ(1, read_data.elements.size())
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
indirect_array.h 48 * An indirect_array is a reference to the actual elements of an array
52 * referenced subset of elements in the original valarray.
72 /// Assignment operator. Assigns elements to corresponding elements
76 /// Assign slice elements to corresponding elements of @a v.
78 /// Multiply slice elements by corresponding elements of @a v.
80 /// Divide slice elements by corresponding elements of @a v
    [all...]
mask_array.h 48 * A mask_array is a reference to the actual elements of an array specified
52 * referenced subset of elements in the original valarray.
55 * false, true) as an argument, the mask array has two elements referring
72 /// Assignment operator. Assigns elements to corresponding elements
77 /// Multiply slice elements by corresponding elements of @a v.
79 /// Divide slice elements by corresponding elements of @a v.
81 /// Modulo slice elements by corresponding elements of @a v
    [all...]
slice_array.h 51 * of the subset. The size is the total number of elements in the subset.
56 * and stride 2, the subset consists of array elements 1, 3, and 5.
68 * @param d Number of elements in slice.
69 * @param s Stride between array elements.
111 * A slice_array is a reference to the actual elements of an array
114 * carrying operations out on the referenced subset of elements in the
116 * to the subset of elements in the underlying valarray this slice_array
133 /// Assignment operator. Assigns slice elements to corresponding
134 /// elements of @a a.
137 /// Assign slice elements to corresponding elements of @a v
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
menuhead.html 47 document.forms["testCases"].elements[radioName].checked = value;
55 var elements = document.forms["testCases"].elements;
65 elements["SUMMARY_" + suite].value + "\n");
66 win.document.write ("# TOTAL: " + elements["TOTAL"].value + "\n");
73 if (elements[radioName].checked)
75 elements[radioName].value + "\n");
84 var radio = document.forms["testCases"].elements[name];
95 var elements = document.forms["testCases"].elements;
    [all...]
  /frameworks/base/core/java/com/google/android/collect/
Sets.java 48 * Creates a {@code HashSet} instance containing the given elements.
60 * @param elements the elements that the set should contain
61 * @return a newly-created {@code HashSet} containing those elements (minus
64 public static <E> HashSet<E> newHashSet(E... elements) {
65 int capacity = elements.length * 4 / 3 + 1;
67 Collections.addAll(set, elements);
81 * Creates a {@code SortedSet} instance containing the given elements.
83 * @param elements the elements that the set should contai
    [all...]
  /external/guava/src/com/google/common/collect/
HashMultiset.java 47 * number of distinct elements.
49 * @param distinctElements the expected number of distinct elements
57 * Creates a new {@code HashMultiset} containing the specified elements.
59 * @param elements the elements that the multiset should contain
61 public static <E> HashMultiset<E> create(Iterable<? extends E> elements) {
63 create(Multisets.inferDistinctElements(elements));
64 Iterables.addAll(multiset, elements);
77 * @serialData the number of distinct elements, the first element, its count,
EnumMultiset.java 44 * Creates a new {@code EnumMultiset} containing the specified elements.
46 * @param elements the elements that the multiset should contain
47 * @throws IllegalArgumentException if {@code elements} is empty
50 Iterable<E> elements) {
51 Iterator<E> iterator = elements.iterator();
56 Iterables.addAll(multiset, elements);
76 * elements, the first element, its count, the second element, its count,
  /packages/apps/Tag/src/com/android/apps/tag/message/
NdefMessageParser.java 52 List<ParsedNdefRecord> elements = new ArrayList<ParsedNdefRecord>(); local
55 elements.add(UriRecord.parse(record));
57 elements.add(TextRecord.parse(record));
59 elements.add(SmartPoster.parse(record));
61 elements.add(ImageRecord.parse(record));
63 elements.add(VCardRecord.parse(record));
65 elements.add(MimeRecord.parse(record));
67 elements.add(new UnknownRecord());
70 return elements;
  /external/flac/libFLAC/
memory.c 74 FLAC__bool FLAC__memory_alloc_aligned_int32_array(unsigned elements, FLAC__int32 **unaligned_pointer, FLAC__int32 **aligned_pointer)
82 FLAC__ASSERT(elements > 0);
87 if((size_t)elements > SIZE_MAX / sizeof(*pu)) /* overflow check */
90 pu = (FLAC__int32*)FLAC__memory_alloc_aligned(sizeof(*pu) * (size_t)elements, &u.pv);
103 FLAC__bool FLAC__memory_alloc_aligned_uint32_array(unsigned elements, FLAC__uint32 **unaligned_pointer, FLAC__uint32 **aligned_pointer)
111 FLAC__ASSERT(elements > 0);
116 if((size_t)elements > SIZE_MAX / sizeof(*pu)) /* overflow check */
119 pu = (FLAC__uint32*)FLAC__memory_alloc_aligned(sizeof(*pu) * elements, &u.pv);
132 FLAC__bool FLAC__memory_alloc_aligned_uint64_array(unsigned elements, FLAC__uint64 **unaligned_pointer, FLAC__uint64 **aligned_pointer)
140 FLAC__ASSERT(elements > 0)
    [all...]
  /external/icu4c/common/
uvectr64.cpp 28 elements(NULL)
37 elements(0)
55 elements = (int64_t *)uprv_malloc(sizeof(int64_t)*initialCapacity);
56 if (elements == 0) {
64 uprv_free(elements);
65 elements = 0;
75 elements[i] = other.elements[i];
85 if (elements[i] != other.elements[i])
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
arrays.sgml 5 arrays of arbitrary elements which grow automatically as elements are added
10 as elements are added.
13 Array elements can be of any size (though all elements of one array are the
21 To add elements to an array, use g_array_append_val(), g_array_append_vals(),
66 @data: a pointer to the element data. The data may be moved as elements are
68 @len: the number of elements in the #GArray.
77 @clear_: %TRUE if #GArray elements should be automatically cleared to 0
85 Creates a new #GArray with @reserved_size elements
    [all...]
  /external/collada/include/1.4/dom/
domAnimation.h 26 * The animation hierarchy contains elements that describe the animation?s
48 protected: // Elements
54 * The animation element may contain any number of source elements. @see
59 * The animation element may contain any number of sampler elements. @see
64 * The animation element may contain any number of channel elements. @see
70 * animation elements. @see domAnimation
78 * Used to preserve order in elements that do not specify strict sequencing of sub-elements.
82 * Used to preserve order in elements that have a complex content model.
124 * @return Returns a reference to the array of source elements
    [all...]
  /cts/tools/dex-tools/src/dex/structure/
DexAnnotatedElement.java 22 * {@code DexAnnotatedElement} is implemented by all Elements that could have
28 * Returns a list of {@code DexAnnotation} elements.
30 * @return a list of {@code DexAnnotation} elements
  /external/libffi/testsuite/libffi.call/
pyobjc-tc.c 50 point_type.elements = malloc(3 * sizeof(ffi_type*));
51 point_type.elements[0] = &ffi_type_float;
52 point_type.elements[1] = &ffi_type_float;
53 point_type.elements[2] = NULL;
58 size_type.elements = malloc(3 * sizeof(ffi_type*));
59 size_type.elements[0] = &ffi_type_float;
60 size_type.elements[1] = &ffi_type_float;
61 size_type.elements[2] = NULL;
66 rect_type.elements = malloc(3 * sizeof(ffi_type*));
67 rect_type.elements[0] = &point_type
    [all...]
  /external/webkit/Source/WebCore/dom/
BeforeProcessEvent.cpp 34 // FIXME - Return innerText for <style> elements and inline <script> elements, or the resource text for remote <script> elements
40 // FIXME - Replace innerText for <style> elements and inline <script> elements, and remove the src attribute on
41 // remote <script> elements, replacing it with an innerText property.
  /external/clang/test/SemaOpenCL/
vector_literals_invalid.cl 9 int4 a = (int4)(1,2,3); // expected-error{{too few elements}}
10 int4 b = (int4)(1,2,3,4,5); // expected-error{{excess elements in vector}}

Completed in 534 milliseconds

1 23 4 5 6 7 8 91011>>