Home
last modified time | relevance | path

Searched refs:action (Results 1 – 15 of 15) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-sjlj.c147 _Unwind_Action action = _UA_CLEANUP_PHASE; in unwind_phase2() local
149 action = (_Unwind_Action)( in unwind_phase2()
154 (*c->personality)(1, action, exception_object->exception_class, in unwind_phase2()
211 _Unwind_Action action = in unwind_phase2_forced() local
214 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced()
233 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced()
DUnwindLevel1.c180 _Unwind_Action action = _UA_CLEANUP_PHASE; in unwind_phase2() local
183 action = (_Unwind_Action)(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME); in unwind_phase2()
186 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2()
268 _Unwind_Action action = in unwind_phase2_forced() local
271 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced()
291 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced()
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_apple.h112 # define _STLP_MPWFIX_CATCH_ACTION(action) }catch(...){action;throw;} //*TY 06/01/2000 - exception… argument
Dfeatures.h322 # define _STLP_MPWFIX_CATCH_ACTION(action) argument
822 # define _STLP_UNWIND(action) catch(...) { action; throw; } argument
843 # define _STLP_UNWIND(action) argument
/ndk/
Dndk-gdb.py54 "--verbose", "-v", action="store_true",
58 "--force", "-f", action="store_true",
84 "--attach", action=NoopAction, nargs=0,
88 "--launch", action="store_true", dest="launch",
93 "--launch-list", action="store_true",
97 "--launch-activity", action="store", metavar="ACTIVITY",
107 "--nowait", action="store_true",
112 "-t", "--tui", action="store_true", dest="tui",
Dcheckbuild.py77 '--package', action='store_true', dest='package', default=True,
80 '--no-package', action='store_false', dest='package',
85 '--test', action='store_true', dest='test', default=True,
91 '--no-test', action='store_false', dest='test',
110 '--host-only', action='store_true',
/ndk/sources/cxx-stl/gabi++/src/
Dhelper_func_internal.cc144 const uint8_t* action = actionTableStart + (actionEntry - 1); in scanEHTable() local
146 const uint8_t* actionRecord = action; in scanEHTable()
147 int64_t ttypeIndex = readSLEB128(&action); in scanEHTable()
262 const uint8_t* temp = action; in scanEHTable()
271 action += actionOffset; in scanEHTable()
/ndk/tests/
Drun-all.py217 '--show-commands', action='store_true',
227 '--quick', action='store_true', help='Skip long running tests.')
229 '--show-all', action='store_true',
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp686 const uint8_t* action = actionTableStart + (actionEntry - 1); in scan_eh_tab() local
690 const uint8_t* actionRecord = action; in scan_eh_tab()
691 int64_t ttypeIndex = readSLEB128(&action); in scan_eh_tab()
848 const uint8_t* temp = action; in scan_eh_tab()
857 action += actionOffset; in scan_eh_tab()
/ndk/build/tools/
Dpackage.py315 '-f', '--force', dest='force', action='store_true',
322 '--unpack', action='store_true',
/ndk/sources/host-tools/nawk-20071023/
DFIXES726 !x+y is (!x)+y, and x!y is x !y, not two pattern-action statements.
850 multiple pattern-action statements on one line without
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__hash_table1687 // __found key_eq() action
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-1466 can also be the name of an action to carry out, such as `clean' (*note
472 A "command" is an action that `make' carries out. A rule may have
486 can also explain how and when to carry out an action. *Note Writing
568 The target `clean' is not a file, but merely the name of an action.
2373 commands for an action that you request explicitly from time to time.
Dmake.texi520 can also be the name of an action to carry out, such as @samp{clean}
527 A @dfn{command} is an action that @code{make} carries out.
541 rule can also explain how and when to carry out an action.
637 action. Since you
2795 commands for an action that you request explicitly from time to time.
/ndk/sources/host-tools/make-3.81/
DChangeLog2505 (new_job): Use it to temporarily clear the SIGCHLD action flags