HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 801 - 825 of 11127) sorted by null

<<31323334353637383940>>

  /external/droiddriver/src/com/google/android/droiddriver/
UiDevice.java 68 * @param format The format of the compressed image
74 boolean takeScreenshot(String path, CompressFormat format, int quality);
  /external/icu/icu4c/source/common/
simplepatternformatter.h 36 * fmt.format("englad", "paul", result, status);
90 UnicodeString &format(
98 UnicodeString &format(
107 UnicodeString &format(
133 UnicodeString &format(
  /external/icu/icu4c/source/i18n/
windtfmt.h 21 #include "unicode/format.h"
29 * \brief C++ API: Format dates using Windows API.
49 virtual Format *clone(void) const;
53 UnicodeString &format(Calendar &cal, UnicodeString &appendTo, FieldPosition &pos) const;
55 UnicodeString& format(UDate date, UnicodeString& appendTo) const;
60 * Set the calendar to be used by this date format. Initially, the default
69 * Set the calendar to be used by this date format. Initially, the default
130 inline UnicodeString &Win32DateFormat::format(UDate date, UnicodeString& appendTo) const { function in class:Win32DateFormat
131 return DateFormat::format(date, appendTo);
  /external/jsilver/src/com/google/streamhtmlparser/
ExternalState.java 76 return String.format("ExternalState: %s", name);
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/Android.mk
19 test_name := input.output/iostream.format/output.streams/ostream.manip/flush
23 test_name := input.output/iostream.format/output.streams/ostream.manip/ends
27 test_name := input.output/iostream.format/output.streams/ostream.manip/endl
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/Android.mk
19 test_name := input.output/iostream.format/output.streams/ostream.seeks/seekp2
23 test_name := input.output/iostream.format/output.streams/ostream.seeks/seekp
27 test_name := input.output/iostream.format/output.streams/ostream.seeks/tellp
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/Android.mk
19 test_name := input.output/iostream.format/output.streams/ostream.unformatted/flush
23 test_name := input.output/iostream.format/output.streams/ostream.unformatted/put
27 test_name := input.output/iostream.format/output.streams/ostream.unformatted/write
  /external/libselinux/src/
callbacks.h 15 extern int __attribute__ ((format(printf, 2, 3)))
  /external/libsepol/include/sepol/
debug.h 23 * particular format. Passing NULL here
27 __attribute__ ((format(printf, 3, 4)))
  /external/libsepol/src/
handle.h 12 __attribute__ ((format(printf, 3, 4)))
  /external/libunwind/src/mi/
Gput_dynamic_unwind_info.c 32 switch (pi->format)
  /external/lldb/scripts/Python/interface/
SBTypeFormat.i 13 "Represents a format that can be associated to one or more types.
22 SBTypeFormat (lldb::Format format, uint32_t options = 0);
34 lldb::Format
41 SetFormat (lldb::Format);
57 __swig_getmethods__["format"] = GetFormat
58 __swig_setmethods__["format"] = SetFormat
59 if _newclass: format = property(GetFormat, SetFormat)
  /external/lldb/source/Core/
Error.cpp 177 // Log the error given a string with format. If the this object
186 Error::PutToLog (Log *log, const char *format, ...)
190 va_start (args, format);
191 ::vasprintf (&arg_msg, format, args);
216 // Log the error given a string with format. If the this object
225 Error::LogIfError (Log *log, const char *format, ...)
231 va_start (args, format);
232 ::vasprintf (&arg_msg, format, args);
321 /// @param format
322 /// A printf style format strin
    [all...]
  /external/lldb/source/Host/macosx/cfcpp/
CFCData.h 26 CFDataRef Serialize(CFPropertyListRef plist, CFPropertyListFormat format);
  /external/lldb/tools/debugserver/source/MacOSX/
CFData.h 30 CFDataRef Serialize(CFPropertyListRef plist, CFPropertyListFormat format);
  /external/llvm/autoconf/m4/
c_printf_a.m4 2 # Determine if the printf() functions have the %a format character.
6 [AC_CACHE_CHECK([if printf has the %a format character],[llvm_cv_c_printf_a],
29 AC_DEFINE([HAVE_PRINTF_A],[1],[Define to have the %a format string])
  /external/llvm/utils/
GetSourceVersion 6 echo " the exact format of the revision string depends on the source "
22 git log -1 --pretty=format:%H
  /external/ltrace/
debug.h 37 const char *fmt, ...) __attribute__((format(printf,4,5)));
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_translate.h 47 VGint _vega_size_for_format(VGImageFormat format);
  /external/mesa3d/src/mesa/main/
texcompress_cpal.h 42 _mesa_cpal_compressed_format_type(GLenum internalFormat, GLenum *format,
  /external/qemu/android/
multitouch-screen.h 82 * format, type Format and type GL enums, as used in glTexImage2D() or
83 * glReadPixels(), describing the pixel format.
86 * In the first implementation, ydir is always -1 (bottom to top), format and
94 int format,
  /external/qemu/distrib/libselinux/src/
callbacks.h 15 extern int __attribute__ ((format(printf, 2, 3)))
  /external/qemu/distrib/sdl-1.2.15/src/audio/dsp/
SDL_dspaudio.c 166 int format; local
202 SDL_SetError("Couldn't get audio format list");
207 /* Try for a closest match on audio format */
208 format = 0;
209 for ( test_format = SDL_FirstAudioFormat(spec->format);
210 ! format && test_format; ) {
212 fprintf(stderr, "Trying format 0x%4.4x\n", test_format);
217 format = AFMT_U8;
222 format = AFMT_S16_LE;
227 format = AFMT_S16_BE
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3yuv_c.h 37 extern SDL_Overlay *PS3_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11modes_c.h 36 extern SDL_Rect **X11_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);

Completed in 772 milliseconds

<<31323334353637383940>>