HomeSort by relevance Sort by last modified time
    Searched refs:is_list (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/glsl/
s_expression.h 69 virtual bool is_list() const { return false; } function in class:s_expression
141 virtual bool is_list() const { return true; } function in class:s_list
s_expression.cpp 182 case LIST: if (expr->is_list()) *p_list = (s_list *) expr; break;
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_except.py 28 from ..fixer_util import Assign, Attr, Name, is_tuple, is_list, syms namespace
77 if is_tuple(N) or is_list(N):
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_except.py 28 from ..fixer_util import Assign, Attr, Name, is_tuple, is_list, syms namespace
77 if is_tuple(N) or is_list(N):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_except.py 28 from ..fixer_util import Assign, Attr, Name, is_tuple, is_list, syms namespace
77 if is_tuple(N) or is_list(N):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_except.py 28 from ..fixer_util import Assign, Attr, Name, is_tuple, is_list, syms namespace
77 if is_tuple(N) or is_list(N):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_util.py 48 def is_list(self, string): member in class:Test_is_list
49 return fixer_util.is_list(parse(string, strip_levels=2))
52 self.assertTrue(self.is_list("[]"))
53 self.assertTrue(self.is_list("[a]"))
54 self.assertTrue(self.is_list("[a, b]"))
55 self.assertTrue(self.is_list("[a, [b, c]]"))
56 self.assertTrue(self.is_list("[[a, [b, c]],]"))
59 self.assertFalse(self.is_list("[]+[]"))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_util.py 48 def is_list(self, string): member in class:Test_is_list
49 return fixer_util.is_list(parse(string, strip_levels=2))
52 self.assertTrue(self.is_list("[]"))
53 self.assertTrue(self.is_list("[a]"))
54 self.assertTrue(self.is_list("[a, b]"))
55 self.assertTrue(self.is_list("[a, [b, c]]"))
56 self.assertTrue(self.is_list("[[a, [b, c]],]"))
59 self.assertFalse(self.is_list("[]+[]"))
  /external/v8/tools/gyp/pylib/gyp/
xcodeproj_file.py 208 [ is_list, property_type, is_strong, is_required, default ]
209 is_list: True if the property described is a list, as opposed
212 or if is_list is True, the type to use for each
218 as parent, to the property value (or, if is_list is
224 str) or list ([], in the case of is_list True) from
479 (is_list, property_type, is_strong) = attributes[0:3]
481 if not is_list:
761 (is_list, property_type, is_strong) = self._schema[property][0:3]
762 if is_list:
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map.h 839 const bool is_list = revalidate_if_necessary(); local
840 if (is_list) {
995 const bool is_list = it.revalidate_if_necessary(); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
fixer_util.py 149 def is_list(node): function
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
fixer_util.py 149 def is_list(node): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 149 def is_list(node): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 149 def is_list(node): function

Completed in 495 milliseconds