Searched refs:list (Results 201 - 225 of 1871) sorted by relevance

1234567891011>>

/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
H A DRemoteObject.java10 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
107 ArrayList<Method> list = nameToMethods.get(method.getName());
108 if (list == null){
109 list = new ArrayList<Method>();
110 nameToMethods.put(method.getName(), list);
112 list.add(method);
/external/oprofile/libpp/
H A Dpopulate.cpp34 list<profile_sample_files> const & files)
36 list<profile_sample_files>::const_iterator it = files.begin();
37 list<profile_sample_files>::const_iterator const end = files.end();
81 list<image_set>::const_iterator it
83 list<image_set>::const_iterator const end
H A Dpopulate_for_spu.cpp47 populate_spu_profile_from_files(list<profile_sample_files> const & files,
58 list<profile_sample_files>::const_iterator it = files.begin();
59 list<profile_sample_files>::const_iterator const end = files.end();
113 list < image_set >::const_iterator it=
115 list < image_set >::const_iterator const end
136 list<image_set>::const_iterator grp_it
138 list<image_set>::const_iterator const grp_end
142 list<profile_sample_files>::const_iterator sfiles_it =
144 list<profile_sample_files>::const_iterator sfiles_end =
/external/chromium/chrome/browser/ui/webui/options/
H A Dlanguage_options_handler_unittest.cc45 scoped_ptr<ListValue> list(
47 ASSERT_EQ(4U, list->GetSize());
55 // As shown below, the list should be input method ids should appear in
57 ASSERT_TRUE(list->GetDictionary(0, &entry));
69 ASSERT_TRUE(list->GetDictionary(1, &entry));
78 ASSERT_TRUE(list->GetDictionary(2, &entry));
87 ASSERT_TRUE(list->GetDictionary(3, &entry));
99 scoped_ptr<ListValue> list(
101 ASSERT_EQ(7U, list->GetSize());
108 // As shown below, the list shoul
[all...]
/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_decode_sequence_ex.c26 @param list The list of items to decode
27 @param outlen The number of items in the list
28 @param ordered Search an unordeded or ordered list
32 ltc_asn1_list *list, unsigned long outlen, int ordered)
39 LTC_ARGCHK(list != NULL);
80 list[i].used = 0;
87 type = list[i].type;
88 size = list[i].size;
89 data = list[
31 der_decode_sequence_ex(const unsigned char *in, unsigned long inlen, ltc_asn1_list *list, unsigned long outlen, int ordered) argument
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Ddblist.c2 * dblist.c -- directory block list functions
53 * helper function for making a new directory block list (for
57 struct ext2_db_entry *list,
88 &dblist->list);
92 if (list)
93 memcpy(dblist->list, list, len);
95 memset(dblist->list, 0, len);
108 * Initialize a directory block list
129 * Copy a directory block list
56 make_dblist(ext2_filsys fs, ext2_ino_t size, ext2_ino_t count, struct ext2_db_entry *list, ext2_dblist *ret_dblist) argument
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DCookieManagerTest.java150 List<String> list = map.get("Cookie");
151 assertEquals(1, list.size());
155 list = map.get("Cookie");
156 assertEquals(2, list.size());
163 list = map.get("Cookie");
164 assertEquals("$Version=\"1\"", list.get(0));
165 assertEquals(3, list.size());
171 list = map.get("Cookie");
172 assertEquals(1, list.size());
173 assertEquals("Set-cookie3:NAME=VALUE", list
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DSpline.java72 * @param controlPoints a list of vector to use as control points of the spline
98 * @param controlPoints a list of vector to use as control points of the spline
123 private void initCatmullRomWayPoints(List<Vector3f> list) { argument
129 int nb = list.size() - 1;
132 CRcontrolPoints.add(list.get(list.size() - 2));
134 CRcontrolPoints.add(list.get(0).subtract(list.get(1).subtract(list.get(0))));
137 for (Iterator<Vector3f> it = list
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
H A DParser.java161 ArrayList list = new ArrayList();
162 list.add(this.lexer.next());
163 push(this.action[1], list);
171 ArrayList list = new0();
172 push(goTo(0), list);
177 ArrayList list = new1();
178 push(goTo(0), list);
183 ArrayList list = new2();
184 push(goTo(0), list);
189 ArrayList list
[all...]
/external/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp438 RefPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
445 list->append(primitiveValueCache->createValue(radius.width().percent(), CSSPrimitiveValue::CSS_PERCENTAGE));
447 list->append(zoomAdjustedPixelValue(radius.width().value(), style, primitiveValueCache));
449 list->append(primitiveValueCache->createValue(radius.height().percent(), CSSPrimitiveValue::CSS_PERCENTAGE));
451 list->append(zoomAdjustedPixelValue(radius.height().value(), style, primitiveValueCache));
452 return list.release();
516 RefPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
517 list->append(transformVal);
519 return list.release();
524 RefPtr<CSSValueList> list local
537 RefPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
550 RefPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
668 RefPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
715 RefPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
763 RefPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
854 RefPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
925 RefPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
937 RefPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
943 RefPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
982 RefPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
1079 RefPtr<CSSValueList> list; local
1347 RefPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
1494 RefPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
1510 RefPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
1534 RefPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
1549 RefPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
1559 RefPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
1597 RefPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
1641 RefPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
1663 RefPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
[all...]
/external/mesa3d/src/glsl/
H A Dopt_constant_variable.cpp55 exec_list list; member in class:ir_constant_variable_visitor
59 get_assignment_entry(ir_variable *var, exec_list *list) argument
63 foreach_list_typed(struct assignment_entry, entry, link, list) {
70 list->push_head(&entry->link);
77 struct assignment_entry *entry = get_assignment_entry(ir, &this->list);
96 entry = get_assignment_entry(ir->lhs->variable_referenced(), &this->list);
144 entry = get_assignment_entry(var, &this->list);
163 while (!v.list.is_empty()) {
166 entry = exec_node_data(struct assignment_entry, v.list.head, link);
/external/nist-sip/java/gov/nist/core/
H A DMultiValueMapImpl.java64 ArrayList list = (ArrayList) (keyValuePair.getValue());
65 if (list.contains(value))
76 ArrayList list = (ArrayList) (keyValuePair.getValue());
77 list.clear();
89 ArrayList list = (ArrayList) (keyValuePair.getValue());
91 Object[] values = list.toArray();
126 ArrayList<V> list = this.map.get(key);
127 if (list == null) {
130 return list.remove(item);
/external/guava/guava/src/com/google/common/collect/
H A DLists.java85 * @param elements the elements that the list should contain, in order
93 ArrayList<E> list = new ArrayList<E>(capacity);
94 Collections.addAll(list, elements);
95 return list;
112 * @param elements the elements that the list should contain, in order
131 * @param elements the elements that the list should contain, in order
137 ArrayList<E> list = newArrayList();
139 list.add(elements.next());
141 return list;
149 * <p><b>Note:</b> if you know the exact size your list wil
483 partition(List<T> list, int size) argument
492 final List<T> list; field in class:Lists.Partition
495 Partition(List<T> list, int size) argument
524 RandomAccessPartition(List<T> list, int size) argument
728 reverse(List<T> list) argument
891 hashCodeImpl(List<?> list) argument
902 equalsImpl(List<?> list, @Nullable Object object) argument
919 addAllImpl( List<E> list, int index, Iterable<? extends E> elements) argument
933 indexOfImpl(List<?> list, @Nullable Object element) argument
946 lastIndexOfImpl(List<?> list, @Nullable Object element) argument
959 listIteratorImpl(List<E> list, int index) argument
966 subListImpl( final List<E> list, int fromIndex, int toIndex) argument
[all...]
/external/guava/guava-tests/test/com/google/common/primitives/
H A DBytesTest.java181 List<Byte> list = Bytes.asList(VALUES).subList(0, i);
184 misleadingSize.addAll(list);
195 List<Byte> list = Arrays.asList((byte) 0, (byte) 1, null);
197 Bytes.toArray(list);
205 List<Byte> list = Bytes.asList(array);
206 list.set(0, (byte) 2);
209 assertEquals(Arrays.asList((byte) 2, (byte) 3), list);
214 List<Byte> list = Bytes.asList(array);
215 byte[] newArray = Bytes.toArray(list);
218 list
[all...]
/external/icu4c/common/
H A Duniset.cpp145 len(1), capacity(1 + START_EXTRA), list(0), bmpSet(0), buffer(0),
154 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity);
155 if(list!=NULL){
156 list[0] = UNICODESET_HIGH;
172 len(1), capacity(1 + START_EXTRA), list(0), bmpSet(0), buffer(0),
181 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity);
182 if(list!=NULL){
183 list[0] = UNICODESET_HIGH;
197 len(0), capacity(o.isFrozen() ? o.len : o.len + GROW_EXTRA), list(0),
208 list
[all...]
/external/chromium/chrome/browser/resources/bookmark_manager/js/
H A Dmain.js52 * Removes the cached item from both the list and tree lookups.
67 * Updates the underlying bookmark node for the tree items and list items by
100 BookmarkList.decorate(list);
146 * Updates the parent ID of the bookmark list and selects the correct tree item.
150 list.parentId = id;
183 list.addEventListener('dblclick', function(e) {
188 // The list dispatches an event when the user clicks on the URL or the Show in
190 list.addEventListener('urlClicked', function(e) {
230 // When the user clicks the button we should navigate "home" and focus the list
233 $('list')
[all...]
/external/bzip2/
H A Dbzgrep41 list=0
45 *l*) list=1
59 if test $list -eq 1; then
/external/chromium/chrome/browser/extensions/
H A Dextension_bookmark_helpers.cc64 ListValue* list,
68 list->Append(dict);
71 // Add a JSON representation of |node| to the JSON |list|.
73 ListValue* list,
75 return AddNode(node, list, recurse, false);
79 ListValue* list,
81 return AddNode(node, list, recurse, true);
63 AddNode(const BookmarkNode* node, ListValue* list, bool recurse, bool only_folders) argument
72 AddNode(const BookmarkNode* node, ListValue* list, bool recurse) argument
78 AddNodeFoldersOnly(const BookmarkNode* node, ListValue* list, bool recurse) argument
/external/chromium/chrome/browser/resources/options/
H A Dsearch_engine_manager.js51 * Sets up the given list as a search engine list
52 * @param {List} list The list to set up.
55 setUpList_: function(list) {
56 options.search_engines.SearchEngineList.decorate(list);
57 list.autoExpands = true;
61 * Updates the search engine list with the given entries.
/external/clang/www/analyzer/
H A Dmenu.css1 /* From 'A list apart', 'dropdowns' */
20 list-style: none inside;
27 list-style-position: inside;
28 list-style:none;
49 .menubar li:hover ul, li.over ul { /* lists nested under hovered list items */
/external/icu4c/data/translit/
H A Dtrnsfiles.mk3 # A list of txt's to build
15 # * To add an additional transliterators to the list:
19 # * To REPLACE the default list and only build with a few
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
H A DAssetKey.java10 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
148 LinkedList<String> list = new LinkedList<String>();
154 if (list.size() > 0) {
155 list.removeLast();
160 list.add(string);
164 for (int i = 0; i < list.size(); i++) {
165 String string = list.get(i);
/external/webkit/LayoutTests/fast/events/touch/script-tests/
H A Dbasic-single-touch-events.js44 function verifyTouchPoint(list, point, x, y, id)
46 shouldBe("lastEvent." + list + "[" + point + "].pageX", x.toString());
47 shouldBe("lastEvent." + list + "[" + point + "].pageY", y.toString());
48 shouldBe("lastEvent." + list + "[" + point + "].clientX", x.toString());
49 shouldBe("lastEvent." + list + "[" + point + "].clientY", y.toString());
50 shouldBe("lastEvent." + list + "[" + point + "].identifier", id.toString());
/external/valgrind/main/coregrind/
H A Dm_execontext.c153 " exectx: %'lu lists, %'llu contexts (avg %'llu per list)\n",
336 ExeContext* list; local
344 as to determine the list number. */
347 /* And (the expensive bit) look a for matching entry in the list. */
353 list = ec_htab[hash];
356 if (list == NULL) break;
360 if (list->ips[i] != ips[i]) {
367 prev = list;
368 list = list
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DAbstractQueueTest.java171 List list = Arrays.asList("MYTESTSTRING", null, new Float(123.456));
173 queue.addAll(list);
184 List list = Arrays.asList(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11);
186 queue.addAll(list);
198 List list = new ArrayList<Object>(0);
199 assertFalse("Non modification to queue should return false", queue.addAll(list));
227 List list = Arrays.asList(123.456, "MYTESTSTRING", new Object(), 'c');
228 queue.addAll(list);

Completed in 449 milliseconds

1234567891011>>