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

<<61626364656667686970>>

  /external/chromium_org/remoting/host/linux/
x_server_clipboard.cc 175 int format; local
179 0, ~0L, True, AnyPropertyType, &type, &format,
196 int format; local
201 AnyPropertyType, &type, &format,
210 HandleSelectionNotify(&event->xselection, type, format, item_count,
291 int format,
297 finished = HandleSelectionTargetsEvent(event, format, item_count, data);
300 finished = HandleSelectionStringEvent(event, format, item_count, data);
308 int format,
312 if (data && format == 32)
    [all...]
x_server_clipboard.h 72 // |type|, |format| etc are the results from XGetWindowProperty(), or 0 if
76 int format,
84 int format,
88 int format,
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsub-table.hh 106 USHORT format; /* Format identifier--format = 1 */ member in struct:OT::SingleSubstFormat1
182 USHORT format; /* Format identifier--format = 2 */ member in struct:OT::SingleSubstFormat2
201 if (unlikely (!c->extend_min (u.format))) return TRACE_RETURN (false);
202 unsigned int format = 2; local
205 format = 1;
210 format = 2
245 USHORT format; \/* Format identifier *\/ member in union:OT::SingleSubst::__anon16475
393 USHORT format; \/* Format identifier--format = 1 *\/ member in struct:OT::MultipleSubstFormat1
414 unsigned int format = 1; local
443 USHORT format; \/* Format identifier *\/ member in union:OT::MultipleSubst::__anon16476
544 USHORT format; \/* Format identifier--format = 1 *\/ member in struct:OT::AlternateSubstFormat1
565 unsigned int format = 1; local
594 USHORT format; \/* Format identifier *\/ member in union:OT::AlternateSubst::__anon16477
857 USHORT format; \/* Format identifier--format = 1 *\/ member in struct:OT::LigatureSubstFormat1
880 unsigned int format = 1; local
910 USHORT format; \/* Format identifier *\/ member in union:OT::LigatureSubst::__anon16478
1032 USHORT format; \/* Format identifier--format = 1 *\/ member in struct:OT::ReverseChainSingleSubstFormat1
1074 USHORT format; \/* Format identifier *\/ member in union:OT::ReverseChainSingleSubst::__anon16479
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
reldtfmt.h 15 * \brief C++ API: Format and parse relative dates and times.
66 * Clone this Format object polymorphically. The caller owns the result and
71 virtual Format* clone(void) const;
74 * Return true if the given Format objects are semantically equal. Objects
77 * @return true if the given Format objects are semantically equal.
80 virtual UBool operator==(const Format& other) const;
83 using DateFormat::format;
86 * Format a date or time, which is the standard millis since 24:00 GMT, Jan
101 virtual UnicodeString& format( Calendar& cal,
106 * Format an object to produce a string. This method handles Formattabl
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
tmutfmt.h 15 * \brief C++ API: Format and parse duration in single time unit
51 * Format or parse a TimeUnitAmount, using plural rules for the units where available.
59 * // create time unit format instance
60 * TimeUnitFormat* format = new TimeUnitFormat(Locale("en"), status);
61 * // format a time unit amount
66 * formatted = ((Format*)format)->format(formattable, formatted, status);
68 * ((Format*)format)->parseObject(formatted, result, status)
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/util/
env.cc 27 void Log(Logger* info_log, const char* format, ...) {
30 va_start(ap, format);
31 info_log->Logv(format, ap);
  /external/chromium_org/third_party/mesa/src/include/GL/
osmesa.h 70 * Values for the format parameter of OSMesaCreateContext()
114 * Input: format - one of OSMESA_COLOR_INDEX, OSMESA_RGBA, OSMESA_BGRA,
121 OSMesaCreateContext( GLenum format, OSMesaContext sharelist );
134 OSMesaCreateContextExt( GLenum format, GLint depthBits, GLint stencilBits,
213 * OSMESA_FORMAT return image format
244 * format - buffer format (OSMESA_FORMAT)
252 GLint *format, void **buffer );
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native_wayland_drm_bufmgr_helper.c 24 switch (buffer->format) {
41 templ.format = pf;
85 switch (resource->format) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_pixelformat.c 44 enum pipe_format format; member in struct:stw_pf_color_info
61 enum pipe_format format; member in struct:stw_pf_depth_info
70 * format listed will get chosen */
136 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 0) == color->bits.red);
137 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 1) == color->bits.green);
138 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 2) == color->bits.blue);
139 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 3) == color->bits.alpha);
140 assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 0) == depth->bits.depth);
141 assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 1) == depth->bits.stencil);
196 pfi->stvis.color_format = color->format;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_fbo.h 129 return rb->Base.Base.Format;
133 intel_create_renderbuffer(gl_format format, unsigned num_samples);
136 intel_create_private_renderbuffer(gl_format format, unsigned num_samples);
141 gl_format format);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_state_fb.c 35 get_rt_format(gl_format format)
37 switch (format) {
69 rt_format |= get_rt_format(s->format);
89 BEGIN_NV04(push, NV04_SF3D(FORMAT), 1);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstore.h 46 * \param baseInternalFormat user-specified base internal format
47 * \param dstFormat destination Mesa texture format
52 * \param srcFormat incoming image format
96 GLenum format, GLenum type, const GLvoid *pixels,
105 GLenum format, GLenum type, const GLvoid *pixels,
120 GLenum format,
  /external/chromium_org/tools/usb_gadget/
package.py 45 .format(filename),
55 filename = 'usb_gadget-{}.zip'.format(md5)
56 req = urllib2.Request(url='http://{}/update'.format(host),
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aura.h 36 virtual void SetPickledData(const OSExchangeData::CustomFormat& format,
44 virtual bool GetPickledData(const OSExchangeData::CustomFormat& format,
50 virtual bool HasCustomFormat(const OSExchangeData::CustomFormat& format) const
65 // Returns true if |formats_| contains a string format and the string can be
90 // For HTML format
  /external/chromium_org/v8/src/base/
logging.cc 75 extern "C" void V8_Fatal(const char* file, int line, const char* format, ...) {
81 va_start(arguments, format);
82 v8::base::OS::VPrintError(format, arguments);
  /external/chromium_org/v8/test/intl/overrides/
number.js 36 assertEquals(nf.format(integer), integer.toLocaleString());
37 assertEquals(nf.format(float), float.toLocaleString());
43 assertEquals(nf.format(integer), integer.toLocaleString(locale));
44 assertEquals(nf.format(float), float.toLocaleString(locale));
52 assertEquals(nf.format(integer), integer.toLocaleString(locale, options));
53 assertEquals(nf.format(float), float.toLocaleString(locale, options));
  /external/clang/test/Analysis/
cfref_rdar6080742.c 33 void DebugStop(const char *format,...);
34 void DebugTraceIf(unsigned int condition, const char *format,...);
45 void DebugStop(const char *format,...); /* Not an abort function. */
  /external/deqp/framework/delibs/depool/
dePoolStringBuilder.c 92 deBool dePoolStringBuilder_appendFormat (dePoolStringBuilder* builder, const char* format, ...)
98 va_start(args, format);
99 vsnprintf(buf, DE_LENGTH_OF_ARRAY(buf), format, args);
  /external/deqp/modules/gles2/functional/
es2fReadPixelsTests.cpp 65 void getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int& pixelSize, bool& align);
143 void ReadPixelsTest::getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int& pixelSize, bool& align)
150 format = glu::mapGLTransferFormat(glFormat, glType);
178 throw tcu::InternalError("Unsupported format", "", __FILE__, __LINE__);
181 pixelSize = format.getPixelSize();
185 format = tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8);
201 tcu::TextureFormat format(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8);
207 getFormatInfo(format, glFormat, glType, pixelSize, align);
208 m_testCtx.getLog() << tcu::TestLog::Message << "Format: " << glu::getPixelFormatStr(glFormat) << ", Type: " << glu::getTypeStr(glType) << tcu::TestLog::EndMessage;
210 tcu::Texture2D reference(format, width, height)
    [all...]
  /external/fio/
gerror.c 48 void gfio_report_error(struct gui_entry *ge, const char *format, ...)
53 va_start(args, format);
54 error = g_error_new_valist(g_quark_from_string("fio"), 1, format, args);
  /external/fonttools/Lib/fontTools/ttLib/tables/
_l_o_c_a.py 15 format = "I"
17 format = "H"
18 locations = array.array(format)
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 106 USHORT format; /* Format identifier--format = 1 */ member in struct:OT::SingleSubstFormat1
182 USHORT format; /* Format identifier--format = 2 */ member in struct:OT::SingleSubstFormat2
201 if (unlikely (!c->extend_min (u.format))) return TRACE_RETURN (false);
202 unsigned int format = 2; local
205 format = 1;
210 format = 2
245 USHORT format; \/* Format identifier *\/ member in union:OT::SingleSubst::__anon26270
393 USHORT format; \/* Format identifier--format = 1 *\/ member in struct:OT::MultipleSubstFormat1
414 unsigned int format = 1; local
443 USHORT format; \/* Format identifier *\/ member in union:OT::MultipleSubst::__anon26271
544 USHORT format; \/* Format identifier--format = 1 *\/ member in struct:OT::AlternateSubstFormat1
565 unsigned int format = 1; local
594 USHORT format; \/* Format identifier *\/ member in union:OT::AlternateSubst::__anon26272
857 USHORT format; \/* Format identifier--format = 1 *\/ member in struct:OT::LigatureSubstFormat1
880 unsigned int format = 1; local
910 USHORT format; \/* Format identifier *\/ member in union:OT::LigatureSubst::__anon26273
1032 USHORT format; \/* Format identifier--format = 1 *\/ member in struct:OT::ReverseChainSingleSubstFormat1
1074 USHORT format; \/* Format identifier *\/ member in union:OT::ReverseChainSingleSubst::__anon26274
    [all...]
  /external/icu/icu4c/source/i18n/
reldtfmt.h 15 * \brief C++ API: Format and parse relative dates and times.
67 * Clone this Format object polymorphically. The caller owns the result and
72 virtual Format* clone(void) const;
75 * Return true if the given Format objects are semantically equal. Objects
78 * @return true if the given Format objects are semantically equal.
81 virtual UBool operator==(const Format& other) const;
84 using DateFormat::format;
87 * Format a date or time, which is the standard millis since 24:00 GMT, Jan
102 virtual UnicodeString& format( Calendar& cal,
107 * Format an object to produce a string. This method handles Formattabl
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFAbbreviationDeclaration.cpp 12 #include "llvm/Support/Format.h"
70 OS << format("DW_TAG_Unknown_%x", getTag());
78 OS << format("DW_AT_Unknown_%x", Spec.Attr);
84 OS << format("DW_FORM_Unknown_%x", Spec.Form);
  /external/mesa3d/include/GL/
osmesa.h 70 * Values for the format parameter of OSMesaCreateContext()
113 * Input: format - one of OSMESA_COLOR_INDEX, OSMESA_RGBA, OSMESA_BGRA,
120 OSMesaCreateContext( GLenum format, OSMesaContext sharelist );
133 OSMesaCreateContextExt( GLenum format, GLint depthBits, GLint stencilBits,
212 * OSMESA_FORMAT return image format
243 * format - buffer format (OSMESA_FORMAT)
251 GLint *format, void **buffer );

Completed in 775 milliseconds

<<61626364656667686970>>