/build/make/tools/releasetools/ |
D | rangelib.py | 106 last = -1 113 if last <= s <= e: 114 last = e 121 if last <= s: 122 last = s+1 134 last = None 136 if i == last: 137 last = None 139 if last is not None: 140 yield last [all …]
|
/build/soong/third_party/zip/ |
D | android.go | 26 if w.last != nil && !w.last.closed { 27 if err := w.last.close(); err != nil { 30 w.last = nil 137 if w.last != nil && !w.last.closed { 138 if err := w.last.close(); err != nil { 170 w.last = &fw.fileWriter
|
D | writer.go | 22 last *fileWriter member 57 if w.last != nil && !w.last.closed { 58 if err := w.last.close(); err != nil { 61 w.last = nil 230 if w.last != nil && !w.last.closed { 231 if err := w.last.close(); err != nil { 272 w.last = fw
|
D | zip_test.go | 130 last := &r.buf[len(r.buf)-1] 131 return last.off + last.n
|
/build/soong/scripts/ |
D | manifest_fixer.py | 163 last = application.lastChild 164 if last is not None and last.nodeType != minidom.Node.TEXT_NODE: 165 last = None 172 application.insertBefore(doc.createTextNode(indent), last) 173 application.insertBefore(ul, last) 174 last = application.lastChild 178 if last and last.nodeType != minidom.Node.TEXT_NODE: 208 last = application.lastChild 209 if last is not None and last.nodeType != minidom.Node.TEXT_NODE: 210 last = None [all …]
|
/build/soong/androidmk/parser/ |
D | make_strings.go | 95 last := len(ms.Strings) - 1 96 ms.Strings[last] += other.Strings[0] 269 last := len(ms.Strings) - 1 270 ms.Strings[last] = strings.TrimRightFunc(ms.Strings[last], unicode.IsSpace) 274 last := len(ms.Strings) - 1 275 if len(ms.Strings[last]) > 1 { 276 ms.Strings[last] = ms.Strings[last][0 : len(ms.Strings[last])-1]
|
/build/bazel/json_module_graph/ |
D | findModulesWithSrcType.jq | 5 def isActionInputMatch($fileType): getActionInputs | split(".") | last | . == $fileType
|
D | findModulesWithNameSrcCollision.jq | 8 last | . == $name and $inputDirPath == $blueprintDirPath
|
/build/release/flag_declarations/ |
D | RELEASE_PLATFORM_VERSION_LAST_STABLE.textproto | 3 description: "The last stable version name of the platform that was released. During development, …
|
D | RELEASE_AIDL_USE_UNFROZEN.textproto | 3 …of the latest unfrozen version of a stable interface will behave like the last frozen version. Whe…
|
/build/make/tools/aconfig/aconfig/templates/ |
D | CustomFeatureFlags.java.template | 55 {{ -if not @last }},{{ endif }}
|
/build/make/tools/ |
D | fat16copy.py | 361 last = records.pop() 362 last_seq = struct.unpack("B", last[0])[0] 364 last = struct.pack("B", last_seq) + last[1:] 365 records.append(last)
|
/build/soong/zip/ |
D | zip.go | 842 last := !(start+parallelBlockSize < fileSize) 852 go z.compressPartialFile(sr, dict, last, resultChan, wg) 921 func (z *ZipWriter) compressPartialFile(r io.Reader, dict []byte, last bool, resultChan chan io.Rea… 924 result, err := z.compressBlock(r, dict, last) 935 func (z *ZipWriter) compressBlock(r io.Reader, dict []byte, last bool) (*bytes.Buffer, error) { 960 if last {
|
/build/make/tools/aconfig/aconfig/src/ |
D | commands.rs | 443 let last = pf.trace.last().unwrap(); in test_parse_flags() localVariable 444 assert_eq!(pf.state(), last.state()); in test_parse_flags() 445 assert_eq!(pf.permission(), last.permission()); in test_parse_flags()
|
/build/soong/ui/status/ninja_frontend/ |
D | frontend.proto | 57 // Changed inputs since last build.
|
/build/bazel/utils/ |
D | config_setting_boolean_algebra.bzl | 110 # recursive call come last makes the non-recursive version easier to implement
|
/build/bazel/rules/cc/ |
D | cc_binary.bzl | 119 # add the passed in features last, the reason is that it might include select statement so
|
D | cc_hidl_library_test.bzl | 185 "The last arg should be the FQ name of the interface: %s" % cmd,
|
/build/soong/android/ |
D | arch.go | 481 last := len(modules) - 1 482 commonOSVariant := modules[last] 484 for _, module := range modules[0:last] {
|
/build/make/tools/check-flagged-apis/src/com/android/checkflaggedapis/ |
D | Main.kt | 384 methodName = packageAndClassName.split("/").last() in parseApiVersions()
|
/build/bazel_common_rules/dist/ |
D | dist.bzl | 117 which produce a duplicate filename. This option is available as a last resort.
|
/build/make/ |
D | Changes.md | 300 Specifically, the last one eclipses others. 304 With above, `foo` becomes `mango` since its the last one. 329 the last several releases. Equivalent functionality is not available in Soong. 374 turn these errors into warnings temporarily. I don't expect this to last more 516 changed, so incremental builds will have the build number from the last time
|
/build/bazel/ |
D | common.bazelrc | 131 # Traceback (most recent call last):
|
/build/bazel/rules/aidl/ |
D | aidl_interface.bzl | 170 # next_version will be the last specified version + 1.
|
/build/make/tools/compliance/cmd/xmlnotice/ |
D | xmlnotice_test.go | 642 …rf("xmlnotice: missing </licenses> tag: got no </licenses> tag, want </licenses> tag on last line")
|