| /external/hyphenation-patterns/ |
| Android.mk | 70 # It is used to find source files, and also generate the resulting binary.
|
| /external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/ |
| text.py | 142 for each token could be binary, based on word count, based on tf-idf... 300 def texts_to_matrix(self, texts, mode='binary'): 305 mode: one of "binary", "count", "tfidf", "freq". 313 def sequences_to_matrix(self, sequences, mode='binary'): 319 mode: one of "binary", "count", "tfidf", "freq" 358 elif mode == 'binary':
|
| /external/v8/tools/ |
| SourceMap.js | 2 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions in binary form must reproduce the above 41 * Redistribution and use in source and binary forms, with or without 47 * * Redistributions in binary form must reproduce the above
|
| /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/testdata/ |
| hist.go | 7 // binary is "debugged" under the control of a harness. Because the compile+debug
|
| /prebuilts/go/darwin-x86/src/cmd/dist/ |
| buildtool.go | 158 // so that Go 1.4 builds whatever kind of binary it knows how to build. 183 // only applies to the final cmd/go binary, but that's OK: if this is Go 1.10 200 // Copy binaries into tool binary directory. 250 // binary that works for the current runtime.GOARCH.
|
| /prebuilts/go/darwin-x86/src/cmd/link/internal/loadpe/ |
| ldpe.go | 14 "encoding/binary" 253 rp.Add = int64(int32(binary.LittleEndian.Uint32(sectdata[rsect][rp.Off:]))) 259 rp.Add = int64(int32(binary.LittleEndian.Uint32(sectdata[rsect][rp.Off:]))) 267 rp.Add = int64(binary.LittleEndian.Uint64(sectdata[rsect][rp.Off:]))
|
| /prebuilts/go/darwin-x86/src/encoding/binary/ |
| binary_test.go | 5 package binary package 327 want := "binary.Read: invalid type " + reflect.TypeOf(data).String() 393 t.Errorf("binary.LittleEndian.Uint64 expected to panic for small slices, but didn't") 396 t.Errorf("binary.LittleEndian.PutUint64 expected to panic for small slices, but didn't")
|
| varint_test.go | 5 package binary package
|
| /prebuilts/go/darwin-x86/src/math/big/ |
| sqrt_test.go | 36 // 350 decimal digits give up to 1000 binary digits.
|
| /prebuilts/go/darwin-x86/src/os/exec/ |
| lp_windows.go | 53 // LookPath searches for an executable binary named file
|
| /prebuilts/go/darwin-x86/src/runtime/ |
| cgo.go | 11 // Filled in by runtime/cgo when linked into binary.
|
| /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/ |
| binary.go | 9 // This file contains duplicates of encoding/binary package.
|
| /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/ |
| binary.go | 9 // This file contains duplicates of encoding/binary package.
|
| /prebuilts/go/darwin-x86/test/fixedbugs/bug248.dir/ |
| bug2.go | 77 // the binary search will handle one of them incorrectly.
|
| /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/testdata/ |
| hist.go | 7 // binary is "debugged" under the control of a harness. Because the compile+debug
|
| /prebuilts/go/linux-x86/src/cmd/dist/ |
| buildtool.go | 158 // so that Go 1.4 builds whatever kind of binary it knows how to build. 183 // only applies to the final cmd/go binary, but that's OK: if this is Go 1.10 200 // Copy binaries into tool binary directory. 250 // binary that works for the current runtime.GOARCH.
|
| /prebuilts/go/linux-x86/src/cmd/link/internal/loadpe/ |
| ldpe.go | 14 "encoding/binary" 253 rp.Add = int64(int32(binary.LittleEndian.Uint32(sectdata[rsect][rp.Off:]))) 259 rp.Add = int64(int32(binary.LittleEndian.Uint32(sectdata[rsect][rp.Off:]))) 267 rp.Add = int64(binary.LittleEndian.Uint64(sectdata[rsect][rp.Off:]))
|
| /prebuilts/go/linux-x86/src/encoding/binary/ |
| binary_test.go | 5 package binary package 327 want := "binary.Read: invalid type " + reflect.TypeOf(data).String() 393 t.Errorf("binary.LittleEndian.Uint64 expected to panic for small slices, but didn't") 396 t.Errorf("binary.LittleEndian.PutUint64 expected to panic for small slices, but didn't")
|
| varint_test.go | 5 package binary package
|
| /prebuilts/go/linux-x86/src/math/big/ |
| sqrt_test.go | 36 // 350 decimal digits give up to 1000 binary digits.
|
| /prebuilts/go/linux-x86/src/os/exec/ |
| lp_windows.go | 53 // LookPath searches for an executable binary named file
|
| /prebuilts/go/linux-x86/src/runtime/ |
| cgo.go | 11 // Filled in by runtime/cgo when linked into binary.
|
| /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/ |
| binary.go | 9 // This file contains duplicates of encoding/binary package.
|
| /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/ |
| binary.go | 9 // This file contains duplicates of encoding/binary package.
|
| /prebuilts/go/linux-x86/test/fixedbugs/bug248.dir/ |
| bug2.go | 77 // the binary search will handle one of them incorrectly.
|