Home
last modified time | relevance | path

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

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