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

  /external/strace/tests/
strace-V.test 11 getval() function
17 $(getval PACKAGE_NAME) -- version $(getval PACKAGE_VERSION)
18 Copyright (C) 1991-$year The strace developers <$(getval PACKAGE_URL)>.
  /external/strace/tests-m32/
strace-V.test 11 getval() function
17 $(getval PACKAGE_NAME) -- version $(getval PACKAGE_VERSION)
18 Copyright (C) 1991-$year The strace developers <$(getval PACKAGE_URL)>.
  /external/strace/tests-mx32/
strace-V.test 11 getval() function
17 $(getval PACKAGE_NAME) -- version $(getval PACKAGE_VERSION)
18 Copyright (C) 1991-$year The strace developers <$(getval PACKAGE_URL)>.
  /external/libvorbis/vq/
huffbuild.c 25 static int getval(FILE *in,int begin,int n,int group,int max){ function
44 return(getval(in,begin,n,group,max));
139 long val=getval(file,begin,n,subn,maxval);
  /external/toybox/toys/pending/
crontab.c 63 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;
crond.c 140 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;
  /cts/apps/CameraITS/tests/scene0/
test_metadata.py 112 def getval(expr, default=None): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 165 def check_get_current(getval, currval):
166 self.assertEqual(self.combo.get(), getval)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 165 def check_get_current(getval, currval):
166 self.assertEqual(self.combo.get(), getval)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 165 def check_get_current(getval, currval):
166 self.assertEqual(self.combo.get(), getval)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 165 def check_get_current(getval, currval):
166 self.assertEqual(self.combo.get(), getval)
    [all...]

Completed in 528 milliseconds