Home
last modified time | relevance | path

Searched refs:newV (Results 1 – 4 of 4) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue103/
DFakeMap.java51 public V setValue(V newV) { in setValue() argument
53 val = newV; in setValue()
/external/clang/test/SemaObjC/
Dunused-backing-ivar-warning.m25 - (void) setV:(id)newV { // expected-warning {{ivar '_v' which backs the property is not referenced…
26 _y = newV;
/external/python/cpython2/Modules/expat/
Dxmlparse.c6028 NAMED **newV = (NAMED **)table->mem->malloc_fcn(tsize); in lookup() local
6029 if (!newV) in lookup()
6031 memset(newV, 0, tsize); in lookup()
6037 while (newV[j]) { in lookup()
6042 newV[j] = table->v[i]; in lookup()
6045 table->v = newV; in lookup()
/external/expat/lib/
Dxmlparse.c6065 NAMED **newV = (NAMED **)table->mem->malloc_fcn(tsize); in lookup() local
6066 if (!newV) in lookup()
6068 memset(newV, 0, tsize); in lookup()
6074 while (newV[j]) { in lookup()
6079 newV[j] = table->v[i]; in lookup()
6082 table->v = newV; in lookup()