HomeSort by relevance Sort by last modified time
    Searched full:"$ content" (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
ANTLRFileStream.pm 36 or croak "Can't open $file_name: $!";
37 }
38
39 my $content;
38 local $/;
39 $content
= <$fh>;
43 close $fh or carp "Can't close $fh: $!";
44
45 $args->{input} = $content;
65 or croak "Can't open $file_name: $!";
66 }
67
68 my $content;
67 local $/;
68 $content
= <$fh>;
72 close $fh or carp "Can't close $fh: $!";
73
74 $self->input($content);
  /external/abi-dumper/
Makefile.pl 188 my $Content = readFile($ARCHIVE_DIR."/".$TOOL_SNAME.".pl");
190 $Content=~s/MODULES_INSTALL_PATH/$REL_PATH/;
193 $Content=~s/MODULES_INSTALL_PATH/$MODULES_PATH/;
199 writeFile($EXE_PATH."/".$TOOL_SNAME, $Content);
248 my $Content = <FILE>;
250 return $Content;
255 sub writeFile($$)
256 {
257 my ($Path, $Content) = @_;
258 print FILE $Content;
  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/tools/
cpuhotplug_report_proc_interrupts 28 my $content = shift;
32 foreach my $line (split /\n/, $content) {
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
template.txt 65 {{end}}{{end}}{{with .Notes}}{{range $marker, $content := .}}
67 {{range $content}}{{$marker}}({{.UID}}){{indent "\t" .Body}}
  /prebuilts/go/linux-x86/src/go/doc/testdata/
template.txt 65 {{end}}{{end}}{{with .Notes}}{{range $marker, $content := .}}
67 {{range $content}}{{$marker}}({{.UID}}){{indent "\t" .Body}}
  /external/abi-compliance-checker/
Makefile.pl 192 my $Content = readFile($ARCHIVE_DIR."/".$TOOL_SNAME.".pl");
194 $Content=~s/MODULES_INSTALL_PATH/$REL_PATH/;
197 $Content=~s/MODULES_INSTALL_PATH/$MODULES_PATH/;
203 writeFile($EXE_PATH."/".$TOOL_SNAME, $Content);
279 my $Content = <FILE>;
281 return $Content;
286 sub writeFile($$)
287 {
288 my ($Path, $Content) = @_;
289 print FILE $Content;
abi-compliance-checker.pl     [all...]
  /external/abi-compliance-checker/modules/Internals/
XmlDump.pm 802 my ($Ext, $Content) = ($2, $3);
803 $Content=~s/\A\s+//g;
804 $Content=~s/\s+\Z//g;
813 if(substr($Content, 0, 1) ne "<") {
814 $Content = xmlSpecChars_R($Content);
816 return $Content;
826 my $Content = openTag($Tag, @Ext);
827 chomp($Content);
828 $Content .= xmlSpecChars($Val)
    [all...]
SysCheck.pm 474 my $Content = readFile($DiffOut);
475 if(length($Content)<3500 and $Content=~/The files are identical|No changes|Failed to create/i) {
479 $Content=~s/<\!--(.|\n)+?-->\s*//g;
480 $Content=~s/\A((.|\n)+<body\s*>)((.|\n)+)(<\/body>(.|\n)+)\Z/$3/;
481 $Content=~s/(<td colspan=\"5\"[^>]*>)(.+)(<\/td>)/$1$3/;
482 $Content=~s/(<table) /$1 class='diff_tbl' /g;
484 $Content=~s&<td class="lineno" valign="top"></td>&&g;
485 $Content=~s&<td class="lineno"></td>&&g;
486 $Content=~s&<th></th>&&g
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm 22 local $/;
23 open my $in, '<', $filename or die "Can't open $filename: $!";
24 my $content = <$in>;
25 close $in or warn "Can't close $filename: $!";
26
27 return $content;
29 my ($filename, $content) = @_;
32 open my $out, '>', $filename or die "Can't open $filename: $!";
33 print $out $content;
  /development/samples/ApiDemos/res/layout/
content_browser.xml 20 <view class="com.example.android.apis.view.ContentBrowserActivity$Content"
content_browser_nav.xml 20 <view class="com.example.android.apis.view.ContentBrowserNavActivity$Content"
game.xml 23 <view class="com.example.android.apis.view.GameActivity$Content"
video_player.xml 21 <view class="com.example.android.apis.view.VideoPlayerActivity$Content"
  /external/valgrind/docs/lib/
vg-html-website.xsl 25 <xsl:copy-of select="$content"/>
vg-fo.xsl 122 <xsl:apply-templates select="exsl:node-set($content)"
126 <xsl:copy-of select="$content"/>
  /external/toolchain-utils/bestflags/examples/omnetpp/
build_omnetpp 46 echo "$content" | sed s/-O2/-O1\ "$flags"/ >config/linux64-amd64-pgi$file.cfg
  /external/iputils/doc/
docbook2man-spec.pl 730 my $content = pop_output();
736 output $content;
781 my $content = pop_output();
789 output $content;
804 my $content = pop_output();
811 while ($content =~ /^\.PP/gm) { $num_para++ }
813 $content =~ s/^\.PP\n//;
817 output $content;
  /external/ltp/testcases/kernel/fs/acl/
tacl_xattr.sh 582 RES=`echo $CONTENT | grep ".r--r--r--" | awk '{print $1}'`
610 RES=`echo $CONTENT | grep ".r--rw-r--" | awk '{print $1}'`
637 RES=`echo $CONTENT | grep ".rw-rw-rw-" | awk '{print \$1}'`
665 USER_PERMISSION=`echo $CONTENT | awk '{print \$10}'`
667 GROUP_PERMISSION=`echo $CONTENT | awk '{print \$12}'`
668 OTHER_PERMISSION=`echo $CONTENT | awk '{print \$15}'`
702 ITEM_OWNER=`echo $CONTENT | awk '{print \$6}'`
703 ITEM_GROUP=`echo $CONTENT | awk '{print \$9}'`
  /prebuilts/tools/common/m2/repository/com/parse/bolts/bolts-applinks/1.4.0/
bolts-applinks-1.4.0.jar 
  /external/libvpx/libvpx/build/make/
gen_msvs_vcxproj.sh 56 echo "${indent}>${content}</${tag}>"
59 echo "${indent}<${tag}>${content}</${tag}>"
  /external/swiftshader/third_party/LLVM/utils/
NewNightlyTest.pl 426 my $content;
430 $content .= "$key=$value&";
444 $length = length($content);
450 $send.= "$content";
  /prebuilts/tools/common/m2/repository/org/gebish/geb-core/0.9.3/
geb-core-0.9.3.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/
org.eclipse.sisu.inject-0.0.0.M5.jar 

Completed in 2149 milliseconds

1 2 3