HomeSort by relevance Sort by last modified time
    Searched full:newlist (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextPositioningElement.cpp 78 SVGLengthList newList;
79 newList.parse(value, LengthModeWidth);
80 detachAnimatedXListWrappers(newList.size());
81 setXBaseValue(newList);
86 SVGLengthList newList;
87 newList.parse(value, LengthModeHeight);
88 detachAnimatedYListWrappers(newList.size());
89 setYBaseValue(newList);
94 SVGLengthList newList;
95 newList.parse(value, LengthModeWidth)
    [all...]
SVGComponentTransferFunctionElement.cpp 93 SVGNumberList newList;
94 newList.parse(value);
95 detachAnimatedTableValuesListWrappers(newList.size());
96 setTableValuesBaseValue(newList);
SVGFEColorMatrixElement.cpp 88 SVGNumberList newList;
89 newList.parse(value);
90 detachAnimatedValuesListWrappers(newList.size());
91 setValuesBaseValue(newList);
SVGPolyElement.cpp 92 SVGPointList newList;
93 if (!pointsListFromSVGData(newList, value))
97 static_cast<SVGAnimatedPointList*>(wrapper)->detachListWrappers(newList.size());
99 m_points.value = newList;
SVGGradientElement.cpp 91 SVGTransformList newList;
92 newList.parse(value);
93 detachAnimatedGradientTransformListWrappers(newList.size());
94 setGradientTransformBaseValue(newList);
  /ndk/tests/device/test-stlport_shared-exception/jni/
p11667.cpp 20 T* newlist = new T[n]; local
22 T* dst = newlist;
28 delete[] newlist;
34 items = newlist;
  /ndk/tests/device/test-stlport_static-exception/jni/
p11667.cpp 20 T* newlist = new T[n]; local
22 T* dst = newlist;
28 delete[] newlist;
34 items = newlist;
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
IDList.java 43 public int[] newList = new int[16];
54 Arrays.fill(newList, 0);
69 if (newLen == 0 || newList[newLen-1] != idx)
70 // add item to newList first
71 newList[newLen++] = idx;
92 System.arraycopy(newList, 0, oldList, 0, newLen);
105 System.out.println(newList[i]);
107 System.out.print(newList[i]+", ");
  /libcore/luni/src/test/java/tests/org/w3c/dom/
GetElementsByTagNameNS.java 73 NodeList newList;
75 newList = doc.getElementsByTagNameNS(namespaceURI, localName);
77 assertEquals("throw_Size", 36, newList.getLength());
82 NodeList newList;
87 newList = doc.getElementsByTagNameNS("*", "employee");
88 assertEquals("employeeCount", 5, newList.getLength());
89 newElement = (Element) newList.item(3);
178 NodeList newList;
181 newList = docElem.getElementsByTagNameNS("*", "*");
182 assertEquals("listSize", 35, newList.getLength())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMPatchSupport.cpp 140 Vector<OwnPtr<Digest> > newList;
142 newList.append(createDigest(child, 0));
148 newList.append(createDigest(child, &m_unusedNodesMap));
151 newList.append(createDigest(child, 0));
153 if (!innerPatchChildren(parentNode, oldList, newList, exceptionState)) {
210 DOMPatchSupport::diff(const Vector<OwnPtr<Digest> >& oldList, const Vector<OwnPtr<Digest> >& newList)
212 ResultMap newMap(newList.size());
226 for (size_t i = 0; i < oldList.size() && i < newList.size() && oldList[i]->m_sha1 == newList[i]->m_sha1; ++i) {
229 newMap[i].first = newList[i].get()
    [all...]
  /external/javassist/src/main/javassist/expr/
ExprEditor.java 156 NewOp newList;
163 newList = null;
201 context.newList = new NewOp(context.newList, pos,
205 NewOp newList = context.newList;
206 if (newList != null
207 && minfo.getConstPool().isConstructor(newList.type,
210 newList.type, newList.pos)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ulist.c 36 UList *newList = NULL;
42 newList = (UList *)uprv_malloc(sizeof(UList));
43 if (newList == NULL) {
48 newList->curr = NULL;
49 newList->head = NULL;
50 newList->tail = NULL;
51 newList->size = 0;
52 newList->currentIndex = -1;
54 return newList;
  /external/icu4c/common/
ulist.c 36 UList *newList = NULL;
42 newList = (UList *)uprv_malloc(sizeof(UList));
43 if (newList == NULL) {
48 newList->curr = NULL;
49 newList->head = NULL;
50 newList->tail = NULL;
51 newList->size = 0;
52 newList->currentIndex = -1;
54 return newList;
  /external/srec/srec/ca/
rec_nbes.c 43 CA_NBestList *newList;
48 newList = (CA_NBestList*)srec_nbest_prepare_list(hRecog->recm, num, bestScore);
49 return newList;
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getElementsByTagNameNS01.java 70 NodeList newList;
72 newList = doc.getElementsByTagNameNS(namespaceURI, localName);
73 assertSize("throw_Size", 37, newList);
getElementsByTagNameNS08.java 67 NodeList newList;
70 newList = docElem.getElementsByTagNameNS("*", "*");
71 assertSize("listSize", 35, newList); // 36 on the RI, which supports entity references
getElementsByTagNameNS02.java 76 NodeList newList;
81 newList = doc.getElementsByTagNameNS("*", "employee");
82 assertSize("employeeCount", 5, newList);
83 newElement = (Element) newList.item(3);
getElementsByTagNameNS09.java 78 NodeList newList;
85 newList = docElem.getElementsByTagNameNS("*", "employee");
86 assertSize("employeeCount", 5, newList);
87 newElement = (Element) newList.item(3);
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
navigation_list_model.js 174 var newList = [];
179 newList[event.permutation[i]] = this.volumeList_[i];
184 if (!newList[i]) {
185 newList[i] = volumeInfoToModelItem(
189 this.volumeList_ = newList;
210 var newList = [];
230 permutation.push(newList.length + this.volumeList_.length);
231 newList.push(this.shortcutList_[oldListIndex]);
239 newList.push(pathToModelItem(shortcutPath));
250 newList.push(pathToModelItem(shortcutPath))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSValueList.cpp 78 RefPtr<CSSValueList> newList;
81 newList = createSpaceSeparated();
84 newList = createCommaSeparated();
87 newList = createSlashSeparated();
93 newList->append(m_values[index]);
94 return newList.release();
  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgtypes.c 137 CharList *newList;
138 newList = uprv_malloc(sizeof(CharList));
141 if(newList == NULL) {
145 newList->str = str;
146 newList->next = l;
147 return newList;
  /external/icu4c/tools/pkgdata/
pkgtypes.c 137 CharList *newList;
138 newList = uprv_malloc(sizeof(CharList));
141 if(newList == NULL) {
145 newList->str = str;
146 newList->next = l;
147 return newList;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
IndentOutdentCommand.cpp 75 RefPtr<Element> newList = document().createElement(listNode->tagQName(), false);
76 insertNodeBefore(newList, selectedListItem.get());
82 moveParagraphWithClones(start, end, newList.get(), selectedListItem.get());
84 moveParagraphWithClones(start, positionAfterNode(selectedListItem->lastChild()), newList.get(), selectedListItem.get());
88 if (canMergeLists(previousList.get(), newList.get()))
89 mergeIdenticalElements(previousList.get(), newList.get());
90 if (canMergeLists(newList.get(), nextList.get()))
91 mergeIdenticalElements(newList.get(), nextList.get());
InsertListCommand.cpp 222 RefPtr<HTMLElement> newList = createHTMLElement(document(), listTag);
223 insertNodeBefore(newList, listNode);
228 moveParagraphWithClones(firstPositionInNode(listNode.get()), lastPositionInNode(listNode.get()), newList.get(), outerBlock);
236 newList = mergeWithNeighboringLists(newList);
240 if (rangeStartIsInList && newList)
241 currentSelection->setStart(newList, 0, IGNORE_EXCEPTION);
242 if (rangeEndIsInList && newList)
243 currentSelection->setEnd(newList, lastOffsetInNode(newList.get()), IGNORE_EXCEPTION)
    [all...]
  /dalvik/vm/
PointerSet.cpp 127 const void** newList;
134 newList = (const void**)realloc(pSet->list, pSet->alloc * sizeof(void*));
135 if (newList == NULL) {
139 pSet->list = newList;

Completed in 966 milliseconds

1 2 3 4 5