HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 576 - 600 of 4596) sorted by null

<<21222324252627282930>>

  /external/elfutils/backends/
x86_corenote.c 36 { .type = ELF_T_WORD, .format = 'b', .name = "ioperm" };
  /external/icu4c/layout/
NonContextualGlyphSubstProc.cpp 38 switch (SWAPW(header->table.format))
  /external/junit/src/org/junit/experimental/theories/
PotentialAssignment.java 17 return String.format("[%s]", value);
  /external/mtpd/
mtpd.h 42 void log_print(int level, char *format, ...);
  /external/open-vcdiff/gflags/src/windows/
port.h 65 const char *format, ...);
  /external/proguard/src/proguard/gui/
GUIResources.java 54 return formatter.format(messageArguments);
  /external/qemu/android/
multitouch-port.h 29 * Codes that define transmitted framebuffer format:
68 /* Defines format in which framebuffer is transmitted to the device. */
69 int format; member in struct:MTFrameHeader
99 * this value is negative, lines are arranged in bottom-up format (i.e. the
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl_c.h 53 /* to convert the shadow buffer to the screen format */
65 OSMesaContext (*OSMesaCreateContextExt)( GLenum format, GLint depthBits, GLint stencilBits, GLint accumBits, OSMesaContext sharelist);
72 void *(*OSMesaCreateLDG)( long format, long type, long width, long height );
77 GLenum format; member in struct:SDL_PrivateGLData
91 #define gl_curformat (this->gl_data->format)
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_modes_c.h 34 extern SDL_Rect **ph_ListModes(_THIS,SDL_PixelFormat *format, Uint32 flags);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDateFormat.java 4 import android.text.format.DateFormat;
  /external/tcpdump/
machdep.c 49 __attribute__((format(printf, 3, 4)));
  /external/valgrind/main/none/tests/
valgrind_cpp_test.cpp 44 Int line, const Char* fn, const HChar* format, ... )
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCustomPlatformData.cpp 117 bool FontCustomPlatformData::supportsFormat(const String& format)
119 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || equalIgnoringCase(format, "woff");
  /external/webkit/Source/WebKit/android/plugins/
PluginDebugAndroid.h 39 # define PLUGIN_LOG(FORMAT, ARGS...) do { anp_logPlugin(FORMAT, ## ARGS); } while(0)
45 void anp_logPlugin(const char format[], ...);
  /external/webkit/Source/WebKit/chromium/src/
VideoFrameChromiumImpl.h 51 virtual Format format() const;
  /external/webkit/Source/WebKit2/Shared/qt/
UpdateChunk.cpp 122 QImage::Format format;
125 format = QImage::Format_RGB16;
128 format = QImage::Format_RGB32;
132 return QImage(reinterpret_cast<unsigned char*>(m_sharedMemory->data()), m_rect.width(), m_rect.height(), (m_rect.width() * bpp + 3) & ~0x3, format);
  /external/webrtc/src/system_wrappers/interface/
file_wrapper.h 56 // Write |format| to the opened file. Arguments are taken in the same manner
57 // as printf. That is, supply a format string containing text and
59 virtual int WriteText(const char* format, ...) = 0;
  /frameworks/av/include/media/nbaio/
AudioBufferProviderSource.h 30 AudioBufferProviderSource(AudioBufferProvider *provider, NBAIO_Format format);
37 //virtual NBAIO_Format format();
  /frameworks/base/core/java/android/nfc/tech/
NdefFormatable.java 32 * Provide access to NDEF format operations on a {@link Tag}.
37 * class for tags for which it can format to NDEF.
77 * Format a tag as NDEF, and write a {@link NdefMessage}.
94 public void format(NdefMessage firstMessage) throws IOException, FormatException { method in class:NdefFormatable
95 format(firstMessage, false); method
117 format(firstMessage, true); method
120 /*package*/ void format(NdefMessage firstMessage, boolean makeReadOnly) throws IOException, method in class:NdefFormatable
139 // Now check and see if the format worked
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.h 21 jstring getMimeTypeString(JNIEnv* env, SkImageDecoder::Format format);
  /frameworks/base/include/android_runtime/
android_app_NativeActivity.h 32 ANativeActivity* activity, int32_t format);
  /frameworks/native/include/gui/
GraphicBufferAlloc.h 37 PixelFormat format, uint32_t usage, status_t* error);
  /frameworks/native/libs/gui/
IGraphicBufferAlloc.cpp 46 PixelFormat format, uint32_t usage, status_t* error) {
51 data.writeInt32(format);
93 PixelFormat format = data.readInt32(); local
97 createGraphicBuffer(w, h, format, usage, &error);
  /frameworks/rs/driver/linkloader/lib/
ELFTypes.cpp 19 #include <llvm/Support/Format.h>
25 os << llvm::format("%0*x", FORMAT_WIDTH, val.value); \
  /libcore/luni/src/main/java/java/sql/
Date.java 21 * A class which can consume and produce dates in SQL {@code Date} format.
24 * format only deals with year, month and day values. There are no values for
172 * Produces a string representation of the date in SQL format
174 * @return a string representation of the date in SQL format - {@code "yyyy-MM-dd"}.
180 format((getYear() + 1900), 4, sb); method
182 format((getMonth() + 1), 2, sb); method
184 format(getDate(), 2, sb);
192 * Private method to format the time
194 private void format(int date, int digits, StringBuilder sb) { method in class:Date
204 * format
    [all...]

Completed in 5147 milliseconds

<<21222324252627282930>>