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

<<41424344454647484950>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
security.h 158 extern void SecurityAudit(char *format, ...);
175 unsigned int format,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
sample.h 35 /** \page sample Sample Format Specifications
42 * \section format_sec Sample Format
80 * take given a sample format.
91 * \li pa_sample_spec_valid() - Tests if a sample format specification is
93 * \li pa_sample_spec_equal() - Tests if the sample format specifications are
96 * sample format.
97 * \li pa_parse_sample_format() - Parse a text string into a sample format.
99 * sample format specification.
122 /** Sample format */
168 /** A sample format and attribute specification *
170 pa_sample_format_t format; \/**< The sample format *\/ member in struct:pa_sample_spec
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestElementNode.java 98 return String.format("%1$s (%2$s)", attr, name);
104 return String.format("%1$s", name);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gltrace/format/
GLAPISpecTest.java 17 package com.android.ide.eclipse.gltrace.format;
60 sb.append(String.format("%s, %s", returnType, funcName));
  /sdk/emulator/opengl/host/libs/Translator/EGL/
MacNative.m 83 void* nsCreateContext(void* format,void* share){
84 NSOpenGLPixelFormat* frmt = (NSOpenGLPixelFormat*)format;
137 void* nsCreatePBuffer(GLenum target,GLenum format,int maxMip,int width,int height){
139 textureInternalFormat:format
  /system/core/include/system/
audio.h 100 /* MP3 sub format field definition : can use 11 LSBs in the same way as MP3
107 /* AMR NB/WB sub format field definition: specify frame block interleaving,
114 /* AAC sub format field definition: specify profile or bitrate for recording... */
119 /* VORBIS sub format field definition: specify quality for recording... */
124 /* Audio format consists in a main format field (upper 8 bits) and a sub format
127 * The main format indicates the main codec type. The sub format field
128 * indicates options and parameters for each format. The sub format is mainl
    [all...]
  /external/icu4c/test/intltest/
dtfmttst.cpp 284 * Format the output.
288 sdf->format(today,fmtOffset, pos);
376 logln(*s + " P> " + ((DateFormat*)fullFmt)->format(d, str));
541 logln((UnicodeString)" Result = " + df->format(aug13, buf.remove()));
547 df->format(aug13, buf, pos);
562 df->format(aug13, buf, &posIter, status);
578 dateFormats[0]->format(aug13, buf, NULL, status);
590 * General parse/format tests. Add test cases as needed.
596 // Milliseconds are left-justified, since they format as fractions of a second
635 DateFormatTest::tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected
950 UnicodeString format; local
    [all...]
selfmts.cpp 120 selFmt->format(UnicodeString("odd"), format_result, format_ignore, status);
124 selFmt->format(UnicodeString("other"), format_result, format_ignore, status);
130 logln("SelectFormat Unit Test : Creating format object for Testing applying various patterns");
140 logln("SelectFormat Unit test: Testing applyPattern() and format() ...");
152 //Format with the keyword array
155 selFmt->format( formatArgs[j], result , ignore , status);
157 errln("ERROR: SelectFormat Unit test failed in format() with argument: "+ formatArgs[j] + " and error is " + u_errorName(status) );
160 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] );
168 logln("SelectFormat Unit test: Testing format() with keyword method and with invalid keywords...");
188 selFmt->format( keywords[i], result , ignore , status)
    [all...]
  /external/iptables/iptables/
ip6tables.c 67 #define FMT(tab,notab) ((format) & FMT_NOTABLE ? (notab) : (tab))
132 void ip6tables_exit_error(enum xtables_exittype status, const char *msg, ...) __attribute__((noreturn, format(printf,2,3)));
446 print_num(uint64_t number, unsigned int format)
448 if (format & FMT_KILOMEGAGIGA) {
472 print_header(unsigned int format, const char *chain, struct ip6tc_handle *handle)
479 if (!(format & FMT_NOCOUNTS)) {
481 print_num(counters.pcnt, (format|FMT_NOTABLE));
483 print_num(counters.bcnt, (format|FMT_NOTABLE));
495 if (format & FMT_LINENUMBERS)
497 if (!(format & FMT_NOCOUNTS))
934 unsigned int format; local
    [all...]
iptables.c 64 #define FMT(tab,notab) ((format) & FMT_NOTABLE ? (notab) : (tab))
131 void iptables_exit_error(enum xtables_exittype status, const char *msg, ...) __attribute__((noreturn, format(printf,2,3)));
451 print_num(uint64_t number, unsigned int format)
453 if (format & FMT_KILOMEGAGIGA) {
477 print_header(unsigned int format, const char *chain, struct iptc_handle *handle)
484 if (!(format & FMT_NOCOUNTS)) {
486 print_num(counters.pcnt, (format|FMT_NOTABLE));
488 print_num(counters.bcnt, (format|FMT_NOTABLE));
500 if (format & FMT_LINENUMBERS)
502 if (!(format & FMT_NOCOUNTS))
939 unsigned int format; local
    [all...]
  /external/webkit/Tools/CSSTestSuiteHarness/harness/
harness.js 229 Test.prototype.runForFormat = function(format)
231 if (format == 'html4')
234 if (format == 'xhtml1')
240 Test.prototype.completedForFormat = function(format)
242 if (format == 'html4')
245 if (format == 'xhtml1')
251 Test.prototype.statusForFormat = function(format)
253 if (format == 'html4')
256 if (format == 'xhtml1')
301 Chapter.prototype.description = function(format)
    [all...]
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGatt/src/main/java/com/example/bluetooth/le/
BluetoothLeService.java 131 int format = -1; local
133 format = BluetoothGattCharacteristic.FORMAT_UINT16;
134 Log.d(TAG, "Heart rate format UINT16.");
136 format = BluetoothGattCharacteristic.FORMAT_UINT8;
137 Log.d(TAG, "Heart rate format UINT8.");
139 final int heartRate = characteristic.getIntValue(format, 1);
140 Log.d(TAG, String.format("Received heart rate: %d", heartRate));
148 stringBuilder.append(String.format("%02X ", byteChar));
  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_entry.cpp 32 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels);
33 int rcUpdateColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels);
181 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels)
184 ctx->rcReadColorBuffer(ctx, colorbuffer, x, y, width, height, format, type, pixels);
187 int rcUpdateColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels)
190 return ctx->rcUpdateColorBuffer(ctx, colorbuffer, x, y, width, height, format, type, pixels);
  /external/chromium/sdch/open-vcdiff/packages/rpm/
rpm.spec 6 Summary: An encoder/decoder for the VCDIFF (RFC 3284) format
21 (RFC 3284) format. Please see http://www.ietf.org/rfc/rfc3284.txt .
24 Summary: An encoder/decoder for the VCDIFF (RFC 3284) format
  /external/emma/core/java12/com/vladium/emma/report/
IItemAttribute.java 45 void format (IItem item, StringBuffer appendTo); method in interface:IItemAttribute
94 public void format (final IItem item, final StringBuffer appendTo) method in class:IItemAttribute.Factory.NameAttribute
138 public void format (final IItem item, final StringBuffer appendTo) method in class:IItemAttribute.Factory.FractionAttribute
150 m_format.format (1.0F, appendTo, m_fieldPosition);
152 m_format.format (n_scaled / d, appendTo, m_fieldPosition);
158 m_nFormat.format (n_scaled, appendTo, m_fieldPosition);
  /external/harfbuzz_ng/src/
hb-buffer-serialize.cc 50 hb_buffer_serialize_format_to_string (hb_buffer_serialize_format_t format)
52 switch (format)
205 hb_buffer_serialize_format_t format,
224 switch (format)
295 hb_buffer_serialize_format_t format)
319 switch (format)
  /external/llvm/lib/DebugInfo/
DWARFCompileUnit.cpp 14 #include "llvm/Support/Format.h"
95 OS << format("0x%08x", Offset) << ": Compile Unit:"
96 << " length = " << format("0x%08x", Length)
97 << " version = " << format("0x%04x", Version)
98 << " abbr_offset = " << format("0x%04x", Abbrevs->getOffset())
99 << " addr_size = " << format("0x%02x", AddrSize)
100 << " (next CU at " << format("0x%08x", getNextCompileUnitOffset())
  /external/open-vcdiff/packages/rpm/
rpm.spec 6 Summary: An encoder/decoder for the VCDIFF (RFC 3284) format
21 (RFC 3284) format. Please see http://www.ietf.org/rfc/rfc3284.txt .
24 Summary: An encoder/decoder for the VCDIFF (RFC 3284) format
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_syswm.c 67 struct /* quasi-BMP format */ Win32Icon {
120 pal_256 = icon_256->format->palette;
121 if (icon->format->palette &&
122 (icon->format->BitsPerPixel == icon_256->format->BitsPerPixel)){
124 SDL_memcpy(pal_256->colors, icon->format->palette->colors,
134 icon_256->format->BitsPerPixel);
144 /* Convert icon to a standard surface format. This may not always
  /external/srec/portable/include/
PFile.h 205 * @param format see vfprintf()
209 ESR_ReturnCode(*vfprintf)(struct PFile_t* self, int* result, const LCHAR* format, va_list args);
368 * @param format see fprintf()
372 PORTABLE_API ESR_ReturnCode PFileFprintf(PFile* self, int* result, const LCHAR* format, va_list args);
379 * @param format see vfprintf()
383 PORTABLE_API ESR_ReturnCode PFileVfprintf(PFile* self, int* result, const LCHAR* format, va_list args);
556 * @param format See vfprintf()
560 PORTABLE_API int pvfprintf(PFile* stream, const LCHAR* format, va_list args);
566 * @param format See fprintf()
569 PORTABLE_API int pfprintf(PFile* stream, const LCHAR* format, ...)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
VideoLayerChromium.cpp 116 m_frameFormat = frame->format();
174 switch (frame->format()) {
231 if (plane == VideoFrameChromium::yPlane && frame->format() == VideoFrameChromium::YV12) {
247 void VideoLayerChromium::updateTexture(GraphicsContext3D* context, unsigned textureId, const IntSize& dimensions, unsigned format, const void* data) const
251 void* mem = static_cast<Extensions3DChromium*>(context->getExtensions())->mapTexSubImage2DCHROMIUM(GraphicsContext3D::TEXTURE_2D, 0, 0, 0, dimensions.width(), dimensions.height(), format, GraphicsContext3D::UNSIGNED_BYTE, Extensions3DChromium::WRITE_ONLY);
259 GLC(context, context->texSubImage2D(GraphicsContext3D::TEXTURE_2D, 0, 0, 0, dimensions.width(), dimensions.height(), format, GraphicsContext3D::UNSIGNED_BYTE, data));
  /external/webkit/Source/WebCore/platform/win/
ClipboardUtilitiesWin.cpp 74 static bool getDataMapItem(const DragDataMap* dataObject, FORMATETC* format, String& item)
76 DragDataMap::const_iterator found = dataObject->find(format->cfFormat);
216 // MS HTML Format parsing
250 // Documentation for the CF_HTML format is available at http://msdn.microsoft.com/workshop/networking/clipboard/htmlclipboard.asp
356 // MSIE HTML Format
359 static UINT cf = RegisterClipboardFormat(L"HTML Format");
366 static UINT cf = RegisterClipboardFormat(L"WebKit Smart Paste Format");
628 FORMATETC* format; member in struct:WebCore::ClipboardDataItem
630 ClipboardDataItem(FORMATETC* format, GetStringFunction getString, SetStringFunction setString): format(format), getString(getString), setString(setString) {
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorSRC.cpp 51 sp<MetaData> format = mSource->getFormat(); local
53 CHECK(format->findCString(kKeyMIMEType, &mime));
149 // Change resampler and retry if format change happened
233 // just remember the fact that the format has changed, and let
297 sp<MetaData> format = mSource->getFormat(); local
299 CHECK(format->findCString(kKeyMIMEType, &mime));
302 CHECK(format->findInt32(kKeySampleRate, &mSampleRate));
303 CHECK(format->findInt32(kKeyChannelCount, &mChannelCnt));
  /frameworks/av/media/libstagefright/rtsp/
ARTPSession.cpp 67 ALOGE("Invalid media format.");
73 ALOGE("Unsupported format.");
199 AString format; local
200 mDesc->getFormat(index, &format);
202 ssize_t i = format.find(" ");
209 while (isdigit(format.c_str()[j])) {
212 if (format.c_str()[j] != ' ') {
216 AString portString(format, i, j - i);
  /frameworks/base/core/java/android/widget/
TextClock.java 30 import android.text.format.DateFormat;
48 * <p>This view honors the 24-hour format system setting. As such, it is
57 * <p>The rules used by this widget to decide how to format the date and
270 * @param format A date/time formatting pattern as described in {@link DateFormat}
280 public void setFormat12Hour(CharSequence format) {
281 mFormat12 = format;
312 * @param format A date/time formatting pattern as described in {@link DateFormat}
322 public void setFormat24Hour(CharSequence format) {
323 mFormat24 = format;
336 * If either one of the formats is null, the other format is used. I
    [all...]

Completed in 799 milliseconds

<<41424344454647484950>>