Searched refs:context (Results 1 - 8 of 8) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
H A Ddynamic_cast.cc202 cast_context* context)
204 const void* saved_dst_object = context->dst_object;
205 bool is_dst_type = *type == *context->dst_type;
207 context->dst_object = object;
209 if (object == context->object
210 && context->dst_object != NULL
211 && *type == *context->src_type)
213 if (context->result == NULL)
214 context->result = context
200 base_to_derived_cast(const void *object, const abi::__class_type_info *type, cast_context* context) argument
[all...]
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dregex_internal.h348 unsigned int constraint : 10; /* context constraint */
399 /* The context of mbs[0]. We store the context independently, since
400 the context of mbs[0] may be different from raw_mbs[0], which is
526 #define NOT_SATISFY_PREV_CONSTRAINT(constraint,context) \
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) \
546 unsigned int context : 4; member in struct:re_dfastate_t
[all...]
H A Dregexec.c1072 We must select appropriate initial state depending on the context,
1083 unsigned int context;
1084 context = re_string_context_at (&mctx->input, idx - 1, mctx->eflags);
1085 if (IS_WORD_CONTEXT (context))
1087 else if (IS_ORDINARY_CONTEXT (context))
1089 else if (IS_BEGBUF_CONTEXT (context) && IS_NEWLINE_CONTEXT (context))
1091 else if (IS_NEWLINE_CONTEXT (context))
1093 else if (IS_BEGBUF_CONTEXT (context))
1098 context);
1080 unsigned int context; local
1248 check_halt_node_context(const re_dfa_t *dfa, Idx node, unsigned int context) argument
1271 unsigned int context; local
2328 unsigned int context; local
2370 unsigned int context; local
2547 unsigned int context; local
2617 unsigned int context; local
2930 unsigned int context; local
4116 unsigned int context = re_string_context_at (&mctx->input, idx, local
[all...]
H A Dregex_internal.c32 unsigned int context,
922 /* Return the context at IDX in INPUT. */
1462 calc_state_hash (const re_node_set *nodes, unsigned int context)
1464 re_hashval_t hash = nodes->nelem + context;
1519 whose context is equivalent to CONTEXT.
1531 const re_node_set *nodes, unsigned int context)
1546 hash = calc_state_hash (nodes, context);
1553 && state->context == context
1558 new_state = create_cd_newstate (dfa, nodes, context, has
1459 calc_state_hash(const re_node_set *nodes, unsigned int context) argument
1527 re_acquire_state_context(reg_errcode_t *err, const re_dfa_t *dfa, const re_node_set *nodes, unsigned int context) argument
1672 create_cd_newstate(const re_dfa_t *dfa, const re_node_set *nodes, unsigned int context, re_hashval_t hash) argument
[all...]
H A Dgnulib.mk515 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
/ndk/sources/host-tools/make-3.81/
H A Djob.c2912 fatal (NILF, _("%s (line %d) Bad shell context (!unixy && !batch_mode_shell)\n"),
/ndk/sources/host-tools/sed-4.2.1/sed/
H A Dexecute.c36 #include <selinux/context.h>
758 /* Save and restore the old context for the sake of w and W
762 fprintf (stderr, _("%s: warning: failed to set default file creation context to %s: %s"),
769 fprintf (stderr, _("%s: warning: failed to get security context of %s: %s"),
/ndk/sources/host-tools/sed-4.2.1/build-aux/
H A Dtexinfo.tex752 \errmessage{@group invalid in context where filling is enabled}%
1573 % tried to figure out what each command should do in the context
3375 \errmessage{This command won't work in this context; perhaps the problem is
6874 % Macro bodies are absorbed as an argument in a context where

Completed in 337 milliseconds