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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/
Draw9PatchEditor.java 105 boolean doConvert = false;
109 doConvert = MessageDialog
117 if (doConvert) {
130 doConvert = false;
136 if (hasNinePatchExtension || doConvert) {
  /external/guava/guava-testlib/src/com/google/common/testing/
NullPointerTester.java 419 return doConvert(convertToType);
422 return doConvert(convertFromType);
425 private /*static*/ <S> S doConvert(TypeToken<S> type) {
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 269 return Traits<T>::doConvert(fmt, value);
295 static Interval doConvert (const FloatFormat& fmt, const IVal& ival)
434 static IVal doConvert (const FloatFormat& fmt, const IVal& value)
478 static Void doConvert (const FloatFormat&, const Void& value) { return value; }
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 290 return Traits<T>::doConvert(fmt, value);
316 static Interval doConvert (const FloatFormat& fmt, const IVal& ival)
455 static IVal doConvert (const FloatFormat& fmt, const IVal& value)
499 static Void doConvert (const FloatFormat&, const Void& value) { return value; }
    [all...]
  /cts/tests/libcore/javautilcollections/libs/
guava-testlib-20.0.jar 
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 

Completed in 244 milliseconds