/aosp12/build/soong/android/ |
H A D | depset_test.go | 78 postorder, preorder, topological []string 85 postorder: []string{"c", "a", "b"}, 94 postorder: []string{"c", "a", "b"}, 104 postorder: []string{"c", "a", "e", "b", "d"}, 130 postorder: []string{"c", "a", "e", "b", "d"}, 140 postorder: []string{"c", "a", "e", "b", "d"}, 156 postorder: []string{"c", "a", "e", "b", "d"}, 179 postorder: []string{"c", "b", "a"}, 193 postorder: []string{"d", "b", "c", "a"}, 234 postorder: []string{"a", "b"}, [all …]
|
/aosp12/bionic/libc/bionic/ |
H A D | ftw.cpp | 48 bool postorder = (nftw_flags & FTW_DEPTH) != 0; in do_nftw() local 66 if (postorder || access(cur->fts_path, R_OK) == -1) continue; in do_nftw() 76 if (!postorder) continue; in do_nftw()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | search_h.c | 45 v = postorder; in search_h()
|
/aosp12/bionic/libc/include/ |
H A D | search.h | 47 postorder, enumerator
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
H A D | tsearch.c | 103 (*action)(root, postorder, level); in trecurse()
|
/aosp12/build/bazel/bazel_skylib/ |
H A D | bzl_library.bzl | 28 all_files = depset(ctx.files.srcs, order = "postorder", transitive = deps_files)
|
/aosp12/bionic/tests/ |
H A D | search_test.cpp | 65 if (order == postorder || order == leaf) { in node_walk()
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ... |