OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tsts
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libxml/src/
check-relaxng-test-suite.py
280
tsts
= node.xpathEval('incorrect')
281
if
tsts
!= []:
282
if len(
tsts
) != 1:
284
schema = handle_incorrect(
tsts
[0])
286
tsts
= node.xpathEval('correct')
287
if
tsts
!= []:
288
if len(
tsts
) != 1:
290
schema = handle_correct(
tsts
[0])
check-relaxng-test-suite2.py
294
tsts
= node.xpathEval('incorrect')
295
if
tsts
!= []:
296
if len(
tsts
) != 1:
298
schema = handle_incorrect(
tsts
[0])
300
tsts
= node.xpathEval('correct')
301
if
tsts
!= []:
302
if len(
tsts
) != 1:
304
schema = handle_correct(
tsts
[0])
check-xsddata-test-suite.py
292
tsts
= node.xpathEval('incorrect')
293
if
tsts
!= []:
294
if len(
tsts
) != 1:
296
schema = handle_incorrect(
tsts
[0])
298
tsts
= node.xpathEval('correct')
299
if
tsts
!= []:
300
if len(
tsts
) != 1:
302
schema = handle_correct(
tsts
[0])
/external/mksh/src/
Build.sh
460
tsts
=
750
tsts
=" 3<>/dev/tty"
[
all
...]
Completed in 2483 milliseconds