Searched defs:byte (Results 1 – 25 of 41) sorted by relevance
12
/build/soong/finder/fs/ |
D | readdir.go | 81 func parseDirent(buf []byte, entries []*dirEntryInfo) []*dirEntryInfo { 125 func direntIno(buf []byte) (uint64, bool) { 129 func direntType(buf []byte) (uint64, bool) { 133 func direntReclen(buf []byte) (uint64, bool) { 137 func direntNamlen(buf []byte) (uint64, bool) { 146 func readInt(b []byte, off, size uintptr) (u uint64, ok bool) { 153 func readIntLE(b []byte, size uintptr) uint64 {
|
/build/soong/cc/ |
D | testing.go | 533 func GatherRequiredFilesForTest(fs map[string][]byte) { 537 bp string, fs map[string][]byte) android.Config {
|
D | prebuilt_test.go | 25 func testPrebuilt(t *testing.T, bp string, fs map[string][]byte) *android.TestContext {
|
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 254 func simplifyKnownPropertiesDuplicatingEachOther(mod *parser.Module, buf []byte, patchList *parser.… 826 func runPatchListMod(modFunc func(mod *parser.Module, buf []byte, patchlist *parser.PatchList) erro… 875 func reorderCommonProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error { 921 func removeTags(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error { 996 func mergeMatchingModuleProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) err… 1000 func mergeMatchingProperties(properties *[]*parser.Property, buf []byte, patchlist *parser.PatchLis… 1023 func mergeProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error { 1046 func mergeListProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error {
|
/build/soong/jar/ |
D | jar.go | 87 func ManifestFileContents(contents []byte) (*zip.FileHeader, []byte, error) { 105 func manifestContents(contents []byte) ([]byte, error) {
|
/build/soong/zip/ |
D | zip_test.go | 55 func fh(name string, contents []byte, method uint16) zip.FileHeader { 65 func fhManifest(contents []byte) zip.FileHeader {
|
/build/soong/cmd/extract_linker/ |
D | main.go | 114 func bytesToAsm(asm io.Writer, buf []byte) {
|
/build/soong/android/ |
D | package_test.go | 84 func testPackage(fs map[string][]byte) (*TestContext, []error) {
|
D | visibility_test.go | 1166 func testVisibility(buildDir string, fs map[string][]byte) (*TestContext, []error) {
|
/build/soong/cmd/diff_target_files/ |
D | allow_list_test.go | 24 func bytesToZipArtifactFile(name string, data []byte) *ZipArtifactFile {
|
D | allow_list.go | 246 func isComment(b []byte) bool {
|
/build/soong/java/ |
D | testing.go | 30 func TestConfig(buildDir string, env map[string]string, bp string, fs map[string][]byte) android.Co…
|
/build/soong/ui/terminal/ |
D | util.go | 58 func stripAnsiEscapes(input []byte) []byte {
|
/build/soong/third_party/zip/ |
D | android.go | 88 func stripExtras(input []byte) []byte {
|
/build/soong/sysprop/ |
D | sysprop_test.go | 92 func testConfig(env map[string]string, bp string, fs map[string][]byte) android.Config {
|
/build/blueprint/bpfmt/ |
D | bpfmt.go | 164 func diff(b1, b2 []byte) (data []byte, err error) {
|
/build/soong/ui/status/ |
D | status_test.go | 30 func (c counterOutput) Write(p []byte) (int, error) {
|
/build/soong/bpfix/cmd_lib/ |
D | bpfix.go | 163 func diff(b1, b2 []byte) (data []byte, err error) {
|
/build/soong/cmd/path_interposer/ |
D | main.go | 171 func parseProcs(data []byte) map[int]procEntry {
|
/build/soong/sdk/ |
D | testing.go | 32 func testSdkContext(bp string, fs map[string][]byte, extraOsTypes []android.OsType) (*android.TestC… 149 func testSdkWithFs(t *testing.T, bp string, fs map[string][]byte) *testSdkResult {
|
/build/soong/genrule/ |
D | genrule_test.go | 68 func testConfig(bp string, fs map[string][]byte) android.Config {
|
/build/blueprint/pathtools/ |
D | glob.go | 379 func WriteFileIfChanged(filename string, data []byte, perm os.FileMode) error {
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 271 func diff(b1, b2 []byte) (data []byte, err error) {
|
/build/soong/symbol_inject/ |
D | symbol_inject.go | 101 func copyAndInject(r io.ReaderAt, w io.Writer, offset uint64, buf []byte) (err error) {
|
/build/soong/apex/ |
D | apex_test.go | 78 func withFiles(files map[string][]byte) testCustomizer { 99 func withNativeBridgeEnabled(_ map[string][]byte, config android.Config) { 118 func withBinder32bit(_ map[string][]byte, config android.Config) { 122 func withUnbundledBuild(_ map[string][]byte, config android.Config) {
|
12