Searched refs:has2 (Results 1 - 3 of 3) sorted by relevance

/external/dng_sdk/source/
H A Ddng_color_spec.cpp268 bool has2 = fForwardMatrix2.NotEmpty (); local
270 if (has1 && has2)
292 else if (has2)
314 bool has2 = fReductionMatrix2.NotEmpty (); local
316 if (has1 && has2)
338 else if (has2)
/external/v8/test/mjsunit/harmony/
H A Dproxies-with.js145 return this.has2(k)
147 has2: function(k) {
271 return this.has2(k)
273 has2: function(k) {
289 return this.has2(k) },
290 has2: function(k) {
H A Dproxies.js857 has(t, k) { return this.has2(k) },
858 has2(k) { key = k; return k < "z" }
889 has: function(k) { return this.has2(k) },
890 has2: function(k) { throw "myexn" }

Completed in 115 milliseconds