HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 1101 - 1125 of 3271) sorted by null

<<41424344454647484950>>

  /cts/tools/vm-tests/src/dot/junit/format/f1/
Test_f1.java 17 package dot.junit.format.f1;
30 Class.forName("dot.junit.format.f1.d.T_f1_1");
43 Class.forName("dot.junit.format.f1.d.T_f1_2");
56 Class.forName("dot.junit.format.f1.d.T_f1_3");
69 Class.forName("dot.junit.format.f1.d.T_f1_4");
82 Class.forName("dot.junit.format.f1.d.T_f1_5");
95 Class.forName("dot.junit.format.f1.d.T_f1_6");
108 Class.forName("dot.junit.format.f1.d.T_f1_7");
121 Class.forName("dot.junit.format.f1.d.T_f1_8");
134 Class.forName("dot.junit.format.f1.d.T_f1_9")
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/format/f1/
Test_f1.java 17 package dot.junit.format.f1;
30 Class.forName("dot.junit.format.f1.d.T_f1_1");
43 Class.forName("dot.junit.format.f1.d.T_f1_2");
56 Class.forName("dot.junit.format.f1.d.T_f1_3");
69 Class.forName("dot.junit.format.f1.d.T_f1_4");
82 Class.forName("dot.junit.format.f1.d.T_f1_5");
95 Class.forName("dot.junit.format.f1.d.T_f1_6");
108 Class.forName("dot.junit.format.f1.d.T_f1_7");
121 Class.forName("dot.junit.format.f1.d.T_f1_8");
134 Class.forName("dot.junit.format.f1.d.T_f1_9")
    [all...]
  /dalvik/hit/src/com/android/hit/
RootObj.java 109 return String.format("%s@0x08x", mType.getName(), mId);
  /development/ide/emacs/
android-host.el 98 (format "Process: %s had the event `%s'" process event)))
  /development/ndk/platforms/android-3/include/linux/
msm_mdp.h 63 uint32_t format; member in struct:mdp_img
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 63 * - The class must select the surface's format, then choose an EGLConfig
85 * format here, using PixelFormat.TRANSLUCENT for GL Surfaces
97 /* We need to choose an EGLConfig that matches the format of
129 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
224 Log.w(TAG, String.format("%d configurations", numConfigs));
226 Log.w(TAG, String.format("Configuration %d:\n", i));
308 Log.w(TAG, String.format(" %s: %d\n", name, value[0]));
310 // Log.w(TAG, String.format(" %s: failed\n", name));
  /development/samples/BrowserPlugin/jni/
jni-bridge.cpp 39 static void surfaceChanged(JNIEnv* env, jobject thiz, jint npp, jint format, jint width, jint height) {
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.h 37 static bool texCompImgFrmt(GLenum format);
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLServerTexture.java 32 public GLEnum format; field in class:GLTexture
59 format = GLEnum.valueOf(msg.getArg2());
78 return String.format("%s %s %d*%d %d change(s)", target, format, width, height,
  /development/tools/hosttestlib/src/com/android/hosttest/
DeviceConnector.java 62 System.out.println(String.format("Connected to %s", device.getSerialNumber()));
  /external/apache-xml/src/main/java/org/apache/xml/res/
XMLMessages.java 44 /** String to use if the message format operation failed. */
118 // Do this to keep format from crying.
129 fmsg = java.text.MessageFormat.format(msg, args);
  /external/apache-xml/src/main/java/org/apache/xpath/res/
XPATHMessages.java 109 // Do this to keep format from crying.
120 fmsg = java.text.MessageFormat.format(msg, args);
  /external/bluetooth/glib/glib/
gmessages.c 393 const gchar *format,
469 size = _g_vsnprintf (buffer, 1024, format, args2);
480 msg = g_strdup_vprintf (format, args2);
520 const gchar *format,
525 va_start (args, format);
526 g_logv (log_domain, log_level, format, args);
977 g_print (const gchar *format,
984 g_return_if_fail (format != NULL);
986 va_start (args, format);
987 string = g_strdup_vprintf (format, args)
    [all...]
  /external/chromium/base/
compiler_specific.h 104 // Tell the compiler a function is using a printf-style format string.
105 // |format_param| is the one-based index of the format string parameter;
111 __attribute__((format(printf, format_param, dots_param)))
116 // WPRINTF_FORMAT is the same, but for wide format strings.
121 // __attribute__((format(wprintf, format_param, dots_param)))
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-string.h 144 // Formats a list of arguments to a String, using the same format
151 // 0). If 4096 characters are not enough to format the input,
153 static String Format(const char* format, ...);
  /external/e2fsprogs/lib/et/
com_err.c 22 COM_ERR_ATTR((format(printf, 3, 0)));
  /external/e2fsprogs/lib/ss/
ss.h 71 __SS_ATTR((format(printf, 3, 4)));
  /external/freetype/include/freetype/
ftglyph.h 97 /* advance width in 16.16 fixed float format. */
104 /* format :: The format of the glyph's image. */
112 FT_Glyph_Format format; member in struct:FT_GlyphRec_
154 /* `glyph->format == FT_GLYPH_FORMAT_BITMAP'. This lets you access */
198 /* `glyph->format == FT_GLYPH_FORMAT_OUTLINE'. This lets you access */
269 /* Transform a glyph image if its format is scalable. */
281 /* FreeType error code (if not 0, the glyph format is not scalable). */
384 /* units in 26.6 pixel format. The value @FT_GLYPH_BBOX_SUBPIXELS */
454 /* This function does nothing if the glyph format isn't scalable. *
    [all...]
  /external/freetype/src/cff/
cffload.c 659 fdselect->format = 0;
671 FT_Byte format; local
675 /* read format */
676 if ( FT_STREAM_SEEK( offset ) || FT_READ_BYTE( format ) )
679 fdselect->format = format;
682 switch ( format )
684 case 0: /* format 0, that's simple */
688 case 3: /* format 3, a tad more complex */
715 switch ( fdselect->format )
    [all...]
  /external/freetype/src/raster/
ftrend1.c 67 if ( slot->format != render->glyph_format )
92 if ( slot->format == render->glyph_format )
114 /* check glyph image format */
115 if ( slot->format != render->glyph_format )
189 /* allocate new one, depends on pixel format */
231 slot->format = FT_GLYPH_FORMAT_BITMAP;
  /external/icu4c/samples/datefmt/answers/
main_2.cpp 75 // Format the date
77 fmt->format(date, str, status);
main_3.cpp 81 // Format the date
83 fmt->format(date, str, status);
  /external/icu4c/samples/datefmt/
main.cpp 81 // Format the date
83 fmt->format(date, str, status);
  /external/icu4c/test/intltest/
dtfmttst.h 65 virtual void tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected);
selfmts.cpp 132 logln("SelectFormat Unit Test : Creating format object for Testing applying various patterns");
142 logln("SelectFormat Unit test: Testing applyPattern() and format() ...");
154 //Format with the keyword array
157 selFmt->format( formatArgs[j], result , ignore , status);
159 errln("ERROR: SelectFormat Unit test failed in format() with argument: "+ formatArgs[j] + " and error is " + u_errorName(status) );
162 errln("ERROR: SelectFormat Unit test failed in format() with unexpected result\n with argument: "+ formatArgs[j] + "\n result obtained: " + result + "\n and expected is: " + expFormatResult[i][j] );
169 logln("SelectFormat Unit test: Testing format() with keyword method and with invalid keywords...");
187 selFmt->format( keywords[i], result , ignore , status);
189 errln("ERROR: SelectFormat Unit test failed in format() with keyWord and with an invalid keyword as : "+ keywords[i]);
292 // ======= Test different format() methods
    [all...]

Completed in 1478 milliseconds

<<41424344454647484950>>