/external/apache-http/src/org/apache/http/conn/routing/ |
H A D | HttpRouteDirector.java | 84 public int nextStep(RouteInfo plan, RouteInfo fact) method in interface:HttpRouteDirector
|
H A D | BasicRouteDirector.java | 64 public int nextStep(RouteInfo plan, RouteInfo fact) { method in class:BasicRouteDirector 81 } // nextStep
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/ |
H A D | function_sequence.js | 29 this.nextStep = this.nextStep_.bind(this); 85 * cases should be used nextStep function, which is defined in closure and thus 122 this.nextStep.apply(this, arguments);
|
H A D | metadata_dispatcher.js | 157 function nextStep(var_args) { 158 self.vlog('nextStep: ' + steps[currentStep + 1].name); 178 nextStep(parser); 189 function(entry) { nextStep(entry, parser) }, 195 entry.file(function(file) { nextStep(file, parser) }, onError); 209 nextStep();
|
H A D | id3_parser.js | 264 this.nextStep, this.onError, this); 298 this.nextStep(); 308 util.readFileBytes(file, 0, 10, this.nextStep, this.onError, 327 util.readFileBytes(file, 10, 10 + id3v2.size, this.nextStep, 358 this.nextStep(); 406 this.nextStep(); 422 id3v1Parser.setCallback(metadataParser.nextStep); 423 id3v2Parser.setCallback(metadataParser.nextStep);
|
H A D | function_parallel.js | 29 this.nextStep = this.nextStep_.bind(this); 50 * cases should be used nextStep function, which is defined in closure and thus
|
/external/chromium/chrome/browser/resources/file_manager/js/ |
H A D | exif_reader.js | 25 function nextStep(var_args) { function 26 self.vlog('nextStep: ' + steps[currentStep + 1].name); 42 function(entry) { nextStep(entry) }, 48 entry.file(function(file) { nextStep(file) }, onError); 55 reader.onload = function(event) { nextStep(file, reader.result) }; 85 reader.onload = function(event) { nextStep(file, reader.result) }; 141 nextStep(metadata); 148 nextStep();
|
/external/chromium_org/chrome/browser/resources/file_manager/background/js/ |
H A D | background.js | 429 this.queue.run(function(nextStep) { 435 nextStep(); 612 queue.run(function(nextStep) { 617 nextStep(); 625 nextStep(); 628 queue.run(function(nextStep) { 630 nextStep(); 645 launchFileManager(appState, /* App ID */ undefined, type, nextStep);
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
H A D | XMPNodeUtils.java | 450 * @param nextStep the xpath segment 457 XMPPathSegment nextStep, 462 int stepKind = nextStep.getKind(); 466 nextNode = findChildNode(parentNode, nextStep.getName(), createNodes); 471 parentNode, nextStep.getName().substring(1), createNodes); 484 index = findIndexedItem(parentNode, nextStep.getName(), createNodes); 492 String[] result = Utils.splitNameAndValue(nextStep.getName()); 499 String[] result = Utils.splitNameAndValue(nextStep.getName()); 503 parentNode, qualName, qualValue, nextStep.getAliasForm()); 455 followXPathStep( XMPNode parentNode, XMPPathSegment nextStep, boolean createNodes) argument
|
/external/opencv/ml/src/ |
H A D | mlestimate.cpp | 621 crVal->nextStep = cvCrossValNextStep; 699 for (; crVal->nextStep((CvStatModel*)crVal) != 0; )
|
/external/apache-http/src/org/apache/http/impl/client/ |
H A D | DefaultRequestDirector.java | 625 step = rowdy.nextStep(route, fact);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/ |
H A D | DefaultRequestDirector.java | 654 step = rowdy.nextStep(route, fact);
|
/external/opencv/ml/include/ |
H A D | ml.h | 1474 CvStatModelEstimateNextStep nextStep; \
|
/external/robolectric/lib/main/ |
H A D | httpclient-4.0.3.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ... |
/external/smack/asmack-master/lib/ |
H A D | httpclient-4.1.3.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ... |
/external/clang/lib/AST/ |
H A D | ExprConstant.cpp | 497 bool nextStep(const Stmt *S) { function in struct:__anon16030::EvalInfo 3100 if (!Info.nextStep(S))
|