Searched refs:new_line (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/tools/gyp/pylib/gyp/
H A Deasy_xml.py69 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/chromium_org/native_client_sdk/src/build_tools/
H A Deasy_template.py38 new_line = ''
41 new_line += line[start:m.start()].replace('%', '%%')
42 new_line += line[m.start():m.end()]
44 new_line += line[start:].replace('%', '%%')
45 line = new_line
/external/valgrind/main/coregrind/
H A Dlauncher-linux.c275 char* new_line; local
366 new_line = malloc(strlen(VALGRIND_LAUNCHER) + 1
368 if (new_line == NULL)
369 barf("malloc of new_line failed.");
370 strcpy(new_line, VALGRIND_LAUNCHER);
371 strcat(new_line, "=");
372 strcat(new_line, launcher_name);
381 new_env[i++] = new_line;
H A Dlauncher-darwin.c212 char* new_line; local
371 asprintf(&new_line, VALGRIND_LAUNCHER "=%s", launcher_name);
385 new_env[i++] = new_line;
/external/harfbuzz_ng/util/
H A Dshape-consumer.hh54 output.new_line ();
H A Dview-cairo.hh51 void new_line (void) function in struct:view_cairo_t
H A Dhb-shape.cc75 void new_line (void) function in struct:output_buffer_t
/external/chromium_org/tools/
H A Dsafely-roll-deps.py37 new_line = r"\1'%s_revision': '%s'," % (project, new_rev)
38 new_content = re.sub(old_line, new_line, content, 1)
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_popup_model.cc198 const size_t new_line = selected_line_ + count; local
199 SetSelectedLine(((count < 0) && (new_line >= selected_line_)) ? 0 : new_line,
/external/chromium_org/tools/findit/
H A Dsvn_repository_parser.py175 new_line = tds[2].firstChild.nodeValue
177 new_line = ''
181 changed_line_contents.append(new_line.strip())
/external/elfutils/0.153/libdw/
H A Ddwarf_getsrclines.c360 inline bool add_new_line (struct linelist *new_line, bool end_sequence) argument
368 new_line->line.field = field; \
369 if (unlikely (new_line->line.field != field)) \
388 new_line->next = linelist;
389 linelist = new_line;
/external/lldb/tools/driver/
H A DIOChannel.cpp333 IOChannel::LibeditGetInput (std::string &new_line) argument
360 new_line.assign (line, line_len); // Omit the newline
366 new_line.clear();
378 new_line.clear();
394 std::string new_line; local
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Drtpdump_unittest.cc91 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/browser/resources/chromeos/chromevox/host/interface/
H A Dabstract_tts.js484 '\n': 'new_line',
/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers.cc789 base::StringPiece new_line = balsa_buffer_.Write(line, local
791 whitespace_1_idx_ = new_line.data() - GetPtr(firstline_buffer_base_idx_);
/external/fio/
H A Dstat.c444 int new_line = 1, i, line = 0, shown = 0; local
450 if (new_line) {
454 new_line = 0;
462 new_line = 1;
/external/chromium_org/v8/src/
H A Dgdb-jit.cc1481 intptr_t new_line = desc_->GetScriptLineNumber(info->pos_); local
1482 if (new_line == line) {
1503 intptr_t line_diff = new_line - line;
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromePageScript.js655 "\t":"tab","\r":"return","\n":"new_line","\\":"backslash"};cvox.AbstractTts.PRONUNCIATION_DICTIONARY={admob:"ad-mob",adsense:"ad-sense",adwords:"ad-words",angularjs:"angular j s",bcc:"B C C",cc:"C C",chromevox:"chrome vox",cr48:"C R 48",ctrl:"control",doubleclick:"double-click",gmail:"gee mail",gtalk:"gee talk",http:"H T T P",https:"H T T P S",igoogle:"eye google",pagerank:"page-rank",username:"user-name",www:"W W W",youtube:"you tube"};

Completed in 791 milliseconds