Searched refs:nextStep (Results 1 - 16 of 16) sorted by relevance

/external/apache-http/src/org/apache/http/conn/routing/
H A DHttpRouteDirector.java84 public int nextStep(RouteInfo plan, RouteInfo fact) method in interface:HttpRouteDirector
H A DBasicRouteDirector.java64 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 Dfunction_sequence.js29 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 Dmetadata_dispatcher.js157 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 Did3_parser.js264 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 Dfunction_parallel.js29 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 Dexif_reader.js25 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 Dbackground.js429 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 DXMPNodeUtils.java450 * @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 Dmlestimate.cpp621 crVal->nextStep = cvCrossValNextStep;
699 for (; crVal->nextStep((CvStatModel*)crVal) != 0; )
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultRequestDirector.java625 step = rowdy.nextStep(route, fact);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
H A DDefaultRequestDirector.java654 step = rowdy.nextStep(route, fact);
/external/opencv/ml/include/
H A Dml.h1474 CvStatModelEstimateNextStep nextStep; \
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/clang/lib/AST/
H A DExprConstant.cpp497 bool nextStep(const Stmt *S) { function in struct:__anon16030::EvalInfo
3100 if (!Info.nextStep(S))

Completed in 394 milliseconds