Searched defs:test (Results 1 - 25 of 142) sorted by last modified time

123456

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
H A DATokenBuffer.cpp42 static unsigned char test[1000]; variable
146 fprintf(stderr, "rewind(%d)[nm=%d,from=%d,%d.n=%d]\n", pos, num_markers, tp-buffer,pos,test[pos]);
147 test[pos]--;
161 test[tp-buffer]++;
162 fprintf(stderr,"mark(%d)[nm=%d,%d.n=%d]\n",tp-buffer,num_markers+1,tp-buffer,test[tp-buffer]);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A DPython-ast.h119 expr_ty test; member in struct:_stmt::__anon2603::__anon2612
125 expr_ty test; member in struct:_stmt::__anon2603::__anon2613
154 expr_ty test; member in struct:_stmt::__anon2603::__anon2618
218 expr_ty test; member in struct:_expr::__anon2624::__anon2629
409 stmt_ty _Py_While(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno,
412 stmt_ty _Py_If(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno,
427 stmt_ty _Py_Assert(expr_ty test, expr_ty msg, int lineno, int col_offset,
462 expr_ty _Py_IfExp(expr_ty test, expr_ty body, expr_ty orelse, int lineno, int
H A Dgraminit.h51 #define test 304 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A DBaseHTTPServer.py11 - test: test function
579 def test(HandlerClass = BaseHTTPRequestHandler, function
603 test()
H A DSimpleHTTPServer.py229 def test(HandlerClass = SimpleHTTPRequestHandler, function
231 BaseHTTPServer.test(HandlerClass, ServerClass)
235 test()
H A DStringIO.py29 - There's a simple test set (see end of this file).
276 # A little test suite
278 def test(): function
324 test()
H A Dformatter.py427 def test(file = None): function
445 test()
H A Dgettext.py63 def test(condition, true, false): function
105 # "a?b:c" to "test(a,b,c)".
108 return "test(%s, %s, %s)" % (x.group(1), x.group(2),
H A Dmodulefinder.py610 def test(): function
671 mf = test()
H A Dxmllib.py874 def test(args = None): function
893 file = 'test.xml'
930 test()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dparsermodule.c958 VALIDATER(test); VALIDATER(and_test); variable
1091 * 'if' test ':' suite ('elif' test ':' suite)* ['else' ':' suite]
1117 /* ... ('elif' test ':' suite)+ ... */
1254 * (fpdef ['=' test] ',')*
1257 * | fpdef ['=' test] (',' fpdef ['=' test])* [',']
1285 * (fpdef ['=' test] ',')+
1289 /* skip over (fpdef ['=' test] ',')+ */
1316 * fpdef ['=' test] (',' fpde
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dbytearrayobject.c948 char *test, *start; local
950 for (test = start; test < start+length; ++test) {
951 if (*test == '"') {
955 else if (*test == '\'')
1353 With optional start, test B beginning at that position.\n\
1392 With optional start, test B beginning at that position.\n\
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A DPython-ast.c88 "test",
94 "test",
123 "test",
182 "test",
1218 While(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno, int argument
1222 if (!test) {
1224 "field test is required for While");
1231 p->v.While.test = test;
1240 If(expr_ty test, asdl_se argument
1334 Assert(expr_ty test, expr_ty msg, int lineno, int col_offset, PyArena *arena) argument
1584 IfExp(expr_ty test, expr_ty body, expr_ty orelse, int lineno, int col_offset, PyArena *arena) argument
4009 expr_ty test; local
4084 expr_ty test; local
4418 expr_ty test; local
4902 expr_ty test; local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
H A DComplex.py245 def test(): function
246 print 'test constructors'
266 # test operators
320 test()
H A DDates.py180 def test(firstyear, lastyear): function
227 test(1850, 2150)
H A DDbm.py43 def test(): function
66 test()
H A DRange.py66 def test(): function
93 test()
H A DVec.py64 def test(): function
68 test()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
H A Dtest_parser.py37 def test(): function
48 test()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
H A DFSProxy.py289 def test(): function
301 test()
H A DRCSProxy.py179 def test(): function
198 test()
H A Dcmdfw.py121 def test(): function
144 test()
H A Dcvslib.py352 def test(): function
364 test()
H A Dcvslock.py13 (and removed again), to test that we can write the repository. [The
246 def test(): function
280 test()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
H A Dmarkov.py35 def test(): function
121 test()

Completed in 199 milliseconds

123456