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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_new.py 115 codestring = c.co_code
126 d = new.code(argcount, nlocals, stacksize, flags, codestring,
131 d = new.code(argcount, nlocals, stacksize, flags, codestring,
137 -argcount, nlocals, stacksize, flags, codestring,
142 argcount, -nlocals, stacksize, flags, codestring,
147 argcount, nlocals, stacksize, flags, codestring,
154 d = new.code(argcount, nlocals, stacksize, flags, codestring,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_new.py 115 codestring = c.co_code
126 d = new.code(argcount, nlocals, stacksize, flags, codestring,
131 d = new.code(argcount, nlocals, stacksize, flags, codestring,
137 -argcount, nlocals, stacksize, flags, codestring,
142 argcount, -nlocals, stacksize, flags, codestring,
147 argcount, nlocals, stacksize, flags, codestring,
154 d = new.code(argcount, nlocals, stacksize, flags, codestring,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py 425 codestring = open(pathname, 'rU').read()
426 if codestring and codestring[-1] != '\n':
427 codestring = codestring + '\n'
428 code = __builtin__.compile(codestring, pathname, 'exec')
py_compile.py 111 codestring = f.read()
113 codeobject = __builtin__.compile(codestring, dfile or file,'exec')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py 425 codestring = open(pathname, 'rU').read()
426 if codestring and codestring[-1] != '\n':
427 codestring = codestring + '\n'
428 code = __builtin__.compile(codestring, pathname, 'exec')
py_compile.py 111 codestring = f.read()
113 codeobject = __builtin__.compile(codestring, dfile or file,'exec')
  /external/chromium_org/third_party/skia/third_party/lua/src/
lparser.c 155 static void codestring (LexState *ls, expdesc *e, TString *s) { function
161 codestring(ls, e, str_checkname(ls));
304 codestring(ls, &key, varname); /* key is variable name */
844 codestring(ls, &args, ls->t.seminfo.ts);
947 codestring(ls, v, ls->t.seminfo.ts);
    [all...]

Completed in 826 milliseconds