Home
last modified time | relevance | path

Searched refs:REVERT (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lld/test/ELF/
Dallow-multiple-definition.s10 # RUN: llvm-objdump -d %t4 | FileCheck --check-prefix=REVERT %s
15 # RUN: llvm-objdump -d %t4 | FileCheck --check-prefix=REVERT %s
26 # REVERT: <_bar>:
27 # REVERT-NEXT: movl $2, %eax
/external/mesa3d/bin/pick/
Dcore.py73 REVERT = 2 variable in NominationType
291 commit.nomination_type = NominationType.REVERT
319 if (commit.nomination_type is NominationType.REVERT and
Dcore_test.py336 assert c.nomination_type is core.NominationType.REVERT
348 assert c.nomination_type is core.NominationType.REVERT
/external/capstone/arch/EVM/
DEVMMappingInsn.inc257 { 2, 0, 0 }, // REVERT
/external/angle/doc/
DContributingCode.md211 The best and easiest way to create a revert change is with Gerrit's **REVERT** button, in the
214 the commit message with the reason for the revert. When satisfied, press the dialog's **REVERT**
219 If you cannot use Gerrit's **REVERT** button, you can create a revert CL with the "git revert"
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/apollo3/
DREADME.md29 * **DO NOT FORGET TO REVERT CHANGE AFTER EXPERIMENT**
/external/python/cpython3/Lib/test/
Dtest_enum.py1990 REVERT = "REVERT" variable in TestEnum.test_multiple_inherited_mixin.Decision1
1997 REVERT = "REVERT" variable in TestEnum.test_multiple_inherited_mixin.Decision2