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

1 2 3 4 5

  /external/webkit/Source/JavaScriptCore/docs/
make-bytecode-docs.pl 15 chomp;
20 chomp;
  /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`);
webkitdirs.pm 155 chomp $baseProductDir;
184 chomp $dosBuildPath;
187 chomp $unixBuildPath;
206 chomp $configuration;
228 chomp $architecture;
234 chomp $supports64Bit;
237 chomp $architecture;
247 chomp($numberOfCPUs = `nproc 2> /dev/null`);
506 chomp $passedArchitecture;
1062 chomp(my $productVersion = `sw_vers -productVersion`)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
version.rb 15 ANTLR_VERSION_STRING.chomp!( '.0' ) # versioning drops minor version at 0
  /external/ipsec-tools/src/racoon/
stats.pl 6 chomp;
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/sample-input/
template-group 9 <%= attribute( *attr ).to_s.chomp %>
  /external/webkit/Source/WebCore/
make-export-file-generator 32 return line.chomp if line =~ /#/
33 " printf(\"#{line.chomp}\\n\");"
  /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/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-template.rb 134 define_template( :class_definition, tidy( <<-'END'.chomp ) )
139 | <%= attribute( :name => attr, :access => ( access || 'rw' ) ).to_s.chomp %>
150 define_template( :attribute, tidy( <<-'END'.chomp ) )
161 define_template( :method, tidy( <<-'END'.chomp ) )
190 vegetable.to_s.should == tidy( <<-END.chomp )
234 vegetable.to_s.should == tidy( <<-END.chomp )
  /external/bzip2/
format.pl 53 chomp $prev;
59 chomp $prev;
  /external/openssl/crypto/objects/
objxref.pl 16 chomp;
28 chomp;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runant.pl 108 chomp ($localpath);
112 chomp ($classpath);
115 chomp ($HOME);
117 chomp ($CYGHOME);
  /external/llvm/utils/
findsym.pl 29 chomp($_);
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`);
112 chomp;
153 chomp;
209 chomp;
239 chomp;
  /external/icu4c/test/compat/
tzone.pl 35 chomp($tzone);
  /external/openssh/contrib/aix/
inventory.sh 34 chomp;
  /external/wpa_supplicant_8/hostapd/logwatch/
hostapd 27 chomp($line);
  /external/clang/utils/TestUtils/
pch-test.pl 19 chomp($file);
  /external/dropbear/libtommath/
booker.pl 44 chomp(@m[1]);
69 chomp($_);
97 chomp($_);
252 chomp($_);
  /external/webkit/Source/WebCore/bindings/scripts/
gobject-generate-headers.pl 24 chomp($classlist);
InFilesParser.pm 40 chomp($string);
49 chomp($string);
  /external/webkit/Source/WebKit/win/WebKit.vcproj/
FixMIDLHeaders.pl 40 chomp($dir);

Completed in 930 milliseconds

1 2 3 4 5