HomeSort by relevance Sort by last modified time
    Searched defs:info (Results 501 - 525 of 2798) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/angle_dx11/src/compiler/
InfoSink.h 20 // TPrefixType is used to centralize how info log messages start.
33 // Encapsulate info logs for all objects that have them.
110 TInfoSinkBase info; member in class:TInfoSink
  /external/chromium_org/third_party/cld/languages/internal/
languages.cc 237 const LanguageInfo& info = kLanguageInfoTable[lang]; local
238 if (info.language_code_639_1_) {
239 return info.language_code_639_1_;
240 } else if (info.language_code_639_2_) {
241 return info.language_code_639_2_;
242 } else if (info.language_code_other_) {
243 return info.language_code_other_;
282 const LanguageInfo& info = kLanguageInfoTable[i]; local
283 if ((info.language_code_639_1_ &&
284 !base::strcasecmp(lang_code, info.language_code_639_1_)) |
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer-deserialize-json.hh 462 hb_glyph_info_t info; local
498 memset (&info, 0, sizeof (info));
505 buffer->add_info (info);
523 &info.codepoint))
529 { if (!parse_uint (tok, p, &info.codepoint)) return false; }
533 { if (!parse_uint (tok, p, &info.cluster )) return false; }
553 { if (!parse_uint (tok, p, &info.codepoint)) return false; }
556 buffer->add_info (info);
565 { if (!parse_uint (tok, p, &info.cluster )) return false;
    [all...]
hb-buffer-deserialize-text.hh 339 hb_glyph_info_t info; local
383 &info.codepoint))
389 { if (!parse_uint (tok, p, &info.cluster )) return false; }
406 memset (&info, 0, sizeof (info));
419 &info.codepoint))
424 buffer->add_info (info);
433 { if (!parse_uint (tok, p, &info.cluster )) return false; }
436 buffer->add_info (info);
448 buffer->add_info (info);
    [all...]
hb-buffer-serialize.cc 71 hb_glyph_info_t *info = hb_buffer_get_glyph_infos (buffer, NULL); local
93 hb_font_glyph_to_string (font, info[i].codepoint, g, sizeof (g));
103 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), "%u", info[i].codepoint);
106 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), ",\"cl\":%u", info[i].cluster);
144 hb_glyph_info_t *info = hb_buffer_get_glyph_infos (buffer, NULL); local
160 hb_font_glyph_to_string (font, info[i].codepoint, p, 128);
164 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), "%u", info[i].codepoint);
167 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), "=%u", info[i].cluster);
hb-icu-le.cc 143 chars[i] = buffer->info[i].codepoint;
144 clusters[i] = buffer->info[i].cluster;
183 hb_glyph_info_t *info = buffer->info; local
189 info[j].codepoint = glyphs[i];
190 info[j].cluster = clusters[indices[i]];
193 info[j].mask = positions[2 * i + 2] - positions[2 * i];
194 info[j].var1.u32 = 0;
195 info[j].var2.u32 = -positions[2 * i + 1];
204 hb_glyph_info_t *info = &buffer->info[i] local
    [all...]
hb-ot-shape-complex-indic-machine.hh 1270 hb_glyph_info_t *info = buffer->info; local
    [all...]
hb-ot-shape-complex-myanmar-machine.hh 274 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
285 hb_glyph_info_t *info = buffer->info; local
325 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].myanmar_category()) &&
326 ( info[p].myanmar_category()) <= _keys[1] ?
327 ( info[p].myanmar_category()) - _keys[0] : _slen ];
hb-ot-shape-complex-sea-machine.hh 103 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
114 hb_glyph_info_t *info = buffer->info; local
154 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].sea_category()) &&
155 ( info[p].sea_category()) <= _keys[1] ?
156 ( info[p].sea_category()) - _keys[0] : _slen ];
  /external/chromium_org/third_party/icu/source/common/
ucmndata.h 43 UDataInfo info; member in struct:__anon13242
80 * Get the UDataInfo.size from a const UDataInfo *info.
86 udata_getInfoSize(const UDataInfo *info);
  /external/chromium_org/third_party/lcov/bin/
geninfo 22 # This script generates .info files from data files as created by code
37 # 2003-04-30 / Peter Oberparleiter: made info write to STDERR, not STDOUT
94 sub info(@);
395 info("Finished .info-file creation\n");
414 Traverse DIRECTORY and create a .info file for each data file found. Note
442 # Traverse DIRECTORY and create a .info file for each data file found.
443 # The .info file contains TEST_NAME in the following format:
479 info("Scanning $directory for $data_file_extension ".
486 info("Found %d data files in %s\n", $#file_list+1, $directory)
1870 sub info(@) subroutine
    [all...]
  /external/chromium_org/third_party/lcov/contrib/galaxy/
genflat.pl 22 # This script generates std output from .info files as created by the
51 sub info(@);
77 our %info_data; # Hash containing all data from .info file
82 our @info_filenames; # List of .info files to use as data source
145 # Check for info filename
218 # Generate a set of HTML pages from contents of .info file INFO_FILENAME.
240 # Read in all specified .info files
243 info("Reading data file $_\n");
250 info("Found %d entries.\n", scalar(keys(%info_data)));
256 info("Reading baseline file $base_filename\n")
882 sub info(@) subroutine
    [all...]
  /external/chromium_org/third_party/lcov-1.9/contrib/galaxy/
genflat.pl 22 # This script generates std output from .info files as created by the
51 sub info(@);
77 our %info_data; # Hash containing all data from .info file
82 our @info_filenames; # List of .info files to use as data source
145 # Check for info filename
218 # Generate a set of HTML pages from contents of .info file INFO_FILENAME.
240 # Read in all specified .info files
243 info("Reading data file $_\n");
250 info("Found %d entries.\n", scalar(keys(%info_data)));
256 info("Reading baseline file $base_filename\n")
882 sub info(@) subroutine
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_inline_literals.c 68 const struct rc_opcode_info * info = local
81 for (src_idx = 0; src_idx < info->NumSrcRegs; src_idx++) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_fs.h 35 struct tgsi_shader_info info; member in struct:r300_fragment_shader_code
74 void r300_shader_read_fs_inputs(struct tgsi_shader_info* info,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
resource.cpp 86 pipe_sampler_view info; local
88 u_sampler_view_default_template(&info, pipe, pipe->format);
89 return q.pipe->create_sampler_view(q.pipe, pipe, &info);
100 pipe_surface info {};
102 info.format = pipe->format;
103 info.usage = pipe->bind;
104 info.writable = rw;
107 info.u.buf.last_element = pipe->width0 - 1;
109 return q.pipe->create_surface(q.pipe, pipe, &info);
121 pipe_resource info {};
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 77 const struct stw_pixelformat_info *info; local
88 info = stw_pixelformat_get_info(iPixelFormat - 1);
89 if (!info) {
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
fs-fragcoord.c 14 static struct graw_info info; variable in typeref:struct:graw_info
64 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
65 info.ctx->bind_vertex_elements_state(info.ctx, handle);
70 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
76 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
94 handle = graw_parse_vertex_shader(info.ctx, text);
95 info.ctx->bind_vs_state(info.ctx, handle)
    [all...]
fs-frontface.c 12 static struct graw_info info; variable in typeref:struct:graw_info
86 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
87 info.ctx->bind_vertex_elements_state(info.ctx, handle);
92 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
98 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
116 handle = graw_parse_vertex_shader(info.ctx, text);
117 info.ctx->bind_vs_state(info.ctx, handle)
    [all...]
fs-write-z.c 14 static struct graw_info info; variable in typeref:struct:graw_info
90 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
91 info.ctx->bind_vertex_elements_state(info.ctx, handle);
96 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
102 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
120 handle = graw_parse_vertex_shader(info.ctx, text);
121 info.ctx->bind_vs_state(info.ctx, handle)
    [all...]
tri.c 8 static struct graw_info info; variable in typeref:struct:graw_info
52 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
53 info.ctx->bind_vertex_elements_state(info.ctx, handle);
58 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
64 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
81 handle = graw_parse_vertex_shader(info.ctx, text);
82 info.ctx->bind_vs_state(info.ctx, handle)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
appledri.c 97 XExtDisplayInfo *info = find_display(dpy); local
100 AppleDRICheckExtension(dpy, info, False);
102 switch ((event->u.u.type & 0x7f) - info->codes->first_event) {
133 XExtDisplayInfo *info = find_display(dpy); local
136 if (XextHasExtension(info)) {
137 *event_basep = info->codes->first_event;
138 *error_basep = info->codes->first_error;
155 XExtDisplayInfo *info = find_display(dpy); local
160 AppleDRICheckExtension(dpy, info, False);
164 req->reqType = info->codes->major_opcode
187 XExtDisplayInfo *info = find_display(dpy); local
218 XExtDisplayInfo *info = find_display(dpy); local
253 XExtDisplayInfo *info = find_display(dpy); local
289 XExtDisplayInfo *info = find_display(dpy); local
312 XExtDisplayInfo *info = find_display(dpy); local
359 XExtDisplayInfo *info = find_display(dpy); local
381 XExtDisplayInfo *info = find_display(dpy); local
436 XExtDisplayInfo *info = find_display(dpy); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
xmlconfig.h 63 * \li One in <driver>Screen caching option info and the default values
66 driOptionInfo *info; member in struct:driOptionCache
84 /** \brief Parse XML option info from configOptions
88 * \param info pointer to a driOptionCache that will store the option info
96 void driParseOptionInfo (driOptionCache *info,
98 /** \brief Initialize option cache from info and parse configuration files
102 void driParseConfigFiles (driOptionCache *cache, const driOptionCache *info,
104 /** \brief Destroy option info
107 void driDestroyOptionInfo (driOptionCache *info);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_cpal.c 70 get_palette_entry(const struct cpal_format_info *info, const GLubyte *palette,
73 memcpy(pixel, palette + info->size * index, info->size);
74 return info->size;
82 paletted_to_color(const struct cpal_format_info *info, const GLubyte *palette,
88 if (info->palette_size == 16) {
95 pix += get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix);
96 pix += get_palette_entry(info, palette, ind[i] & 0xf, pix);
99 get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix);
106 pix += get_palette_entry(info, palette, ind[i], pix)
114 const struct cpal_format_info *info; local
149 const struct cpal_format_info *info; local
171 const struct cpal_format_info *info; local
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
plresolv.h 99 PR_EXTERN(void) PL_ResolveInfo(PLResoveInfo *info); variable

Completed in 662 milliseconds

<<21222324252627282930>>