HomeSort by relevance Sort by last modified time
    Searched refs:representations (Results 1 - 15 of 15) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CacheProcessing.java 36 ArrayList<FilterRepresentation> representations; field in class:CacheProcessing.CacheStep
40 representations = new ArrayList<FilterRepresentation>();
44 representations.add(representation);
48 for (FilterRepresentation rep : representations) {
57 if (representations.size() != step.representations.size()) {
60 for (int i = 0; i < representations.size(); i++) {
61 FilterRepresentation r1 = representations.get(i);
62 FilterRepresentation r2 = step.representations.get(i);
88 if (representations.size() > 0)
    [all...]
  /external/chromium_org/v8/test/mjsunit/
track-fields.js 30 // Test transitions caused by changes to field representations.
144 // Ensure polymorphic loads only go monomorphic when the representations are
188 // Check that JSON parsing respects existing representations.
198 // Ensure normalizing results in ignored representations.
218 // Test megamorphic keyed stub behaviour in combination with representations.
310 // Test representations and transition conversions.
unicode-test.js     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
trace-event-listener.rb 8 A listener that simply records text representations of the events.
  /external/chromium_org/third_party/libxml/src/
libxml2.spec 17 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/chromium_org/v8/test/mjsunit/regress/
regress-732.js 44 // Try getting value back using string and number representations of
  /external/v8/test/mjsunit/regress/
regress-732.js 44 // Try getting value back using string and number representations of
  /external/chromium_org/ui/gfx/image/
image.cc 486 gfx::Image::RepresentationMap& representations() { return representations_; } function in class:gfx::internal::ImageStorage
514 // All the representations of an Image. Size will always be at least one, with
515 // more for any converted representations.
823 // Do not insert representations for scale factors other than 1x even if
889 return storage_.get() && storage_->representations().count(type) != 0;
896 return storage_->representations().size();
944 RepresentationMap::iterator it = storage_->representations().find(rep_type);
945 if (it == storage_->representations().end()) {
954 storage_->representations().insert(std::make_pair(rep->type(), rep));
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dot.rb 42 An extra utility for generating graphviz DOT file representations of ANTLR
debug.rb 371 A listener that simply records text representations of the events. Useful for debugging the
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 94 representations of ASTs
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 1107 ArrayList<FilterUserPresetRepresentation> representations = local
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 24 masters) and a range of channel representations (monaural,
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 461 milliseconds