Searched refs:m_input (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndaiff.cpp63 if (m_input->Read(&signature1, 4).LastRead() != 4)
67 m_input->Ungetch(&signature1, 4);
71 m_input->Read(&len, 4);
72 if (m_input->LastRead() != 4) {
73 m_input->Ungetch(&len, m_input->LastRead());
74 m_input->Ungetch(&signature1, 4);
78 if (m_input->Read(&signature2, 4).LastRead() != 4) {
79 m_input->Ungetch(&signature2, m_input
[all...]
H A Dsndwav.cpp74 FAIL_WITH(m_input->Read(&signature1, 4).LastRead() != 4, wxSOUND_INVSTRM);
77 m_input->Ungetch(&signature1, 4);
82 m_input->Read(&len, 4);
83 FAIL_WITH(m_input->LastRead() != 4, wxSOUND_INVSTRM);
86 FAIL_WITH(m_input->Read(&signature2, 4).LastRead() != 4, wxSOUND_INVSTRM);
88 m_input->Ungetch(&signature2, 4);
89 m_input->Ungetch(&len, 4);
90 m_input->Ungetch(&signature1, 4);
115 m_input->SeekI(len, wxFromCurrent);
155 m_input
[all...]
H A Dsndfile.cpp186 m_input(&stream), m_output(NULL), m_state(wxSOUND_FILE_STOPPED)
196 m_input(NULL), m_output(&stream), m_state(wxSOUND_FILE_STOPPED)
259 if (m_input)
260 m_input->SeekI(0, wxFromStart);
347 if (m_input && !m_prepared && GetError() == wxSOUND_NOERROR)
355 if (!m_prepared && m_input != NULL && GetError() == wxSOUND_NOERROR)
363 if (!m_prepared && m_input != NULL && GetError() == wxSOUND_NOERROR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtxtstrm.cpp41 : m_input(s), m_separators(sep), m_conv(conv.Clone())
47 : m_input(s), m_separators(sep)
65 m_input.Ungetch(m_lastBytes, byteCount);
77 m_lastBytes[inlen] = m_input.GetC();
79 if(m_input.LastRead() <= 0)
89 m_lastBytes[0] = m_input.GetC();
91 if(m_input.LastRead() <= 0)
133 if(!m_input) return 0;
154 if(!m_input) return 0;
174 if(!m_input) retur
[all...]
H A Ddatstrm.cpp33 : m_input(&s), m_be_order(false), m_conv(conv.Clone())
36 : m_input(&s), m_be_order(false)
61 m_input->Read(&i32, 4);
73 m_input->Read(&i16, 2);
85 m_input->Read(&buf, 1);
94 m_input->Read(buf, 10);
112 m_input->Read(tmp.data(), len);
119 m_input->Read(buf, len);
269 DoReadLL(buffer, size, m_input, m_be_order);
271 DoReadI64(buffer, size, m_input, m_be_orde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Ddirdlgg.h70 wxTextCtrl* GetInputCtrl() const { return m_input; }
83 wxTextCtrl* m_input; member in class:wxGenericDirDialog
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddirdlgg.cpp173 m_input = new wxTextCtrl( this, ID_TEXTCTRL, m_path, wxDefaultPosition );
174 topsizer->Add(m_input, wxSizerFlags(flagsBorder2).Expand());
188 m_input->SetFocus();
217 m_path = m_input->GetValue();
219 // Does the path exist? (User may have typed anything in m_input)
270 m_input->SetValue( m_path );
287 m_input->SetValue( data->m_path );
297 m_input->SetValue( data->m_path );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dstrciphr.h190 : m_output(output), m_input(input), m_dir(dir) {}
195 assert(IsAligned<WordType>(m_input));
202 if (m_input == NULL)
206 WordType ct = *(const WordType *)m_input ^ registerWord;
209 m_input += sizeof(WordType);
215 WordType ct = *(const WordType *)m_input;
218 m_input += sizeof(WordType);
228 const byte *m_input; member in struct:CFB_CipherConcretePolicy::RegisterOutput
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatstrm.h31 bool IsOk() { return m_input->IsOk(); }
83 wxInputStream *m_input; member in class:wxDataInputStream
H A Dtxtstrm.h82 wxInputStream &m_input; member in class:wxTextInputStream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndfile.h107 wxInputStream *m_input; member in class:wxSoundFileStream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/exec/
H A Dexec.cpp281 : MyPipedProcess(parent, cmd), m_input(input)
288 wxString m_input; member in class:MyPipedProcess2
1063 if ( !m_input.empty() )
1066 os.WriteString(m_input);
1069 m_input.clear();

Completed in 183 milliseconds