/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/ |
D | metadata_dispatcher.js | 164 function nextStep(var_args) { function 185 nextStep(parser); 196 function(entry) { nextStep(entry, parser) }, 202 entry.file(function(file) { nextStep(file, parser) }, onError); 216 nextStep();
|
D | id3_parser.js | 273 this.nextStep, this.onError, this); 307 this.nextStep(); 316 util.readFileBytes(file, 0, 10, this.nextStep, this.onError, 335 util.readFileBytes(file, 10, 10 + id3v2.size, this.nextStep, 366 this.nextStep(); 414 this.nextStep(); 428 id3v1Parser.setCallback(metadataParser.nextStep); 429 id3v2Parser.setCallback(metadataParser.nextStep);
|
D | function_sequence.js | 29 this.nextStep = this.nextStep_.bind(this); 122 this.nextStep.apply(this, arguments);
|
D | function_parallel.js | 29 this.nextStep = this.nextStep_.bind(this);
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPNodeUtils.java | 457 XMPPathSegment nextStep, in followXPathStep() argument 462 int stepKind = nextStep.getKind(); in followXPathStep() 466 nextNode = findChildNode(parentNode, nextStep.getName(), createNodes); in followXPathStep() 471 parentNode, nextStep.getName().substring(1), createNodes); in followXPathStep() 484 index = findIndexedItem(parentNode, nextStep.getName(), createNodes); in followXPathStep() 492 String[] result = Utils.splitNameAndValue(nextStep.getName()); in followXPathStep() 499 String[] result = Utils.splitNameAndValue(nextStep.getName()); in followXPathStep() 503 parentNode, qualName, qualValue, nextStep.getAliasForm()); in followXPathStep()
|
/external/chromium_org/chrome/browser/resources/user_manager/ |
D | user_manager_tutorial.js | 58 var nextStep = this.currentStep_ + 1; 59 this.toggleStep_(nextStep);
|
/external/chromium_org/third_party/WebKit/Source/core/fileapi/ |
D | FileReader.cpp | 135 … static void finishReader(ExecutionContext* context, FileReader* reader, FinishReaderType nextStep) in finishReader() argument 143 controller->finishReader(reader, nextStep); in finishReader() 192 void finishReader(FileReader* reader, FinishReaderType nextStep) in finishReader() argument 194 if (nextStep == RunPendingReaders) in finishReader()
|
/external/apache-http/src/org/apache/http/conn/routing/ |
D | HttpRouteDirector.java | 89 public int nextStep(RouteInfo plan, RouteInfo fact) in nextStep() method
|
D | BasicRouteDirector.java | 69 public int nextStep(RouteInfo plan, RouteInfo fact) { in nextStep() method in BasicRouteDirector
|
/external/chromium_org/ui/file_manager/file_manager/background/js/ |
D | background.js | 542 this.queue.run(function(nextStep) { argument 548 nextStep();
|
/external/opencv/ml/src/ |
D | mlestimate.cpp | 621 crVal->nextStep = cvCrossValNextStep; 699 for (; crVal->nextStep((CvStatModel*)crVal) != 0; )
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/ |
D | DefaultRequestDirector.java | 654 step = rowdy.nextStep(route, fact); in establishRoute()
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | DefaultRequestDirector.java | 630 step = rowdy.nextStep(route, fact); in establishRoute()
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_impl.cc | 1399 float nextStep = (abs(currentPinchZoomStepDelta_) + 1) * kZoomStepValue; in HandleGestureEvent() local 1401 float zoomInThreshold = (currentPinchZoomStepDelta_ >= 0) ? nextStep in HandleGestureEvent() 1403 float zoomOutThreshold = (currentPinchZoomStepDelta_ <= 0) ? -nextStep in HandleGestureEvent()
|
/external/opencv/ml/include/ |
D | ml.h | 1474 CvStatModelEstimateNextStep nextStep; \
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 552 bool nextStep(const Stmt *S) { in nextStep() function 3253 if (!Info.nextStep(S)) in EvaluateStmt()
|