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

  /external/icu/tools/srcgen/javadoc_patches/
git_diff_create_patch.sh 30 TARGET_FILE=$PWD/${NEW_FILE}
31 PATCH_FILE=${PATCHES_DIR}/$(relpath ${TARGET_FILE} ${ICU4J_DIR})".patch"
  /packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
CancelFromNotificationUiTest.java 59 private static final String TARGET_FILE = "dummy.data";
151 Uri uri = mDocsHelper.createDocument(rootDir0, "*/*", TARGET_FILE);
205 bots.directory.findDocument(TARGET_FILE);
208 bots.directory.selectDocument(TARGET_FILE);
217 bots.directory.waitForDocument(TARGET_FILE);
222 bots.directory.findDocument(TARGET_FILE);
225 bots.directory.selectDocument(TARGET_FILE);
245 assertFalse(bots.directory.hasDocuments(TARGET_FILE));
249 assertTrue(bots.directory.hasDocuments(TARGET_FILE));
255 bots.directory.findDocument(TARGET_FILE);
    [all...]
  /external/protobuf/protoc-artifacts/
build-protoc.sh 212 TARGET_FILE=target/protoc.exe
217 (cp ../src/protoc $TARGET_FILE || cp ../src/protoc.exe $TARGET_FILE) ||
222 strip $TARGET_FILE || exit 1
225 checkArch $TARGET_FILE && checkDependencies $TARGET_FILE

Completed in 4648 milliseconds