OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numX
(Results
1 - 3
of
3
) sorted by null
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.h
115
void Init( const int32_t
numX
,
MoreTeapotsRenderer.cpp
51
void MoreTeapotsRenderer::Init( const int32_t
numX
,
102
teapot_x_ =
numX
;
/external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp
456
unsigned
numX
= 0;
474
if (str[i] == 'X') ++
numX
;
476
if (
numX
>= 6)
485
" format string to be secure (" <<
numX
<< " 'X'";
486
if (
numX
!= 1)
Completed in 3648 milliseconds