HomeSort by relevance Sort by last modified time
    Searched full:valbytes (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/net/nsd/
DnsSdTxtRecord.java 71 byte[] valBytes;
75 valBytes = value.getBytes();
76 valLen = valBytes.length;
78 valBytes = null;
103 insert(keyBytes, valBytes, currentLoc);
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof_test.go 122 func parseProfile(t *testing.T, valBytes []byte, f func(uintptr, []*profile.Location, map[string][]string)) {
123 p, err := profile.Parse(bytes.NewReader(valBytes))
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof_test.go 122 func parseProfile(t *testing.T, valBytes []byte, f func(uintptr, []*profile.Location, map[string][]string)) {
123 p, err := profile.Parse(bytes.NewReader(valBytes))
  /toolchain/binutils/binutils-2.27/opcodes/
arm-dis.c 4410 unsigned char valbytes[4]; local
    [all...]

Completed in 2524 milliseconds