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

<<31323334353637383940>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ExecResultException.java 54 String result = String.format("%1$s Error %2$d", getLabel(), mErrorCode);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmptyLaunchAction.java 38 String msg = String.format("%1$s installed on device",
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
TextureUtils.cpp 49 typedef void (GLAPIENTRY *glTexImage2DPtr_t ) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
56 GLint format = GL_RGB; local
69 glTexImage2DPtr(target,level,format,width,height,border,format,type,pOut);
  /system/core/include/cutils/
klog.h 28 __attribute__ ((format(printf, 2, 3)));
  /system/core/libpixelflinger/
buffer.h 34 uint32_t ggl_pack_color(context_t* c, int32_t format,
  /system/media/audio_utils/include/audio_utils/
sndfile.h 38 int format; member in struct:__anon44082
48 // Format
  /system/netd/
NetlinkManager.h 60 int format);
  /dalvik/dx/src/com/android/dx/io/instructions/
DecodedInstruction.java 27 * A decoded Dalvik instruction. This consists of a format codec, a
33 * match the names given in the Dalvik instruction format
40 /** non-null; instruction format / codec */
41 private final InstructionCodec format; field in class:DecodedInstruction
61 * constants (format 20bc) as well as should-be-zero values
72 InstructionCodec format = OpcodeInfo.getFormat(opcode); local
74 return format.decode(opcodeUnit, in);
101 public DecodedInstruction(InstructionCodec format, int opcode,
103 if (format == null) {
104 throw new NullPointerException("format == null")
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DecodedInstruction.java 27 * A decoded Dalvik instruction. This consists of a format codec, a
33 * match the names given in the Dalvik instruction format
40 /** non-null; instruction format / codec */
41 private final InstructionCodec format; field in class:DecodedInstruction
72 InstructionCodec format = OpcodeInfo.getFormat(opcode); local
74 return format.decode(opcodeUnit, in);
101 public DecodedInstruction(InstructionCodec format, int opcode,
103 if (format == null) {
104 throw new NullPointerException("format == null");
111 this.format = format
    [all...]
  /external/dnsmasq/src/
log.c 259 void my_syslog(int priority, const char *format, ...)
282 va_start(ap, format);
283 vfprintf(stderr, format, ap);
297 va_start(ap, format);
298 __android_log_vprint(alog_lvl, "dnsmasq", format, ap);
311 va_start(ap, format);
312 vsyslog(priority, format, ap);
345 va_start(ap, format);
346 len += vsnprintf(p, MAX_MESSAGE - len, format, ap) + 1; /* include zero-terminator */
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_stfa.c 205 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff));
206 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0)));
207 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
233 DEBUG_PRINT((DEBUG_NAME "obtained: %d bits, ",spec->format & 0x00ff));
234 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0)));
235 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
254 /* Select replay format */
256 if ((spec->format & 0xff)==8) {
266 if ((spec->format & 0x8000)!=0) {
271 if ((spec->format & 0x1000)!=0)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/sun/
SDL_sunaudio.c 257 switch ( spec->format & 0xFF ) {
260 spec->format = AUDIO_U8;
268 spec->format = AUDIO_S16SYS;
276 SDL_SetError("Unsupported audio format");
280 audio_fmt = spec->format;
300 ? 8 : spec->format & 0xff;
311 && info.play.precision == (spec->format & 0xff)
323 spec->format = AUDIO_S16SYS;
331 spec->format = AUDIO_U8;
363 fprintf(stderr, "format=0x%x chan=%d freq=%d\n"
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysyuv.cc 97 color_space convert_color_space(Uint32 format) {
98 switch (format) {
115 int count_planes(Uint32 format) {
116 switch (format) {
129 SDL_Overlay *BE_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display) {
138 cs = convert_color_space(format);
145 planes = count_planes(format);
166 overlay->format = format;
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_yuv.c 74 int width, int height, Uint32 format)
102 switch (format)
117 fprintf (stderr, "SDL_DirectFB: Unsupported YUV format (0x%08x)!\n", format);
151 SDL_Overlay *DirectFB_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display)
165 overlay->format = format;
182 if (CreateYUVSurface (this, hwdata, width, height, format))
193 switch (format)
226 switch (overlay->format)
    [all...]
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
NetworkState.java 93 Log.v(LOG_TAG, String.format("Print state depository: %s", printStates()));
124 Log.v(LOG_TAG, String.format("%s is expected, but it is %s",
127 mReason = String.format("%s is expected, but it is %s",
144 str.append(String.format(" Initial state should be CONNECTED, but it is %s.",
151 str.append(String.format(" Last state should be DISCONNECTED, but it is %s",
167 str.append(String.format(" Transition state from %s to %s is not valid",
185 str.append(String.format(" Initial state should be DISCONNECTED, but it is %s.",
192 str.append(String.format(" Last state should be %s, but it is %s", mTransitionTarget,
208 str.append(String.format(" Transition state from %s to %s is not valid.",
  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 153 sur.format= native_buffer->format;
162 int format, int compressedFormat, int bpr)
183 surface.format = format;
215 mipmap.format = format;
223 if (curr->format != surface.format) {
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 194 int format = GLUtils.getInternalFormat(bitmap); local
196 canvas.texSubImage2D(this, mBorder, mBorder, bitmap, format, type);
231 int format = GLUtils.getInternalFormat(bitmap); local
235 canvas.initializeTextureSize(this, format, type);
236 canvas.texSubImage2D(this, mBorder, mBorder, bitmap, format, type);
241 canvas.texSubImage2D(this, 0, 0, line, format, type);
245 canvas.texSubImage2D(this, 0, 0, line, format, type);
251 canvas.texSubImage2D(this, mBorder + bWidth, 0, line, format, type);
257 canvas.texSubImage2D(this, 0, mBorder + bHeight, line, format, type);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.c 61 if ((exynosOutputPort->portDefinition.format.video.nFrameWidth !=
62 exynosInputPort->portDefinition.format.video.nFrameWidth) ||
63 (exynosOutputPort->portDefinition.format.video.nFrameHeight !=
64 exynosInputPort->portDefinition.format.video.nFrameHeight)) {
67 exynosOutputPort->portDefinition.format.video.nFrameWidth =
68 exynosInputPort->portDefinition.format.video.nFrameWidth;
69 exynosOutputPort->portDefinition.format.video.nFrameHeight =
70 exynosInputPort->portDefinition.format.video.nFrameHeight;
71 width = exynosOutputPort->portDefinition.format.video.nStride =
72 exynosInputPort->portDefinition.format.video.nStride
    [all...]
  /frameworks/base/core/java/android/text/format/
DateUtils.java 17 package android.text.format;
55 // The following FORMAT_* symbols are used for specifying the format of
93 // Date and time format strings that are constant and don't need to be
96 * This is not actually the preferred 24-hour date format in all locales.
115 // This table is used to lookup the resource string id of a format string
142 // This table is used to lookup the resource string id of a format string
399 String format = r.getQuantityString(resId, (int) count); local
400 return String.format(format, count);
407 * Example output strings for the US date format
501 String format = r.getQuantityString(resId, days); local
    [all...]
  /external/icu4c/test/intltest/
numrgts.cpp 30 virtual UnicodeString& format( double number, function in class:MyNumberFormatTest
35 return NumberFormat::format(number, toAppendTo, posIter, status);
39 virtual UnicodeString& format(const Formattable& obj, function in class:MyNumberFormatTest
44 return NumberFormat::format(obj, toAppendTo, pos, status);
47 /* Just use one of the format functions */
48 virtual UnicodeString& format( double /* number */, function in class:MyNumberFormatTest
75 virtual Format* clone() const
78 virtual UnicodeString& format(int32_t, function in class:MyNumberFormatTest
83 virtual UnicodeString& format(int64_t, function in class:MyNumberFormatTest
280 * DecimalFormat.format() incorrectly uses maxFractionDigits setting
432 DecimalFormat *format = new DecimalFormat("00", status); local
1514 NumberFormat *format = NumberFormat::createInstance(status); local
    [all...]
  /external/v8/src/
string-stream.cc 84 // A control character is one that configures a format element. For
97 void StringStream::Add(Vector<const char> format, Vector<FmtElm> elms) {
102 while (offset < format.length()) {
103 if (format[offset] != '%' || elm == elms.length()) {
104 Put(format[offset]);
112 // format element type
113 temp[format_length++] = format[offset++];
114 while (offset < format.length() && IsControlChar(format[offset]))
115 temp[format_length++] = format[offset++]
    [all...]
  /hardware/qcom/display/liboverlay/
overlayUtils.h 122 * The compound format passed to the overlay is
123 * ABCCC where A is the input 3D format
124 * B is the output 3D format
125 * CCC is the color format e.g YCbCr420SP YCrCb420SP etc */
193 Whf() : w(0), h(0), format(0), size(0) {}
195 w(wi), h(he), format(f), size(0) {}
197 w(wi), h(he), format(f), size(s) {}
201 whf.format == format;
209 uint32_t format; member in struct:overlay::utils::Whf
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 104 unsigned int format = *this; local
107 if (!format) return;
109 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++));
110 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++));
111 if (format & xAdvance) {
115 if (format & yAdvance) {
127 if (format & xPlaDevice) {
130 if (format & yPlaDevice) {
133 if (format & xAdvDevice) {
136 if (format & yAdvDevice)
144 unsigned int format = *this; local
170 unsigned int format = *this; local
228 USHORT format; \/* Format identifier--format = 1 *\/ member in struct:OT::AnchorFormat1
257 USHORT format; \/* Format identifier--format = 2 *\/ member in struct:OT::AnchorFormat2
285 USHORT format; \/* Format identifier--format = 3 *\/ member in struct:OT::AnchorFormat3
327 USHORT format; \/* Format identifier *\/ member in union:OT::Anchor::__anon8432
458 USHORT format; \/* Format identifier--format = 1 *\/ member in struct:OT::SinglePosFormat1
506 USHORT format; \/* Format identifier--format = 2 *\/ member in struct:OT::SinglePosFormat2
544 USHORT format; \/* Format identifier *\/ member in union:OT::SinglePos::__anon8433
689 USHORT format; \/* Format identifier--format = 1 *\/ member in struct:OT::PairPosFormat1
781 USHORT format; \/* Format identifier--format = 2 *\/ member in struct:OT::PairPosFormat2
835 USHORT format; \/* Format identifier *\/ member in union:OT::PairPos::__anon8434
965 USHORT format; \/* Format identifier--format = 1 *\/ member in struct:OT::CursivePosFormat1
999 USHORT format; \/* Format identifier *\/ member in union:OT::CursivePos::__anon8435
1057 USHORT format; \/* Format identifier--format = 1 *\/ member in struct:OT::MarkBasePosFormat1
1098 USHORT format; \/* Format identifier *\/ member in union:OT::MarkBasePos::__anon8436
1177 USHORT format; \/* Format identifier--format = 1 *\/ member in struct:OT::MarkLigPosFormat1
1219 USHORT format; \/* Format identifier *\/ member in union:OT::MarkLigPos::__anon8437
1295 USHORT format; \/* Format identifier--format = 1 *\/ member in struct:OT::MarkMarkPosFormat1
1338 USHORT format; \/* Format identifier *\/ member in union:OT::MarkMarkPos::__anon8438
    [all...]
hb-ot-layout-gdef-table.hh 110 USHORT caretValueFormat; /* Format identifier--format = 1 */
136 USHORT caretValueFormat; /* Format identifier--format = 2 */
159 USHORT caretValueFormat; /* Format identifier--format = 3 */
173 switch (u.format) {
183 if (!u.format.sanitize (c)) return TRACE_RETURN (false);
184 switch (u.format) {
194 USHORT format; /* Format identifier * member in union:OT::CaretValue::__anon8430
284 USHORT format; \/* Format identifier--format = 1 *\/ member in struct:OT::MarkGlyphSetsFormat1
313 USHORT format; \/* Format identifier *\/ member in union:OT::MarkGlyphSets::__anon8431
    [all...]
  /external/kernel-headers/original/linux/
device.h 281 __attribute__((format(printf,5,6)));
388 __attribute__((format(printf,4,5)));
420 #define dev_printk(level, dev, format, arg...) \
421 printk(level "%s %s: " format , dev_driver_string(dev) , (dev)->bus_id , ## arg)
424 #define dev_dbg(dev, format, arg...) \
425 dev_printk(KERN_DEBUG , dev , format , ## arg)
427 #define dev_dbg(dev, format, arg...) do { (void)(dev); } while (0)
430 #define dev_err(dev, format, arg...) \
431 dev_printk(KERN_ERR , dev , format , ## arg)
432 #define dev_info(dev, format, arg...)
    [all...]

Completed in 835 milliseconds

<<31323334353637383940>>