OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:const_var
(Results
1 - 3
of
3
) sorted by null
/ndk/tests/device/test-stlport_shared-exception/jni/
catchptr1.cpp
11
static const int
const_var
= 2;
variable
96
throw &
const_var
;
/ndk/tests/device/test-stlport_static-exception/jni/
catchptr1.cpp
11
static const int
const_var
= 2;
variable
96
throw &
const_var
;
/external/chromium_org/chrome/browser/
test_presubmit.py
316
"/** @const */
CONST_VAR
= 1;", # this line has (<--).
Completed in 1002 milliseconds