HomeSort by relevance Sort by last modified time
    Searched full:new_string (Results 1 - 25 of 25) 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/chromium_org/webkit/renderer/
cpp_variant.cc 159 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_org/v8/src/
interpreter-irregexp.cc 56 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]) {
liveedit.h 41 // script.source[positions, positions+length] = 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]) {
liveedit.h 41 // script.source[positions, positions+length] = new_string;
runtime.cc     [all...]
  /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/third_party/closure_linter/closure_linter/
tokenutil.py 350 new_string = token.string[position:]
353 new_token = JavaScriptToken(new_string, token.type, token.line,
  /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/third_party/libjingle/source/talk/base/
flags.h 70 static FlagValue New_STRING(const char* s) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
flags.h 73 static FlagValue New_STRING(const char* s) {
  /external/libvpx/libvpx/examples/includes/geshi/
geshi.php 2653 $new_string = ''; variable
    [all...]
  /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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/
libmpfr.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/
libmpfr.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/
libmpfr.a     [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/lib/
libpython2.7.a     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
libpython2.7.a     [all...]

Completed in 2873 milliseconds