Searched refs:representations (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ui/gfx/image/
H A Dimage.cc379 Image::RepresentationMap& representations() { return representations_; } function in class:gfx::internal::ImageStorage
407 // All the representations of an Image. Size will always be at least one, with
408 // more for any converted representations.
659 // Do not insert representations for scale factors other than 1x even if
716 return storage_.get() && storage_->representations().count(type) != 0;
723 return storage_->representations().size();
767 RepresentationMap::iterator it = storage_->representations().find(rep_type);
768 if (it == storage_->representations().end()) {
777 storage_->representations().insert(std::make_pair(rep->type(), rep));
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dtrace-event-listener.rb8 A listener that simply records text representations of the events.
/external/chromium_org/third_party/libxml/src/
H A Dlibxml2.spec17 can be a simple SAX stream or and in-memory DOM like representations.
36 can be a simple SAX stream or and in-memory DOM like representations.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddot.rb42 An extra utility for generating graphviz DOT file representations of ANTLR
H A Ddebug.rb371 A listener that simply records text representations of the events. Useful for debugging the
/external/chromium_org/v8/src/arm64/
H A Dcode-stubs-arm64.cc68 static Representation representations[] = { local
72 descriptor->register_param_representations_ = representations;
248 static Representation representations[] = { local
252 descriptor->register_param_representations_ = representations;
299 static Representation representations[] = { local
302 descriptor->register_param_representations_ = representations;
422 static Representation representations[] = { local
430 descriptor->param_representations_ = representations;
439 static Representation representations[] = { local
445 descriptor->param_representations_ = representations;
454 static Representation representations[] = { local
469 static Representation representations[] = { local
487 static Representation representations[] = { local
[all...]
/external/chromium_org/v8/src/x87/
H A Dcode-stubs-x87.cc66 static Representation representations[] = { local
70 descriptor->register_param_representations_ = representations;
212 static Representation representations[] = { local
216 descriptor->register_param_representations_ = representations;
244 static Representation representations[] = { local
247 descriptor->register_param_representations_ = representations;
376 static Representation representations[] = { local
384 descriptor->param_representations_ = representations;
392 static Representation representations[] = { local
398 descriptor->param_representations_ = representations;
406 static Representation representations[] = { local
420 static Representation representations[] = { local
437 static Representation representations[] = { local
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb94 representations of ASTs
/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.cc61 static Representation representations[] = { local
65 descriptor->register_param_representations_ = representations;
219 static Representation representations[] = { local
223 descriptor->register_param_representations_ = representations;
251 static Representation representations[] = { local
254 descriptor->register_param_representations_ = representations;
378 static Representation representations[] = { local
386 descriptor->param_representations_ = representations;
395 static Representation representations[] = { local
401 descriptor->param_representations_ = representations;
410 static Representation representations[] = { local
425 static Representation representations[] = { local
443 static Representation representations[] = { local
[all...]
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.cc66 static Representation representations[] = { local
70 descriptor->register_param_representations_ = representations;
212 static Representation representations[] = { local
216 descriptor->register_param_representations_ = representations;
244 static Representation representations[] = { local
247 descriptor->register_param_representations_ = representations;
376 static Representation representations[] = { local
384 descriptor->param_representations_ = representations;
392 static Representation representations[] = { local
398 descriptor->param_representations_ = representations;
406 static Representation representations[] = { local
420 static Representation representations[] = { local
437 static Representation representations[] = { local
[all...]
/external/chromium_org/v8/src/mips/
H A Dcode-stubs-mips.cc62 static Representation representations[] = { local
66 descriptor->register_param_representations_ = representations;
220 static Representation representations[] = { local
224 descriptor->register_param_representations_ = representations;
252 static Representation representations[] = { local
255 descriptor->register_param_representations_ = representations;
373 static Representation representations[] = { local
381 descriptor->param_representations_ = representations;
389 static Representation representations[] = { local
395 descriptor->param_representations_ = representations;
403 static Representation representations[] = { local
417 static Representation representations[] = { local
434 static Representation representations[] = { local
[all...]
/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.cc62 static Representation representations[] = { local
66 descriptor->register_param_representations_ = representations;
206 static Representation representations[] = { local
210 descriptor->register_param_representations_ = representations;
239 static Representation representations[] = { local
242 descriptor->register_param_representations_ = representations;
372 static Representation representations[] = { local
380 descriptor->param_representations_ = representations;
388 static Representation representations[] = { local
394 descriptor->param_representations_ = representations;
402 static Representation representations[] = { local
416 static Representation representations[] = { local
433 static Representation representations[] = { local
[all...]
/external/libvorbis/doc/
H A D01-introduction.tex24 masters) and a range of channel representations (monaural,

Completed in 1710 milliseconds