/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/tools/releasetools/ |
D | test_common.py | 46 def _verify(self, zip_file, zip_file_name, arcname, contents, argument 70 self.assertEqual(zip_file.read(arcname), contents) 73 def _test_ZipWrite(self, contents, extra_zipwrite_args=None): argument 91 test_file.write(contents) 103 self._verify(zip_file, zip_file_name, arcname, contents, test_file_name, 109 def _test_ZipWriteStr(self, zinfo_or_arcname, contents, extra_args=None): argument 131 common.ZipWriteStr(zip_file, zinfo_or_arcname, contents, **extra_args) 134 self._verify(zip_file, zip_file_name, arcname, contents,
|
/build/tools/droiddoc/templates-sdk-dev/ |
D | sample.cs | 49 <!-- begin file contents --> 80 <!-- end file contents -->
|
/build/tools/droiddoc/templates-ndk/ |
D | sample.cs | 54 <!-- begin file contents --> 85 <!-- end file contents -->
|
/build/tools/droiddoc/templates-sdk/ |
D | sample.cs | 54 <!-- begin file contents --> 85 <!-- end file contents -->
|
/build/tools/droiddoc/templates-sdk-refonly/ |
D | sample.cs | 54 <!-- begin file contents --> 85 <!-- end file contents -->
|
/build/tools/signapk/src/com/android/signapk/ |
D | ApkSignerV2.java | 249 ByteBuffer[] contents) throws DigestException { in computeContentDigests() argument 261 for (ByteBuffer input : contents) { in computeContentDigests() 280 for (ByteBuffer input : contents) { in computeContentDigests()
|
/build/tools/ijar/ |
D | README.txt | 77 by the contents of the temp buffer.
|
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/kati/ |
D | LICENSE | 116 wherever such third-party notices normally appear. The contents
|
/build/tools/droiddoc/templates-sdk-refonly/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/tools/droiddoc/templates-sac/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/tools/droiddoc/templates-sdk-dev/assets/ |
D | GPL-LICENSE.txt | 75 is covered only if its contents constitute a work based on the
|
/build/tools/droiddoc/templates-ds/assets/ |
D | GPL-LICENSE.txt | 75 is covered only if its contents constitute a work based on the
|
D | android-developer-docs.css | 1241 /* table of contents */
|
/build/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/tools/droiddoc/templates-sdk/assets/ |
D | GPL-LICENSE.txt | 75 is covered only if its contents constitute a work based on the
|
/build/core/ |
D | LINUX_KERNEL_COPYING | 91 is covered only if its contents constitute a work based on the
|
D | Makefile | 950 @echo Modifying ramdisk contents...
|
/build/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
|