HomeSort by relevance Sort by last modified time
    Searched full:classification (Results 1 - 25 of 197) sorted by null

1 2 3 4 5 6 7 8

  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnTextureCoords.cpp 37 LoopBlinnTextureCoords::Result LoopBlinnTextureCoords::compute(const LoopBlinnClassifier::Result& classification, LoopBlinnConstants::FillSide sideToFill)
49 LoopBlinnClassifier::CurveType curveType = classification.curveType;
55 float t1 = sqrtf(9.0f * classification.d2 * classification.d2 - 12 * classification.d1 * classification.d3);
56 float ls = 3.0f * classification.d2 - t1;
57 float lt = 6.0f * classification.d1;
58 float ms = 3.0f * classification.d2 + t1;
74 if (classification.d1 < 0.0f
    [all...]
LoopBlinnTextureCoords.h 70 // control points, given the classification of the curve as well as
72 static Result compute(const LoopBlinnClassifier::Result& classification,
LoopBlinnClassifier.cpp 68 // classification results.
81 // Experimentation has also shown that when the classification is
91 // Do the classification.
LoopBlinnClassifier.h 26 // Cubic curve classification algorithm from "Rendering Vector Art on
  /external/chromium/chrome/browser/autocomplete/
autocomplete_match.cc 115 ACMatchClassifications* classification) {
117 text.length(), style, classification);
125 ACMatchClassifications* classification) {
126 classification->clear();
135 classification->push_back(ACMatchClassification(0, style));
140 // No match, above classification will suffice for whole string.
146 classification->push_back(ACMatchClassification(match_location,
152 classification->push_back(ACMatchClassification(after_match, style));
171 DCHECK(!classifications.empty()) << "No classification for text";
172 DCHECK(classifications[0].offset == 0) << "Classification misses beginning"
    [all...]
autocomplete_match.h 32 // with some kind of classification. Even if a match has no distinct
41 // This structure holds the classification information for each span.
58 // Offset within the string that this classification starts
extension_app_provider.h 59 // AutoComplete match classification that keeps track of the highlighting
  /hardware/ti/wlan/wl1271/utils/
tiQosTypes.h 137 /* Tag to AC classification */
302 /* classification algorithms:
332 /* Classification mapping table */
346 /* number of classifier entries in the classification table */
352 TI_UINT32 uNumActiveEntries; /* The number of active entries in the classification table */
353 TClsfrTableEntry ClsfrTable[NUM_OF_CLSFR_TABLE_ENTRIES]; /* Classification table - size changed from 15 to 16*/
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.cc 51 // Precalculated data used to draw the portion of a match classification that
69 Classifications classifications; // Classification pieces within this run,
323 break; // We're past the last classification in the run.
328 continue; // We haven't reached the first classification in the run.
362 // classification fits completely, but leaves too little space for an
372 // This classification or one before it needs to be elided. Erase all
374 // iterate over everything to find the specific classification to
414 // We have 100 px of available space, an initial classification that takes 86
416 // classification is followed by several very narrow classifications (e.g. 3
418 // see the first classification -- it depends on how many subsequen
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host.cc 73 VLOG(1) << "Skipping phishing classification for URL: " << params_.url
85 // correct remote IP address, and will skip phishing classification.
87 VLOG(1) << "Skipping phishing classification for URL: " << params_.url
95 VLOG(1) << "Skipping phishing classification for URL: " << params_.url
106 VLOG(1) << "Skipping phishing classification for URL: " << params_.url
117 // the csd-whitelist we won't start classification. The
142 // Enum used to keep stats about why the pre-classification check failed.
180 // If result is cached, we don't want to run classification again
200 << "not running classification for " << params_.url;
207 // Everything checks out, so start classification
    [all...]
client_side_detection_host.h 70 // Keep a handle to the latest classification request so that we can cancel
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
common_defs.h 17 // Contains definitions commom to all classification and ranking algorithms
  /external/iproute2/doc/actions/
gact-usage 13 - continue allows to restart classification lookup
15 - reclassify implies continue classification where we left off
  /external/valgrind/main/drd/
drd_error.h 70 /* The classification of a faulting address. */
75 eUnknown, // classification yielded nothing useful
  /external/chromium/chrome/common/safe_browsing/
safebrowsing_messages.h 46 // A classification model for client-side phishing detection.
  /system/core/sh/
syntax.c 89 /* character classification table */
  /external/svox/pico/lib/
picokdt.h 114 /* decision tree classification result type */
223 dtres: POS or POSgroup ID classification result
263 dtres: POS classification result
317 dtvres: phones vector classification result
364 dtres: phrasing classification result
426 dtres: phrasing classification result
453 dtres: phones vector classification result
  /external/clang/tools/scan-view/
Reporter.py 156 SelectionParameter.__init__(self,"Classification",
199 classification = parameters.get('Classification', '')
210 args = ['osascript', script, component, componentVersion, classification, personID, report.title,
  /external/v8/src/
inspector.cc 49 // Dump each object classification that matches this object.
  /external/webrtc/src/modules/audio_processing/ns/
defines.h 16 #define PROCESS_FLOW_2 // Use the new method of speech/noise classification.
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
coreDefaultParams.h 160 the DSCP classification table*/
182 classification table (in case of DSCP classifier) */
188 /* def values of code points in the DSCP classification table*/
195 /* def values of D-tags in the DSCP classification table*/
205 /* number of entries in the classification table (in case of destination port classifier) */
210 /* def values of port numbers in the destination port classification table*/
213 /* def values of D-tags in the destination port classification table*/
220 IP&Port classification table */
225 /* def values of IP addresses in the IP&Port classification table*/
228 /* def values of port numbers in the IP&Port classification table*
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wctype.h 21 * Wide character classification and mapping utilities <wctype.h>
107 * Wide-character classification functions: 7.15.2.1.
167 * Extensible wide-character classification functions: 7.15.2.2.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wctype.h 21 * Wide character classification and mapping utilities <wctype.h>
107 * Wide-character classification functions: 7.15.2.1.
167 * Extensible wide-character classification functions: 7.15.2.2.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wctype.h 21 * Wide character classification and mapping utilities <wctype.h>
107 * Wide-character classification functions: 7.15.2.1.
167 * Extensible wide-character classification functions: 7.15.2.2.
  /external/iproute2/examples/diffserv/
Edge1 5 # the result is used for fast classification and re-marking

Completed in 1619 milliseconds

1 2 3 4 5 6 7 8