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

1 2 3

  /frameworks/support/webkit-codegen/src/main/java/androidx/webkit/internal/codegen/
BoundaryGeneration.java 21 import androidx.webkit.internal.codegen.representations.ClassRepr;
  /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/jdk/jdk9/darwin-x86/legal/jdk.crypto.cryptoki/
pkcs11cryptotoken.md 15 RSA Security Inc. makes no representations concerning either the
  /prebuilts/jdk/jdk9/linux-x86/legal/jdk.crypto.cryptoki/
pkcs11cryptotoken.md 15 RSA Security Inc. makes no representations concerning either the
  /frameworks/support/webkit-codegen/src/test/java/androidx/webkit/internal/codegen/
BoundaryInterfaceTest.java 21 import androidx.webkit.internal.codegen.representations.ClassRepr;
22 import androidx.webkit.internal.codegen.representations.MethodRepr;
  /frameworks/support/webkit-codegen/src/main/java/androidx/webkit/internal/codegen/representations/
ClassRepr.java 17 package androidx.webkit.internal.codegen.representations;
MethodRepr.java 16 package androidx.webkit.internal.codegen.representations;
  /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
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.desktop/
fontconfig.md 14 Keith Packard makes no representations about the suitability of this software
  /prebuilts/jdk/jdk9/linux-x86/legal/java.desktop/
fontconfig.md 14 Keith Packard makes no representations about the suitability of this software
  /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.
  /prebuilts/go/darwin-x86/src/go/types/
exprstring.go 15 // Shortened representations are suitable for user interfaces but may not
24 // Shortened representations are suitable for user interfaces but may not
  /prebuilts/go/linux-x86/src/go/types/
exprstring.go 15 // Shortened representations are suitable for user interfaces but may not
24 // Shortened representations are suitable for user interfaces but may not
  /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.
  /external/v8/src/compiler/
graph-assembler.cc 240 MachineRepresentation* representations,
263 representations_[i] = representations[i];
  /prebuilts/go/darwin-x86/src/hash/
marshal_test.go 7 // and lock in the current representations.
  /prebuilts/go/linux-x86/src/hash/
marshal_test.go 7 // and lock in the current 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/src/encoding/csv/
writer.go 127 // 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 40 // may be used in wire protocols or disk representations: they must not be
  /prebuilts/go/linux-x86/src/encoding/csv/
writer.go 127 // 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

Completed in 287 milliseconds

1 2 3