HomeSort by relevance Sort by last modified time
    Searched full:fromstring (Results 351 - 375 of 750) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_array.py 235 self.assertRaises(TypeError, b.fromstring)
236 self.assertRaises(TypeError, b.fromstring, 42)
237 b.fromstring(a.tostring())
240 self.assertRaises(ValueError, b.fromstring, "x")
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
BCStyle.java 310 public RDN[] fromString(String dirName)
RFC4519Style.java 209 public RDN[] fromString(String dirName)
  /external/chromium-trace/catapult/devil/devil/android/
app_ui.py 202 xml_node = element_tree.fromstring(
  /external/guava/guava/src/com/google/common/primitives/
UnsignedInts.java 212 ParseRequest request = ParseRequest.fromString(stringValue);
  /external/icu/icu4c/source/i18n/
number_compact.cpp 171 StandardPlural::Form plural = StandardPlural::fromString(key, status);
  /external/libchrome/base/
command_line.h 105 static CommandLine FromString(const string16& command_line);
  /external/libmojo/third_party/catapult/devil/devil/android/
app_ui.py 202 xml_node = element_tree.fromstring(
  /external/python/cpython2/Lib/plat-mac/
videoreader.py 283 img = Image.fromstring("RGBA", (imgw, imgh), data)
  /external/webrtc/talk/media/base/
codec.cc 139 return rtc::FromString(iter->second, out);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FrameFormat.java 400 // TODO: FromString
  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/model/
WorkSpec.java 349 return new WorkStatus(UUID.fromString(id), state, output, tags);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoListingElement.java 311 newElement.mId = SignedLongLong.fromString(attributeValue);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowPage.java 212 Path path = itemPath != null ? Path.fromString(itemPath) : null;
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataManager.java 191 return getMediaObject(Path.fromString(s));
LocalImage.java 53 static final Path ITEM_PATH = Path.fromString("/local/image/item");
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
videoreader.py 283 img = Image.fromstring("RGBA", (imgw, imgh), data)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_array.py 236 self.assertRaises(TypeError, b.fromstring)
237 self.assertRaises(TypeError, b.fromstring, 42)
238 b.fromstring(a.tostring())
241 self.assertRaises(ValueError, b.fromstring, "x")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_array.py 236 self.assertRaises(TypeError, b.fromstring)
237 self.assertRaises(TypeError, b.fromstring, 42)
238 b.fromstring(a.tostring())
241 self.assertRaises(ValueError, b.fromstring, "x")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
videoreader.py 283 img = Image.fromstring("RGBA", (imgw, imgh), data)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_array.py 236 self.assertRaises(TypeError, b.fromstring)
237 self.assertRaises(TypeError, b.fromstring, 42)
238 b.fromstring(a.tostring())
241 self.assertRaises(ValueError, b.fromstring, "x")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_elementtree.so 
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_array.py 236 self.assertRaises(TypeError, b.fromstring)
237 self.assertRaises(TypeError, b.fromstring, 42)
238 b.fromstring(a.tostring())
241 self.assertRaises(ValueError, b.fromstring, "x")
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/
org.eclipse.sisu.plexus-0.0.0.M5.jar 
  /cts/tests/tests/media/src/android/media/cts/
VisualizerTest.java 304 UUID.fromString(BUNDLE_VOLUME_EFFECT_UUID),
377 UUID.fromString(BUNDLE_VOLUME_EFFECT_UUID),

Completed in 457 milliseconds

<<11121314151617181920>>