Home
last modified time | relevance | path

Searched refs:last (Results 1 – 25 of 38) sorted by relevance

12

/build/make/tools/releasetools/
Drangelib.py106 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/
Dandroid.go26 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
Dwriter.go22 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
Dzip_test.go130 last := &r.buf[len(r.buf)-1]
131 return last.off + last.n
/build/soong/scripts/
Dmanifest_fixer.py163 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/
Dmake_strings.go95 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/
DfindModulesWithSrcType.jq5 def isActionInputMatch($fileType): getActionInputs | split(".") | last | . == $fileType
DfindModulesWithNameSrcCollision.jq8 last | . == $name and $inputDirPath == $blueprintDirPath
/build/release/flag_declarations/
DRELEASE_PLATFORM_VERSION_LAST_STABLE.textproto3 description: "The last stable version name of the platform that was released. During development, …
DRELEASE_AIDL_USE_UNFROZEN.textproto3 …of the latest unfrozen version of a stable interface will behave like the last frozen version. Whe…
/build/make/tools/aconfig/aconfig/templates/
DCustomFeatureFlags.java.template55 {{ -if not @last }},{{ endif }}
/build/make/tools/
Dfat16copy.py361 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/
Dzip.go842 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/
Dcommands.rs443 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/
Dfrontend.proto57 // Changed inputs since last build.
/build/bazel/utils/
Dconfig_setting_boolean_algebra.bzl110 # recursive call come last makes the non-recursive version easier to implement
/build/bazel/rules/cc/
Dcc_binary.bzl119 # add the passed in features last, the reason is that it might include select statement so
Dcc_hidl_library_test.bzl185 "The last arg should be the FQ name of the interface: %s" % cmd,
/build/soong/android/
Darch.go481 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/
DMain.kt384 methodName = packageAndClassName.split("/").last() in parseApiVersions()
/build/bazel_common_rules/dist/
Ddist.bzl117 which produce a duplicate filename. This option is available as a last resort.
/build/make/
DChanges.md300 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/
Dcommon.bazelrc131 # Traceback (most recent call last):
/build/bazel/rules/aidl/
Daidl_interface.bzl170 # next_version will be the last specified version + 1.
/build/make/tools/compliance/cmd/xmlnotice/
Dxmlnotice_test.go642 …rf("xmlnotice: missing </licenses> tag: got no </licenses> tag, want </licenses> tag on last line")

12