Searched refs:newV (Results 1 - 6 of 6) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue103/
H A DFakeMap.java51 public V setValue(V newV) { argument
53 val = newV;
/external/expat/lib/
H A Dxmlparse.c6695 NAMED **newV = (NAMED **)table->mem->malloc_fcn(tsize); local
6696 if (!newV)
6698 memset(newV, 0, tsize);
6704 while (newV[j]) {
6709 newV[j] = table->v[i];
6712 table->v = newV;
/external/python/cpython2/Modules/expat/
H A Dxmlparse.c6028 NAMED **newV = (NAMED **)table->mem->malloc_fcn(tsize); local
6029 if (!newV)
6031 memset(newV, 0, tsize);
6037 while (newV[j]) {
6042 newV[j] = table->v[i];
6045 table->v = newV;
/external/python/cpython3/Modules/expat/
H A Dxmlparse.c6028 NAMED **newV = (NAMED **)table->mem->malloc_fcn(tsize); local
6029 if (!newV)
6031 memset(newV, 0, tsize);
6037 while (newV[j]) {
6042 newV[j] = table->v[i];
6045 table->v = newV;
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 340 milliseconds