HomeSort by relevance Sort by last modified time
    Searched defs:Context (Results 251 - 275 of 1592) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Mangle.h 40 /// MangleContext - Context for tracking state which persists across multiple
52 ASTContext &Context;
63 explicit MangleContext(ASTContext &Context,
66 : Context(Context), Diags(Diags), Kind(Kind) {}
70 ASTContext &getASTContext() const { return Context; }
176 static ItaniumMangleContext *create(ASTContext &Context,
241 static MicrosoftMangleContext *create(ASTContext &Context,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/CrossTU/
CrossTranslationUnit.h 153 ASTContext &Context;
  /prebuilts/clang/host/linux-x86/clang-4691093/share/opt-viewer/
opt-viewer.py 29 # This allows passing the global context to the child processes.
30 class Context:
35 context = Context() variable
91 dl = context.caller_loc.get(r.Function)
128 <td>Inline Context</td>
176 global context
177 context = ctx
192 context.caller_loc[caller] = arg_dict['DebugLoc']
212 _render_file_bound = functools.partial(_render_file, source_dir, output_dir, context)
    [all...]
  /system/media/audio_utils/tests/
fifo_threads.cpp 26 struct Context {
37 Context *context = (Context *) arg; local
43 ssize_t actual = context->mInputReader->read(buffer, sizeof(buffer), &timeout);
50 ssize_t actual2 = context->mTransferWriter->write(buffer, actual, &timeout);
68 Context *context = (Context *) arg; local
78 ssize_t actual = context->mTransferReader->read(buffer, sizeof(buffer), &timeout)
124 Context context; local
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMass.h 61 It will save its context in the Context if Context isn't NULL.
64 @param Context The buffer to save the context to
75 OUT VOID **Context OPTIONAL
81 @param Context The USB Transport Protocol.
98 IN VOID *Context,
112 @param Context The USB Transport Protocol
123 IN VOID *Context,
    [all...]
UsbMassImpl.c 43 @param This Indicates a pointer to the calling context.
69 Status = UsbMass->Transport->Reset (UsbMass->Context, ExtendedVerification);
83 @param This Indicates a pointer to the calling context.
198 @param This Indicates a pointer to the calling context.
317 @param This Indicates a pointer to the calling context.
376 @param Context The parameter for USB_MASS_DEVICE.Context.
389 OUT VOID **Context,
422 // If found, execute USB_MASS_TRANSPORT.Init() to initialize the transport context.
428 Status = (*Transport)->Init (UsbIo, Context);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Option.c 307 @param[in] Context The opaque parameter for the Check
320 IN VOID *Context,
360 if ((Check != NULL) && EFI_ERROR (Check (Tag, Len, Buffer + Cur, Context))) {
383 @param[in] Context The opaque parameter for Check
393 IN VOID *Context
405 Context,
418 Context,
432 Context,
448 Tag. Context is an array of 256 DHCP_OPTION_COUNT.
453 @param[in] Context The context, which is a array of 256
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Driver.c 34 @param[in] Context Pointer to the notification function's context
41 IN VOID *Context
465 @param[in] Context Pointer to the callback context corresponds to the Context in NetDestroyLinkList.
475 IN VOID *Context
483 if (Entry == NULL || Context == NULL) {
488 ServiceBinding = ((IP4_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT *) Context)->ServiceBinding;
489 NumberOfChildren = ((IP4_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT *) Context)->NumberOfChildren;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Driver.c 143 @param[in] Context Pointer to the callback context corresponds to the Context in NetDestroyLinkList.
153 IN VOID *Context
161 if (Entry == NULL || Context == NULL) {
166 ServiceBinding = ((TCP4_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT *) Context)->ServiceBinding;
167 NumberOfChildren = ((TCP4_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT *) Context)->NumberOfChildren;
168 ChildHandleBuffer = ((TCP4_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT *) Context)->ChildHandleBuffer;
477 TCP4_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT Context;
509 Context.ServiceBinding = ServiceBinding;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
PeCoffLib.h 79 /// The context structure used while PE/COFF image is being loaded and relocated.
199 UINT64 Context;
217 @param ImageContext The pointer to the image context structure that
251 @param ImageContext The pointer to the image context structure that describes the PE/COFF
285 @param ImageContext The pointer to the image context structure that describes the PE/COFF
382 @param ImageContext Pointer to the image context structure that describes the PE/COFF
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiScsiLib/
UefiScsiLib.c 35 // The context structure used when non-blocking SCSI read/write operation
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
PolicyEntryOperation.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpDriver.c 147 @param[in] Context The pointer to the IP4 config2 instance data or IP6 Config instance data.
154 IN VOID *Context
254 @param[in] Context Pointer to the callback context corresponds to the Context in NetDestroyLinkList.
265 IN VOID *Context
273 if (Entry == NULL || Context == NULL) {
278 ServiceBinding = ((HTTP_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT *) Context)->ServiceBinding;
279 NumberOfChildren = ((HTTP_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT *) Context)->NumberOfChildren;
280 ChildHandleBuffer = ((HTTP_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT *) Context)->ChildHandleBuffer;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Driver.c 34 @param[in] Context Pointer to the notification function's context
41 IN VOID *Context
298 IpSb->RecvRequest.Context = NULL;
654 @param[in] Context Pointer to the callback context corresponds to the Context in NetDestroyLinkList.
664 IN VOID *Context
672 if (Entry == NULL || Context == NULL) {
677 ServiceBinding = ((IP6_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT *) Context)->ServiceBinding;
    [all...]
Ip6If.h 45 VOID *Context
57 VOID *Context;
72 VOID *Context;
99 VOID *Context
194 @param Context Context for the callback.
201 IN VOID *Context
234 @param[in] Context Opaque parameter to the call back.
248 IN VOID *Context
257 @param[in] Context The IP6 service instance.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecCryptIo.c 281 UINT8 *Context;
300 // Get Context Size
303 Context = AllocateZeroPool (ContextSize);
305 if (Context == NULL) {
309 // Initiate Context
311 if (mIpsecEncryptAlgorithmList[Index].CipherInitiate (Context, Key, KeyBits)) {
312 if (mIpsecEncryptAlgorithmList[Index].CipherEncrypt (Context, InData, InDataLength, Ivec, OutData)) {
323 if (Context != NULL) {
324 FreePool (Context);
367 UINT8 *Context;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Driver.c 243 @param[in] Context Pointer to the callback context corresponds to the Context in NetDestroyLinkList.
253 IN VOID *Context
261 if (Entry == NULL || Context == NULL) {
266 ServiceBinding = ((MTFTP6_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT *) Context)->ServiceBinding;
267 NumberOfChildren = ((MTFTP6_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT *) Context)->NumberOfChildren;
268 ChildHandleBuffer = ((MTFTP6_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT *) Context)->ChildHandleBuffer;
475 MTFTP6_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT Context;
506 Context.ServiceBinding = ServiceBinding;
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/
QNCSmmCore.c 159 IN CONST VOID *Context, OPTIONAL
374 // Check the validity of Context Type and Phase
415 // Check the validity of Context Value
444 // Check the validity of Context Type
567 @param RegisterContext Points to an optional handler context which was specified when the handler was registered.
600 QNC_SMM_CONTEXT Context;
698 // This child requires that we get a calling context from
699 // hardware and compare that context to the one supplied
707 RecordToExhaust->ContextFunctions.GetContext (RecordToExhaust, &Context);
708 ContextsMatch = RecordToExhaust->ContextFunctions.CmpContext (&Context, &RecordToExhaust->ChildContext);
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
template.rb 124 template = Context.new( values )
145 Context.define( self, name, parameters ) do | tclass |
156 context = self::TEMPLATES.fetch( old_name.to_s ) do
161 context.define_alias( new_name ) do | tclass |
170 def define_template_methods( context )
171 name = context.name
172 if params = context.parameters
211 class Context
  /external/brotli/java/org/brotli/dec/
DecodeTest.java 155 new Context();
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context);
85 clang::ASTContext * const Context;
183 template <typename T> void match(const T &Node, ASTContext &Context) {
184 match(clang::ast_type_traits::DynTypedNode::create(Node), Context);
187 ASTContext &Context);
191 void matchAST(ASTContext &Context);
236 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context);
241 ASTContext &Context);
245 /// \p Context and collects the \c BoundNodes of all callback invocations.
247 SmallVector<BoundNodes, 1> match(MatcherT Matcher, ASTContext &Context);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 35 ASTContext &Context;
63 SValBuilder(llvm::BumpPtrAllocator &alloc, ASTContext &context,
65 : Context(context), BasicVals(context, alloc),
66 SymMgr(context, BasicVals, alloc),
67 MemMgr(context, alloc),
69 ArrayIndexTy(context.LongLongTy),
70 ArrayIndexWidth(context.getTypeSize(ArrayIndexTy)) {}
81 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) |
    [all...]
  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 68 ASTContext &Context;
79 MicrosoftCXXABI(ASTContext &Ctx) : Context(Ctx) { }
86 Context.getTargetInfo().getTriple().getArch() == llvm::Triple::x86)
245 const TargetInfo &Target = Context.getTargetInfo();
  /external/clang/lib/CodeGen/
CodeGenTypes.h 123 ASTContext &Context;
176 ASTContext &getContext() const { return Context; }
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 116 ASTContext &Context = CurrentSema->getASTContext();
120 DestContext = Context.getTranslationUnitDecl();
124 NamespaceDecl::Create(Context, DestContext, false, Typo.getBeginLoc(),
158 ASTContext &Context = CurrentSema->getASTContext();
162 DestContext = Context.getTranslationUnitDecl();
166 Context, DestContext, SourceLocation(), SourceLocation(), ToIdent,
167 Context.getFunctionType(Context.VoidTy, {}, {}), nullptr, SC_Static);

Completed in 670 milliseconds

<<11121314151617181920>>