HomeSort by relevance Sort by last modified time
    Searched full:new_string (Results 1 - 20 of 20) 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_org/v8/src/
ast-value-factory.cc 264 AstConsString* new_string = new (zone_) AstConsString(left, right); local
265 strings_.Add(new_string);
267 new_string->Internalize(isolate_);
269 return new_string;
396 AstRawString* new_string = new (zone_) AstRawString( local
398 entry->key = new_string;
399 strings_.Add(new_string);
401 new_string->Internalize(isolate_);
interpreter-irregexp.cc 34 unibrow::uchar new_string[1] = { new_char }; local
36 interp_canonicalize->get(new_char, '\0', new_string);
37 if (old_string[0] != new_string[0]) {
liveedit.h 18 // script.source[positions, positions+length] = 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/chromium_org/net/socket/
ssl_session_cache_openssl_unittest.cc 88 std::string* new_string = new std::string(*old_string); local
89 *ptr = new_string;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
re.py 154 """Return a 2-tuple containing (new_string, number).
155 new_string is the string obtained by replacing the leftmost
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
re.py 154 """Return a 2-tuple containing (new_string, number).
155 new_string is the string obtained by replacing the leftmost
  /external/chromium_org/third_party/webrtc/base/
flags.h 58 static FlagValue New_STRING(const char* s) {
  /art/compiler/
image_writer.cc 559 std::pair<size_t, size_t> new_string(num_chars - length, length);
560 auto it = existing_strings.lower_bound(new_string);
582 new_offset = new_string.first;
583 existing_strings.insert(new_string);
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
tokenutil.py 399 new_string = token.string[position:]
402 new_token = JavaScriptToken(new_string, token.type, token.line,
  /external/lldb/www/python_reference/
lldb.SBModule.symbols_access.re_compile_type-class.html 78 <area shape="rect" id="node32" href="lldb.SBModule.symbols_access.re_compile_type-class.html#subn" title="Return the tuple (new_string, number_of_subs_made) found by replacing the &#160;leftmost non&#45;overlapping occurrences of pattern with the replacement repl." alt="" coords="17,276,391,295"/>
266 Return the tuple (new_string, number_of_subs_made) found by replacing
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 100 new_string = string + ""
101 new_string = string + " "
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 100 new_string = string + ""
101 new_string = string + " "
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 989 var new_string = '';
997 new_string+=t;
1001 return new_string;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/
libpython2.7.a     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
libpython2.7.a     [all...]
  /prebuilts/python/linux-x86/2.7.5/bin/
python 
python2 
python2.7 

Completed in 930 milliseconds