OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:condition_list
(Results
1 - 2
of
2
) sorted by null
/external/autotest/tko/
compose_query.cgi
136
condition_list
= []
138
condition_list
.append(condition_field)
141
condition_list
.append("%s='%s'" % (row, y))
144
condition_list
.append("%s='%s'" % (column, x))
145
next_condition = '&'.join(
condition_list
)
/external/mesa3d/src/mapi/glapi/gen/
glX_proto_send.py
586
# FIXME
condition_list
in this function. Basically, remove
588
# FIXME condition to
condition_list
from the start. The only
616
condition_list
= []
618
condition_list
.append( "%s >= 0" % (p.name) )
629
condition_list
.append( skip_condition )
631
if len(
condition_list
) > 0:
632
if len(
condition_list
) > 1:
633
skip_condition = "(%s)" % (string.join(
condition_list
, ") && (" ))
635
skip_condition = "%s" % (
condition_list
.pop(0))
[
all
...]
Completed in 77 milliseconds