Searched defs:getval (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/py2tf/pyct/static_analysis/
H A Dtype_info.py63 def getval(self, name): member in class:Scope
67 return self.parent.getval(name)
142 traced_source = self.scope.getval(qn)
/external/toybox/toys/pending/
H A Dcrontab.c63 static long getval(char *num, long low, long high) function
80 if ((skip = getval(ptr, min, (min ? max: max-1))) < 0) return 1;
97 if (getval(dtoken, min, (min ? max : max-1)) < 0) return 1;
106 if (getval(ctoken, min, (min ? max : max-1)) < 0) return 1;
H A Dcrond.c140 static long getval(char *num, long low, long high) function
156 if ((skip = getval(ptr, min, (min ? max: max-1))) < 0) goto ERROR;
173 if ((start = getval(dtoken, min, (min ? max : max-1))) < 0) goto ERROR;
181 if ((end = getval(ctoken, min, (min ? max : max-1))) < 0) goto ERROR;

Completed in 580 milliseconds