HomeSort by relevance Sort by last modified time
    Searched full:"$ result" (Results 51 - 75 of 1036) sorted by null

1 23 4 5 6 7 8 91011>>

  /art/runtime/interpreter/mterp/mips64/
binopLit8.S 25 $instr # $result <- op, a0-a3 changed
27 SET_VREG $result, a2 # vAA <- $result
binopWide.S 27 $instr # $result <- op, a0-a3 changed
29 SET_VREG_WIDE $result, a4 # vAA <- $result
binopWide2addr.S 27 $instr # $result <- op, a0-a3 changed
29 SET_VREG_WIDE $result, a2 # vA <- $result
  /prebuilts/misc/common/swig/include/2.0.11/go/
go.swg 77 %{ $result = $1; %}
93 %{ $result = ($*1_ltype)*$1; %}
143 %{ $result = ($1_ltype)$input; %}
160 $result = ($1_ltype)_swig_goallocate(sizeof($*1_ltype));
161 *$result = *($1_ltype)&$input;
179 %{ $result = $1; %}
182 %{ $result = ($*1_ltype)*$1; %}
191 %{ $result = ($1_ltype)$input; %}
195 $result = ($1_ltype)_swig_goallocate(sizeof($*1_ltype));
196 *$result = *($1_ltype)$input
    [all...]
std_string.i 28 %{ $result.assign($input.p, $input.n); %}
31 %{ $result = _swig_makegostring($1.data(), $1.length()); %}
46 $result = &$1_str;
50 %{ $result = _swig_makegostring((*$1).data(), (*$1).length()); %}
  /external/ImageMagick/
winpath.sh 51 if test -z "$result"
58 echo "$result" | sed -e 's:/:\\:g'
61 echo "$result" | sed -e 's:/:\\\\:g'
64 echo "$result" | sed -e 's:/:\\\\\\\\:g'
67 echo "$result" | sed -e 's:/:\\\\\\\\\\\\\\\\:g'
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octtypemaps.swg 65 $result=$1;
68 $result=$1;
71 $result=$1;
77 $result = SWIG_NewPointerObj(%new_copy(*$1, $*ltype), $descriptor, SWIG_POINTER_OWN | %newpointer_flags);
81 octave_swig_type* lobj=Swig::swig_value_deref($result);
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
carray.i 13 $result = caml_array_new($1_dim0);
15 caml_array_set($result,i,out_f($1[i]));
85 $result = caml_array_new($1_dim0);
90 ($result,
95 ($result,
116 $result = caml_array_new($1_dim0);
120 ($result,
  /prebuilts/misc/common/swig/include/2.0.11/mzscheme/
typemaps.i 41 $result = SWIG_NewPointerObj ($1, $descriptor, $owner);
46 $result = SWIG_NewPointerObj ($1, ty, $owner);
50 $result = SWIG_NewPointerObj ($1, $descriptor, 0);
54 $result = SWIG_NewPointerObj((void *) &$1, $1_descriptor, 0);
67 $result = SWIG_NewPointerObj ($1, $descriptor, $owner);
72 $result = SWIG_NewPointerObj ($1, ty, $owner);
84 $result = SWIG_NewPointerObj ($1, $descriptor, $owner);
100 %typemap(out) enum SWIGTYPE "$result = scheme_make_integer_value($1);";
101 %typemap(varout) enum SWIGTYPE "$result = scheme_make_integer_value($1);";
123 $result = SWIG_NewPointerObj (resultptr, $&1_descriptor, 1)
    [all...]
  /external/strace/
strace-graph 46 my ($pid, $call, $args, $result, $time, $time_spent);
96 ($call, $args, $result) = /(\S+)\((.*)\)\s+= (.*)$/;
97 ($call, $args, $result) = /(\S+)\((.*)\)\s+= (.*)$/;
98 if ($result =~ /^(.*) <([0-9.]*)>$/) {
=~ /^(.*) <([0-9.]*)>$/) {
99 ($result
, $time_spent) = ($1, $2);
100 unless (defined $result) {
105 handle_trace($pid, $call, $args, $result, $time);
114 my $result = "";
118 $result .= $1;
121 return ("$result...", $in);
123 return ($result, $in)
    [all...]
  /external/icu/icu4j/perf-tests/
Dataset.pm 81 my $result = Dataset->new();
82 $result->{_mean} = ($minratio + $maxratio) / 2;
83 $result->{_error} = $result->{_mean} - $minratio;
84 $result->{_scale} = $self->{_scale} / $rhs->{_scale};
85 $result;
  /external/ltp/testcases/kernel/controllers/freezer/
libcgroup_freezer 100 result=${result:-$rc}
102 return $result
108 result=${result:-$rc}
118 result=${result:-$rc}
152 result=${result:-$cwd_result}
155 result=${result:-$umnt_result}
168 result=${result:-5}
177 local save_result="${result}"
229 result=${result:-6}
238 local save_result="${result}"
    [all...]
  /art/runtime/interpreter/mterp/arm/
binop.S 31 $instr @ $result<- op, r0-r3 changed
33 SET_VREG $result, r9 @ vAA<- $result
binop2addr.S 28 $instr @ $result<- op, r0-r3 changed
30 SET_VREG $result, r9 @ vAA<- $result
binopLit8.S 31 $instr @ $result<- op, r0-r3 changed
33 SET_VREG $result, r9 @ vAA<- $result
  /art/runtime/interpreter/mterp/arm64/
binop.S 29 $instr // $result<- op, w0-w3 changed
31 SET_VREG $result, w9 // vAA<- $result
binop2addr.S 26 $instr // $result<- op, w0-w3 changed
28 SET_VREG $result, w9 // vAA<- $result
binopLit8.S 30 $instr // $result<- op, w0-w3 changed
32 SET_VREG $result, w9 // vAA<- $result
  /external/compiler-rt/cmake/Modules/
BuiltinTests.cmake 46 "${TEST_OUTPUT}\n${TEST_ERROR}\n${result}\n")
55 set(${output} ${result} CACHE INTERNAL "Compiler supports ${flag}")
56 if(${result})
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
download.php 23 $result = $result.$aLine;
46 echo '<textarea name="textfield" cols="80" rows="20" wrap="PHYSICAL">'.$result;
  /external/iputils/
ipg 22 if [ "$result" = "" ]; then
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyclasses.swg 51 $result = (PyObject *)$1;
52 Py_INCREF($result);
56 $result = (PyObject *)*$1;
57 Py_INCREF($result);
  /external/ltp/testcases/kernel/fs/fsx-linux/
fsxtest02 38 if [ $RESULT -eq "0" ]; then
44 exit $RESULT
  /external/ltp/tools/pounder21/build_scripts/
xterm_stress 24 make $*
25 RESULT
=$?
27 if [ $RESULT -ne 0 ]; then
  /external/vixl/tools/
make_instruction_doc.pl 101 my $result = '';
102 $result .= "$title\n";
103 $result .= '-' x length($title);
104 $result .= "\n\n";
109 $result .= sprintf("### %s ###\n\n%s\n\n",
112 $result .= " $i\n\n\n";
114 $result .= "\n";
115 return $result

Completed in 590 milliseconds

1 23 4 5 6 7 8 91011>>