Searched defs:getBundle (Results 1 - 25 of 35) sorted by relevance

12

/external/brotli/java/org/brotli/wrapper/dec/
H A DBrotliDecoderChannelTest.java34 static InputStream getBundle() throws IOException { method in class:BrotliDecoderChannelTest
41 InputStream bundle = getBundle();
68 InputStream bundle = getBundle();
H A DBrotliInputStreamTest.java32 static InputStream getBundle() throws IOException { method in class:BrotliInputStreamTest
39 InputStream bundle = getBundle();
66 InputStream bundle = getBundle();
H A DDecoderTest.java32 static InputStream getBundle() throws IOException { method in class:DecoderTest
39 InputStream bundle = getBundle();
66 InputStream bundle = getBundle();
/external/brotli/java/org/brotli/wrapper/enc/
H A DBrotliEncoderChannelTest.java38 static InputStream getBundle() throws IOException { method in class:BrotliEncoderChannelTest
45 InputStream bundle = getBundle();
75 InputStream bundle = getBundle();
H A DEncoderTest.java27 static InputStream getBundle() throws IOException { method in class:EncoderTest
34 InputStream bundle = getBundle();
61 InputStream bundle = getBundle();
H A DBrotliOutputStreamTest.java37 static InputStream getBundle() throws IOException { method in class:BrotliOutputStreamTest
44 InputStream bundle = getBundle();
75 InputStream bundle = getBundle();
/external/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h41 /// getBundle - Return the ingoing (Out = false) or outgoing (Out = true)
43 unsigned getBundle(unsigned N, bool Out) const { return EC[2 * N + Out]; } function in class:llvm::EdgeBundles
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
H A DResBunch.java12 ResBundle bundle = getBundle(resName.type);
16 private ResBundle getBundle(String attrType) { method in class:ResBunch
26 ResBundle bundle = getBundle(resName.type);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DEdgeBundles.h40 /// getBundle - Return the ingoing (Out = false) or outgoing (Out = true)
42 unsigned getBundle(unsigned N, bool Out) const { return EC[2 * N + Out]; } function in class:llvm::EdgeBundles
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
H A DCoverageBuilder.java28 * {@link #getBundle(String)} in the following hierarchy:
77 public IBundleCoverage getBundle(final String name) { method in class:CoverageBuilder
/external/ims/rcs/rcsmanager/src/java/com/android/ims/
H A DRcsPresenceInfo.java246 private Bundle getBundle() { method in class:RcsPresenceInfo
311 Bundle serviceInfo = mServiceInfo.getBundle(String.valueOf(serviceType));
320 Bundle serviceInfo = mServiceInfo.getBundle(String.valueOf(serviceType));
329 Bundle serviceInfo = mServiceInfo.getBundle(String.valueOf(serviceType));
337 Bundle serviceInfo = mServiceInfo.getBundle(String.valueOf(serviceType));
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBundle.java287 public Bundle getBundle(String key) { method in class:ShadowBundle
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTransliteratorRegistry.java206 public ResourceBundle getBundle() { method in class:TransliteratorRegistry.Spec
666 ResourceBundle res = specToOpen.getBundle();
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorRegistry.java205 public ResourceBundle getBundle() { method in class:TransliteratorRegistry.Spec
665 ResourceBundle res = specToOpen.getBundle();
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DICUResourceBundle.java533 * a call to getBundle() to determine whether the resource bundle returned
1297 return getBundle(reader, baseName, localeID, root);
1345 private static ICUResourceBundle getBundle(ICUResourceBundleReader reader, method in class:ICUResourceBundle
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundle.java529 * a call to getBundle() to determine whether the resource bundle returned
1293 return getBundle(reader, baseName, localeID, root);
1341 private static ICUResourceBundle getBundle(ICUResourceBundleReader reader, method in class:ICUResourceBundle
/external/icu/icu4c/source/i18n/
H A Dtransreg.cpp239 ResourceBundle& getBundle() const;
359 ResourceBundle& TransliteratorSpec::getBundle() const { function in class:TransliteratorSpec
1130 ResourceBundle subres(specToOpen.getBundle().get(
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.runtime_3.11.0.v20150405-1723.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.equinox.common_3.7.0.v20150402-1709.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.equinox.preferences_3.5.300.v20150408-1437.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/lib/build/
H A Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/
H A Drobolectric-resources-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/shadows/ org/robolectric/manifest/ org/ ...
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...

Completed in 557 milliseconds

12