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

1 2 3 4 5 6 7

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleMeanBox.java 10 * Apple Meaning box. Allowed as subbox of "----" box.
16 private String meaning; field in class:AppleMeanBox
23 return 4 + Utf8.utf8StringLengthInBytes(meaning);
29 meaning = IsoTypeReader.readString(content, content.remaining());
35 byteBuffer.put(Utf8.convert(meaning));
39 return meaning;
42 public void setMeaning(String meaning) {
43 this.meaning = meaning;
  /device/linaro/hikey/hikey/
BoardConfig.mk 10 ## printk.devkmsg only has meaning for kernel 4.9 and later
  /prebuilts/go/darwin-x86/test/interface/recursive1.dir/
recursive2.go 6 // intact and with the same meaning, by assigning to or using them.
  /prebuilts/go/linux-x86/test/interface/recursive1.dir/
recursive2.go 6 // intact and with the same meaning, by assigning to or using them.
  /prebuilts/go/darwin-x86/test/
rename1.go 7 // Verify that renamed identifiers no longer have their old meaning.
  /prebuilts/go/linux-x86/test/
rename1.go 7 // Verify that renamed identifiers no longer have their old meaning.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
local1.d 10 # (different meaning of "local" than for symbol), which can be seen as
  /prebuilts/go/darwin-x86/src/net/
tcpsockopt_solaris.go 31 // allocate a constant with a different meaning for the value of
  /prebuilts/go/darwin-x86/test/import2.dir/
import3.go 6 // intact and with the same meaning, by assigning to or using them.
  /prebuilts/go/linux-x86/src/net/
tcpsockopt_solaris.go 31 // allocate a constant with a different meaning for the value of
  /prebuilts/go/linux-x86/test/import2.dir/
import3.go 6 // intact and with the same meaning, by assigning to or using them.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
phiopt.go 92 // Requires that value dominates x, meaning that regardless of a,
108 // Requires that value dominates x, meaning that regardless of a,
  /prebuilts/go/darwin-x86/src/encoding/binary/
varint.go 54 // and the number of bytes n is <= 0 meaning:
88 // and the number of bytes n is <= 0 with the following meaning:
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
phiopt.go 92 // Requires that value dominates x, meaning that regardless of a,
108 // Requires that value dominates x, meaning that regardless of a,
  /prebuilts/go/linux-x86/src/encoding/binary/
varint.go 54 // and the number of bytes n is <= 0 meaning:
88 // and the number of bytes n is <= 0 with the following meaning:
  /build/soong/android/
util.go 87 // function. The skip argument has the same meaning as the skip argument of
  /prebuilts/go/darwin-x86/test/fixedbugs/bug248.dir/
bug2.go 42 // meaning that reflect data for v0, v1 didn't get confused.
  /prebuilts/go/linux-x86/test/fixedbugs/bug248.dir/
bug2.go 42 // meaning that reflect data for v0, v1 didn't get confused.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
syntax.go 34 // type declaration. Callers may assign meaning to the flags as
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
syntax.go 34 // type declaration. Callers may assign meaning to the flags as
  /external/valgrind/none/tests/
cmdline1.stdout.exp 108 basic block [0, meaning use tool provided default]
123 than <number> good frames found [0, meaning "disabled"]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/
plugin.go 58 // The implementation defines the meaning of the string
212 // The meaning of mode is defined by the implementation.
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/
plugin.go 58 // The implementation defines the meaning of the string
212 // The meaning of mode is defined by the implementation.
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode.go 34 // Similarly, mm and mm1 have identical meaning, as do xmm and xmm1.
321 // What happens if prefixes are given that have no meaning for the
323 // If they really have no meaning, they are ignored. However, a future
324 // processor may assign a different meaning. As a disassembler, we
326 // whose meaning we simply haven't been told yet.
731 // is that F3 beats F2 unless F3 has no special meaning, in which
732 // case F3 can be a modified on an F2 special meaning.
825 // special meaning, perhaps F2/F3 have special meaning that we don't know.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode.go 34 // Similarly, mm and mm1 have identical meaning, as do xmm and xmm1.
321 // What happens if prefixes are given that have no meaning for the
323 // If they really have no meaning, they are ignored. However, a future
324 // processor may assign a different meaning. As a disassembler, we
326 // whose meaning we simply haven't been told yet.
731 // is that F3 beats F2 unless F3 has no special meaning, in which
732 // case F3 can be a modified on an F2 special meaning.
825 // special meaning, perhaps F2/F3 have special meaning that we don't know.
    [all...]

Completed in 7069 milliseconds

1 2 3 4 5 6 7