Searched refs:action (Results 1 – 11 of 11) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _apple.h | 112 # define _STLP_MPWFIX_CATCH_ACTION(action) }catch(...){action;throw;} //*TY 06/01/2000 - exception… argument
|
D | features.h | 322 # define _STLP_MPWFIX_CATCH_ACTION(action) argument 822 # define _STLP_UNWIND(action) catch(...) { action; throw; } argument 843 # define _STLP_UNWIND(action) argument
|
/ndk/ |
D | ndk-gdb.py | 113 help='Enable verbose mode', action='store_true', dest='verbose') 117 action='store_true') 121 action='store_true') 129 action='store_true') 158 action='store_true', dest='emulator') 162 action='store_true', dest='device') 171 action='store_true', dest='tui')
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | helper_func_internal.cc | 148 const uint8_t* action = actionTableStart + (actionEntry - 1); in scanEHTable() local 150 const uint8_t* actionRecord = action; in scanEHTable() 151 int64_t ttypeIndex = readSLEB128(&action); in scanEHTable() 266 const uint8_t* temp = action; in scanEHTable() 275 action += actionOffset; in scanEHTable()
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 726 !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++/include/ |
D | __hash_table | 1291 // __found key_eq() action
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 466 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.
|
D | make.texi | 520 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/ |
D | ChangeLog | 2505 (new_job): Use it to temporarily clear the SIGCHLD action flags
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.texi | 4002 the normal action of the matcher is to try again with only 5
|
D | sed-in.texi | 3835 the normal action of the matcher is to try again with only 5
|