Searched refs:newset (Results 1 – 5 of 5) sorted by relevance
/external/libxml2/ |
D | xpointer.c | 832 xmlLocationSetPtr newset; in xmlXPtrNewLocationSetNodeSet() local 834 newset = xmlXPtrLocationSetCreate(NULL); in xmlXPtrNewLocationSetNodeSet() 835 if (newset == NULL) in xmlXPtrNewLocationSetNodeSet() 839 xmlXPtrLocationSetAdd(newset, in xmlXPtrNewLocationSetNodeSet() 842 ret->user = (void *) newset; in xmlXPtrNewLocationSetNodeSet() 1799 xmlLocationSetPtr newset = NULL; in xmlXPtrStartPointFunction() local 1818 newset = xmlXPtrLocationSetCreate(NULL); in xmlXPtrStartPointFunction() 1819 if (newset == NULL) { in xmlXPtrStartPointFunction() 1842 xmlXPtrFreeLocationSet(newset); in xmlXPtrStartPointFunction() 1858 xmlXPtrLocationSetAdd(newset, point); in xmlXPtrStartPointFunction() [all …]
|
D | xpath.c | 13082 xmlNodeSetPtr newset; in xmlXPathCompOpEvalFilterFirst() local 13089 newset = xmlXPathNodeSetCreate(NULL); in xmlXPathCompOpEvalFilterFirst() 13114 xmlXPathFreeNodeSet(newset); in xmlXPathCompOpEvalFilterFirst() 13124 xmlXPathNodeSetAdd(newset, oldset->nodeTab[i]); in xmlXPathCompOpEvalFilterFirst() 13146 if (newset->nodeNr > 0) { in xmlXPathCompOpEvalFilterFirst() 13147 *first = *(newset->nodeTab); in xmlXPathCompOpEvalFilterFirst() 13163 valuePush(ctxt, xmlXPathCacheWrapNodeSet(ctxt->context, newset)); in xmlXPathCompOpEvalFilterFirst() 13519 xmlNodeSetPtr newset = NULL; in xmlXPathCompOpEval() local 13763 newset = xmlXPathNodeSetCreate(NULL); in xmlXPathCompOpEval() 13819 xmlXPathFreeNodeSet(newset); in xmlXPathCompOpEval() [all …]
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | IdentityHashMapTest.java | 339 Set newset = new HashSet(); in test_keyset_remove() local 346 newset.add(element); in test_keyset_remove() 348 int size = newset.size(); in test_keyset_remove() 350 newset.size() == size); in test_keyset_remove() 351 assertTrue("element is in newset ", !newset.contains(key)); in test_keyset_remove() 355 assertTrue("newset and keyset do not have same elements 1", newset in test_keyset_remove() 358 .equals(newset)); in test_keyset_remove()
|
/external/valgrind/main/coregrind/ |
D | m_signals.c | 1117 vki_sigset_t* newset, in do_setmask() argument 1126 newset, newset ? format_sigset(newset) : "NULL" ); in do_setmask() 1135 if (newset) { in do_setmask() 1136 do_sigprocmask_bitops (how, &VG_(threads)[tid].sig_mask, newset ); in do_setmask()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-aix5.c | 2386 vki_sigset_t* newset = newts ? (vki_sigset_t*)&newts->sigmask : NULL; in PRE() local 2389 VG_(do_sys_sigprocmask) ( tid, VKI_SIG_SETMASK, newset, oldset ) in PRE()
|