Home
last modified time | relevance | path

Searched full:api (Results 1 – 25 of 1867) sorted by relevance

12345678910>>...75

/openbsd-src/gnu/llvm/lldb/bindings/
H A Dheaders.swig10 #include "lldb/API/SBAddress.h"
11 #include "lldb/API/SBAttachInfo.h"
12 #include "lldb/API/SBBlock.h"
13 #include "lldb/API/SBBreakpoint.h"
14 #include "lldb/API/SBBreakpointLocation.h"
15 #include "lldb/API/SBBreakpointName.h"
16 #include "lldb/API/SBBroadcaster.h"
17 #include "lldb/API/SBCommandInterpreter.h"
18 #include "lldb/API/SBCommandInterpreterRunOptions.h"
19 #include "lldb/API/SBCommandReturnObject.h"
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DLLDB.h12 #include "lldb/API/SBAddress.h"
13 #include "lldb/API/SBAttachInfo.h"
14 #include "lldb/API/SBBlock.h"
15 #include "lldb/API/SBBreakpoint.h"
16 #include "lldb/API/SBBreakpointLocation.h"
17 #include "lldb/API/SBBreakpointName.h"
18 #include "lldb/API/SBBroadcaster.h"
19 #include "lldb/API/SBCommandInterpreter.h"
20 #include "lldb/API/SBCommandInterpreterRunOptions.h"
21 #include "lldb/API/SBCommandReturnObject.h"
[all …]
H A DSBSymbolContext.h12 #include "lldb/API/SBBlock.h"
13 #include "lldb/API/SBCompileUnit.h"
14 #include "lldb/API/SBDefines.h"
15 #include "lldb/API/SBFunction.h"
16 #include "lldb/API/SBLineEntry.h"
17 #include "lldb/API/SBModule.h"
18 #include "lldb/API/SBSymbol.h"
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/
H A DAPI.t6 use Test2::API qw/context/;
10 $INIT = Test2::API::test2_init_done;
11 $LOADED = Test2::API::test2_load_done;
17 my $CLASS = 'Test2::API';
20 ok(Test2::API->can($_), "$_ method is present") for qw{
59 ok(Test2::API::test2_load_done, "We loaded it");
75 Test2::API::test2_add_callback_exit(
83 my $old = Test2::API::Instance->can('set_exit');
85 *Test2::API::Instance::set_exit = sub {
164 Test2::API::context_do {
[all …]
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIVisitor.cpp10 /// This file implements the ExtractAPIVisitor an ASTVisitor to collect API
27 #include "clang/ExtractAPI/API.h"
76 StringRef USR = API.recordUSR(Decl); in VisitVarDecl()
91 // Add the global variable record to the API set. in VisitVarDecl()
92 API.addGlobalVar(Name, USR, Loc, AvailabilitySet(Decl), Linkage, Comment, in VisitVarDecl()
136 StringRef USR = API.recordUSR(Decl); in VisitFunctionDecl()
153 // Add the function record to the API set. in VisitFunctionDecl()
154 API.addGlobalFunction(Name, USR, Loc, AvailabilitySet(Decl), Linkage, Comment, in VisitFunctionDecl()
182 StringRef USR = API.recordUSR(Decl); in VisitEnumDecl()
196 EnumRecord *EnumRecord = API.addEnum( in VisitEnumDecl()
[all …]
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBReproducer.cpp9 #include "lldb/API/SBReproducer.h"
10 #include "lldb/API/LLDB.h"
11 #include "lldb/API/SBAddress.h"
12 #include "lldb/API/SBAttachInfo.h"
13 #include "lldb/API/SBBlock.h"
14 #include "lldb/API/SBBreakpoint.h"
15 #include "lldb/API/SBCommandInterpreter.h"
16 #include "lldb/API/SBCommandInterpreterRunOptions.h"
17 #include "lldb/API/SBData.h"
18 #include "lldb/API/SBDebugger.h"
[all …]
H A DSBBreakpointOptionCommon.cpp9 #include "lldb/API/SBBreakpointName.h"
10 #include "lldb/API/SBBreakpointLocation.h"
11 #include "lldb/API/SBDebugger.h"
12 #include "lldb/API/SBEvent.h"
13 #include "lldb/API/SBProcess.h"
14 #include "lldb/API/SBStream.h"
15 #include "lldb/API/SBStringList.h"
16 #include "lldb/API/SBThread.h"
/openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/
H A DThreadingSupportAPI.rst2 Threading Support API
14 other. To address this libc++ wraps the underlying threading API in a new and
15 consistent API, which it uses internally to implement threading primitives.
21 External Threading API and the ``<__external_threading>`` header
24 In order to support vendors with custom threading API's libc++ allows the
36 libc++ can be compiled with its internal threading API delegating to an external
39 expected to provide the implementation of the libc++ internal threading API.
43 API but leaves out the implementation.
62 header to provide the internal threading API. This macro overrides
67 internal threading API.
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DChanges60 * A few API elements were not properly found, like IVTYPE
71 * Change ppport.h --api-info to not output non-API info unless that is the
73 * Find more elements to be listed in the --api-info option (and similar) to
223 * (perl #132876) define API macros on if the NEED_ macro is defined.
326 * Add support for the following API
341 * Fix cpan #86975: Deterministically order API elements in POD
369 * added support for the following API
384 * added support for the following API
397 * added support for the following API
427 * added support for the following API
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dppphbin51 list-provided list-unsupported api-info=s
79 my %API = map { /^(\w+)\|([^|]*)\|([^|]*)\|(\w*)$/
100 for $f (sort dictionary_order keys %API) {
101 next if $API{$f}{core_only};
102 next if $API{$f}{beyond_depr};
103 next if $API{$f}{inaccessible};
104 next if $API{$f}{experimental};
105 next unless $API{$f}{todo};
106 next if int_parse_version($API{$f}{todo}) <= $int_min_perl;
109 print "$f ", '.'x $repeat, " ", format_version($API{$f}{todo}), "\n";
[all …]
H A Dppphdoc56 --list-provided list provided API
57 --list-unsupported list API that isn't supported all the way
59 --api-info=name show Perl API portability information
153 Lists the API elements for which compatibility is provided by
159 Lists the API elements that are known not to be FULLY supported by F<ppport.h>,
164 =head2 --api-info=I<name>
170 Normally, only API elements are shown, but if there are no matching API
186 access to a large part of the Perl API that hasn't been available in
191 to see which API elements are provided by ppport.h.
195 You should avoid using deprecated parts of the API. For example, using
[all …]
/openbsd-src/etc/examples/
H A Dacme-client.conf5 api url "https://acme-v02.api.letsencrypt.org/directory"
10 api url "https://acme-staging-v02.api.letsencrypt.org/directory"
15 api url "https://api.buypass.com/acme/directory"
21 api url "https://api.test4.buypass.no/acme/directory"
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCode.h28 #include "lldb/API/SBAttachInfo.h"
29 #include "lldb/API/SBBreakpoint.h"
30 #include "lldb/API/SBBreakpointLocation.h"
31 #include "lldb/API/SBCommandInterpreter.h"
32 #include "lldb/API/SBCommandReturnObject.h"
33 #include "lldb/API/SBCommunication.h"
34 #include "lldb/API/SBDebugger.h"
35 #include "lldb/API/SBEvent.h"
36 #include "lldb/API/SBHostOS.h"
37 #include "lldb/API/SBInstruction.h"
[all …]
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXExtractAPI.cpp22 #include "clang/ExtractAPI/API.h"
85 APISet *API = new APISet(Ctx.getTargetInfo().getTriple(), Lang, in clang_createAPISet() local
88 Ctx, [](SourceLocation Loc) { return true; }, *API); in clang_createAPISet()
94 *out_api = wrap(API); in clang_createAPISet()
98 void clang_disposeAPISet(CXAPISet api) { delete unwrap(api); } in clang_disposeAPISet() argument
100 CXString clang_getSymbolGraphForUSR(const char *usr, CXAPISet api) { in clang_getSymbolGraphForUSR() argument
101 auto *API = unwrap(api); in clang_getSymbolGraphForUSR() local
103 if (auto SGF = SymbolGraphSerializer::serializeSingleSymbolSGF(usr, *API)) in clang_getSymbolGraphForUSR()
125 APISet API(Ctx.getTargetInfo().getTriple(), Lang, in clang_getSymbolGraphForCursor() local
128 Ctx, [](SourceLocation Loc) { return true; }, API); in clang_getSymbolGraphForCursor()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/InterceptResult/
H A DSquasher.t5 use Test2::API::InterceptResult::Squasher;
6 use Test2::API::InterceptResult::Event;
8 my $CLASS = 'Test2::API::InterceptResult::Squasher';
17 Test2::API::InterceptResult::Event->new(facet_data => {
21 Test2::API::InterceptResult::Event->new(facet_data => {
25 Test2::API::InterceptResult::Event->new(facet_data => {
29 Test2::API::InterceptResult::Event->new(facet_data => {
35 Test2::API::InterceptResult::Event->new(facet_data => {
42 Test2::API::InterceptResult::Event->new(facet_data => {
48 Test2::API
[all...]
/openbsd-src/gnu/llvm/clang/docs/
H A DAPINotes.rst2 API Notes: Annotations Without Modifying Headers
6 extra information to the API. You don't want to put that information in the
11 **Incomplete solution:** Redeclare all the interesting parts of the API in your
22 That's API notes.
24 API notes use a YAML-based file format. YAML is a format best explained by
27 from the compiler test suite of API
34 API notes files are found relative to the module map that defines a module,
44 Clang will search for API notes files next to module maps only when passed the
51 - Since they're identified by module name, API notes cannot be used to modify
55 "Versioned" API Notes
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h19 #include "clang/ExtractAPI/API.h"
25 /// The RecursiveASTVisitor to traverse symbol declarations and collect API
31 APISet &API) in ExtractAPIVisitor() argument
32 : Context(Context), API(API), in ExtractAPIVisitor()
35 const APISet &getAPI() const { return API; } in getAPI()
54 /// Collect API information for the enum constants and associate with the
59 /// Collect API information for the struct fields and associate with the
64 /// Collect API information for the Objective-C methods and associate with the
81 APISet &API; variable
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
H A DInterceptResult.pm1 package Test2::API::InterceptResult;
12 use Test2::API::InterceptResult::Squasher;
13 use Test2::API::InterceptResult::Event;
14 use Test2::API::InterceptResult::Hub;
37 my $upgrade_class = $params{upgrade_class} ||= 'Test2::API::InterceptResult::Event';
57 my $hub = Test2::API::InterceptResult::Hub->new();
102 my $squasher = Test2::API::InterceptResult::Squasher->new(events => \@out);
169 Test2::API::InterceptResult - Representation of a list of events.
174 from L<Test2::API>.
187 L<Test2::API>
[all...]
/openbsd-src/gnu/llvm/lldb/docs/design/
H A Dsbapi.rst1 Scripting Bridge API
4 The SB APIs constitute the stable C++ API that lldb presents to external
10 The classes in the SB API's are all called SB<SomeName>, where SomeName is in
14 All the SB API classes are non-virtual, single inheritance classes. They should
23 unique_ptr to the object in the lldb_private API. All the lldb_private classes
39 In order to fit into the Python API's, we need to be able to default construct
46 Another piece of the SB API infrastructure is the Python (or other script
55 C++ API's for an SB class, you have to copy the interface to the .i file.
57 API Instrumentation
60 The reproducer infrastructure requires API methods to be instrumented so that
[all …]
/openbsd-src/lib/libfido2/
H A DNEWS7 ** New API calls:
17 ** New API calls:
34 ** New API calls:
46 ** Fixed detection of Windows's native webauthn API; gh#382.
51 ** Support for Windows's native webauthn API.
53 ** New API calls:
75 ** New API calls:
107 ** New API calls:
124 ** New API calls:
139 ** New API calls:
[all …]
/openbsd-src/gnu/llvm/lldb/docs/resources/
H A Dtest.rst21 * **API tests**: Integration tests that interact with the debugger through the
22 SB API. These are written in Python and use LLDB's ``dotest.py`` testing
59 as the Python API. For example, to test setting a breakpoint, you could do it
60 from the command line driver with ``b main`` or you could use the SB API and do
64 relatively simple. Expressivity is limited compared to the API tests, which
76 you can often get away with a broken or incomplete binary, whereas the API
89 API Tests
92 API tests are located under ``lldb/test/API``. They are run with the
94 compiled with Make. The majority of API tests are end-to-end tests that compile
104 Below is the directory layout of the `example API test
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/
H A Dno_load_api.t9 # This test is to insure certain objects do not load Test2::API directly or #
10 # indirectly when being required. It is ok for import() to load Test2::API if #
40 Test2/API.pm
41 Test2/API/Instance.pm
42 Test2/API/Context.pm
43 Test2/API/Stack.pm
48 Test2::Tools::Tiny::ok(!@loaded, "Test2::API was not loaded")
/openbsd-src/regress/usr.sbin/bgpd/integrationtests/
H A DMakefile11 api-exabgp api-exabgp.d
13 api-exabgp: api-exabgp.c
88 as0: api-exabgp exabgp.as0.test1.conf exabgp.as0.test2.conf
91 med: api-exabgp exabgp.med.conf
94 eval_all: api-exabgp exabgp.eval_all.conf
97 attr: api-exabgp exabgp.attr.conf
/openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/Serialization/
H A DSerializerBase.h17 #include "clang/ExtractAPI/API.h"
30 /// The base interface of serializers for API information.
33 /// Serialize the API information to \p os.
37 const APISet &API;
54 APISerializer(const APISet &API, const APIIgnoresList &IgnoresList,
56 : API(API), IgnoresList(IgnoresList), Options(Options) {} in API() function
/openbsd-src/share/man/man9/
H A Dintrmap_create.925 .Nd interrupt to CPU mapping API
42 The interrupt to CPU mapping API supports the use of multiple CPUs
44 Drivers that can use multiple interrupts use the API to request a
46 The API limits the requested number of interrupts to what is available
49 On some platforms the API will filter the set of available CPUs.
120 The interrupt mapping API is based on the if_ringmap API in

12345678910>>...75