/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t026actions.g | 35 this.xlog.push([$text, $type, $line, $pos, $index, $channel, $start, $stop].join(" "));
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t026actions.g | 33 self.capture('\%r \%r \%r \%r \%r \%r \%r \%r;' \% ($text, $type, $line, $pos, $index, $channel, $start, $stop))
|
/external/curl/src/ |
mkhelp.pl | 66 my $text = $line; 67 $text =~ s/^\s+//g; # cut off preceding... 68 $text =~ s/\s+$//g; # and trailing whitespaces 70 $tlen = length($text);
|
/external/eigen/cmake/ |
language_support.cmake | 34 ${text})
|
/external/curl/packages/vms/ |
build_gnv_curl_pcsi_text.com | 5 $! 6 $! $Id$ 7 $! 8 $! Build the *.pcsi$text file from the four components: 8 $! a pcsi$text file format. 10 $! a pcsi$text file format. 108 $ create 'base_file'.pcsi$text 113 $ open/append ptxt 'base_file'.pcsi$text
|
/external/libxml2/test/namespaces/reconcile/ |
tests-to-c.xsl | 48 <xsl:with-param name="text" select="$text"/> 254 <xsl:when test="contains($text, $from)"> 256 <xsl:variable name="before" select="substring-before($text, $from)"/> 257 <xsl:variable name="after" select="substring-after($text, $from)"/> 269 <xsl:value-of select="$text"/>
|
/external/libvncserver/utils/ |
git2cl.pl | 90 my $text = Text::Wrap::wrap($indent1, $indent2, @text); 92 return $text; 94 my @lines = split /\n/, $text; 101 if substr($text, -1) eq "\n"; 115 my $text = shift; # The text to wrap. 128 my @lines = split (/\n/, $text);
|
/external/valgrind/docs/lib/ |
vg-faq2txt.xsl | 206 select="concat($prefix, normalize-space($text), '&nl;')"/> 280 <xsl:when test="contains($text, '
')"> 281 <xsl:value-of select="substring-before($text, '
')"/> 287 <xsl:with-param name="text" select="substring-after($text, '
')"/> 291 <xsl:if test="not(string-length($text) = 0)"> 293 <xsl:value-of select="$text"/>
|
/external/e2fsprogs/lib/et/ |
et_c.awk | 138 (continuation == 1) && ($0 ~ /\\[ \t]*$/) { 139 text=substr($0,1,length($0)-1); 161 /^[ \t]*(error_code|ec)[ \t]+[A-Z_0-9]+,[ \t]*".*"[ \t]*$/ { 162 text="" 171 /^[ \t]*(error_code|ec)[ \t]+[A-Z_0-9]+,[ \t]*".*\\[ \t]*$/ { 172 text=""
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/ |
properties.rb | 24 @properties << [$text, $type, $line, $pos, $index, $channel, $start, $stop]
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/ |
do-plot | 53 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
size.exp | 55 if {$text < 8 || $data < 4} then {
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
CommonToken.pm | 123 my ($self, $text) = @_; 124 $self->text($text);
|
/external/bison/data/xslt/ |
xml2text.xsl | 530 <xsl:when test="normalize-space($text) = ''" /> 531 <xsl:when test="string-length($text) <= $first-line-length"> 532 <xsl:value-of select="concat($text, ' ')" /> 537 <xsl:with-param name="text" select="$text" /> 541 <xsl:value-of select="substring($text, 1, $break-pos - 1)" /> 546 name="text" select="concat(' ', substring($text, $break-pos+1))" 556 <xsl:variable name="search-text" select="substring($text, $start)" /> 559 <xsl:value-of select="string-length($text)+1" />
|
/external/curl/tests/ |
testcurl.pl | 218 sub logit($) { 219 my $text=$_[0]; 219 if ($text) { 220 print "testcurl: $text\n"; 225 sub logit_spaced($) { 226 my $text=$_[0]; 226 if ($text) { 227 print "\ntestcurl: $text\n\n"; 232 sub mydie($){ 233 my $text=$_[0]; 233 logit "$text";
|
/external/dnsmasq/contrib/dnslist/ |
dnslist.pl | 157 my $text = ""; 161 $text .= $char; 163 $text .= "?"; 166 $list->{$ether}->{'text_client_id'} = $text; 208 my ($text, $pad, $length) = @_; 209 while (length($text) < $length) { 210 $text = "$pad$text"; 212 return $text;
|
/external/dtc/tests/ |
run_tests.sh | 692 # Allow just enough space for $text 693 run_dtc_test -O dtb -p $(stat -c %s $text) -o $dtb $dts 706 run_fdtput_test "$(cat $text)" $dtb /randomnode blob -ts "$(cat $text)" 709 run_fdtput_test "$(cat $text $text)" $dtb /randomnode blob -ts "$(cat $text $text)" 712 run_dtc_test -O dtb -p $(stat -c %s $text) -o $dtb $dts 733 run_wrap_test $DTPUT $dtb -cp "$(cat $text $text)/longish [all...] |
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
using.dox | 41 /// target language generated. These are elements such as $line, $pos, $text and so on. Where the
|
/external/libnetfilter_conntrack/ |
doxygen.cfg.in | 66 WARN_FORMAT = "$file:$line: $text"
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
do-plot | 85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
do-plot | 85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
do-plot | 85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
do-plot | 85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
do-plot | 85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
|
/external/syslinux/gpxe/src/util/ |
diffsize.pl | 72 my($text, $data, $bss, $total, $hex, $name) = split;
|