Searched refs:last_position (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/libelf/
H A Delf32_updatefile.c130 char *last_position; local
207 last_position = ((char *) elf->map_address + elf->start_offset
303 if (scn_start + dl->data.d.d_off > last_position)
309 if (last_position < shdr_start)
312 - last_position,
313 shdr_start - last_position);
315 memset (last_position, __libelf_fill_byte,
319 if (last_position + written
331 last_position = scn_start + dl->data.d.d_off;
344 (*fctp) (last_position, d
[all...]
/external/chromium/webkit/glue/media/
H A Dbuffered_resource_loader_unittest.cc78 void Initialize(const char* url, int first_position, int last_position) { argument
81 last_position_ = last_position;
132 void PartialResponse(int64 first_position, int64 last_position, argument
134 PartialResponse(first_position, last_position, instance_size, false, true);
137 void PartialResponse(int64 first_position, int64 last_position, argument
146 last_position,
155 content_length = last_position - first_position + 1;
H A Dbuffered_data_source_unittest.cc60 int64 last_position));
/external/v8/test/mjsunit/
H A Ddebug-sourceinfo.js67 var last_position = 14312; variable
254 assertEquals(null, script.locationFromPosition(last_position + 1));
257 assertEquals(last_position, script.locationFromPosition(last_position).position);
258 assertEquals(last_line, script.locationFromPosition(last_position).line);
259 assertEquals(last_column, script.locationFromPosition(last_position).column);

Completed in 122 milliseconds