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

  /cts/tools/dasm/src/java_cup/
action_part.java 45 public void set_code_string(String new_str) {_code_string = new_str;}
  /development/testrunner/
logger.py 41 def Log(new_str):
42 """Appends new_str to the end of _LOG_FILE and prints it to stdout.
45 # new_str is a string.
46 new_str: 'some message to log'
48 msg = _PrependTimeStamp(new_str)
69 def SilentLog(new_str):
70 """Silently log new_str. Unless verbose mode is enabled, will log new_str
73 # new_str is a string.
74 new_str: 'some message to log
    [all...]
  /external/libcxx/utils/sym_check/sym_check/
diff.py 72 new_str = '\n NEW SYMBOL: %s' % new_sym
75 old_str, new_str))
  /external/libxml2/
testOOM.c 111 void *new_str; local
116 new_str = realloc (b->str, new_size);
117 if (new_str == NULL)
119 b->str = new_str;
  /external/elfutils/libelf/
elf_getarsym.c 230 char *new_str = (char *) (elf->state.ar.ar_sym + n + 1); local
234 || ((size_t) pread_retry (elf->fildes, new_str,
245 str_data = (char *) new_str;
  /system/core/libcutils/
str_parms.c 342 char *new_str; local
345 ret = asprintf(&new_str, "%s%s%s=%s",
354 *old_str = new_str;
  /ndk/sources/host-tools/make-3.81/
getopt.c 322 char *new_str = malloc (top + 1);
323 if (new_str == NULL)
327 memset (__mempcpy (new_str, __getopt_nonoption_flags,
331 __getopt_nonoption_flags = new_str;
320 char *new_str = malloc (top + 1); local
  /toolchain/binutils/binutils-2.25/libiberty/
getopt.c 340 char *new_str = (char *) malloc (top + 1);
341 if (new_str == NULL)
345 memset (mempcpy (new_str, __getopt_nonoption_flags,
349 __getopt_nonoption_flags = new_str;
337 char *new_str = (char *) malloc (top + 1); local
  /external/compiler-rt/lib/asan/tests/
asan_str_test.cc 103 char *new_str; local
106 new_str = strdup(str);
107 free(new_str);
108 new_str = strdup(str + size - 1);
109 free(new_str);
  /external/dbus/dbus/
dbus-string.c 258 unsigned char *new_str; local
269 new_str = dbus_realloc (real->str - real->align_offset, new_allocated);
270 if (_DBUS_UNLIKELY (new_str == NULL))
273 real->str = new_str + real->align_offset;
313 unsigned char *new_str; local
344 new_str = dbus_realloc (real->str - real->align_offset, new_allocated);
345 if (_DBUS_UNLIKELY (new_str == NULL))
348 real->str = new_str + real->align_offset;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-m32c.c 241 char *new_str;
272 new_str = (char*) xmalloc (ns_len);
273 ns = new_str;
328 md_assemble (new_str);
329 free (new_str);
239 char *new_str; local
    [all...]
  /external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/
_html5lib.py 210 new_str = self.soup.new_string(old_node + node.element)
211 old_node.replace_with(new_str)
  /external/bison/lib/
getopt.c 167 char *new_str = malloc (top + 1);
168 if (new_str == NULL)
172 memset (__mempcpy (new_str, __getopt_nonoption_flags,
176 __getopt_nonoption_flags = new_str;
164 char *new_str = malloc (top + 1); local
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 637 char new_str[16]; local
638 sprintf(new_str, "%d", (int)old_c);
639 NewName = NewName.replace(pos, 1, new_str);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 639 char new_str[16]; local
640 sprintf(new_str, "%d", (int)old_c);
641 NewName = NewName.replace(pos, 1, new_str);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 660 char new_str[16]; local
661 sprintf(new_str, "%d", (int)old_c);
662 NewName = NewName.replace(pos, 1, new_str);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 679 char new_str[16]; local
680 sprintf(new_str, "%d", (int)old_c);
681 NewName = NewName.replace(pos, 1, new_str);
    [all...]
  /external/v8/src/debug/
liveedit.js     [all...]
  /prebuilts/misc/windows/sdl2/test/
configure     [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 

Completed in 596 milliseconds