/ndk/sources/cxx-stl/gabi++/src/ |
D | dynamic_cast.cc | 202 cast_context* context) in base_to_derived_cast() argument 204 const void* saved_dst_object = context->dst_object; in base_to_derived_cast() 205 bool is_dst_type = *type == *context->dst_type; in base_to_derived_cast() 207 context->dst_object = object; in base_to_derived_cast() 209 if (object == context->object in base_to_derived_cast() 210 && context->dst_object != NULL in base_to_derived_cast() 211 && *type == *context->src_type) in base_to_derived_cast() 213 if (context->result == NULL) in base_to_derived_cast() 214 context->result = context->dst_object; in base_to_derived_cast() 215 else if (context->result != context->dst_object) in base_to_derived_cast() [all …]
|
D | personality.cc | 57 if (version != 1 || unwind_exception == 0 || context == 0) { 68 scanEHTable(results, actions, native_exception, unwind_exception, context); 78 saveDataToBarrierCache(unwind_exception, context, results); 82 return continueUnwinding(unwind_exception, context); 100 scanEHTable(results, actions, native_exception, unwind_exception, context); 106 setRegisters(unwind_exception, context, results); 108 context, 114 scanEHTable(results, actions, native_exception, unwind_exception, context); 117 setRegisters(unwind_exception, context, results); 121 return continueUnwinding(unwind_exception, context);
|
D | helper_func_internal.h | 56 _Unwind_Context* context, 60 _Unwind_Context *context); 79 _Unwind_Context* context); 86 _Unwind_Context* context) { \ 100 if (unwind_exception->barrier_cache.sp == _Unwind_GetGR(context, UNWIND_STACK_REG)) { \ 106 return continueUnwinding(unwind_exception, context); \ 110 _Unwind_SetGR (context, UNWIND_POINTER_REG, reinterpret_cast<uint32_t>(unwind_exception)); 114 _Unwind_Exception* unwind_exception, _Unwind_Context* context) {
|
D | helper_func_internal.cc | 66 _Unwind_Context* context) { in scanEHTable() argument 93 const uint8_t* lsda = (const uint8_t*)_Unwind_GetLanguageSpecificData(context); in scanEHTable() 100 uintptr_t ip = _Unwind_GetIP(context) - 1; in scanEHTable() 101 uintptr_t funcStart = _Unwind_GetRegionStart(context); in scanEHTable() 352 _Unwind_Context* context, in setRegisters() argument 354 _Unwind_SetGR(context, 0, reinterpret_cast<uintptr_t>(unwind_exception)); in setRegisters() 355 _Unwind_SetGR(context, 1, static_cast<uintptr_t>(results.ttypeIndex)); in setRegisters() 356 _Unwind_SetIP(context, results.landingPad); in setRegisters() 360 _Unwind_Context *context) { in continueUnwinding() argument 361 if (__gnu_unwind_frame(ex, context) != _URC_OK) { in continueUnwinding() [all …]
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | selinux-context-h.m4 | 8 # Provide <selinux/context.h>, if necessary. 12 AC_CHECK_HEADERS([selinux/context.h], 14 [SELINUX_CONTEXT_H=selinux/context.h])
|
D | gnulib-comp.m4 | 324 lib/se-context.in.h 417 m4/selinux-context-h.m4
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regex_internal.h | 526 #define NOT_SATISFY_PREV_CONSTRAINT(constraint,context) \ argument 527 ((((constraint) & PREV_WORD_CONSTRAINT) && !IS_WORD_CONTEXT (context)) \ 528 || ((constraint & PREV_NOTWORD_CONSTRAINT) && IS_WORD_CONTEXT (context)) \ 529 || ((constraint & PREV_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context))\ 530 || ((constraint & PREV_BEGBUF_CONSTRAINT) && !IS_BEGBUF_CONTEXT (context))) 532 #define NOT_SATISFY_NEXT_CONSTRAINT(constraint,context) \ argument 533 ((((constraint) & NEXT_WORD_CONSTRAINT) && !IS_WORD_CONTEXT (context)) \ 534 || (((constraint) & NEXT_NOTWORD_CONSTRAINT) && IS_WORD_CONTEXT (context)) \ 535 || (((constraint) & NEXT_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context)) \ 536 || (((constraint) & NEXT_ENDBUF_CONSTRAINT) && !IS_ENDBUF_CONTEXT (context))) [all …]
|
D | gnulib.mk | 515 libsed_a_SOURCES += se-context.in.h se-selinux.in.h 527 selinux/context.h: se-context.in.h 530 cp $(srcdir)/se-context.in.h $@-t 533 MOSTLYCLEANFILES += selinux/context.h selinux/context.h-t
|
D | regexec.c | 1080 unsigned int context; in acquire_init_state_context() local 1081 context = re_string_context_at (&mctx->input, idx - 1, mctx->eflags); in acquire_init_state_context() 1082 if (IS_WORD_CONTEXT (context)) in acquire_init_state_context() 1084 else if (IS_ORDINARY_CONTEXT (context)) in acquire_init_state_context() 1086 else if (IS_BEGBUF_CONTEXT (context) && IS_NEWLINE_CONTEXT (context)) in acquire_init_state_context() 1088 else if (IS_NEWLINE_CONTEXT (context)) in acquire_init_state_context() 1090 else if (IS_BEGBUF_CONTEXT (context)) in acquire_init_state_context() 1095 context); in acquire_init_state_context() 1248 check_halt_node_context (const re_dfa_t *dfa, Idx node, unsigned int context) in check_halt_node_context() argument 1256 if (NOT_SATISFY_NEXT_CONSTRAINT (constraint, context)) in check_halt_node_context() [all …]
|
D | regex_internal.c | 32 unsigned int context, 1459 calc_state_hash (const re_node_set *nodes, unsigned int context) in calc_state_hash() argument 1461 re_hashval_t hash = nodes->nelem + context; in calc_state_hash() 1528 const re_node_set *nodes, unsigned int context) in re_acquire_state_context() argument 1543 hash = calc_state_hash (nodes, context); in re_acquire_state_context() 1550 && state->context == context in re_acquire_state_context() 1555 new_state = create_cd_newstate (dfa, nodes, context, hash); in re_acquire_state_context() 1673 unsigned int context, re_hashval_t hash) in create_cd_newstate() argument 1689 newstate->context = context; in create_cd_newstate() 1725 if (NOT_SATISFY_PREV_CONSTRAINT (constraint,context)) in create_cd_newstate()
|
D | Makefile.in | 79 $(top_srcdir)/m4/selinux-context-h.m4 \ 624 selinux/selinux.h-t selinux/context.h selinux/context.h-t \ 639 se-context.in.h se-selinux.in.h verify.h xalloc-die.c \ 1212 selinux/context.h: se-context.in.h 1215 cp $(srcdir)/se-context.in.h $@-t
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | unwind-arm.h | 122 _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *context, 128 _Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context *context,
|
/ndk/tests/build/prebuilt-copy/ |
D | README | 9 For context, see http://code.google.com/p/android/issues/detail?id=40302
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | eval | 113 # TEST eval with no filename context. 116 # we have no file context for reading_file (bug # 6195)
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | Makevars | 40 # - Strings which use unclear terms or require additional context to be
|
D | sed.pot | 153 msgid "%s: warning: failed to set default file creation context to %s: %s" 158 msgid "%s: warning: failed to get security context of %s: %s"
|
D | eu.po | 154 msgid "%s: warning: failed to set default file creation context to %s: %s" 159 msgid "%s: warning: failed to get security context of %s: %s"
|
D | zh_CN.po | 153 msgid "%s: warning: failed to set default file creation context to %s: %s" 158 msgid "%s: warning: failed to get security context of %s: %s"
|
D | zh_TW.po | 152 msgid "%s: warning: failed to set default file creation context to %s: %s" 157 msgid "%s: warning: failed to get security context of %s: %s"
|
D | ru.po | 152 msgid "%s: warning: failed to set default file creation context to %s: %s" 157 msgid "%s: warning: failed to get security context of %s: %s"
|
D | ja.po | 155 msgid "%s: warning: failed to set default file creation context to %s: %s" 160 msgid "%s: warning: failed to get security context of %s: %s"
|
D | ko.po | 165 msgid "%s: warning: failed to set default file creation context to %s: %s" 170 msgid "%s: warning: failed to get security context of %s: %s"
|
D | he.po | 165 msgid "%s: warning: failed to set default file creation context to %s: %s" 170 msgid "%s: warning: failed to get security context of %s: %s"
|
D | sr.po | 152 msgid "%s: warning: failed to set default file creation context to %s: %s" 157 msgid "%s: warning: failed to get security context of %s: %s"
|
/ndk/sources/host-tools/make-3.81/po/ |
D | Makevars | 44 # - Strings which use unclear terms or require additional context to be
|