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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_classifier.cc 40 bool AudioClassifier::Analysis(const int16_t* input,
50 // "third_party/opus/src/src/analysis.h", with lsb_depth = 16.
  /external/llvm/test/Bindings/Ocaml/
analysis.ml 4 * RUN: %ocamlopt -warn-error A llvm.cmxa llvm_analysis.cmxa %t.builddir/analysis.ml -o %t
  /external/chromium_org/cc/resources/
picture_pile_impl.h 52 // SkDrawPictureCallback, which allows us to early out from analysis.
61 struct CC_EXPORT Analysis {
62 Analysis();
63 ~Analysis();
71 Analysis* analysis) const;
76 Analysis* analysis,
picture_pile_impl.cc 328 PicturePileImpl::Analysis* analysis) const {
329 AnalyzeInRect(content_rect, contents_scale, analysis, NULL);
335 PicturePileImpl::Analysis* analysis,
337 DCHECK(analysis);
349 analysis->is_solid_color = canvas.GetColorIfSolid(&analysis->solid_color);
352 // Since there are situations when we can skip analysis, the variables have to
356 PicturePileImpl::Analysis::Analysis() : is_solid_color(false)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
results.py 10 class Analysis(object):
158 This holds the basic statistics from `Analysis`, and is used to roll
control.py 15 from coverage.results import Analysis, Numbers
508 def analysis(self, morf): member in class:coverage
526 The analysis uses the source file itself and the current measured
530 analysis = self._analyze(morf)
532 analysis.filename, analysis.statements, analysis.excluded,
533 analysis.missing, analysis.missing_formatted()
539 Returns an `Analysis` object
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkPicture.h 316 struct Analysis {
317 Analysis() {} // Only used by SkPictureData codepath.
318 explicit Analysis(const SkRecord&);
  /external/chromium_org/third_party/skia/src/core/
SkPicture.cpp 145 const SkPicture::Analysis& analysis = op.picture->fAnalysis; local
146 numPaintWithPathEffectUses += analysis.fNumPaintWithPathEffectUses;
147 numFastPathDashEffects += analysis.fNumFastPathDashEffects;
148 numAAConcavePaths += analysis.fNumAAConcavePaths;
149 numAAHairlineConcavePaths += analysis.fNumAAHairlineConcavePaths;
197 SkPicture::Analysis::Analysis(const SkRecord& record) {
219 bool SkPicture::Analysis::suitableForGpuRasterization(const char** reason,
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp     [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
Analysis.java 3 package com.google.clearsilver.jsilver.syntax.analysis;
7 public interface Analysis extends Switch
  /external/chromium_org/v8/src/
jsregexp.h     [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1606 milliseconds