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

/external/avb/libavb/
H A Davb_util.c299 char* new_str; local
301 new_str = avb_malloc(num_new);
302 if (new_str == NULL) {
305 avb_memcpy(new_str, ret, ret_len);
306 avb_memcpy(new_str + ret_len, str, num_before);
307 avb_memcpy(new_str + ret_len + num_before, replace, replace_len);
308 new_str[num_new - 1] = '\0';
310 ret = new_str;
326 char* new_str = avb_malloc(num_new); local
327 if (new_str
[all...]
/external/libcxx/utils/libcxx/sym_check/
H A Ddiff.py80 new_str = '\n NEW SYMBOL: %s' % new_sym
83 old_str, new_str))
/external/libxml2/
H A DtestOOM.c111 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/
H A Delf_getarsym.c230 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;
/external/libusb/examples/getopt/
H A Dgetopt.c328 char *new_str = malloc (top + 1);
329 if (new_str == NULL)
333 memset (__mempcpy (new_str, __getopt_nonoption_flags,
337 __getopt_nonoption_flags = new_str;
325 char *new_str = malloc (top + 1); local
/external/compiler-rt/lib/asan/tests/
H A Dasan_str_test.cc133 char *new_str; local
136 new_str = strdup(str);
137 free(new_str);
138 new_str = strdup(str + size - 1);
139 free(new_str);
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp637 char new_str[16]; local
638 sprintf(new_str, "%d", (int)old_c);
639 NewName = NewName.replace(pos, 1, new_str);
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp639 char new_str[16]; local
640 sprintf(new_str, "%d", (int)old_c);
641 NewName = NewName.replace(pos, 1, new_str);
/external/v8/src/debug/
H A Dliveedit.js958 // being replaced with a completely different string new_str.
964 function ApplySingleChunkPatch(script, change_pos, change_len, new_str,
970 new_str + old_source.substring(change_pos + change_len);
973 [ change_pos, change_pos + change_len, change_pos + new_str.length],
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp660 char new_str[16]; local
661 sprintf(new_str, "%d", (int)old_c);
662 NewName = NewName.replace(pos, 1, new_str);
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp679 char new_str[16]; local
680 sprintf(new_str, "%d", (int)old_c);
681 NewName = NewName.replace(pos, 1, new_str);
/external/python/cpython2/Objects/
H A Dtypeobject.c5824 static PyObject *new_str; local
5829 if (new_str == NULL) {
5830 new_str = PyString_InternFromString("__new__");
5831 if (new_str == NULL)
5834 func = PyObject_GetAttr((PyObject *)type, new_str);
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...

Completed in 481 milliseconds