Home
last modified time | relevance | path

Searched refs:branches (Results 1 – 25 of 37) sorted by relevance

12

/aosp12/art/test/657-branches/
H A DAndroid.bp3 // 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 Dinfo.txt2 handling branches fallthrough.
/aosp12/packages/modules/Wifi/
H A Dmetrics_pdd_hook.py27 branches = subprocess.check_output(['git', 'branch', '-vv']).splitlines()
29 for branch in branches:
/aosp12/build/make/tools/docker/
H A DREADME.md2 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 Dbuild.yml5 branches: [ master ]
7 branches: [ master ]
/aosp12/art/test/800-smali/smali/
H A Db_22411633_3.smali26 # merge is only from forward branches. If the conflict isn't used (as here), this should
H A Db_23502994.smali9 # 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 DAndroid.bp50 // Don't build for unbundled branches
/aosp12/art/test/570-checker-osr/smali/
H A DOsr.smali20 # This ensures we can do on-stack replacement for branches to those nop blocks.
/aosp12/frameworks/compile/libbcc/lib/
H A DAndroid.bp88 // Don't build in unbundled branches
/aosp12/frameworks/multidex/instrumentation/
H A DAndroid.bp52 // Don't build the library in unbundled branches.
/aosp12/frameworks/multidex/library/
H A DAndroid.bp53 // Don't build the library in unbundled branches.
/aosp12/system/extras/simpleperf/
H A Detm_branch_list.proto39 repeated Branch branches = 2; field
H A Dcmd_inject.cpp382 const auto& branch_proto = addr_proto.branches(j); in BuildBranchMap()
/aosp12/frameworks/opt/setupwizard/library/
H A Dself.gradle2 * This self.gradle build file is only run when built in ub-setupwizard-* branches.
/aosp12/art/test/564-checker-irreducible-loop/smali/
H A DIrreducibleLoop.smali36 # The else part: a block uses the ArtMethod and branches to
/aosp12/art/tools/jvmti-agents/ti-fast/
H A DREADME.md23 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 DBinaryDictEncoderUtils.java240 final ArrayList<PtNode> branches = ptNodeArray.mData; in flattenTreeInner() local
241 for (PtNode ptNode : branches) { in flattenTreeInner()
/aosp12/art/runtime/interpreter/mterp/
H A DREADME.txt81 unconditionally refresh rIBASE at backward branches, exception throws and returns.
/aosp12/build/make/tools/releasetools/
H A Dpylintrc65 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 Dpylintrc91 too-many-branches,
380 max-branches=12
/aosp12/art/test/463-checker-boolean-simplifier/smali/
H A DMain2.smali32 # empty branches removed.
/aosp12/build/make/core/
H A Denvsetup.rbc103 …# Used to signify special builds. E.g., branches and/or releases, like "M5-RC7". Can be an arbit…
/aosp12/art/tools/checker/
H A DREADME128 Statements inside branches can define new variables. If a new variable gets defined inside a branch
/aosp12/bionic/docs/
H A Dlibc_assembler.md163 to verify unwind cases, such as around branches, where unwind information

12