HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 326 - 350 of 6363) sorted by null

<<11121314151617181920>>

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu.y 2 %parse-param {struct list_head *format}
37 format: label
38 format format_term
45 ABORT_ON(perf_pmu__new_format(format, name,
52 ABORT_ON(perf_pmu__new_format(format, name,
59 ABORT_ON(perf_pmu__new_format(format, name,
  /external/lldb/include/lldb/Core/
Timer.h 43 Timer(const char *category, const char *format, ...) __attribute__ ((format (printf, 3, 4)));
120 PrintfElapsed (const char *format, ...) __attribute__ ((format (printf, 2, 3)))
148 va_start (args, format);
149 result += vprintf (format, args);
Log.h 130 Printf (const char *format, ...) __attribute__ ((format (printf, 2, 3)));
133 VAPrintf (const char *format, va_list args);
136 PrintfWithFlags( uint32_t flags, const char *format, ...) __attribute__ ((format (printf, 3, 4)));
139 LogIf (uint32_t mask, const char *fmt, ...) __attribute__ ((format (printf, 3, 4)));
142 Debug (const char *fmt, ...) __attribute__ ((format (printf, 2, 3)));
145 DebugVerbose (const char *fmt, ...) __attribute__ ((format (printf, 2, 3)));
148 Error (const char *fmt, ...) __attribute__ ((format (printf, 2, 3)));
151 FatalError (int err, const char *fmt, ...) __attribute__ ((format (printf, 3, 4)))
    [all...]
  /external/lldb/tools/debugserver/source/
DNBError.cpp 63 DNBError::LogThreadedIfError(const char *format, ...) const
69 va_start (args, format);
70 ::vasprintf (&arg_msg, format, args);
85 DNBError::LogThreaded(const char *format, ...) const
89 va_start (args, format);
90 ::vasprintf (&arg_msg, format, args);
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture.h 42 uint32_t r300_translate_texformat(enum pipe_format format,
47 uint32_t r500_tx_format_msb_bit(enum pipe_format format);
49 boolean r300_is_colorbuffer_format_supported(enum pipe_format format);
51 boolean r300_is_zs_format_supported(enum pipe_format format);
53 boolean r300_is_sampler_format_supported(enum pipe_format format);
57 enum pipe_format format,
r300_screen.c 348 enum pipe_format format,
357 boolean is_color2101010 = format == PIPE_FORMAT_R10G10B10A2_UNORM ||
358 format == PIPE_FORMAT_R10G10B10X2_SNORM ||
359 format == PIPE_FORMAT_B10G10R10A2_UNORM ||
360 format == PIPE_FORMAT_R10SG10SB10SA2U_NORM;
361 boolean is_ati1n = format == PIPE_FORMAT_RGTC1_UNORM ||
362 format == PIPE_FORMAT_RGTC1_SNORM ||
363 format == PIPE_FORMAT_LATC1_UNORM ||
364 format == PIPE_FORMAT_LATC1_SNORM;
365 boolean is_ati2n = format == PIPE_FORMAT_RGTC2_UNORM |
    [all...]
  /external/mesa3d/src/glx/
compsize.c 35 ** Return the number of elements per group of a specified format
38 __glElementsPerGroup(GLenum format, GLenum type)
65 switch (format) {
137 ** and format.
141 GLenum format, GLenum type, GLenum target)
167 ** Zero is returned if either format or type are invalid.
169 components = __glElementsPerGroup(format, type);
171 if (format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX) {
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
formats.c 45 * Base format is one of GL_RED, GL_RG, GL_RGB, GL_RGBA, GL_ALPHA,
76 * Info about each format.
    [all...]
  /external/mesa3d/src/mesa/main/
formats.c 45 * Base format is one of GL_RED, GL_RG, GL_RGB, GL_RGBA, GL_ALPHA,
76 * Info about each format.
    [all...]
  /external/libunwind/src/coredump/
_UCD_find_proc_info.c 38 if (ui->edi.ktab.format != -1 && ip >= ui->edi.ktab.start_ip && ip < ui->edi.ktab.end_ip)
42 if ((ui->edi.di_cache.format != -1
45 || (ui->edi.di_debug.format != -1
48 || (ui->edi.di_debug.format != -1
81 if (ui->edi.di_cache.format != -1
83 ui->edi.di_cache.format = -1;
85 if (ui->edi.di_debug.format != -1
87 ui->edi.di_debug.format = -1;
89 if (ui->edi.di_cache.format == -1
91 && ui->edi.di_arm.format == -
    [all...]
  /external/libunwind/src/ptrace/
_UPT_find_proc_info.c 49 if (edi->ktab.format != -1 && ip >= edi->ktab.start_ip && ip < edi->ktab.end_ip)
53 if ((edi->di_cache.format != -1
56 || (edi->di_debug.format != -1
59 || (edi->di_debug.format != -1
79 if (edi->di_cache.format != -1
81 edi->di_cache.format = -1;
83 if (edi->di_debug.format != -1
85 edi->di_debug.format = -1;
87 if (edi->di_cache.format == -1
89 && edi->di_arm.format == -
    [all...]
  /external/chromium_org/v8/src/arm/
disasm-arm.cc 78 int FormatVFPRegister(Instruction* instr, const char* format);
80 int FormatVFPinstruction(Instruction* instr, const char* format);
93 void Format(Instruction* instr, const char* format);
301 int Decoder::FormatRegister(Instruction* instr, const char* format) {
302 DCHECK(format[0] == 'r');
303 if (format[1] == 'n') { // 'rn: Rn register
307 } else if (format[1] == 'd') { // 'rd: Rd register
311 } else if (format[1] == 's') { // 'rs: Rs register
315 } else if (format[1] == 'm') { // 'rm: Rm registe
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_format_interceptor_test.cc 50 static void verifyFormatResults(const char *format, unsigned n,
53 // "+ 1" because of format string
55 computed_sizes.size()) << "Unexpected number of format arguments: '"
56 << format << "'";
59 << "Unexpect write size for argument " << i << ", format string '"
60 << format << "'"; local
69 const char *format, ...) {
71 va_start(ap, format);
72 scanf_common(ctx, result, allowGnuMalloc, format, ap);
76 static void testScanf2(const char *format, int scanf_result
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_screen.c 348 enum pipe_format format,
357 boolean is_color2101010 = format == PIPE_FORMAT_R10G10B10A2_UNORM ||
358 format == PIPE_FORMAT_R10G10B10X2_SNORM ||
359 format == PIPE_FORMAT_B10G10R10A2_UNORM ||
360 format == PIPE_FORMAT_R10SG10SB10SA2U_NORM;
361 boolean is_ati1n = format == PIPE_FORMAT_RGTC1_UNORM ||
362 format == PIPE_FORMAT_RGTC1_SNORM ||
363 format == PIPE_FORMAT_LATC1_UNORM ||
364 format == PIPE_FORMAT_LATC1_SNORM;
365 boolean is_ati2n = format == PIPE_FORMAT_RGTC2_UNORM |
    [all...]
  /external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/Android.mk
19 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/bool
23 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/unsigned_short
27 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/pointer
31 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/int
35 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/long_double
39 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/short
43 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/unsigned_int
47 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/unsigned_long
51 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/long_lon
    [all...]
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/Android.mk
19 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/bool
23 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_short
27 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/pointer
31 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/int
35 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/long_double
39 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/short
43 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_int
47 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_long
51 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/long_lon
    [all...]
  /cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/opengl/
CtsDeviceJankOpenGl.java 63 sb.append(String.format(START_CMD, COMPONENT));
64 sb.append(String.format(INTENT_STRING_EXTRA, "benchmark_name", benchmark));
65 sb.append(String.format(INTENT_BOOLEAN_EXTRA, "offscreen", false));
66 sb.append(String.format(INTENT_INTEGER_EXTRA, "num_frames", 1000));
67 sb.append(String.format(INTENT_INTEGER_EXTRA, "num_iterations", 1));
68 sb.append(String.format(INTENT_INTEGER_EXTRA, "timeout", 10000));
70 final String stopCommand = String.format(STOP_CMD, PACKAGE);
  /cts/tools/dex-tools/src/dex/reader/
TypeFormatter.java 45 public String format(String typeName) { method in class:TypeFormatter
72 return format(typeName.substring(1)) + "[]";
79 public String format(List<String> typeNames) { method in class:TypeFormatter
82 types.add(format(type)); method
84 return format(types, ", ");
88 return format(new ArrayList<DexAnnotation>(annotations), "\n") + "\n";
91 private String format(List<?> elements, String separator) { method in class:TypeFormatter
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
utility.cc 24 int NaClPluginPrintLog(const char *format, ...) {
33 va_start(arg, format);
34 int rc = vfprintf(stderr, format, arg);
39 va_start(arg, format);
40 out_size = vsnprintf(stack_buffer, kStackBufferSize, format, arg);
48 va_start(arg, format);
49 vsnprintf(buffer, out_size + 1, format, arg);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_describe.c 44 util_sprintf(buf, "pipe_buffer<%u>", (unsigned)util_format_get_stride(ptr->format, ptr->width0));
47 util_sprintf(buf, "pipe_texture1d<%u,%s,%u>", ptr->width0, util_format_short_name(ptr->format), ptr->last_level);
50 util_sprintf(buf, "pipe_texture2d<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name(ptr->format), ptr->last_level);
53 util_sprintf(buf, "pipe_texture_rect<%u,%u,%s>", ptr->width0, ptr->height0, util_format_short_name(ptr->format));
56 util_sprintf(buf, "pipe_texture_cube<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name(ptr->format), ptr->last_level);
59 util_sprintf(buf, "pipe_texture3d<%u,%u,%u,%s,%u>", ptr->width0, ptr->height0, ptr->depth0, util_format_short_name(ptr->format), ptr->last_level);
80 util_sprintf(buf, "pipe_sampler_view<%s,%s>", res, util_format_short_name(ptr->format));
  /external/chromium_org/third_party/webrtc/modules/media_file/interface/
media_file.h 71 // from the start. format specifies the type of file fileName refers to.
83 const FileFormats format = kFileFormatPcm16kHzFile,
91 // format specifies the type of file fileName refers to. Only video will be
96 const FileFormats format) = 0;
101 // greater than zero. format specifies the type of file fileName refers to.
112 const FileFormats format = kFileFormatPcm16kHzFile,
150 // format specifies the type of file that should be created/opened.
158 const FileFormats format,
164 // (relative path is allowed). format specifies the type of file fileName
170 const FileFormats format,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_describe.c 44 util_sprintf(buf, "pipe_buffer<%u>", (unsigned)util_format_get_stride(ptr->format, ptr->width0));
47 util_sprintf(buf, "pipe_texture1d<%u,%s,%u>", ptr->width0, util_format_short_name(ptr->format), ptr->last_level);
50 util_sprintf(buf, "pipe_texture2d<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name(ptr->format), ptr->last_level);
53 util_sprintf(buf, "pipe_texture_rect<%u,%u,%s>", ptr->width0, ptr->height0, util_format_short_name(ptr->format));
56 util_sprintf(buf, "pipe_texture_cube<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name(ptr->format), ptr->last_level);
59 util_sprintf(buf, "pipe_texture3d<%u,%u,%u,%s,%u>", ptr->width0, ptr->height0, ptr->depth0, util_format_short_name(ptr->format), ptr->last_level);
80 util_sprintf(buf, "pipe_sampler_view<%s,%s>", res, util_format_short_name(ptr->format));
  /external/chromium_org/third_party/icu/source/test/intltest/
caltztst.cpp 136 // Tries to mimic the Java Date.toString() format.
148 DateFormat* format = getDateFormat(); local
149 if (format == 0)
154 format->format(d, str);
155 releaseDateFormat(format);
164 DateFormat* format = getDateFormat(); local
165 if (format == 0)
170 TimeZone* save = format->getTimeZone().clone();
171 format->setTimeZone(tz)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_printf.c 87 char format[2 + 5 * LP_MAX_VECTOR_LENGTH + 2] = "%s"; local
119 /* Create format string and arguments */
120 assert(strlen(format) + strlen(type_fmt) * length + 2 <= sizeof format);
124 util_strncat(format, type_fmt, sizeof(format) - strlen(format) - 1);
128 util_strncat(format, type_fmt, sizeof(format) - strlen(format) - 1)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
singlepix.c 38 __indirect_glGetSeparableFilter(GLenum target, GLenum format, GLenum type,
54 __GLX_SINGLE_PUT_LONG(4, format);
67 widthsize = __glImageSize(width, 1, 1, format, type, 0);
68 heightsize = __glImageSize(height, 1, 1, format, type, 0);
82 __glEmptyImage(gc, 1, width, 1, 1, format, type, rowBuf, row);
96 __glEmptyImage(gc, 1, height, 1, 1, format, type, colBuf, column);
111 void gl_dispatch_stub_GetSeparableFilterEXT (GLenum target, GLenum format,
123 p(target, format, type, row, column, span);
142 (void) memcpy((void *) (pc + 4), (void *) (&format), 4);
154 __glImageSize(width, 1, 1, format, type, 0)
    [all...]

Completed in 669 milliseconds

<<11121314151617181920>>