Home
last modified time | relevance | path

Searched refs:line (Results 1 – 25 of 44) sorted by relevance

12

/acpica-3.5.0/tests/aslts/bin/
Dasltsrun392 read line
397 if [[ "$line" == *STST* ]]; then
398 echo "$line"
400 trimmedLine=`echo "$line" | awk -F"STST:" '{print $2}'`
411 elif [[ "$line" == "ASLTS:"* ]]; then
412 if [[ "$line" == *START* ]]; then
413 start=`echo "$line" | awk -F" " '{print $7}'`
414 elif [[ "$line" == *FINISH* ]]; then
415 finish=`echo "$line" | awk -F" " '{print $8}'`
416 total=`echo "$line" | awk -F" " '{print $9}'`
[all …]
Ddiffproc32 read line
37 tcasename=`echo "$line" | awk -F"$2" '{print $2}'`
39 echo "$line"
354 read line
358 echo "$line"
377 for line in $file2
379 if [ x"$line" == x ]; then
382 ARRAY[$index]="$line"
413 line="${ARRAY[$index]}"
415 tcasename1=`echo "$line" | awk -F"|" '{print $2}'`
[all …]
Dcommon395 read mark system line
428 read marker s0 s1 s2 s3 line
469 local x line str
475 read line
479 x=`echo $line | sed 's/ //'g`
519 read line
523 if [ "$line" == "$2" ]; then
DDo638 read line
642 if [[ "$line" == *aslts/bin ]]; then
643 echo "$line"
DREADME30 line endings:
/acpica-3.5.0/source/include/platform/
Dacdragonflyex.h163 int line);
171 int line);
180 int line);
187 int line);
/acpica-3.5.0/tests/aslts/src/runtime/common/
Ddatastproc.asl36 /* arg3 - line number of checking (inside the file) */
53 /* arg3 - line number of checking (inside the file) */
70 /* arg3 - line number of checking (inside the file) */
93 /* arg3 - line number of checking (inside the file) */
130 /* arg3 - line number of checking (inside the file) */
147 /* arg3 - line number of checking (inside the file) */
164 /* arg3 - line number of checking (inside the file) */
187 /* arg3 - line number of checking (inside the file) */
223 /* arg3 - line number of checking (inside the file) */
248 /* arg3 - line number of checking (inside the file) */
/acpica-3.5.0/tests/aslts/bin/bugstate/
Dbdemosconc36 read number line
43 SUMMARY[$number]=${SUMMARY[$number]}"|$line"
DHOW_TO_USE29 One new line is to be added into this file for each new bug.
30 The contents of fields of the line are given below.
Dparsebuglist85 read s0 s1 s2 s3 s4 s5 line
Dbdemossum42 read s0 s1 s2 s3 s4 s5 line
Dbdemostabs742 line="$AllErrors|$number|$s0|$s1|$lst|$s2|$kst|$TSRESname|$s3|$s4| $tobefixed$s5"
743 SUMMARY[$number]="$line"
/acpica-3.5.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0227_ASL/
DMAIN.asl36 * Demo of ASL-incorrectness, - "// comment in the last line".
38 * If the last line of ASL-file ends with the comment (in our case
39 * "} //") and there is no '\n' (new line) symbol after that comment
/acpica-3.5.0/generate/release/
Dbuild.txt76 4) Windows/Unix line termination issues:
78 a) Install Cygwin with the default setting of CR/LF line terminators
117 Execute VC/vcvarsall.bat from the command line if necessary.
124 "Insert line breaks" boxes before saving.
/acpica-3.5.0/generate/lint/
Dstd32.lnt8 +rw(__asm) // enable in-line assembly
Denv-vc6.lnt18 you see an open rectangle. Click on this line which will enable
137 // file information (%F), the line number (%l), the
141 // lines (line in error plus message).
Dreadme.txt7 lset.bat - adds lint directory to the command line search path
Dlib-win.lnt56 // on the line yielding the Error 64.
/acpica-3.5.0/source/compiler/
Dreadme.txt119 the output window and the source file and source line will be
121 the messages and the corresponding source line(s).
/acpica-3.5.0/tests/misc/
DconverterSample.asl41 * multi-line *
/acpica-3.5.0/tests/aslts/src/compilation/collection/
DMAIN.asl32 // The comment string "//" in the last line checks bug (-1).
/acpica-3.5.0/tests/aslts/src/runtime/collections/functional/control/
DMAIN.asl33 * at the beginning of the line for code that has very deep nesting. Therefore we will
/acpica-3.5.0/tests/aslts/
DHOW_TO_USE48 line endings:
173 and supplied with the satatus line)
DNOTE57 Update the line of HOW_TO_USE file:
/acpica-3.5.0/tests/aslts/src/runtime/cntl/
Dehandle.asl765 * arg2 - line number of checking
824 * arg4 - line number of checking

12