/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/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
tokenutil.py | 350 new_string = token.string[position:] 353 new_token = JavaScriptToken(new_string, token.type, token.line,
|
/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]) {
|
runtime.cc | [all...] |
/external/libvpx/libvpx/examples/includes/geshi/ |
geshi.php | 2653 $new_string = ''; variable [all...] |