HomeSort by relevance Sort by last modified time
    Searched defs:isHit (Results 1 - 8 of 8) sorted by null

  /external/clang/tools/libclang/
CIndexHigh.cpp 97 bool isHit(const Decl *D) const {
159 if (data->isHit(D)) {
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
raytrace.js 437 info.isHit = true;
453 info.isHit = false;
488 info.isHit = true;
523 isHit: false,
673 if(info.isHit){
690 if(info.isHit && info.distance >= 0 && info.distance < best.distance){
749 if (refl.isHit && refl.distance > 0){
774 if(shadowInfo.isHit && shadowInfo.shape != info.shape /*&& shadowInfo.shape.type != 'PLANE'*/){
782 if(this.options.renderHighlights && !shadowInfo.isHit && info.shape.material.gloss > 0){
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 463 info.isHit = true;
479 info.isHit = false;
514 info.isHit = true;
549 isHit: false,
699 if(info.isHit){
716 if(info.isHit && info.distance >= 0 && info.distance < best.distance){
775 if (refl.isHit && refl.distance > 0){
800 if(shadowInfo.isHit && shadowInfo.shape != info.shape /*&& shadowInfo.shape.type != 'PLANE'*/){
808 if(this.options.renderHighlights && !shadowInfo.isHit && info.shape.material.gloss > 0){
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 463 info.isHit = true;
479 info.isHit = false;
514 info.isHit = true;
549 isHit: false,
699 if(info.isHit){
716 if(info.isHit && info.distance >= 0 && info.distance < best.distance){
775 if (refl.isHit && refl.distance > 0){
800 if(shadowInfo.isHit && shadowInfo.shape != info.shape /*&& shadowInfo.shape.type != 'PLANE'*/){
808 if(this.options.renderHighlights && !shadowInfo.isHit && info.shape.material.gloss > 0){
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 432 info.isHit = true;
448 info.isHit = false;
483 info.isHit = true;
518 isHit: false,
668 if(info.isHit){
685 if(info.isHit && info.distance >= 0 && info.distance < best.distance){
744 if (refl.isHit && refl.distance > 0){
769 if(shadowInfo.isHit && shadowInfo.shape != info.shape /*&& shadowInfo.shape.type != 'PLANE'*/){
777 if(this.options.renderHighlights && !shadowInfo.isHit && info.shape.material.gloss > 0){
  /external/chromium_org/v8/benchmarks/
raytrace.js 437 info.isHit = true;
453 info.isHit = false;
488 info.isHit = true;
523 isHit: false,
673 if(info.isHit){
690 if(info.isHit && info.distance >= 0 && info.distance < best.distance){
749 if (refl.isHit && refl.distance > 0){
774 if(shadowInfo.isHit && shadowInfo.shape != info.shape /*&& shadowInfo.shape.type != 'PLANE'*/){
782 if(this.options.renderHighlights && !shadowInfo.isHit && info.shape.material.gloss > 0){
  /external/v8/benchmarks/
raytrace.js 437 info.isHit = true;
453 info.isHit = false;
488 info.isHit = true;
523 isHit: false,
673 if(info.isHit){
690 if(info.isHit && info.distance >= 0 && info.distance < best.distance){
749 if (refl.isHit && refl.distance > 0){
774 if(shadowInfo.isHit && shadowInfo.shape != info.shape /*&& shadowInfo.shape.type != 'PLANE'*/){
782 if(this.options.renderHighlights && !shadowInfo.isHit && info.shape.material.gloss > 0){
  /frameworks/base/services/input/
InputReader.h     [all...]

Completed in 400 milliseconds