OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:global_x
(Results
1 - 5
of
5
) 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
); };
/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 314 milliseconds