HomeSort by relevance Sort by last modified time
    Searched refs:sourceFormat (Results 1 - 11 of 11) sorted by null

  /external/guava/guava/src/com/google/common/base/
CaseFormat.java 165 private final CaseFormat sourceFormat;
168 StringConverter(CaseFormat sourceFormat, CaseFormat targetFormat) {
169 this.sourceFormat = checkNotNull(sourceFormat);
175 return s == null ? null : sourceFormat.to(targetFormat, s);
180 return s == null ? null : targetFormat.to(sourceFormat, s);
186 return sourceFormat.equals(that.sourceFormat)
193 return sourceFormat.hashCode() ^ targetFormat.hashCode();
197 return sourceFormat + ".converterTo(" + targetFormat + ")"
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
LocalizedFormats.java 310 private final String sourceFormat;
313 * @param sourceFormat source English format to use when no
316 private LocalizedFormats(final String sourceFormat) {
317 this.sourceFormat = sourceFormat;
322 return sourceFormat;
341 return sourceFormat;
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterGraph.java 242 FrameFormat sourceFormat = inputPort.getSourceFormat();
244 if (sourceFormat != null && targetFormat != null) {
245 if (mLogVerbose) Log.v(TAG, "Checking " + sourceFormat + " against " + targetFormat + ".");
253 compatible = sourceFormat.mayBeCompatibleWith(targetFormat);
257 compatible = sourceFormat.isCompatibleWith(targetFormat);
265 + sourceFormat + "!");
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHardwareManager.java     [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawBuffersIndexedTests.cpp 431 Vec4 getFixedPointFormatThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat)
433 DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POINT);
436 DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER);
439 DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER);
442 const tcu::IVec4 srcBits = tcu::getTextureFormatBitDepth(sourceFormat);
    [all...]
es31fCopyImageTests.cpp     [all...]
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/devtools/tools/lib/
guava-17.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/17.0/
guava-17.0.jar 
  /prebuilts/tools/common/offline-m2/com/google/guava/guava/17.0/
guava-17.0.jar 

Completed in 880 milliseconds