HomeSort by relevance Sort by last modified time
    Searched refs:chomp (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/webkit/Tools/Scripts/
pdevenv 14 chomp(my $vcBin = `cygpath -w "$FindBin::Bin/../vcbin"`);
15 chomp(my $scriptsPath = `cygpath -w "$FindBin::Bin"`);
43 chomp($path = `cygpath -w -s '$path'`);
update-javascriptcore-test-results 47 chomp;
61 chomp;
update-webkit-support-libs 101 chomp($path = `cygpath -u '$path'`);
108 chomp(my $extractedVersion = <VERSION>);
117 chomp(my $expectedVersion = `curl -s $versionFileURL`);
124 chomp(my $zipFileVersion = `unzip -p "$pathToZip" $file/win/$versionFile`);
parallelcl 19 chomp(my $clexe = `cygpath -u '$ENV{'VS80COMNTOOLS'}/../../VC/bin/cl.exe'`);
34 chomp($commandFile = `cygpath -u '$1'`);
74 chomp($source);
88 chomp($numJobs = `num-cpus`);
182 chomp(my $winTmpFile = `cygpath -m $tmpFile`);
check-for-exit-time-destructors 66 chomp @files;
123 chomp $result;
  /external/webkit/WebKitLibraries/win/tools/scripts/
auto-version.sh 28 chomp() function
41 chomp COPYRIGHT_END_YEAR
51 chomp PROPOSED_VERSION
90 chomp BUILD_DATE
91 chomp SVN_REVISION
  /external/bzip2/
format.pl 53 chomp $prev;
59 chomp $prev;
  /external/webkit/Source/JavaScriptCore/docs/
make-bytecode-docs.pl 15 chomp;
20 chomp;
  /external/ipsec-tools/src/racoon/
stats.pl 6 chomp;
  /external/llvm/utils/
findsym.pl 29 chomp($_);
profile.pl 66 chomp $libdir;
GenLibDeps.pl 41 chomp($DotPath = `which dot`);
46 chomp($nmPath=$ENV{NM});
50 chomp($nmPath=`which nm`);
58 chomp($ranlibPath=$ENV{RANLIB});
62 chomp($ranlibPath=`which ranlib`);
113 chomp;
155 chomp;
211 chomp;
241 chomp;
  /external/webkit/Source/WebCore/
make-export-file-generator 32 return line.chomp if line =~ /#/
33 " printf(\"#{line.chomp}\\n\");"
  /external/webkit/Source/WebKit/win/WebKit.vcproj/
FixMIDLHeaders.pl 40 chomp($dir);
  /external/webkit/Source/WebCore/bindings/scripts/
InFilesParser.pm 40 chomp($string);
49 chomp($string);
  /external/clang/utils/TestUtils/
pch-test.pl 19 chomp($file);
  /external/bluetooth/glib/debian/
build 27 chomp;
  /external/bluetooth/glib/gio/
makegioalias.pl 107 chomp($str);
  /external/bluetooth/glib/gobject/
makegobjectalias.pl 107 chomp($str);
  /external/icu4c/test/compat/
tzone.pl 35 chomp($tzone);
  /external/openssl/crypto/objects/
objxref.pl 16 chomp;
28 chomp;
  /external/wpa_supplicant_8/hostapd/logwatch/
hostapd 27 chomp($line);
  /external/valgrind/main/perf/
vg_perf 86 chomp(my $tests_dir = `pwd`);
265 chomp($vgdirname = `basename $vgdir`);
328 chomp(my $initial_dir = `pwd`); # record where we started
388 my $dir = `dirname $f`; chomp $dir;
389 my $file = `basename $f`; chomp $file;
vg_perf.in 86 chomp(my $tests_dir = `pwd`);
265 chomp($vgdirname = `basename $vgdir`);
328 chomp(my $initial_dir = `pwd`); # record where we started
388 my $dir = `dirname $f`; chomp $dir;
389 my $file = `basename $f`; chomp $file;
  /external/dropbear/libtommath/
booker.pl 44 chomp(@m[1]);
69 chomp($_);
97 chomp($_);
252 chomp($_);

Completed in 7271 milliseconds

1 2 3 4