OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inSection
(Results
1 - 3
of
3
) sorted by null
/packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportParser.java
26
boolean
inSection
= false;
32
if (
inSection
) {
44
inSection
= true;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
xmlconfig.c
492
GLboolean
inSection
;
626
if (data->
inSection
)
630
data->
inSection
= GL_TRUE;
633
if (!data->
inSection
&& !data->inOption)
641
if (!data->
inSection
)
672
data->
inSection
= GL_FALSE;
720
userData.
inSection
= GL_FALSE;
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.c
492
GLboolean
inSection
;
626
if (data->
inSection
)
630
data->
inSection
= GL_TRUE;
633
if (!data->
inSection
&& !data->inOption)
641
if (!data->
inSection
)
672
data->
inSection
= GL_FALSE;
720
userData.
inSection
= GL_FALSE;
[
all
...]
Completed in 56 milliseconds