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

1 2

  /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 + "!");
  /external/deqp/modules/gles31/functional/
es31fDrawBuffersIndexedTests.cpp 435 Vec4 getFixedPointFormatThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat)
437 DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POINT);
440 DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER);
443 DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER);
446 const tcu::IVec4 srcBits = tcu::getTextureFormatBitDepth(sourceFormat);
452 UVec4 getFloatULPThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat)
454 const tcu::IVec4 srcMantissaBits = tcu::getTextureFormatMantissaBitDepth(sourceFormat);
    [all...]
es31fCopyImageTests.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHardwareManager.java     [all...]
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /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/gradle-plugin/com/android/databinding/compiler/2.1.0/
compiler-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta1/
compiler-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta3/
compiler-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-rc1/
compiler-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.2/
compiler-2.1.2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.3/
compiler-2.1.3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0/
compiler-2.2.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha1/
compiler-2.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha3/
compiler-2.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha4/
compiler-2.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha7/
compiler-2.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-beta1/
compiler-2.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-beta2/
compiler-2.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-beta3/
compiler-2.2.0-beta3.jar 

Completed in 2324 milliseconds

1 2