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

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ScanHandler.java 106 public void stage(char[] buff, int offset, int length) throws SAXException; method in interface:ScanHandler
PYXWriter.java 137 public void stage(char[] buff, int offset, int length) throws SAXException { method in class:PYXWriter
HTMLScanner.java 573 h.stage(theOutputBuffer, 0, theSize);
Parser.java 1023 public void stage(char[] buff, int offset, int length) throws SAXException { method in class:Parser
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-map-private.hh 48 unsigned int stage[2]; /* GSUB/GPOS */ member in struct:hb_ot_map_t::feature_map_t
103 return map ? map->stage[table_index] : (unsigned int) -1;
106 inline void get_stage_lookups (unsigned int table_index, unsigned int stage,
108 if (unlikely (stage == (unsigned int) -1)) {
113 assert (stage <= pauses[table_index].len);
114 unsigned int start = stage ? pauses[table_index][stage - 1].num_lookups : 0;
115 unsigned int end = stage < pauses[table_index].len ? pauses[table_index][stage].num_lookups : lookups[table_index].len;
210 unsigned int stage[2]; /* GSUB/GPOS *
217 unsigned int stage; member in struct:pause_info_t
    [all...]
  /external/chromium/chrome/browser/ui/toolbar/
wrench_menu_model.cc 280 UpgradeDetector::UpgradeNotificationAnnoyanceLevel stage = local
282 switch (stage) {
  /external/skia/src/gpu/gl/
GrGLProgram.cpp 575 // incoming color to current stage being processed.
602 // of each to the next and generating code for each stage.
607 // create var to hold stage result
618 // must have input tex coordinates if stage is enabled.
703 // create var to hold stage output
715 // must have input tex coordinates if stage is
910 const GrEffectStage& stage = drawState.getStage(s); local
    [all...]
  /external/opencv/cv/src/
cvcorner.cpp 223 int stage = CV_START; local
323 stage = stage & CV_START ? CV_START + CV_END : CV_END;
324 dx_filter.process( src, Dx, cvRect(0,y,-1,delta), cvPoint(0,0), stage );
326 cvPoint(0,0), stage );
387 stage = stage & CV_START ? CV_START + CV_END : CV_END;
390 cvRect(0,0,-1,stripe_size.height),cvPoint(0,0),stage+CV_ISOLATED_ROI);
406 stage = CV_MIDDLE;
519 int stage = CV_START local
    [all...]
cvhaar.cpp 219 sprintf( errorstr, "header of the stage classifier #%d is invalid "
251 "the stage classifier #%d is not inside "
1546 const char* stage = input_cascade[i]; local
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 427 File stage = new File(root, STAGE_FILE); local
429 FileOutputStream filestream = new FileOutputStream(stage);
458 fullBackupFile(stage, data);
460 stage.delete();
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 2388 uint8_t stage; local
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 5417 InputStage stage = q.shouldSkipIme() ? mFirstPostImeInputStage : mFirstInputStage; local
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 341 milliseconds