Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 25 of 41) sorted by relevance

12

/build/soong/finder/fs/
Dreaddir.go81 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/
Dtesting.go533 func GatherRequiredFilesForTest(fs map[string][]byte) {
537 bp string, fs map[string][]byte) android.Config {
Dprebuilt_test.go25 func testPrebuilt(t *testing.T, bp string, fs map[string][]byte) *android.TestContext {
/build/soong/bpfix/bpfix/
Dbpfix.go254 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/
Djar.go87 func ManifestFileContents(contents []byte) (*zip.FileHeader, []byte, error) {
105 func manifestContents(contents []byte) ([]byte, error) {
/build/soong/zip/
Dzip_test.go55 func fh(name string, contents []byte, method uint16) zip.FileHeader {
65 func fhManifest(contents []byte) zip.FileHeader {
/build/soong/cmd/extract_linker/
Dmain.go114 func bytesToAsm(asm io.Writer, buf []byte) {
/build/soong/android/
Dpackage_test.go84 func testPackage(fs map[string][]byte) (*TestContext, []error) {
Dvisibility_test.go1166 func testVisibility(buildDir string, fs map[string][]byte) (*TestContext, []error) {
/build/soong/cmd/diff_target_files/
Dallow_list_test.go24 func bytesToZipArtifactFile(name string, data []byte) *ZipArtifactFile {
Dallow_list.go246 func isComment(b []byte) bool {
/build/soong/java/
Dtesting.go30 func TestConfig(buildDir string, env map[string]string, bp string, fs map[string][]byte) android.Co…
/build/soong/ui/terminal/
Dutil.go58 func stripAnsiEscapes(input []byte) []byte {
/build/soong/third_party/zip/
Dandroid.go88 func stripExtras(input []byte) []byte {
/build/soong/sysprop/
Dsysprop_test.go92 func testConfig(env map[string]string, bp string, fs map[string][]byte) android.Config {
/build/blueprint/bpfmt/
Dbpfmt.go164 func diff(b1, b2 []byte) (data []byte, err error) {
/build/soong/ui/status/
Dstatus_test.go30 func (c counterOutput) Write(p []byte) (int, error) {
/build/soong/bpfix/cmd_lib/
Dbpfix.go163 func diff(b1, b2 []byte) (data []byte, err error) {
/build/soong/cmd/path_interposer/
Dmain.go171 func parseProcs(data []byte) map[int]procEntry {
/build/soong/sdk/
Dtesting.go32 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/
Dgenrule_test.go68 func testConfig(bp string, fs map[string][]byte) android.Config {
/build/blueprint/pathtools/
Dglob.go379 func WriteFileIfChanged(filename string, data []byte, perm os.FileMode) error {
/build/blueprint/bpmodify/
Dbpmodify.go271 func diff(b1, b2 []byte) (data []byte, err error) {
/build/soong/symbol_inject/
Dsymbol_inject.go101 func copyAndInject(r io.ReaderAt, w io.Writer, offset uint64, buf []byte) (err error) {
/build/soong/apex/
Dapex_test.go78 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