HomeSort by relevance Sort by last modified time
    Searched refs:nextPath (Results 1 - 17 of 17) sorted by null

  /frameworks/base/core/tests/coretests/src/android/provider/
DocumentsProviderTest.java 57 mProvider.nextPath = expected;
72 mProvider.nextPath = expected;
83 mProvider.nextPath = new Path(null, Arrays.asList(PARENT_DOCUMENT_ID, DOCUMENT_ID));
93 mProvider.nextPath = new Path(ROOT_ID, Arrays.asList(PARENT_DOCUMENT_ID, DOCUMENT_ID));
105 mProvider.nextPath = new Path(
TestDocumentsProvider.java 41 public Path nextPath;
92 return nextPath;
  /development/tools/idegen/src/
Eclipse.java 131 String nextPath = nextRoot.getPath();
132 if (!nextPath.startsWith(path)) {
139 classpath.append(nextPath.substring(path.length() + 1))
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestDocumentsAccess.java 41 public @Nullable Path nextPath;
89 return nextPath;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
PathProfileVerifier.cpp 119 for( ProfilePathIterator nextPath = pathProfileInfo.pathBegin(),
121 nextPath != endPath; nextPath++ ) {
122 ProfilePath* currentPath = nextPath->second;
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
AbstractActionHandlerTest.java 113 mEnv.docs.nextPath = new Path(
122 assertEquals(mEnv.docs.nextPath.getPath().size(), mEnv.state.stack.size());
158 mEnv.docs.nextPath = new Path(
180 mEnv.docs.nextPath = new Path(
  /external/icu/icu4c/source/common/
udata.cpp 411 const char *nextPath; /* path following this one */
463 nextPath = path;
466 nextPath = itemPath.data();
484 fprintf(stderr, "%p: init %s -> [path=%s], [base=%s], [suff=%s], [itempath=%s], [nextpath=%s], [checklast4=%s]\n",
491 nextPath,
515 if( nextPath == NULL ) {
518 currentPath = nextPath;
520 if(nextPath == itemPath.data()) { /* we were processing item's path. */
521 nextPath = path; /* start with regular path next tm. */
525 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR)
    [all...]
  /frameworks/base/cmds/idmap/
inspect.cpp 100 status_t nextPath(char *b) {
204 err = buf.nextPath(path);
206 // printe done from IdmapBuffer::nextPath
216 err = buf.nextPath(path);
218 // printe done from IdmapBuffer::nextPath
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
ActionHandlerTest.java 373 mEnv.docs.nextPath = new Path(
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
ActionHandlerTest.java 116 mEnv.docs.nextPath = new Path(
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 386 milliseconds