OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_State
(Results
1 - 16
of
16
) sorted by null
/frameworks/compile/mclinker/lib/LD/
DiagnosticEngine.cpp
45
m_State
.reset();
64
m_State
.reset();
70
m_State
.ID = pID;
71
m_State
.severity = pSeverity;
/frameworks/compile/mclinker/lib/Support/
FileHandle.cpp
33
m_State
(GoodBit),
114
m_State
= (GoodBit | DeputedBit);
202
m_State
|= pState;
206
m_State
= pState;
232
return !(
m_State
& (BadBit | FailBit));
236
return (
m_State
& BadBit);
240
return (
m_State
& (BadBit | FailBit));
244
return !(
m_State
& DeputedBit);
/external/pdfium/core/src/fxcodec/jbig2/
JBig2_Segment.cpp
21
m_State
= JBIG2_SEGMENT_HEADER_UNPARSED;
JBig2_Segment.h
55
JBig2_SegmentState
m_State
;
JBig2_Context.cpp
333
pSegment->
m_State
= JBIG2_SEGMENT_DATA_UNPARSED;
[
all
...]
/frameworks/compile/mclinker/include/mcld/LD/
DiagnosticEngine.h
119
State& state() { return
m_State
; }
121
const State& state() const { return
m_State
; }
140
State
m_State
;
/external/pdfium/fpdfsdk/src/formfiller/
FFL_ComboBox.cpp
18
m_State
.nIndex = 0;
19
m_State
.nStart = 0;
20
m_State
.nEnd = 0;
198
m_State
.nIndex = pComboBox->GetSelect();
201
pEdit->GetSel(
m_State
.nStart,
m_State
.nEnd);
202
m_State
.sValue = pEdit->GetText();
212
if (
m_State
.nIndex >= 0) {
213
pComboBox->SetSelect(
m_State
.nIndex);
216
pEdit->SetText(
m_State
.sValue.c_str())
[
all
...]
FFL_TextField.cpp
15
m_State
.nStart =
m_State
.nEnd = 0;
226
pWnd->GetSel(
m_State
.nStart,
m_State
.nEnd);
227
m_State
.sValue = pWnd->GetText();
235
pWnd->SetText(
m_State
.sValue.c_str());
236
pWnd->SetSel(
m_State
.nStart,
m_State
.nEnd);
FFL_ListBox.cpp
191
m_State
.Add(i);
199
for (int i = 0, sz =
m_State
.GetSize(); i < sz; i++)
200
pListBox->Select(
m_State
[i]);
/external/pdfium/fpdfsdk/include/formfiller/
FFL_ListBox.h
42
CFX_ArrayTemplate<int>
m_State
;
FFL_ComboBox.h
67
FFL_ComboBoxState
m_State
;
FFL_TextField.h
66
FFL_TextFieldState
m_State
;
/frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h
100
uint16_t rdstate() const { return
m_State
; }
124
uint16_t
m_State
;
/external/webrtc/webrtc/modules/video_capture/windows/
sink_filter_ds.cc
428
if (
m_State
== State_Stopped)
431
m_State
= State_Paused;
438
m_State
= State_Running;
441
else if (
m_State
== State_Running)
443
m_State
= State_Paused;
456
m_State
= State_Stopped;
480
if (
m_State
== State_Running)
/external/pdfium/core/src/fxge/dib/
dib_int.h
98
int
m_State
;
fx_dib_engine.cpp
221
m_State
= 0;
326
while (
m_State
== 1) {
330
m_State
= 2;
366
m_State
= 1;
[
all
...]
Completed in 923 milliseconds