HomeSort by relevance Sort by last modified time
    Searched defs:patches (Results 1 - 8 of 8) 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/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bug.py 90 def patches(self, include_obsolete=False): member in class:Bug
95 return [patch for patch in self.patches() if patch.review() == "?"]
98 patches = [patch for patch in self.patches() if patch.review() == "+"]
100 return patches
103 return filter(lambda patch: patch.reviewer(), patches)
106 patches = [patch for patch in self.patches()
109 return patches
112 return filter(lambda patch: patch.committer(), patches)
    [all...]
  /bootable/recovery/updater/
install.c 869 Value** patches = ReadValueVarArgs(state, argc-4, argv+4); local
873 if (patches[i*2]->type != VAL_STRING) {
877 if (patches[i*2+1]->type != VAL_BLOB) {
884 FreeValue(patches[i]);
886 free(patches);
892 patch_sha_str[i] = patches[i*2]->data;
893 patches[i*2]->data = NULL;
894 FreeValue(patches[i*2]);
895 patches[i] = patches[i*2+1]
    [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...]
  /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 580 milliseconds