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

  /external/archive-patcher/explainer/src/test/java/com/google/archivepatcher/explainer/
PatchExplainerTest.java 166 List<EntryExplanation> explanations = explainer.explainPatch(oldFile, newFile); local
171 checkExplanation(explanations, expected);
181 List<EntryExplanation> explanations = explainer.explainPatch(oldFile, newFile); local
188 checkExplanation(explanations, expected);
204 List<EntryExplanation> explanations = explainer.explainPatch(oldFile, newFile); local
213 checkExplanation(explanations, expected);
234 List<EntryExplanation> explanations = explainer.explainPatch(oldFile, newFile, limiter); local
243 checkExplanation(explanations, expected);
253 List<EntryExplanation> explanations = explainer.explainPatch(oldFile, newFile); local
260 checkExplanation(explanations, expected)
276 List<EntryExplanation> explanations = explainer.explainPatch(oldFile, newFile); local
300 List<EntryExplanation> explanations = explainer.explainPatch(oldFile, newFile); local
323 List<EntryExplanation> explanations = explainer.explainPatch(oldFile, newFile); local
357 List<EntryExplanation> explanations = explainer.explainPatch(oldFile, newFile); local
376 List<EntryExplanation> explanations = explainer.explainPatch(oldFile, newFile); local
    [all...]
  /external/archive-patcher/explainer/src/main/java/com/google/archivepatcher/explainer/
PatchExplanation.java 84 * @param entryExplanations the explanations for all of the individual entries in the patch
243 List<EntryExplanation> explanations, String listName, StringBuilder buffer, String indent) {
245 Iterator<EntryExplanation> iterator = explanations.iterator();
  /external/curl/docs/cmdline-opts/
request.d 9 details and explanations. Common additional HTTP requests include PUT and
  /external/archive-patcher/tools/src/main/java/com/google/archivepatcher/tools/
PatchExplainerTool.java 194 private void dumpPlainText(List<EntryExplanation> explanations) {
195 for (EntryExplanation entryExplanation : explanations) {
  /external/ImageMagick/scripts/
txt2html 287 More complete explanations of these options can be found in
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
pattern_matcher.h 205 // (Incidentally, indenting in Match's explanations is handled differently.
1425 std::stringstream explanations[\/*matcher*\/ 2][\/*operand*\/ 2]; local
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h     [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 546 milliseconds