Home
last modified time | relevance | path

Searched defs:getBundle (Results 1 – 17 of 17) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DEdgeBundles.h43 unsigned getBundle(unsigned N, bool Out) const { return EC[2 * N + Out]; } in getBundle() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DEdgeBundles.h43 unsigned getBundle(unsigned N, bool Out) const { return EC[2 * N + Out]; } in getBundle() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DEdgeBundles.h42 unsigned getBundle(unsigned N, bool Out) const { return EC[2 * N + Out]; } in getBundle() function
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DResBunch.java16 private ResBundle getBundle(String attrType) { in getBundle() method in ResBunch
/external/brotli/java/org/brotli/wrapper/dec/
DDecoderTest.java27 static InputStream getBundle() throws IOException { in getBundle() method in DecoderTest
DBrotliDecoderChannelTest.java29 static InputStream getBundle() throws IOException { in getBundle() method in BrotliDecoderChannelTest
DBrotliInputStreamTest.java27 static InputStream getBundle() throws IOException { in getBundle() method in BrotliInputStreamTest
/external/brotli/java/org/brotli/wrapper/enc/
DEncoderTest.java21 static InputStream getBundle() throws IOException { in getBundle() method in EncoderTest
DBrotliOutputStreamTest.java32 static InputStream getBundle() throws IOException { in getBundle() method in BrotliOutputStreamTest
DBrotliEncoderChannelTest.java34 static InputStream getBundle() throws IOException { in getBundle() method in BrotliEncoderChannelTest
/external/cldr/tools/java/org/unicode/cldr/test/
DSimpleTestCache.java92 public TestResultBundle getBundle(CheckCLDR.Options options) { in getBundle() method in SimpleTestCache
DTestCache.java74 public abstract TestResultBundle getBundle(CheckCLDR.Options options); in getBundle() method in TestCache
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DCoverageBuilder.java77 public IBundleCoverage getBundle(final String name) { in getBundle() method in CoverageBuilder
/external/ims/rcs/rcsmanager/src/java/com/android/ims/
DRcsPresenceInfo.java246 private Bundle getBundle() { in getBundle() method in RcsPresenceInfo
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliteratorRegistry.java205 public ResourceBundle getBundle() { in getBundle() method in TransliteratorRegistry.Spec
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliteratorRegistry.java206 public ResourceBundle getBundle() { in getBundle() method in TransliteratorRegistry.Spec
/external/icu/icu4c/source/i18n/
Dtransreg.cpp359 ResourceBundle& TransliteratorSpec::getBundle() const { in getBundle() function in TransliteratorSpec