/aosp12/art/test/657-branches/ |
H A D | Android.bp | 3 // Build rules for ART run-test `657-branches`. 16 name: "art-run-test-657-branches", 21 ":art-run-test-657-branches-expected-stdout", 22 ":art-run-test-657-branches-expected-stderr", 28 name: "art-run-test-657-branches-expected-stdout", 29 out: ["art-run-test-657-branches-expected-stdout.txt"], 36 name: "art-run-test-657-branches-expected-stderr", 37 out: ["art-run-test-657-branches-expected-stderr.txt"],
|
H A D | info.txt | 2 handling branches fallthrough.
|
/aosp12/packages/modules/Wifi/ |
H A D | metrics_pdd_hook.py | 27 branches = subprocess.check_output(['git', 'branch', '-vv']).splitlines() 29 for branch in branches:
|
/aosp12/build/make/tools/docker/ |
H A D | README.md | 2 a variety of Android branches (>= Lollipop). It's particulary useful to build 3 older branches that required 14.04 if you've upgraded to something newer.
|
/aosp12/build/blueprint/.github/workflows/ |
H A D | build.yml | 5 branches: [ master ] 7 branches: [ master ]
|
/aosp12/art/test/800-smali/smali/ |
H A D | b_22411633_3.smali | 26 # merge is only from forward branches. If the conflict isn't used (as here), this should
|
H A D | b_23502994.smali | 9 # Sharpen, and try to unlock (in both branches). We should not lose the lock info when we make
|
/aosp12/frameworks/compile/libbcc/tools/bcc_compat/ |
H A D | Android.bp | 50 // Don't build for unbundled branches
|
/aosp12/art/test/570-checker-osr/smali/ |
H A D | Osr.smali | 20 # This ensures we can do on-stack replacement for branches to those nop blocks.
|
/aosp12/frameworks/compile/libbcc/lib/ |
H A D | Android.bp | 88 // Don't build in unbundled branches
|
/aosp12/frameworks/multidex/instrumentation/ |
H A D | Android.bp | 52 // Don't build the library in unbundled branches.
|
/aosp12/frameworks/multidex/library/ |
H A D | Android.bp | 53 // Don't build the library in unbundled branches.
|
/aosp12/system/extras/simpleperf/ |
H A D | etm_branch_list.proto | 39 repeated Branch branches = 2; field
|
H A D | cmd_inject.cpp | 382 const auto& branch_proto = addr_proto.branches(j); in BuildBranchMap()
|
/aosp12/frameworks/opt/setupwizard/library/ |
H A D | self.gradle | 2 * This self.gradle build file is only run when built in ub-setupwizard-* branches.
|
/aosp12/art/test/564-checker-irreducible-loop/smali/ |
H A D | IrreducibleLoop.smali | 36 # The else part: a block uses the ArtMethod and branches to
|
/aosp12/art/tools/jvmti-agents/ti-fast/ |
H A D | README.md | 23 called. This behavior is static. The no-log methods have no branches and just
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
H A D | BinaryDictEncoderUtils.java | 240 final ArrayList<PtNode> branches = ptNodeArray.mData; in flattenTreeInner() local 241 for (PtNode ptNode : branches) { in flattenTreeInner()
|
/aosp12/art/runtime/interpreter/mterp/ |
H A D | README.txt | 81 unconditionally refresh rIBASE at backward branches, exception throws and returns.
|
/aosp12/build/make/tools/releasetools/ |
H A D | pylintrc | 65 disable=invalid-name,missing-docstring,too-many-branches,too-many-locals,too-many-arguments,too-man… 319 max-branches=12
|
/aosp12/system/update_engine/ |
H A D | pylintrc | 91 too-many-branches, 380 max-branches=12
|
/aosp12/art/test/463-checker-boolean-simplifier/smali/ |
H A D | Main2.smali | 32 # empty branches removed.
|
/aosp12/build/make/core/ |
H A D | envsetup.rbc | 103 …# Used to signify special builds. E.g., branches and/or releases, like "M5-RC7". Can be an arbit…
|
/aosp12/art/tools/checker/ |
H A D | README | 128 Statements inside branches can define new variables. If a new variable gets defined inside a branch
|
/aosp12/bionic/docs/ |
H A D | libc_assembler.md | 163 to verify unwind cases, such as around branches, where unwind information
|