HomeSort by relevance Sort by last modified time
    Searched full:new_line (Results 1 - 25 of 36) sorted by null

1 2

  /external/icu4c/test/iotest/
iotest.h 34 extern const UChar NEW_LINE[];
stream.cpp 39 const UChar NEW_LINE[] = {0x0d,0x0a,0};
43 const UChar NEW_LINE[] = {0x0a,0};
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
AbstractResults.java 42 private static boolean NEW_LINE = true;
199 if (NEW_LINE) printTab();
201 NEW_LINE = false;
231 NEW_LINE = true;
237 if (NEW_LINE) printTab();
239 NEW_LINE = true;
  /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/zlib/src/contrib/ada/
buffer_demo.adb 37 Ada.Text_IO.New_Line;
100 Ada.Text_IO.New_Line;
  /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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libform.so 
libform.so.5 
libform.so.5.6 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libform.so 
libform.so.5 
libform.so.5.6 
  /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,
  /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/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/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/smack/src/org/jivesoftware/smack/util/
Base64.java 72 private final static byte NEW_LINE = (byte)'\n';
668 outBuff[e+4] = NEW_LINE;
    [all...]
  /external/v8/src/
gdb-jit.cc 1472 intptr_t new_line = desc_->GetScriptLineNumber(info->pos_); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.console_1.0.200.v20100601.jar 
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 

Completed in 545 milliseconds

1 2