Searched refs:GetLine (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/browser/safe_browsing/ |
D | protocol_parser.cc | 32 bool GetLine(const char* input, int input_len, std::string* line) { in GetLine() function 64 if (!GetLine(data, length, &line)) in ParseGetHash() 81 if (!GetLine(data, length, &line)) in ParseGetHash() 153 if (!GetLine(data, length, &cmd_line)) in ParseUpdate() 268 if (!GetLine(chunk_data, length, &cmd_line)) in ParseChunk() 470 if (!GetLine(data, remaining, &line)) in ParseNewKey()
|
/external/chromium/net/http/ |
D | http_net_log_params.h | 31 const std::string& GetLine() const { in GetLine() function
|
D | http_network_transaction_unittest.cc | 197 EXPECT_EQ("GET / HTTP/1.1\r\n", request_params->GetLine()); in SimpleGetHelper()
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 190 function GetLine: Integer; 219 property Line: Integer read GetLine write SetLine; 234 function GetLine: Integer; in GetLine() function 249 property Line: Integer read GetLine write SetLine; 373 function GetLine: Integer; 383 property Line: Integer read GetLine write SetLine; 661 function GetLine: Integer; in GetLine() function 676 property Line: Integer read GetLine write SetLine; 1050 function GetLine: Integer; 1116 property Line: Integer read GetLine; [all …]
|
D | Antlr.Runtime.Tree.pas | 449 function GetLine: Integer; in GetLine() function 512 property Line: Integer read GetLine; 1152 function GetLine: Integer; virtual; 1217 function GetLine: Integer; override; in GetLine() function 2268 function TBaseTree.GetLine: Integer; in GetLine() function 2502 function TCommonTree.GetLine: Integer; in GetLine() function
|
/external/valgrind/tsan/ |
D | thread_sanitizer.cc | 3388 INLINE CacheLine *GetLine(TSanThread *thr, uintptr_t a, bool create_new_if_need, int call_site) { in GetLine() function in Cache 3429 return GetLine(thr, a, true, call_site); in GetLineOrCreateNew() 3432 return GetLine(thr, a, false, call_site); in GetLineIfExists()
|