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

  /external/dnsmasq/contrib/slackware-dnsmasq/
doinst.sh.gz 
  /sdk/eclipse/scripts/
update_version.sh 3 OLD="$1"
8 if [ -z "$OLD" ] || [ -z "$NEW" ]; then
10 Usage: $0 <old> <new>
26 OLD="${OLD//./\.}\.qualifier"
30 # the new pattern. Old files get backuped with the .old extension.
31 grep -rl "$OLD" * | grep -E "\.xml$|\.MF$" | xargs -n 1 sed -i "" "s/$OLD/$NEW/g"
  /external/webkit/Tools/Scripts/
update-webkit-dependency 58 # Time in seconds that the new zip file must be newer than the old for us to
95 if (defined $new && open OLD, "$webkitLibrariesDir/$file.headers") {
96 my $old = lastModifiedToUnixTime(<OLD>);
97 close OLD;
98 if (defined $old && abs($new - $old) < $newnessThreshold) {
  /external/qemu/distrib/sdl-1.2.12/src/audio/dc/
aica.c 25 #define G2_LOCK(OLD) \
28 OLD = irq_disable(); \
34 #define G2_UNLOCK(OLD) \
38 irq_restore(OLD); \
43 int i, j, old = 0; local
46 G2_LOCK(old);
61 G2_UNLOCK(old);
155 int old = 0; local
168 G2_LOCK(old);
211 G2_UNLOCK(old);
    [all...]
  /external/icu4c/
configure 535 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
1022 | --oldin | --oldi | --old | --ol | --o)
1026 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
    [all...]
configure.orig 535 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
1020 | --oldin | --oldi | --old | --ol | --o)
1024 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
    [all...]

Completed in 270 milliseconds