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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_except.py 60 new_N = Name(self.new_name(), prefix=u" ")
63 N.replace(new_N)
64 new_N = new_N.clone()
66 # Insert "old_N = new_N" as the first statement in
76 # In that case, the assignment is old_N = new_N.args
78 assign = Assign(target, Attr(new_N, Name(u'args')))
80 assign = Assign(target, new_N)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_except.py 60 new_N = Name(self.new_name(), prefix=u" ")
63 N.replace(new_N)
64 new_N = new_N.clone()
66 # Insert "old_N = new_N" as the first statement in
76 # In that case, the assignment is old_N = new_N.args
78 assign = Assign(target, Attr(new_N, Name(u'args')))
80 assign = Assign(target, new_N)
  /external/stlport/src/
ios.cpp 96 size_t new_N = (max)(2 * N, size_t(index + 1));
98 = __STATIC_CAST(PODType*,realloc(__array, new_N * sizeof(PODType)));
100 fill(new_array + N, new_array + new_N, PODType());
101 return pair<PODType*, size_t>(new_array, new_N);
  /ndk/sources/cxx-stl/stlport/src/
ios.cpp 98 size_t new_N = (max)(2 * N, size_t(index + 1));
100 = __STATIC_CAST(PODType*,realloc(__array, new_N * sizeof(PODType)));
102 fill(new_array + N, new_array + new_N, PODType());
103 return pair<PODType*, size_t>(new_array, new_N);

Completed in 208 milliseconds