HomeSort by relevance Sort by last modified time
    Searched defs:patches (Results 1 - 7 of 7) sorted by null

  /bootable/recovery/applypatch/
main.c 48 // *patches (loading file contents into the patches). Returns 0 on
51 char*** sha1s, Value*** patches, int* num_patches) {
54 *patches = malloc(*num_patches * sizeof(Value*));
55 memset(*patches, 0, *num_patches * sizeof(Value*));
74 (*patches)[i] = NULL;
80 (*patches)[i] = malloc(sizeof(Value));
81 (*patches)[i]->type = VAL_BLOB;
82 (*patches)[i]->size = fc.size;
83 (*patches)[i]->data = (char*)fc.data
130 Value** patches; local
    [all...]
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch_test.java 710 List<Patch> patches; local
741 LinkedList<Patch> patches; local
789 LinkedList<Patch> patches; local
809 LinkedList<Patch> patches; local
830 LinkedList<Patch> patches; local
    [all...]
diff_match_patch.java 1798 LinkedList<Patch> patches = new LinkedList<Patch>(); local
2199 List<Patch> patches = new LinkedList<Patch>(); local
    [all...]
  /bootable/recovery/updater/
install.c 1167 Value** patches = ReadValueVarArgs(state, argc-4, argv+4); local
    [all...]
  /prebuilts/devtools/tools/lib/
ninepatch.jar 
draw9patch.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 

Completed in 5466 milliseconds