Searched refs:new_string (Results 1 - 9 of 9) sorted by relevance

/external/srec/seti/setiUtils/src/
H A Dplatform_utils.c115 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/
H A Dcpp_variant.cc157 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_org/webkit/renderer/
H A Dcpp_variant.cc159 NPString new_string = {new_value, local
161 WebBindings::initializeVariantWithStringCopy(this, &new_string);
167 NPString new_string = {new_value.data(), local
169 WebBindings::initializeVariantWithStringCopy(this, &new_string);
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dtokenutil.py350 new_string = token.string[position:]
353 new_token = JavaScriptToken(new_string, token.type, token.line,
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Dtokenutil.py350 new_string = token.string[position:]
353 new_token = JavaScriptToken(new_string, token.type, token.line,
/external/chromium_org/v8/src/
H A Dinterpreter-irregexp.cc56 unibrow::uchar new_string[1] = { new_char }; local
58 interp_canonicalize->get(new_char, '\0', new_string);
59 if (old_string[0] != new_string[0]) {
/external/v8/src/
H A Dinterpreter-irregexp.cc55 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]) {
H A Druntime.cc5664 StringType* new_string = StringType::cast(new_object);
5667 new_string->address() + SeqString::kHeaderSize);
5686 return new_string;
5752 StringType* new_string = StringType::cast(new_object);
5753 ASSERT(isolate->heap()->new_space()->Contains(new_string));
5756 new_string->address() + SeqString::kHeaderSize);
5763 new_string->address() + SeqString::kHeaderSize));
5766 new_string, final_length);
5767 return new_string;
5838 StringType* new_string
[all...]
/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php2653 $new_string = ''; variable
2656 $new_string .= $this->hsc(substr($string, $start, $es_pos - $start));
2661 $new_string .= "<span$escape_char_attributes>" .
2676 $new_string .= "<span$escape_char_attributes>" .
2682 $new_string .= $escaped_escape_char;
2686 $string = $new_string . $this->hsc(substr($string, $start));

Completed in 344 milliseconds