HomeSort by relevance Sort by last modified time
    Searched full:new_stmt (Results 1 - 3 of 3) sorted by null

  /external/libpcap/
gencode.c 215 static inline struct slist *new_stmt(int);
371 new_stmt(code) function
753 s2 = new_stmt(BPF_ALU|BPF_AND|BPF_K);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_metaclass.py 84 new_stmt = Node(syms.simple_stmt, [new_expr])
89 parent.insert_child(i, new_stmt)
90 new_leaf1 = new_stmt.children[0].children[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_metaclass.py 84 new_stmt = Node(syms.simple_stmt, [new_expr])
89 parent.insert_child(i, new_stmt)
90 new_leaf1 = new_stmt.children[0].children[0]

Completed in 293 milliseconds