HomeSort by relevance Sort by last modified time
    Searched defs:copy_string (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
values_unittest.cc 407 Value* copy_string = NULL; local
408 ASSERT_TRUE(copy_dict->Get(L"string", &copy_string));
409 ASSERT_TRUE(copy_string);
410 ASSERT_NE(copy_string, original_string);
411 ASSERT_TRUE(copy_string->IsType(Value::TYPE_STRING));
415 ASSERT_TRUE(copy_string->GetAsString(&copy_string_value));
416 ASSERT_TRUE(copy_string->GetAsString(&copy_wstring_value));
417 ASSERT_TRUE(copy_string->GetAsUTF16(&copy_utf16_value));
  /external/webkit/WebKitTools/android/flex-2.5.4a/
misc.c 189 /* copy_string - returns a dynamically allocated copy of a string */
191 char *copy_string( str ) function
207 flexfatal( _( "dynamic memory failure in copy_string()" ) );

Completed in 40 milliseconds