HomeSort by relevance Sort by last modified time
    Searched full:mutablestring (Results 1 - 17 of 17) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_userstring.py 7 from UserString import UserString, MutableString
47 type2test = MutableString
96 # Use indices[1:] when MutableString can handle real
139 warnings.filterwarnings("ignore", ".*MutableString has been removed",
test_py3kwarn.py 411 # UserString.MutableString has been removed in 3.0.
416 warnings.filterwarnings("error", ".*MutableString",
418 self.assertRaises(DeprecationWarning, UserString.MutableString)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_userstring.py 7 from UserString import UserString, MutableString
47 type2test = MutableString
96 # Use indices[1:] when MutableString can handle real
139 warnings.filterwarnings("ignore", ".*MutableString has been removed",
test_py3kwarn.py 411 # UserString.MutableString has been removed in 3.0.
416 warnings.filterwarnings("error", ".*MutableString",
418 self.assertRaises(DeprecationWarning, UserString.MutableString)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
UserString.py 11 __all__ = ["UserString","MutableString"]
133 class MutableString(UserString, collections.MutableSequence):
139 and use MutableString.
150 warnpy3k('the class UserString.MutableString has been removed in '
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
UserString.py 11 __all__ = ["UserString","MutableString"]
133 class MutableString(UserString, collections.MutableSequence):
139 and use MutableString.
150 warnpy3k('the class UserString.MutableString has been removed in '
  /external/clang/test/SemaObjCXX/
message.mm 83 struct MutableString : public String { };
  /external/lldb/test/functionalities/data-formatter/data-formatter-objc/
main.m 378 NSString* mutableString = [[NSMutableString alloc] initWithString:@"foo"];
379 [mutableString insertString:@"foo said this string needs to be very long so much longer than whatever other string has been seen ever before by anyone of the mankind that of course this is still not long enough given what foo our friend foo our lovely dearly friend foo desired of us so i am adding more stuff here for the sake of it and for the joy of our friend who is named guess what just foo. hence, dear friend foo, stay safe, your string is now long enough to accommodate your testing need and I will make sure that if not we extend it with even more fuzzy random meaningless words pasted one after the other from a long tiresome friday evening spent working in my office. my office mate went home but I am still randomly typing just for the fun of seeing what happens of the length of a Mutable String in Cocoa if it goes beyond one byte.. so be it, dear " atIndex:0];
381 NSString* mutableGetConst = [NSString stringWithCString:[mutableString cString]];
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set.cc 389 string* ExtensionSet::MutableString(int number, FieldType type,
    [all...]
extension_set.h 250 string * MutableString (int number, FieldType type, desc);
565 MutableString(number, type, descriptor)->assign(value);
    [all...]
extension_set_unittest.cc 399 TEST(ExtensionSetTest, MutableString) {
  /external/protobuf/src/google/protobuf/
extension_set.cc 358 string* ExtensionSet::MutableString(int number, FieldType type,
    [all...]
extension_set.h 248 string * MutableString (int number, FieldType type, desc);
491 MutableString(number, type, descriptor)->assign(value);
627 return set->MutableString(number, field_type, NULL);
    [all...]
extension_set_unittest.cc 322 TEST(ExtensionSetTest, MutableString) {
  /external/apache-xml/src/main/java/org/apache/xml/utils/
FastStringBuffer.java 393 * of MutableString, rather than having StringBuffer be a separate hierarchy.
902 * of MutableString, rather than having StringBuffer be a separate hierarchy.
    [all...]
  /prebuilts/misc/linux-x86/protobuf/
aprotoc 

Completed in 583 milliseconds