Home
last modified time | relevance | path

Searched refs:getval (Results 1 – 9 of 9) sorted by relevance

/external/strace/tests-mx32/
Dstrace-V.test11 getval() function
17 config_year=$(getval COPYRIGHT_YEAR)
25 $(getval PACKAGE_NAME) -- version $(getval PACKAGE_VERSION)
26 Copyright (c) 1991-${config_year} The strace developers <$(getval PACKAGE_URL)>.
/external/strace/tests-m32/
Dstrace-V.test11 getval() function
17 config_year=$(getval COPYRIGHT_YEAR)
25 $(getval PACKAGE_NAME) -- version $(getval PACKAGE_VERSION)
26 Copyright (c) 1991-${config_year} The strace developers <$(getval PACKAGE_URL)>.
/external/strace/tests/
Dstrace-V.test11 getval() function
17 config_year=$(getval COPYRIGHT_YEAR)
25 $(getval PACKAGE_NAME) -- version $(getval PACKAGE_VERSION)
26 Copyright (c) 1991-${config_year} The strace developers <$(getval PACKAGE_URL)>.
/external/llvm/test/Transforms/LoopUnroll/
D2011-08-09-PhiUpdate.ll10 declare i32 @getval() nounwind
25 %call2 = call i32 @getval()
34 %call10 = call i32 @getval()
56 %tmp7 = call i32 @getval()
/external/swiftshader/third_party/LLVM/test/Transforms/LoopUnroll/
D2011-08-09-PhiUpdate.ll10 declare i32 @getval() nounwind
25 %call2 = call i32 @getval()
34 %call10 = call i32 @getval()
56 %tmp7 = call i32 @getval()
/external/llvm/test/CodeGen/X86/
Dcatchret-regmask.ll8 declare i8* @getval()
49 %val = call i8* @getval() [ "funclet"(token %cp) ]
69 ; CHECK: callq getval
/external/toybox/toys/pending/
Dcrontab.c63 static long getval(char *num, long low, long high) in getval() function
80 if ((skip = getval(ptr, min, (min ? max: max-1))) < 0) return 1; in validate_component()
97 if (getval(dtoken, min, (min ? max : max-1)) < 0) return 1; in validate_component()
106 if (getval(ctoken, min, (min ? max : max-1)) < 0) return 1; in validate_component()
Dcrond.c140 static long getval(char *num, long low, long high) in getval() function
156 if ((skip = getval(ptr, min, (min ? max: max-1))) < 0) goto ERROR; in parse_and_fillarray()
173 if ((start = getval(dtoken, min, (min ? max : max-1))) < 0) goto ERROR; in parse_and_fillarray()
181 if ((end = getval(ctoken, min, (min ? max : max-1))) < 0) goto ERROR; in parse_and_fillarray()
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py477 def check_get_current(getval, currval): argument
478 self.assertEqual(self.combo.get(), getval)