Home
last modified time | relevance | path

Searched refs:canned (Results 1 - 6 of 6) sorted by relevance

/third_party/gn/src/gn/
H A Dloader_unittest.cc125 std::unique_ptr<CannedResult> canned = std::make_unique<CannedResult>();
126 canned->input_file = std::make_unique<InputFile>(source_file);
127 canned->input_file->SetContents(source);
131 canned->tokens = Tokenizer::Tokenize(canned->input_file.get(), &err);
135 canned->root = Parser::Parse(canned->tokens, &err);
140 canned_responses_[source_file] = std::move(canned);
/third_party/libwebsockets/lib/plat/unix/
H A Dprivate-lib-plat-unix.h200 lws_plat_rawudp_broadcast(uint8_t *p, const uint8_t *canned, size_t canned_len,
H A Dunix-sockets.c430 lws_plat_rawudp_broadcast(uint8_t *p, const uint8_t *canned, size_t canned_len, in lws_plat_rawudp_broadcast() argument
438 memcpy(p, canned, canned_len); in lws_plat_rawudp_broadcast()
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-sockets.c295 lws_plat_rawudp_broadcast(uint8_t *p, const uint8_t *canned, size_t canned_len, in lws_plat_rawudp_broadcast() argument
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-sockets.c535 lws_plat_rawudp_broadcast(uint8_t *p, const uint8_t *canned, size_t canned_len, in lws_plat_rawudp_broadcast() argument
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-dynamic.tex245 may differ, of course). Normally, such procedures consist of a canned
246 prologue, the body, and a canned epilogue. This could be described by

Completed in 4 milliseconds