HomeSort by relevance Sort by last modified time
    Searched defs:new_string (Results 1 - 4 of 4) sorted by null

  /external/srec/seti/setiUtils/src/
platform_utils.c 115 char * new_string = NULL; local
124 new_string = (char *)MALLOC(sizeof(char)*(strlen(in_string)+1), MTAG);
125 if(!new_string)
128 strcpy(new_string, in_string);
129 return new_string;
  /external/chromium/webkit/glue/
cpp_variant.cc 157 NPString new_string = {new_value, local
159 WebBindings::initializeVariantWithStringCopy(this, &new_string);
165 NPString new_string = {new_value.data(), local
167 WebBindings::initializeVariantWithStringCopy(this, &new_string);
  /external/v8/src/
interpreter-irregexp.cc 55 unibrow::uchar new_string[1] = { new_char }; local
57 interp_canonicalize->get(new_char, '\0', new_string);
58 if (old_string[0] != new_string[0]) {
  /external/libvpx/libvpx/examples/includes/geshi/
geshi.php 2653 $new_string = ''; variable
    [all...]

Completed in 257 milliseconds