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

  /external/chromium_org/tools/gyp/pylib/gyp/
easy_xml.py 69 new_line = '\n'
72 new_line = ''
89 if multi_line and new_line:
90 xml_parts.append(new_line)
100 xml_parts.append('</%s>%s' % (name, new_line))
102 xml_parts.append('/>%s' % new_line)
  /external/elfutils/libdw/
dwarf_getsrclines.c 92 #define NEW_LINE(end_seq) \
95 new_line = (struct linelist *) alloca (sizeof (struct linelist)); \
98 new_line->line.addr = address; \
99 new_line->line.file = file; \
100 new_line->line.line = line; \
101 new_line->line.column = column; \
102 new_line->line.is_stmt = is_stmt; \
103 new_line->line.basic_block = basic_block; \
104 new_line->line.end_sequence = end_seq; \
105 new_line->line.prologue_end = prologue_end;
360 struct linelist *new_line; local
    [all...]
  /external/valgrind/main/coregrind/
launcher-linux.c 249 char* new_line; local
338 new_line = malloc(strlen(VALGRIND_LAUNCHER) + 1
340 if (new_line == NULL)
341 barf("malloc of new_line failed.");
342 strcpy(new_line, VALGRIND_LAUNCHER);
343 strcat(new_line, "=");
344 strcat(new_line, launcher_name);
353 new_env[i++] = new_line;
launcher-darwin.c 212 char* new_line; local
371 asprintf(&new_line, VALGRIND_LAUNCHER "=%s", launcher_name);
385 new_env[i++] = new_line;
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model.cc 143 const size_t new_line = selected_line_ + count; local
144 SetSelectedLine(((count < 0) && (new_line >= selected_line_)) ? 0 : new_line,
  /external/chromium_org/tools/
safely-roll-blink.py 34 new_line = r'\1"webkit_revision": "%d",' % new_rev
35 new_content = re.sub(old_line, new_line, content, 1)
  /external/harfbuzz_ng/util/
shape-consumer.hh 52 output.new_line ();
view-cairo.hh 48 void new_line (void) function in struct:view_cairo_t
hb-shape.cc 69 void new_line (void) function in struct:output_buffer_t
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_model.cc 188 const size_t new_line = selected_line_ + count; local
189 SetSelectedLine(((count < 0) && (new_line >= selected_line_)) ? 0 : new_line,
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdump_unittest.cc 91 const char new_line[] = "#!rtpplay1.0 1.1.1.1/1\n"; local
93 stream.WriteAll(new_line, strlen(new_line), NULL, NULL));
  /external/chromium_org/chrome/test/functional/perf/
endure_result_parser.py 102 def WriteToDataFile(new_line, existing_lines, revision, data_file):
109 new_line: A dictionary representing perf information for the new entry.
118 existing_lines[i] = simplejson.dumps(new_line)
124 existing_lines.insert(0, simplejson.dumps(new_line))
193 new_line = {
198 new_line['stack'] = True
199 new_line['stack_order'] = stack_order
201 WriteToDataFile(new_line, existing_lines, revision, data_file)
229 new_line = {
234 WriteToDataFile(new_line, existing_lines, revision, data_file
    [all...]
  /external/chromium/chrome/browser/importer/
mork_reader.cc 423 std::string new_line; local
424 std::getline(stream_, new_line);
428 line->append(new_line);
  /external/chromium_org/chrome/test/functional/
perf.py 360 new_line = {
368 new_line = existing_lines[0]
369 if not description in new_line['traces']:
370 new_line['traces'][description] = []
372 new_line['traces'][description].append([str(x_value), str(y_value)])
374 new_line = {
380 new_line['stack'] = True
381 if 'stack_order' not in new_line:
382 new_line['stack_order'] = []
383 if description not in new_line['stack_order']
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_headers.cc 746 base::StringPiece new_line = balsa_buffer_.Write(line, local
748 whitespace_1_idx_ = new_line.data() - GetPtr(firstline_buffer_base_idx_);
    [all...]
  /external/chromium_org/net/tools/balsa/
balsa_headers.cc 778 base::StringPiece new_line = balsa_buffer_.Write(line, local
780 whitespace_1_idx_ = new_line.data() - GetPtr(firstline_buffer_base_idx_);
    [all...]
  /ndk/sources/host-tools/make-3.81/
job.c 2700 char *new_line = (char *) alloca (shell_len + (sizeof (minus_c) - 1) local
    [all...]
  /external/chromium_org/v8/src/
gdb-jit.cc 1483 intptr_t new_line = desc_->GetScriptLineNumber(info->pos_); local
    [all...]
  /external/v8/src/
gdb-jit.cc 1472 intptr_t new_line = desc_->GetScriptLineNumber(info->pos_); local
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 4731 milliseconds