/build/soong/env/ |
D | env.go | 31 contents := make(envFileData, 0, len(envDeps)) 33 contents = append(contents, envFileEntry{key, value}) 36 sort.Sort(contents) 38 data, err := json.MarshalIndent(contents, "", " ") 59 var contents envFileData 61 err = json.Unmarshal(data, &contents) 67 for _, entry := range contents {
|
/build/soong/jar/ |
D | jar.go | 84 func ManifestFileContents(contents []byte) (*zip.FileHeader, []byte, error) { 85 b, err := manifestContents(contents) 102 func manifestContents(contents []byte) ([]byte, error) { 107 if !bytes.Contains(contents, manifestMarker) { 108 finalBytes = append(append(header, contents...), byte('\n')) 110 finalBytes = contents
|
/build/soong/zip/ |
D | zip_test.go | 53 func fh(name string, contents []byte, method uint16) zip.FileHeader { 57 CRC32: crc32.ChecksumIEEE(contents), 58 UncompressedSize64: uint64(len(contents)), 63 func fhManifest(contents []byte) zip.FileHeader { 67 CRC32: crc32.ChecksumIEEE(contents), 68 UncompressedSize64: uint64(len(contents)),
|
D | zip.go | 668 var contents []byte 675 contents, err = ioutil.ReadAll(f) 682 fh, buf, err := jar.ManifestFileContents(contents)
|
/build/blueprint/pathtools/ |
D | fs.go | 181 contents, err := dir.Readdirnames(-1) 186 sort.Strings(contents) 187 return contents, nil 484 contents, err := fs.ReadDirNames(name) 490 for _, f := range contents {
|
/build/make/tools/droiddoc/templates-ndk/ |
D | sample.cs | 54 <!-- begin file contents --> 85 <!-- end file contents -->
|
/build/soong/finder/fs/ |
D | fs.go | 54 ReadDir(path string) (contents []DirEntryInfo, err error) 102 func (osFs) ReadDir(path string) (contents []DirEntryInfo, err error) { 108 contents = append(contents, entry) 111 return contents, nil 511 func (m *MockFs) ReadDir(path string) (contents []DirEntryInfo, err error) {
|
/build/soong/cmd/merge_zips/ |
D | merge_zips.go | 273 contents, err := ioutil.ReadFile(manifest) 278 fh, buf, err := jar.ManifestFileContents(contents)
|
/build/blueprint/microfactory/ |
D | microfactory_test.go | 391 writeFile := func(name, contents string) { 392 if err := ioutil.WriteFile(filepath.Join(dir, name), []byte(contents), 0666); err != nil {
|
/build/make/tools/releasetools/ |
D | test_common.py | 80 def _test_ZipWrite(self, contents, extra_zipwrite_args=None): argument 99 for data in contents: 120 def _test_ZipWriteStr(self, zinfo_or_arcname, contents, extra_args=None): argument 142 common.ZipWriteStr(zip_file, zinfo_or_arcname, contents, **extra_args) 145 self._verify(zip_file, zip_file_name, arcname, sha1(contents).hexdigest(), 367 contents = os.urandom(1024) 369 entry_file.write(contents)
|
/build/soong/cmd/zip2zip/ |
D | zip2zip_test.go | 215 err: fmt.Errorf(`multiple entries for "a/a" with different contents`),
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 482 The contents are written to stdout, to be put in the current directory (often as Android.bp)
|
/build/kati/ |
D | LICENSE | 116 wherever such third-party notices normally appear. The contents
|
/build/blueprint/ |
D | LICENSE | 116 wherever such third-party notices normally appear. The contents
|
/build/make/tools/droiddoc/templates-ndk/assets/ |
D | GPL-LICENSE.txt | 75 is covered only if its contents constitute a work based on the
|
D | android-developer-docs.css | 2433 /* table of contents */
|
/build/make/core/ |
D | definitions.mk | 1925 $(ZIPSYNC) -d $@.contents -l $@.list $(PRIVATE_SOURCE_RES_ZIPS) 1926 $(hide) $(AAPT2) compile -o $@ --dir $@.contents $(PRIVATE_AAPT2_CFLAGS) --legacy
|
D | LINUX_KERNEL_COPYING | 91 is covered only if its contents constitute a work based on the
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-docs.css | 1241 /* table of contents */
|
D | jquery-resizable.min.js | 12 …contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append… method
|
D | jquery-1.6.2.min.js | 16 … to ")),n!==!0&&(c=n?n(c):p(o(c)))}}return c}function bZ(a,c,d){var e=a.contents,f=a.dataTypes,g=a…
|