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

  /external/clang/test/Sema/
block-literal.c 82 static int global_x = 10;
83 void (^global_block)(void) = ^{ printf("global x is %d\n", global_x); };
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_scope.py 56 return global_x + y # check that plain old globals work
61 global_x = 1
65 global_x = 10
266 f3 = lambda x: lambda y: global_x + y
267 global_x = 1
295 global_x = 1
297 global_x += 1
303 fail('scope of global_x not correctly determined')
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_scope.py 56 return global_x + y # check that plain old globals work
61 global_x = 1
65 global_x = 10
266 f3 = lambda x: lambda y: global_x + y
267 global_x = 1
295 global_x = 1
297 global_x += 1
303 fail('scope of global_x not correctly determined')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_scope.py 56 return global_x + y # check that plain old globals work
61 global_x = 1
65 global_x = 10
266 f3 = lambda x: lambda y: global_x + y
267 global_x = 1
295 global_x = 1
297 global_x += 1
303 fail('scope of global_x not correctly determined')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_scope.py 56 return global_x + y # check that plain old globals work
61 global_x = 1
65 global_x = 10
266 f3 = lambda x: lambda y: global_x + y
267 global_x = 1
295 global_x = 1
297 global_x += 1
303 fail('scope of global_x not correctly determined')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_scope.py 56 return global_x + y # check that plain old globals work
61 global_x = 1
65 global_x = 10
266 f3 = lambda x: lambda y: global_x + y
267 global_x = 1
295 global_x = 1
297 global_x += 1
303 fail('scope of global_x not correctly determined')

Completed in 710 milliseconds