Searched refs:tags (Results 1 - 15 of 15) sorted by relevance

/fuchsia/zircon/scripts/
H A Dtagit13 rm -f tags
21 rm -f tags
/fuchsia/zircon/third_party/ulib/musl/third_party/tre/
H A Dregexec.c45 int* tags, int match_eo);
142 int* tags; member in struct:__anon1868
147 int** tags; member in struct:__anon1869
221 reach[i].tags = (void*)tmp_buf;
223 reach_next[i].tags = (void*)tmp_buf;
248 reach_next_i->tags[i] = -1;
249 tag_i = trans_i->tags;
253 reach_next_i->tags[*tag_i] = pos;
260 match_tags[i] = reach_next_i->tags[i];
263 reach_pos[trans_i->state_id].tags
429 int* tags; member in struct:__anon1870
540 int *next_tags, *tags = NULL; local
800 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags, const tre_tnfa_t* tnfa, int* tags, int match_eo) argument
862 int *tags = NULL, eo; local
[all...]
H A Dregcomp.c51 int* tags; member in struct:__anon1854
94 tags, matching parameter settings, and all expressions that match one
1030 Algorithms to setup tags so that submatch addressing can be done.
1120 /* Adds tags to appropriate locations in the parse tree in `tree', so that
1128 /* True for first pass (counting number of needed tags) */
1131 int num_tags = 0; /* Total number of tags. */
1132 int num_minimals = 0; /* Number of special minimal tags. */
1403 /* The next two tags are reserved for markers. */
1488 /* Add tags after both children, the left child gets a smaller
1492 tags whic
1880 tre_set_union(tre_mem_t mem, tre_pos_and_tags_t* set1, tre_pos_and_tags_t* set2, int* tags, int assertions) argument
1953 tre_match_empty(tre_stack_t* stack, tre_ast_node_t* node, int* tags, int* assertions, int* num_tags_seen) argument
2165 int num_tags, *tags, assertions; local
[all...]
H A Dtre.h101 /* -1 terminated array of tags (or NULL). */
102 int* tags; member in struct:tnfa_transition
/fuchsia/zircon/system/utest/syslog/
H A Dsyslog_socket_tests.cpp27 inline zx_status_t init_helper(zx_handle_t handle, const char** tags, argument
32 .tags = tags,
59 const char* msg, const char** tags, int num_tags) {
65 const char* tag = tags[i];
140 const char* tags[] = {"tag"}; local
142 tags, 1); local
154 const char* tags[] = {"gtag", "tag"}; local
156 tags, 2); local
168 const char* tags[] local
58 output_compare_helper(zx::socket local, fx_log_severity_t severity, const char* msg, const char** tags, int num_tags) argument
170 tags, 3); local
214 const char* tags[] = {"gtag", "gtag2", "tag"}; local
215 output_compare_helper(fbl::move(local), FX_LOG_INFO, expected, tags, 3); local
239 const char* tags[] = {"gtag", "gtag2", "tag"}; local
240 output_compare_helper(fbl::move(local), FX_LOG_INFO, expected, tags, 3); local
264 const char* tags[FX_LOG_MAX_TAGS + 1]; local
271 output_compare_helper(fbl::move(local), FX_LOG_INFO, msg, tags, local
310 const char* tags[] = {"tag"}; local
312 tags, 1); local
[all...]
H A Dsyslog_tests.c48 static inline zx_status_t init_helper(int fd, const char** tags, int ntags) { argument
52 .tags = tags,
/fuchsia/zircon/system/ulib/runtests-utils/
H A Dlog-exporter.cpp148 fidl_string_t* tags = static_cast<fidl_string_t*>(log_message->tags.data); local
149 for (size_t i = 0; i < log_message->tags.count; ++i) {
150 RETURN_IF_ERROR(fprintf(output_file_, "%s", ToFblString(tags[i]).c_str()));
151 if (i < log_message->tags.count - 1) {
183 fidl_string_t* tags = static_cast<fidl_string_t*>(log_message->tags.data); local
184 for (size_t i = 0; i < log_message->tags.count; ++i) {
185 RETURN_IF_ERROR(fprintf(output_file_, "%s", ToFblString(tags[i]).c_str()));
186 if (i < log_message->tags
[all...]
/fuchsia/zircon/system/ulib/syslog/include/syslog/
H A Dlogger.h16 // Max no of tags associated with a logger.
53 const char** tags; member in struct:fx_logger_config
97 // The |tag| may be NULL, in which case no additional tags are added to the
107 // The |tag| may be NULL, in which case no additional tags are added to the
117 // The |tag| may be NULL, in which case no additional tags are added to the
/fuchsia/zircon/system/ulib/syslog/
H A Dglobal.cpp25 .tags = NULL,
H A Dfx_logger.h37 // If tags or ntags are out of bound, this constructor will not fail but it
38 // will not store all the tags and global tag behaviour would be undefined.
47 AddTags(config->tags, config->num_tags);
84 zx_status_t AddTags(const char** tags, size_t ntags);
H A Dfx_logger.cpp67 // Write tags
217 zx_status_t fx_logger::AddTags(const char** tags, size_t ntags) { argument
224 auto len = strlen(tags[i]);
226 tags[i], len > FX_LOG_MAX_TAG_LEN - 1 ? FX_LOG_MAX_TAG_LEN - 1 : len);
/fuchsia/zircon/system/utest/runtests-utils/
H A Dlog-exporter-test.cpp22 LogMessage(fbl::String msg, fbl::initializer_list<fbl::String> tags, argument
24 : msg_(msg), tags_(tags), pid_(pid), dropped_logs_(dropped_logs) {}
47 lm->tags.count = tags_.size();
48 lm->tags.data = reinterpret_cast<void*>(FIDL_ALLOC_PRESENT);
76 // write tags
/fuchsia/zircon/system/utest/logger/
H A Dtest.cpp85 bool InitSyslog(const char** tags, size_t ntags) { argument
90 .tags = tags,
/fuchsia/zircon/third_party/ulib/backtrace/
H A DMakefile.in535 tags: TAGS
576 distclean-tags:
577 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
719 distclean-hdr distclean-libtool distclean-tags
790 distclean-libtool distclean-multi distclean-tags dvi dvi-am \
800 mostlyclean-multi pdf pdf-am ps ps-am tags uninstall \
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in1066 For commands that accept optional -ignore tags, samples where any routine in
4974 # MapSymbolsWithNM tags each routine with its starting address,

Completed in 118 milliseconds