HomeSort by relevance Sort by last modified time
    Searched refs:new_str (Results 1 - 25 of 25) 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/avb/libavb/
avb_util.c 299 char* new_str; local
301 new_str = avb_malloc(num_new);
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
330 avb_memcpy(new_str, ret, ret_len);
331 avb_memcpy(new_str + ret_len, str_after_last_replace, num_remaining)
    [all...]
  /external/libcxx/utils/libcxx/sym_check/
diff.py 80 new_str = '\n NEW SYMBOL: %s' % new_sym
83 old_str, new_str))
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/utils/sym_check/sym_check/
diff.py 80 new_str = '\n NEW SYMBOL: %s' % new_sym
83 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;
  /external/libusb/examples/getopt/
getopt.c 328 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
  /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 133 char *new_str; local
136 new_str = strdup(str);
137 free(new_str);
138 new_str = strdup(str + size - 1);
139 free(new_str);
  /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/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 5727 static PyObject *new_str; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 5675 static PyObject *new_str; local
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 5824 static PyObject *new_str; local
    [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/lib/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 

Completed in 1014 milliseconds