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

  /external/python/dateutil/dateutil/test/
_common.py 74 nobj = pickle.load(pkl, **load_kwargs)
76 return nobj
89 nobj = get_nobj(obj, dump_kwargs, load_kwargs)
91 self.assertIsNot(obj, nobj)
92 self.assertEqual(obj, nobj)
  /external/one-true-awk/
parse.c 55 x->nobj = a;
65 x->nobj = a;
76 x->nobj = a;
88 x->nobj = a;
awk.h 144 int nobj; member in struct:Node
206 #define isargument(n) ((n)->nobj == ARG)
awkgram.y 468 switch (n->nobj) {
run.c 158 if (notlegal(a->nobj)) /* probably a Cell* but too risky to print */
160 proc = proctab[a->nobj-FIRSTTOKEN];
161 x = (*proc)(a->narg, a->nobj);
    [all...]
b.c 41 #define type(v) (v)->nobj /* badly overloaded here */
  /external/python/cpython2/Lib/plat-irix5/
flp.py 94 nobj = _newobj()
95 nobj.make(altobj)
96 list.append(nobj)
449 print 'Form ', f.Name, ', size: ', f.Width, f.Height, ' Nobj ', f.Numberofobjects
  /external/python/cpython2/Lib/plat-irix6/
flp.py 93 nobj = _newobj()
94 nobj.make(altobj)
95 list.append(nobj)
448 print 'Form ', f.Name, ', size: ', f.Width, f.Height, ' Nobj ', f.Numberofobjects

Completed in 609 milliseconds