Home
last modified time | relevance | path

Searched full:structured (Results 1 – 25 of 239) sorted by relevance

12345678910

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStructuredDataPlugin.h19 /// Plugin that supports process-related structured data sent asynchronously
23 /// instance detects that a given structured data feature is available.
27 /// delivered structured data from the process monitor, and do something
34 /// For command-line LLDB, the Debugger instance listens for the structured
53 /// structured data features, Process will go through the list of plugins,
69 /// Handle the arrival of asynchronous structured data from the process.
71 /// When asynchronous structured data arrives from the process monitor,
73 /// if one exists. The structured data that arrives from a process
80 /// The process instance that just received the structured data.
85 /// The name of the feature tag for the asynchronous structured data.
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStructuredDataPlugin.cpp22 : CommandObjectMultiword(interpreter, "structured-data", in CommandStructuredData()
23 "Parent for per-plugin structured data commands", in CommandStructuredData()
24 "plugin structured-data <plugin>") {} in CommandStructuredData()
48 if (!interpreter.GetCommandObject("plugin structured-data")) { in InitializeBasePluginForDebugger()
55 // Create the structured-data ommand object. in InitializeBasePluginForDebugger()
56 auto command_name = "structured-data"; in InitializeBasePluginForDebugger()
/freebsd/crypto/heimdal/doc/
H A Dlayman.asc63 as integers and bit strings to structured types such as sets
126 structured types, which have components; tagged types, which
153 to a given structured type; context-specific tags
156 a given structured type, and component types in
157 two different structured types may have the same
200 types, structured types, implicitly and explicitly tagged
252 2.2 Structured types
254 Structured types are those consisting of components. ASN.1
268 The structured types can have optional components, possibly
276 component types within a structured type. For instance,
[all …]
/freebsd/share/doc/psd/15.yacc/
H A Dss541 if there is some input string that can be structured in two or more different ways.
50 should be structured.
55 the rule allows this input to be structured as either
189 can be structured according to these rules in two ways:
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp760 "'plugin.structured-data.darwin-log." in AppendStrictSourcesWarning()
860 "plugin structured-data darwin-log status") {}
933 : CommandObjectMultiword(interpreter, "plugin structured-data darwin-log", in BaseCommand()
940 auto enable_syntax = "plugin structured-data darwin-log enable"; in BaseCommand()
949 auto disable_syntax = "plugin structured-data darwin-log disable"; in BaseCommand()
980 "plugin.structured-data.darwin-log." in ParseAutoEnableOptions()
987 "plugin.structured-data.darwin-log."); in ParseAutoEnableOptions()
1008 "Parsing plugin.structured-data.darwin-log.auto-enable-options value " in ParseAutoEnableOptions()
1023 command_stream << "plugin structured-data darwin-log enable"; in RunEnableCommand()
1079 // Ignore empty structured dat in HandleArrivalOfStructuredData()
[all...]
H A DStructuredDataDarwinLogProperties.td11 …Desc<"Specify the options to 'plugin structured-data darwin-log enable' that should be applied whe…
/freebsd/crypto/libecc/src/sig/
H A Dec_key.c309 * Import a structured private key to buffer. The structure allows some sanity
355 * Export a structured private key to buffer. The structure allows some sanity
406 * Import a structured pub key from buffer. The structure allows some sanity
454 * Export a structured pubate key to buffer. The structure allows some sanity
505 * Import a key pair from a structured private key buffer. The structure allows
552 * Import a key pair from a two structured key buffer (private and public one)
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Derror-dump.h20 * @IWL_FW_ERROR_DUMP_TXCMD: last TX command data, structured as
31 * Structured as &struct iwl_fw_error_dump_trigger_desc.
32 * @IWL_FW_ERROR_DUMP_RB: the content of an RB structured as
42 * which we get from the fw after ALIVE. The content is structured as
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h56 error.SetErrorString("No structured data."); in GetAsJSON()
69 error.SetErrorString("Cannot pretty print structured data: " in GetDescription()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h89 /// Information used when generating a structured loop.
211 /// Begin a new structured loop. The set of staged attributes will be
216 /// Begin a new structured loop. Stage attributes from the Attrs list.
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPythonClassWithDict.cpp49 m_option_definition[1].long_option = "structured-data-key"; in OptionGroupPythonClassWithDict()
60 m_option_definition[2].long_option = "structured-data-value"; in OptionGroupPythonClassWithDict()
/freebsd/crypto/libecc/src/tests/
H A Dec_utils.c437 /* Compute the structured signature */ in store_sig()
442 printf("Error: error when exporting signature to structured buffer\n"); in store_sig()
735 /* Structured export case, we forge a header */ in sign_bin_file()
764 /* Structured export case, we prepend the header in the signature */ in sign_bin_file()
906 /* Structured export case, forge the full structured file in sign_bin_file()
1104 * We are in 'structured' mode, read the header and get the information in verify_bin_file()
1147 * We now need to seek in file to get structured signature. in verify_bin_file()
1169 /* Import the signature from the structured signature buffer */ in verify_bin_file()
1642 * Signature is structured, i.e. the output is a self contained in main()
1740 * Signature is structured, i.e. the output is a self contained in main()
/freebsd/crypto/libecc/include/libecc/sig/
H A Dec_key.h89 #error "All structured priv keys size are expected to fit on an u8."
140 #error "All structured pub keys size are expected to fit on an u8."
/freebsd/contrib/libxo/libxo/
H A Dxo_emit_err.350 which allows these functions make structured data.
H A Dxo_err.354 To generate structured data,
/freebsd/crypto/openssl/demos/http3/
H A DREADME.md7 The demo is structured into two parts:
/freebsd/contrib/libcbor/doc/source/
H A Dapi.rst13 …he *libcbor* API. Remaining reference can be found in the following files structured by data types.
/freebsd/contrib/expat/tests/
H A Dstructdata.h2 structured content.
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenACC.h120 /// 'structured block', defined as:
170 // Serialization helper function that searches the structured block for 'loop'
H A DCommentLexer.h1 //===--- CommentLexer.h - Lexer for structured comments ---------*- C++ -*-===//
9 // This file defines lexer for structured comments and supporting token class.
/freebsd/contrib/file/magic/Magdir/
H A Dibm600020 0 beshort 0xfe04 structured file
/freebsd/sys/arm/nvidia/drm2/
H A Dhdmi.c981 * Unpacks the information contained in binary @buffer into a structured
1044 * Unpacks the information contained in binary @buffer into a structured
1082 * Unpacks the information contained in binary @buffer into a structured
1127 * Unpacks the information contained in binary @buffer into a structured
1194 * Unpacks the information contained in binary buffer @buffer into a structured
/freebsd/share/doc/psd/18.gprof/
H A Dintro.me63 to be measured are large, structured and hierarchical.
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_dbgmsg.h43 * dump structured data).
/freebsd/libexec/flua/
H A DMakefile7 # these are all structured to have a Makefile that describes what we want

12345678910