/build/soong/third_party/zip/ |
D | writer.go | 70 for _, h := range w.dir { 74 b.uint16(h.CreatorVersion) 75 b.uint16(h.ReaderVersion) 76 b.uint16(h.Flags) 77 b.uint16(h.Method) 78 b.uint16(h.ModifiedTime) 79 b.uint16(h.ModifiedDate) 80 b.uint32(h.CRC32) 81 if h.isZip64() || h.offset >= uint32max { 93 eb.uint64(h.UncompressedSize64) [all …]
|
D | struct.go | 94 func (h *FileHeader) FileInfo() os.FileInfo { 95 return headerFileInfo{h} 179 func (h *FileHeader) ModTime() time.Time { 180 return msDosTimeToTime(h.ModifiedDate, h.ModifiedTime) 185 func (h *FileHeader) SetModTime(t time.Time) { 186 h.ModifiedDate, h.ModifiedTime = timeToMsDosTime(t) 209 func (h *FileHeader) Mode() (mode os.FileMode) { 210 switch h.CreatorVersion >> 8 { 212 mode = unixModeToFileMode(h.ExternalAttrs >> 16) 214 mode = msdosModeToFileMode(h.ExternalAttrs) [all …]
|
D | zip_test.go | 368 func testValidHeader(h *FileHeader, t *testing.T) { 372 f, err := z.CreateHeader(h) 389 if zh.Name != h.Name || zh.Method != h.Method || zh.UncompressedSize64 != uint64(len("hi")) { 390 …t.Fatalf("got %q/%d/%d expected %q/%d/%d", zh.Name, zh.Method, zh.UncompressedSize64, h.Name, h.Me… 401 h := FileHeader{ 406 h.SetModTime(ts) 408 testValidHeader(&h, t) 412 h := FileHeader{ 417 testValidHeader(&h, t) 421 h := FileHeader{ [all …]
|
D | android.go | 41 h := &header{ 45 w.dir = append(w.dir, h) 154 h := &header{ 158 w.dir = append(w.dir, h) 159 fw.header = h
|
/build/soong/makedeps/ |
D | deps_test.go | 58 bar.h baz.h 77 Dir\Library\Version\Bar.h \ 85 `Dir\Library\Version\Bar.h`, 118 input: `C\:/Program\ Files\ (x86)/Microsoft\ crtdefs.h: \ 208 external/ninja/src/ninja.cc external/libcxx/include/errno.h \ 210 prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/features.h \ 211 …gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/predefs.h \ 212 …ts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/cdefs.h \ 213 …cc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/wordsize.h \ 214 …ts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/gnu/stubs.h \ [all …]
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | jquery-1.6.2.min.js | 16 …h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g<i;g++){if(g===1)for(h in a.converters)typeof h=="string"… argument 17 …h]||!!f.event.global[h]){c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.typ…
|
D | prettify.js | 15 …or(var f=j.substring(1,j.length-1).match(new RegExp(Ub,R)),s=[],k=[],h=f[0]===M,e=h?1:0,p=f.length… 16 …h&&D.push(M);D.push.apply(D,s);for(e=0;e<B.length;++e){A=B[e];D.push(n(A[0]));if(A[1]>A[0]){A[1]+1… 17 …=++b;for(h=e=0;e<s;++e){p=f[e];if(p===H){++h;if(k[h]===undefined)f[e]=dc}else if(Q===p.charAt(0))i… 21 …h=j[k],e,p;if(typeof h===nc)p=z;else{var t=c[k.charAt(0)];if(t){e=k.match(t[1]);h=t[0]}else{for(va… 22 h.substring(0,5))&&!(e&&e[1])){p=z;h=oc}p||(j[k]=h)}var x=v;v+=k.length;if(p){var B=e[1],E=k.indexO…
|
D | jquery-resizable.min.js | 12 …h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h… 19 …h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===… 29 …h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l){var m=l!==undefi… 40 …h=c.trim(k[f]),d="ui-resizable-"+h;var g=c('<div class="ui-resizable-handle '+d+'"></div>');if(/sw… argument
|
/build/make/tools/fs_config/end_to_end_test/ |
D | run_test.sh | 4 …--aid-header $ANDROID_BUILD_TOP/system/core/libcutils/include/private/android_filesystem_config.h \ 5 --capability-header $ANDROID_BUILD_TOP/bionic/libc/kernel/uapi/linux/capability.h \ 16 …--aid-header $ANDROID_BUILD_TOP/system/core/libcutils/include/private/android_filesystem_config.h \ 17 --capability-header $ANDROID_BUILD_TOP/bionic/libc/kernel/uapi/linux/capability.h \ 28 …--aid-header $ANDROID_BUILD_TOP/system/core/libcutils/include/private/android_filesystem_config.h \ 29 --capability-header $ANDROID_BUILD_TOP/bionic/libc/kernel/uapi/linux/capability.h \ 39 …--aid-header $ANDROID_BUILD_TOP/system/core/libcutils/include/private/android_filesystem_config.h \ 40 --capability-header $ANDROID_BUILD_TOP/bionic/libc/kernel/uapi/linux/capability.h \ 50 …--aid-header $ANDROID_BUILD_TOP/system/core/libcutils/include/private/android_filesystem_config.h \ 51 --capability-header $ANDROID_BUILD_TOP/bionic/libc/kernel/uapi/linux/capability.h \ [all …]
|
/build/soong/java/ |
D | hiddenapi.go | 52 func (h *hiddenAPI) bootDexJar() android.Path { 53 return h.bootDexJarPath 56 func (h *hiddenAPI) classesJars() android.Paths { 57 return h.classesJarPaths 60 func (h *hiddenAPI) uncompressDex() *bool { 61 return h.uncompressDexState 82 func (h *hiddenAPI) initHiddenAPI(ctx android.ModuleContext, dexJar, classesJar android.Path, uncom… 91 h.classesJarPaths = classesJars 95 h.bootDexJarPath = dexJar 97 h.uncompressDexState = uncompressedDexState [all …]
|
/build/soong/sdk/ |
D | cc_sdk_test.go | 445 myinclude/Test.h -> include/myinclude/Test.h 519 myinclude/Test.h -> include/myinclude/Test.h 520 …erated_foo/gen/generated_foo/protos/foo/bar.h -> include_gen/generated_foo/gen/generated_foo/proto… 601 myinclude/Test.h -> include/myinclude/Test.h 603 arm64/include/Arm64Test.h -> arm64/include/arm64/include/Arm64Test.h 1143 myinclude/Test.h -> include/myinclude/Test.h 1145 …ed/gen/aidl/aidl/foo/bar/Test.h -> arm64/include_gen/mynativelib/android_arm64_armv8-a_shared/gen/… 1146 …gen/aidl/aidl/foo/bar/BnTest.h -> arm64/include_gen/mynativelib/android_arm64_armv8-a_shared/gen/a… 1147 …gen/aidl/aidl/foo/bar/BpTest.h -> arm64/include_gen/mynativelib/android_arm64_armv8-a_shared/gen/a… 1149 …ed/gen/aidl/aidl/foo/bar/Test.h -> arm/include_gen/mynativelib/android_arm_armv7-a-neon_shared/gen… [all …]
|
/build/make/core/ |
D | node_fns.mk | 100 $(eval h := |||$(subst $(space),|||,$(strip $(1)))|||) \ 101 $(eval h := $(subst |||$(strip $(2))|||,|||$(space)|||,$(h))) \ 102 $(eval h := $(word 1,$(h)) $(2) $(wordlist 2,9999,$(h))) \ 103 $(subst |||,$(space),$(h)) \
|
/build/bazel/rules/ |
D | cc_constants.bzl | 6 _HDR_EXTS = ["h", "hh", "hpp", "hxx", "h++", "inl", "inc", "ipp", "h.generic"]
|
/build/make/common/ |
D | strings.mk | 22 …t B,b,$(subst C,c,$(subst D,d,$(subst E,e,$(subst F,f,$(subst G,g,$(subst H,h,$(subst I,i,$(subst … 29 …bst b,B,$(subst c,C,$(subst d,D,$(subst e,E,$(subst f,F,$(subst g,G,$(subst h,H,$(subst i,I,$(subs… 115 ifneq (a=b c=d e= f=g h=,$(call collapse-pairs,a=b c= d e = f = g h=)) 118 ifneq (a:=b c:=d e:=f g:=h,$(call collapse-pairs,a:=b c:= d e :=f g := h,:=))
|
/build/soong/cc/ |
D | library_headers.go | 53 func (h *libraryHeaderBazelHander) generateBazelBuildActions(ctx android.ModuleContext, label strin… 71 h.module.outputFile = android.OptionalPathForPath(outputPath) 79 h.library.flagExporterInfo = &flagExporterInfo 87 h.library.collectedSnapshotHeaders = android.Paths{}
|
/build/soong/cmd/fileslist/ |
D | fileslist.go | 67 h := sha256.New() 75 if _, err := io.Copy(h, f); err != nil { 84 if _, err := io.WriteString(h, s); err != nil { 88 n.SHA256 = fmt.Sprintf("%x", h.Sum(nil))
|
/build/make/tools/releasetools/ |
D | images.py | 131 h = sha1() 133 h.update(data) 134 return h.hexdigest() 209 h = sha1() 211 h.update(data) 212 return h.hexdigest()
|
D | check_ota_package_signature.py | 99 h = sha256() if use_sha256 else sha1() 100 h.update(package_bytes[:signed_len]) 101 package_digest = h.hexdigest().lower()
|
/build/make/tools/fs_config/ |
D | README.md | 3 The `fs_config_generator.py` tool uses the platform `android_filesystem_config.h` and the 7 * The `generated_oem_aid.h` header 29 ### The `generated_oem_aid.h` header 31 The `generated_oem_aid.h` creates identifiers for non-platform AIDs for developers wishing to use 33 corresponding makefile and `#include "generated_oem_aid.h"` in the code wishing to use these
|
/build/make/tools/ |
D | check_radio_versions.py | 62 h, v = line.split() variable 63 versions[h] = v
|
/build/soong/android/ |
D | hooks.go | 132 h := &m.(Module).base().hooks 133 h.install = append(h.install, hook)
|
/build/soong/ui/terminal/ |
D | smart_status.go | 75 h, _ := strconv.Atoi(env) 76 s.tableMode = h > 0 77 s.requestedTableHeight = h 300 if w, h, ok := termSize(s.writer); ok { 304 s.termWidth, s.termHeight = w, h
|
/build/blueprint/ |
D | name_interface.go | 33 func (h *ModuleGroup) String() string { 34 return h.moduleGroup.name
|
/build/bazel/examples/android_app/java/com/app/ |
D | BUILD | 39 hdrs = ["jni_dep.h"],
|
/build/soong/third_party/zip/testdata/ |
D | readme.notzip | 8 ��h�&�����:�O�IG\��Z�]o�.�.��f��Eh�m�ֶ�3�����}wC�v0��#�Z�=o
|