/external/libxml2/ |
D | testOOM.c | 111 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/ |
D | diff.py | 72 new_str = '\n NEW SYMBOL: %s' % new_sym 75 old_str, new_str))
|
/external/elfutils/libelf/ |
D | elf_getarsym.c | 230 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/ |
D | asan_str_test.cc | 103 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/ |
D | dbus-string.c | 258 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/ |
D | getopt.c | 164 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.py | 210 new_str = self.soup.new_string(old_node + node.element) 211 old_node.replace_with(new_str)
|
/external/v8/src/debug/ |
D | liveedit.js | 1042 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/ |
D | toy.cpp | 639 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/ |
D | toy.cpp | 637 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/ |
D | toy.cpp | 679 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/ |
D | toy.cpp | 660 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/ |
D | vtd-xml-2.11.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ximpleware/
com/ ... |