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

1 2

  /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...]
  /prebuilts/go/darwin-x86/src/math/
pow10.go 7 // This table might overflow 127-bit exponent representations.
  /prebuilts/go/linux-x86/src/math/
pow10.go 7 // This table might overflow 127-bit exponent representations.
  /external/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.
217 // Test megamorphic keyed stub behaviour in combination with representations.
309 // Test representations and transition conversions.
  /prebuilts/go/darwin-x86/src/strconv/
doc.go 5 // Package strconv implements conversions to and from string representations
  /prebuilts/go/linux-x86/src/strconv/
doc.go 5 // Package strconv implements conversions to and from string representations
  /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/v8/test/mjsunit/regress/
regress-732.js 44 // Try getting value back using string and number representations of
  /prebuilts/go/darwin-x86/src/encoding/
encoding.go 6 // convert data to and from byte-level and textual representations.
  /prebuilts/go/linux-x86/src/encoding/
encoding.go 6 // convert data to and from byte-level and textual representations.
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/player/
TvInputPlayer.java 245 // Determine which video representations we should use for playback.
259 period.adaptationSets.get(videoAdaptationSetIndex).representations;
304 audioAdaptationSet.representations;
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
bits_test.go 9 // via an independent (albeit slower) representations for floating-point
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
bits_test.go 6 // via an independent (albeit slower) representations for floating-point
  /prebuilts/go/darwin-x86/src/encoding/csv/
writer.go 121 // The two representations should be equivalent, but Postgres distinguishes
  /prebuilts/go/darwin-x86/src/math/big/
bits_test.go 6 // via an independent (albeit slower) representations for floating-point
  /prebuilts/go/darwin-x86/src/os/
types.go 35 // may be used in wire protocols or disk representations: they must not be
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
bits_test.go 9 // via an independent (albeit slower) representations for floating-point
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
bits_test.go 6 // via an independent (albeit slower) representations for floating-point
  /prebuilts/go/linux-x86/src/encoding/csv/
writer.go 121 // The two representations should be equivalent, but Postgres distinguishes
  /prebuilts/go/linux-x86/src/math/big/
bits_test.go 6 // via an independent (albeit slower) representations for floating-point
  /prebuilts/go/linux-x86/src/os/
types.go 35 // may be used in wire protocols or disk representations: they must not be
  /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
  /external/v8/test/cctest/
test-unboxed-doubles.cc 84 static Representation representations[PROP_KIND_NUMBER] = { variable
113 DataDescriptor f(name, next_field_offset, NONE, representations[kind]);
636 DataDescriptor f(name, next_field_offset, NONE, representations[kind]);
    [all...]

Completed in 8025 milliseconds

1 2