HomeSort by relevance Sort by last modified time
    Searched refs:GetLogLines (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebKit/chromium/src/
ProfilerAgentImpl.cpp 43 void ProfilerAgentImpl::getLogLines(int position)
46 const int readSize = v8::V8::GetLogLines(position, buffer, sizeof(buffer) - 1);
  /external/v8/test/cctest/
test-log.cc 40 CHECK_EQ(0, Logger::GetLogLines(0, NULL, 0));
41 CHECK_EQ(0, Logger::GetLogLines(100, NULL, 0));
42 CHECK_EQ(0, Logger::GetLogLines(0, NULL, 100));
43 CHECK_EQ(0, Logger::GetLogLines(100, NULL, 100));
52 CHECK_EQ(0, Logger::GetLogLines(0, NULL, 0));
56 CHECK_EQ(0, Logger::GetLogLines(0, log_lines, 3));
61 CHECK_EQ(0, Logger::GetLogLines(0, log_lines, line_1_len - 1));
63 CHECK_EQ(line_1_len, Logger::GetLogLines(0, log_lines, line_1_len));
67 CHECK_EQ(line_1_len, Logger::GetLogLines(0, log_lines, line_1_len + 3));
74 CHECK_EQ(0, Logger::GetLogLines(line_1_len, log_lines, 0))
    [all...]
  /external/v8/src/
log-utils.h 110 static int GetLogLines(int from_pos, char* dest_buf, int max_size);
log.h 280 static int GetLogLines(int from_pos, char* dest_buf, int max_size);
log-utils.cc 186 int Log::GetLogLines(int from_pos, char* dest_buf, int max_size) {
log.cc     [all...]
api.cc     [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 439 milliseconds