OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newPatch
(Results
1 - 3
of
3
) sorted by null
/external/sonivox/arm-fm-22k/lib_src/
eas_fmsynth.h
75
extern S_FM_REGION
newPatch
;
/external/sonivox/arm-hybrid-22k/lib_src/
eas_fmsynth.h
75
extern S_FM_REGION
newPatch
;
/external/webkit/WebKitTools/Scripts/
resolve-ChangeLogs
328
my $
newPatch
= substr($patch, 0, index($patch, "@@ -${1},${2} +${3},${4} @@"));
334
$
newPatch
.= "@@ -1,3 +1," . ($4 - $2 + 3) . " @@\n";
348
$
newPatch
.= join("", @patchLines);
353
$
newPatch
.= " " . <FILE>;
359
print PATCH $
newPatch
;
Completed in 817 milliseconds