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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
TestSignatureMatching.py 26 function_types = [
32 functions = [ NameNode(None, type=t) for t in function_types ]
33 self.assertMatches(function_types[0], [pt.c_int_type], functions)
34 self.assertMatches(function_types[1], [pt.c_long_type], functions)
35 self.assertMatches(function_types[2], [pt.c_double_type], functions)
38 function_types = [
45 functions = [ NameNode(None, type=t) for t in function_types ]
46 self.assertMatches(function_types[0], [pt.c_int_type, pt.c_long_type], functions)
47 self.assertMatches(function_types[1], [pt.c_long_type, pt.c_long_type], functions)
48 self.assertMatches(function_types[1], [pt.c_long_type, pt.c_int_type], functions
    [all...]
  /external/lldb/test/lang/c/function_types/
TestFunctionTypes.py 11 mydir = os.path.join("lang", "c", "function_types")
18 self.function_types()
24 self.function_types()
64 def function_types(self): member in class:FunctionTypesTestCase

Completed in 93 milliseconds