HomeSort by relevance Sort by last modified time
    Searched refs:GetLine (Results 1 - 25 of 34) sorted by null

1 2

  /system/extras/memory_replay/tests/
LineBufferTest.cpp 51 ASSERT_TRUE(line_buf.GetLine(&line, &line_len));
55 ASSERT_FALSE(line_buf.GetLine(&line, &line_len));
70 ASSERT_TRUE(line_buf.GetLine(&line, &line_len));
74 ASSERT_FALSE(line_buf.GetLine(&line, &line_len));
91 ASSERT_TRUE(line_buf.GetLine(&line, &line_len));
95 ASSERT_TRUE(line_buf.GetLine(&line, &line_len));
99 ASSERT_TRUE(line_buf.GetLine(&line, &line_len));
103 ASSERT_FALSE(line_buf.GetLine(&line, &line_len));
120 ASSERT_TRUE(line_buf.GetLine(&line, &line_len));
124 ASSERT_TRUE(line_buf.GetLine(&line, &line_len))
    [all...]
  /system/core/libmemunreachable/
LineBuffer.h 28 bool GetLine(char** line, size_t* line_len);
LineBuffer.cpp 31 bool LineBuffer::GetLine(char** line, size_t* line_len) {
ProcessMappings.cpp 43 while (line_buf.GetLine(&line, &line_len)) {
  /system/extras/memory_replay/
LineBuffer.h 26 bool GetLine(char** line, size_t* line_len);
LineBuffer.cpp 26 bool LineBuffer::GetLine(char** line, size_t* line_len) {
main.cpp 44 while (line_buf.GetLine(&line, &line_len)) {
85 while (line_buf.GetLine(&line, &line_len)) {
NativeInfo.cpp 43 while (line_buf.GetLine(&line, &line_len)) {
  /system/tools/aidl/
type_namespace.cpp 108 filename.c_str(), raw_type.GetLine(),
122 filename.c_str(), a.GetLine(), a.GetName().c_str(), arg_index);
aidl.cpp 144 interface->GetName(), interface->GetLine());
151 item->GetLine());
180 cerr << filename << ":" << c->GetLine()
204 cerr << filename << ":" << m->GetLine()
226 cerr << filename << ":" << m->GetLine()
238 cerr << filename << ":" << m->GetLine()
240 << filename << ":" << it->second->GetLine()
385 filename, item->GetLine(),
393 filename, item->GetLine(),
587 interface->GetName(), interface->GetLine()) ||
    [all...]
aidl_language.h 86 unsigned GetLine() const { return line_; }
126 int GetLine() const { return line_; }
214 unsigned GetLine() const { return line_; }
302 unsigned GetLine() const { return line_; }
326 unsigned GetLine() const { return line_; }
381 unsigned GetLine() const { return line_; }
type_cpp.cpp 195 src_file_name, interface.GetLine()),
233 src_file_name, parcelable.GetLine()) {}
259 src_file_name, parcelable.GetLine()) {}
587 filename.c_str(), a.GetLine(), a.GetName().c_str(), arg_index);
type_java.cpp     [all...]
  /art/runtime/verifier/
method_verifier-inl.h 32 return reg_table_.GetLine(dex_pc);
method_verifier.h 84 RegisterLine* GetLine(size_t idx) const {
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_lexer.h 78 tensorflow::StringPiece GetLine(LocTy loc) const;
hlo_lexer.cc 341 StringPiece HloLexer::GetLine(LocTy loc) const {
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_impl.cpp 95 bool CPWL_EditImpl_Iterator::GetLine(CPVT_Line& line) const {
98 if (m_pVTIterator->GetLine(line)) {
484 pIterator->GetLine(line);
1098 } else if (pIterator->GetLine(line)) {
1167 if (!pIterator->GetLine(lineinfo))
1200 pIterator->GetLine(lineinfo)
    [all...]
cpwl_edit_ctrl.cpp 324 } else if (pIterator->GetLine(line)) {
cpwl_edit_impl.h 408 bool GetLine(CPVT_Line& line) const;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkHii.h     [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_variabletext.h 41 bool GetLine(CPVT_Line& line) const;
  /external/pdfium/xfa/fxfa/fm2js/
cxfa_fmexpression.h 36 uint32_t GetLine() { return m_line; }
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
HiiFramework.h 909 @param GetLine
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/
Hii.h 614 EFI_HII_GET_LINE GetLine;

Completed in 429 milliseconds

1 2