Home
last modified time | relevance | path

Searched refs:new_str (Results 1 – 13 of 13) sorted by relevance

/external/libxml2/
DtestOOM.c111 void *new_str; in buffer_expand() local
116 new_str = realloc (b->str, new_size); in buffer_expand()
117 if (new_str == NULL) in buffer_expand()
119 b->str = new_str; in buffer_expand()
/external/libcxx/utils/sym_check/sym_check/
Ddiff.py72 new_str = '\n NEW SYMBOL: %s' % new_sym
75 old_str, new_str))
/external/elfutils/libelf/
Delf_getarsym.c230 char *new_str = (char *) (elf->state.ar.ar_sym + n + 1); in elf_getarsym() local
234 || ((size_t) pread_retry (elf->fildes, new_str, in elf_getarsym()
245 str_data = (char *) new_str; in elf_getarsym()
/external/compiler-rt/lib/asan/tests/
Dasan_str_test.cc103 char *new_str; in TEST() local
106 new_str = strdup(str); in TEST()
107 free(new_str); in TEST()
108 new_str = strdup(str + size - 1); in TEST()
109 free(new_str); in TEST()
/external/dbus/dbus/
Ddbus-string.c258 unsigned char *new_str; in compact() local
269 new_str = dbus_realloc (real->str - real->align_offset, new_allocated); in compact()
270 if (_DBUS_UNLIKELY (new_str == NULL)) in compact()
273 real->str = new_str + real->align_offset; in compact()
313 unsigned char *new_str; in reallocate_for_length() local
344 new_str = dbus_realloc (real->str - real->align_offset, new_allocated); in reallocate_for_length()
345 if (_DBUS_UNLIKELY (new_str == NULL)) in reallocate_for_length()
348 real->str = new_str + real->align_offset; in reallocate_for_length()
/external/bison/lib/
Dgetopt.c164 char *new_str = malloc (top + 1); in exchange() local
165 if (new_str == NULL) in exchange()
169 memset (__mempcpy (new_str, __getopt_nonoption_flags, in exchange()
173 __getopt_nonoption_flags = new_str; in exchange()
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/
D_html5lib.py210 new_str = self.soup.new_string(old_node + node.element)
211 old_node.replace_with(new_str)
/external/v8/src/debug/
Dliveedit.js1042 function ApplySingleChunkPatch(script, change_pos, change_len, new_str, argument
1048 new_str + old_source.substring(change_pos + change_len);
1051 [ change_pos, change_pos + change_len, change_pos + new_str.length],
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy.cpp639 char new_str[16]; in MakeLegalFunctionName() local
640 sprintf(new_str, "%d", (int)old_c); in MakeLegalFunctionName()
641 NewName = NewName.replace(pos, 1, new_str); in MakeLegalFunctionName()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp637 char new_str[16]; in MakeLegalFunctionName() local
638 sprintf(new_str, "%d", (int)old_c); in MakeLegalFunctionName()
639 NewName = NewName.replace(pos, 1, new_str); in MakeLegalFunctionName()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp679 char new_str[16]; in MakeLegalFunctionName() local
680 sprintf(new_str, "%d", (int)old_c); in MakeLegalFunctionName()
681 NewName = NewName.replace(pos, 1, new_str); in MakeLegalFunctionName()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp660 char new_str[16]; in MakeLegalFunctionName() local
661 sprintf(new_str, "%d", (int)old_c); in MakeLegalFunctionName()
662 NewName = NewName.replace(pos, 1, new_str); in MakeLegalFunctionName()
/external/robolectric/v3/libs/
Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ ...