Searched refs:new_string (Results 1 – 6 of 6) sorted by relevance
/external/srec/seti/setiUtils/src/ |
D | platform_utils.c | 115 char * new_string = NULL; in strdup() local 124 new_string = (char *)MALLOC(sizeof(char)*(strlen(in_string)+1), MTAG); in strdup() 125 if(!new_string) in strdup() 128 strcpy(new_string, in_string); in strdup() 129 return new_string; in strdup()
|
/external/chromium/webkit/glue/ |
D | cpp_variant.cc | 157 NPString new_string = {new_value, in Set() local 159 WebBindings::initializeVariantWithStringCopy(this, &new_string); in Set() 165 NPString new_string = {new_value.data(), in Set() local 167 WebBindings::initializeVariantWithStringCopy(this, &new_string); in Set()
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
D | tokenutil.py | 350 new_string = token.string[position:] 353 new_token = JavaScriptToken(new_string, token.type, token.line,
|
/external/v8/src/ |
D | interpreter-irregexp.cc | 55 unibrow::uchar new_string[1] = { new_char }; in BackRefMatchesNoCase() local 57 interp_canonicalize->get(new_char, '\0', new_string); in BackRefMatchesNoCase() 58 if (old_string[0] != new_string[0]) { in BackRefMatchesNoCase()
|
D | runtime.cc | 5664 StringType* new_string = StringType::cast(new_object); in SlowQuoteJsonString() local 5667 new_string->address() + SeqString::kHeaderSize); in SlowQuoteJsonString() 5686 return new_string; in SlowQuoteJsonString() 5752 StringType* new_string = StringType::cast(new_object); in QuoteJsonString() local 5753 ASSERT(isolate->heap()->new_space()->Contains(new_string)); in QuoteJsonString() 5756 new_string->address() + SeqString::kHeaderSize); in QuoteJsonString() 5763 new_string->address() + SeqString::kHeaderSize)); in QuoteJsonString() 5766 new_string, final_length); in QuoteJsonString() 5767 return new_string; in QuoteJsonString() 5838 StringType* new_string = StringType::cast(new_object); in QuoteJsonStringArray() local [all …]
|
/external/libvpx/examples/includes/geshi/ |
D | geshi.php | 2653 $new_string = ''; 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));
|