HomeSort by relevance Sort by last modified time
    Searched defs:last_line (Results 1 - 25 of 33) sorted by null

1 2

  /bionic/libc/bionic/
error.cpp 79 static unsigned int last_line; local
80 if (last_line == line && last_file != NULL && strcmp(last_file, file) == 0) {
84 last_line = line;
  /external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
datastack.h 29 int last_line; member in struct:DataStackEntry
  /external/blktrace/
verify_blkparse.c 12 char line[256], last_line[256], *p; local
40 fprintf(stdout, "last: %s", last_line);
59 strcpy(last_line, line);
  /external/google-breakpad/src/common/
stabs_to_module.cc 183 vector<Module::Line>::iterator last_line = f->lines.end() - 1; local
185 line_it != last_line; line_it++)
188 last_line->size = (f->address + f->size) - last_line->address;
  /external/libvncserver/examples/
camera.c 79 static int last_line=0, fps=0, fcount=0; local
112 if (last_line > line) {
116 last_line = line;
  /external/v8/test/mjsunit/
debug-sourceinfo.js 68 var last_line = 269; variable
258 assertEquals(last_line, script.locationFromPosition(last_position).line);
260 assertEquals(last_line + 1,
  /external/valgrind/exp-bbv/tests/amd64-linux/
ll.S 354 last_line: label
  /external/valgrind/exp-bbv/tests/arm-linux/
ll.S 234 last_line: label
  /external/bison/src/
parse-gram.h 205 int last_line; member in struct:GRAM_LTYPE
parse-gram.c 364 int last_line; member in struct:GRAM_LTYPE
    [all...]
  /external/mesa3d/src/mesa/program/
program_parser.h 231 int last_line; member in struct:YYLTYPE
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 609 string line, last_line; local
613 last_line = line;
617 CPPUNIT_ASSERT( !last_line.empty() && (last_line[0] == '\r') );
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 609 string line, last_line; local
613 last_line = line;
617 CPPUNIT_ASSERT( !last_line.empty() && (last_line[0] == '\r') );
  /system/core/logcat/tests/
logcat_test.cpp 675 char *last_line = NULL; // this line is allowed to stutter, one-line overlap local
680 second_last_line = last_line;
681 last_line = line;
688 second_last_line = last_line;
689 last_line = NULL;
691 free(last_line);
  /external/mesa3d/src/glsl/glcpp/
glcpp.h 66 int last_line; member in struct:YYLTYPE
79 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
84 (Current).first_line = (Current).last_line = \
85 YYRHSLOC(Rhs, 0).last_line; \
  /external/mesa3d/src/glsl/
glsl_parser_extras.h 221 int last_line; member in struct:YYLTYPE
234 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
239 (Current).first_line = (Current).last_line = \
240 YYRHSLOC(Rhs, 0).last_line; \
  /external/mksh/src/
histrap.c 374 static int last_line = -1; local
379 if (histptr >= history && last_line != hist_source->line) {
383 last_line = hist_source->line;
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
vp8l.c 110 const uint32_t* last_line = NULL; local
126 if (last_line != NULL && pix == last_line[x]) {
137 last_line = argb;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
listing.c 301 static unsigned int last_line = 0xffff; local
332 if (line == last_line
402 last_line = line;
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
Parser.java 24 private int last_line; field in class:Parser
127 this.last_line = this.lexer.peek().getLine();
864 "[" + this.last_line + "," + this.last_pos + "] " +
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_isp.h 117 uint32_t last_line; member in struct:msm_vfe_camif_cfg
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_isp.h 102 uint32_t last_line; member in struct:msm_vfe_camif_cfg
  /toolchain/binutils/binutils-2.25/bfd/
dwarf2.c 1132 struct line_info* last_line; /* Largest VMA. */ member in struct:line_sequence
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objdump.c 1107 unsigned last_line; member in struct:print_file_list
2925 unsigned int last_line; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf.c 147 UInt last_line; member in struct:__anon25500
238 state_machine_regs.last_line = 1;
286 state_machine_regs.last_line, 0
644 state_machine_regs.last_line,
650 state_machine_regs.last_line = state_machine_regs.line;
676 state_machine_regs.last_line,
682 state_machine_regs.last_line = state_machine_regs.line;
    [all...]

Completed in 610 milliseconds

1 2