/external/chromium_org/tools/ |
bisect_utils.py | 244 locals = {'Var': lambda _: locals["vars"][_], 246 execfile(FILE_DEPS_GIT, {}, locals) 247 return 'blink.git' in locals['vars']['webkit_url']
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
variables.js | 42 // Stack-allocated locals. 47 // Context-allocated locals. Local function forces x into f3's context.
|
/external/v8/test/mjsunit/compiler/ |
variables.js | 42 // Stack-allocated locals. 47 // Context-allocated locals. Local function forces x into f3's context.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_itertools_imports.py | 12 """ %(locals())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_itertools_imports.py | 12 """ %(locals())
|
/external/skia/tests/ |
PathOpsCubicToQuadsTest.cpp | 155 static SkDCubic locals[] = { variable 167 static size_t localsCount = SK_ARRAY_COUNT(locals); 174 const SkDCubic& cubic = locals[x];
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_threading_local.py | 79 locals = None 97 # 4) New Locals should be empty 98 passed[0] = all(not hasattr(local, 'foo') for local in locals) 104 # 3) New Locals should recycle the original's address. Creating 107 locals = [Local() for i in range(10)]
|
test_scope.py | 329 """ in locals() 457 locals()['looked_up_by_load_name'] = True 471 return locals() 480 # This test verifies that calling locals() does not pollute 484 # locals() by locals() or exec or a trace function. 487 # between fast locals and the locals dict, e.g. when executing 495 locals() 505 z = list(locals()) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_threading_local.py | 79 locals = None 97 # 4) New Locals should be empty 98 passed[0] = all(not hasattr(local, 'foo') for local in locals) 104 # 3) New Locals should recycle the original's address. Creating 107 locals = [Local() for i in range(10)]
|
test_scope.py | 329 """ in locals() 457 locals()['looked_up_by_load_name'] = True 471 return locals() 480 # This test verifies that calling locals() does not pollute 484 # locals() by locals() or exec or a trace function. 487 # between fast locals and the locals dict, e.g. when executing 495 locals() 505 z = list(locals()) [all...] |
/external/chromium_org/third_party/skia/src/pathops/ |
SkDCubicIntersection.cpp | 116 SkIntersections locals; 117 locals.allowNear(false); 118 intersectWithOrder(s1.fQuad, o1, s2.fQuad, o2, locals); 119 int tCount = locals.used(); 121 double to1 = t1Start + (t1 - t1Start) * locals[0][tIdx]; 122 double to2 = t2Start + (t2 - t2Start) * locals[1][tIdx]; 128 // SkASSERT(!locals.isCoincident(tIdx)); 139 (t1Start + (t1 - t1Start) * locals[0][tIdx - 1] + to1) / 2; 142 (t1Start + (t1 - t1Start) * locals[0][tIdx + 1] + to1) / 2; 174 (t2Start + (t2 - t2Start) * locals[1][tIdx - 1] + to2) / 2 [all...] |
/external/skia/src/pathops/ |
SkDCubicIntersection.cpp | 116 SkIntersections locals; 117 locals.allowNear(false); 118 intersectWithOrder(s1.fQuad, o1, s2.fQuad, o2, locals); 119 int tCount = locals.used(); 121 double to1 = t1Start + (t1 - t1Start) * locals[0][tIdx]; 122 double to2 = t2Start + (t2 - t2Start) * locals[1][tIdx]; 128 // SkASSERT(!locals.isCoincident(tIdx)); 139 (t1Start + (t1 - t1Start) * locals[0][tIdx - 1] + to1) / 2; 142 (t1Start + (t1 - t1Start) * locals[0][tIdx + 1] + to1) / 2; 174 (t2Start + (t2 - t2Start) * locals[1][tIdx - 1] + to2) / 2 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
bdb.py | 389 def run(self, cmd, globals=None, locals=None): 393 if locals is None: 394 locals = globals 400 exec cmd in globals, locals 407 def runeval(self, expr, globals=None, locals=None): 411 if locals is None: 412 locals = globals 418 return eval(expr, globals, locals) 425 def runctx(self, cmd, globals, locals): 427 self.run(cmd, globals, locals) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
bdb.py | 389 def run(self, cmd, globals=None, locals=None): 393 if locals is None: 394 locals = globals 400 exec cmd in globals, locals 407 def runeval(self, expr, globals=None, locals=None): 411 if locals is None: 412 locals = globals 418 return eval(expr, globals, locals) 425 def runctx(self, cmd, globals, locals): 427 self.run(cmd, globals, locals) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
factory.py | 109 module = __import__(module_name, globals(), locals(), [], -1)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
execfile.py | 32 glo, loc = globals(), locals()
|
/external/chromium_org/third_party/freetype/src/cff/ |
cffgload.h | 184 FT_Byte** locals; member in struct:CFF_Decoder_
|
/external/freetype/src/cff/ |
cffgload.h | 184 FT_Byte** locals; member in struct:CFF_Decoder_
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
RootsFragment.java | 297 final List<RootInfo> locals = Lists.newArrayList(); local 303 locals.add(root); 319 Collections.sort(locals, comp); 332 for (RootInfo local : locals) {
|
/bionic/libc/arch-mips/include/machine/ |
asm.h | 128 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
|
/development/ndk/platforms/android-9/arch-mips/include/machine/ |
asm.h | 128 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
main.py | 142 locals(), 159 locals()
|
/external/javassist/src/main/javassist/ |
CtBehavior.java | 708 int locals = b.getMaxLocals(); local 713 if (locals > ca.getMaxLocals()) 714 ca.setMaxLocals(locals); 1022 int locals = b.getMaxLocals(); local 1127 int locals = b.getMaxLocals(); local [all...] |
/external/javassist/src/main/javassist/expr/ |
Expr.java | 80 protected final int locals() { method in class:Expr 312 int newLocals = locals();
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/ |
asm.h | 128 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
|