Searched refs:nextStep (Results 1 – 9 of 9) sorted by relevance
/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/syzkaller/vendor/github.com/google/go-cmp/cmp/ |
D | path.go | 126 var nextStep PathStep 128 nextStep = pa[i+1] 134 switch nextStep.(type) { 159 if _, ok := nextStep.(*transform); ok {
|
/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/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/ |
D | DefaultRequestDirector.java | 672 step = rowdy.nextStep(route, fact); in establishRoute()
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | DefaultRequestDirector.java | 639 step = rowdy.nextStep(route, fact); in establishRoute()
|
/external/apache-http/ |
D | art-profile | 174 HPLorg/apache/http/conn/routing/BasicRouteDirector;->nextStep(Lorg/apache/http/conn/routing/RouteIn… 187 HPLorg/apache/http/conn/routing/HttpRouteDirector;->nextStep(Lorg/apache/http/conn/routing/RouteInf…
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 585 bool nextStep(const Stmt *S) { in nextStep() function 3544 if (!Info.nextStep(S)) in EvaluateStmt()
|
/external/apache-http/api/ |
D | current.txt | 1814 …method @Deprecated public int nextStep(org.apache.http.conn.routing.RouteInfo, org.apache.http.con… 1838 …method @Deprecated public int nextStep(org.apache.http.conn.routing.RouteInfo, org.apache.http.con…
|