Searched refs:setFormat (Results 1 - 25 of 63) sorted by relevance

123

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSurfaceView.java36 @Override public void setFormat(int i) {
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowSurfaceView.java69 public void setFormat(int i) { method in class:ShadowSurfaceView.FakeSurfaceHolder
/external/skia/debugger/QT/
H A DSkGLWidget.cpp25 setFormat(currentFormat);
/external/skqp/debugger/QT/
H A DSkGLWidget.cpp25 setFormat(currentFormat);
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DMessageFormat.java740 public void setFormat(int formatElementIndex, Format newFormat) { method in class:MessageFormat
741 messageFormat.setFormat(formatElementIndex, newFormat);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DErrorManager.java394 setFormat("antlr");
437 public static void setFormat(String formatName) { method in class:ErrorManager
445 setFormat("antlr"); // recurse on this rule, trying the default message format
449 setFormat("antlr"); // recurse on this rule, trying the default message format
460 setFormat("antlr"); // recurse on this rule, trying the default message format
/external/icu/icu4c/source/test/intltest/
H A Dtchcfmt.cpp168 pattform->setFormat( 0, *fileform );
169 pattform->setFormat( 2, *filenumform );
271 pattform->setFormat( 0, *fileform );
H A Dmsfmrgts.cpp804 form1->setFormat(1, *fileform);
805 form2->setFormat(0, *fileform);
1001 format->setFormat((int32_t)0,*fmt);
H A Dtmsgfmt.cpp509 form->setFormat(1,*fileform); // NOT zero, see below
1274 // ICU 4.8 does not support toPattern() when there are custom formats (from setFormat() etc.).
1278 errln("msg.setFormat().toPattern() succeeds.");
1322 // ICU 4.8 does not support toPattern() when there are custom formats (from setFormat() etc.).
1374 // ICU 4.8 does not support toPattern() when there are custom formats (from setFormat() etc.).
1745 msgfmt->setFormat("set", cf, status);
1784 // Starting with ICU 4.8, we support setFormat(name, ...) and getFormatNames()
1786 msgfmt->setFormat("formatName", cf, status);
1788 errln("FAIL: Should work to setFormat(name, ...) regardless of pattern.");
/external/icu/icu4c/source/i18n/unicode/
H A Dmsgfmt.h554 virtual void setFormat(int32_t formatNumber, const Format& format);
558 * which can be used with getFormat() and setFormat() to export formattable
594 virtual void setFormat(const UnicodeString& formatName, const Format& format, UErrorCode& status);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DMessageRegressionTest.java499 form1.setFormat(1, fileform);
500 form2.setFormat(0, fileform);
854 form1.setFormat(1, fileform);
855 form2.setFormat(0, fileform);
901 format1.setFormat(2, null);
H A DDataDrivenNumberFormatTestData.java264 public void setFormat(String value) { method in class:DataDrivenNumberFormatTestData
H A DTestMessageFormat.java326 form.setFormat(1, fileform); // NOT zero, see below
680 // ICU 4.8 does not support toPattern() when there are custom formats (from setFormat() etc.).
684 errln("msg.setFormat().toPattern() does not throw an IllegalStateException");
728 // ICU 4.8 does not support toPattern() when there are custom formats (from setFormat() etc.).
775 msg.setFormat( i, formatsToAdopt[i] ); // function to test
779 // ICU 4.8 does not support toPattern() when there are custom formats (from setFormat() etc.).
1618 msgfmts[2].setFormat(0, fileform);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DMessageRegressionTest.java496 form1.setFormat(1, fileform);
497 form2.setFormat(0, fileform);
851 form1.setFormat(1, fileform);
852 form2.setFormat(0, fileform);
898 format1.setFormat(2, null);
H A DDataDrivenNumberFormatTestData.java261 public void setFormat(String value) { method in class:DataDrivenNumberFormatTestData
H A DTestMessageFormat.java323 form.setFormat(1, fileform); // NOT zero, see below
677 // ICU 4.8 does not support toPattern() when there are custom formats (from setFormat() etc.).
681 errln("msg.setFormat().toPattern() does not throw an IllegalStateException");
725 // ICU 4.8 does not support toPattern() when there are custom formats (from setFormat() etc.).
772 msg.setFormat( i, formatsToAdopt[i] ); // function to test
776 // ICU 4.8 does not support toPattern() when there are custom formats (from setFormat() etc.).
1615 msgfmts[2].setFormat(0, fileform);
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
H A DMessageFormatTest.java176 * Test method for 'com.ibm.icu.text.MessageFormat.setFormat(int, Format)'
181 mf.setFormat(1, DateFormat.getTimeInstance(DateFormat.LONG));
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DEglBase10.java109 public void setFormat(int i) {}
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DCameraTest.java272 public void setFormat(int format) { method in class:CameraTest.TestSurfaceHolder
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViEAndroidGLES20.java66 this.getHolder().setFormat(PixelFormat.TRANSLUCENT);
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhonemetadata.java56 setFormat(other.getFormat());
94 public NumberFormat setFormat(String value) { method in class:Phonemetadata.NumberFormat
181 setFormat(objectInput.readUTF());
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowCameraTest.java355 public void setFormat(int format) { method in class:ShadowCameraTest.TestSurfaceHolder
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
H A DTool.java241 ErrorManager.setFormat(args[i]);
1239 ErrorManager.setFormat(format);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs-ant.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...
/external/vulkan-validation-layers/demos/
H A Dcube.cpp1660 .setFormat(format)
1730 .setFormat(depth.format)
1764 .setFormat(depth.format)
1957 .setFormat(format)
1966 .setFormat(depth.format)
2026 .setFormat(vk::Format::eR8G8B8A8Unorm)
2157 .setFormat(tex_format)

Completed in 808 milliseconds

123